/* <!-- */
/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fffbe5 url(http://mefi.us/images/fuelly/backfade.gif) repeat-x 0px 0px;
	      

    min-width:1000px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:12px;
	font-family: Verdana, sans-serif ;
}

textarea {
	font-size:12px;
	font-family: Verdana, sans-serif ;
}

a {
	color:#369;
}
a:hover {
	color:#fff;
	background-color:#369;
	text-decoration:none;
}

a:hover img {
	background-color:transparent;
}

h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;

}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}

h2 {
	font-weight:normal;
	color:#333;
	font-family:Arial,sans-serif;
	font-size:26px;
	font-style:normal;
}

h3 {
	font-weight:normal;
	color:#333;
	font-family:Arial,sans-serif;
	font-size:18px;
	font-style:normal;
}


/* tiny header */

#headerbar {
	background:#154e61;
	color:#fffbe5;
	font-size:11px;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
}

#headerbar a {
	color:#fffbe5;
}

#headerbar a:hover {
	color:#fff;
	background:none;
}

.login {
	background:#1a6178;
	color:#fff;
	width:75px;
	height:14px;
}

.logolink {
	margin-top:16px;
	margin-left:0.9em;
}

.logolink a:hover {
	background:none;
}

.navlist
{
padding: 1px;
margin-left: 0;
width: 14em;
color: gray; }

.navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px #aaa solid;
text-align: left;
}

.navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
font-weight:bold;
}

.listtext {
	padding: 0.7em 0.5em 0.7em 0.9em;
}

li.last {
	border-bottom:none;
	}

.navlist li a:hover
{
color: #fffbe5;
background: #e02708;
}

li.down a {
	color: #fffbe5;
	background: #154e61;	
}

.recentactivity {
	border-bottom: 1px solid #aaa; padding: 7px; font-size: 10px;
}


/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
 /*   background:#ff9;    	 Right column background colour */
}
.holygrail .colmid {
    float:left;
    width:200%;
    margin-left:-200px; 	/* Width of right column */
    position:relative;
    right:100%;
    /* background:#fff;    	 Centre column background colour */
}
.holygrail .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:400px;         	/* Left column width + right column width */
    /* background:#FFD8B7;    	 Left column background colour */
}
.holygrail .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:200px;        	/* Width of left column */
    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
    margin:0 215px;     	/* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                        	Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
padding-top:52px;
}
.holygrail .col2 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:170px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:15px;         	/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:170px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
	padding-top:52px;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
    margin-top:40px;
	background: url(http://mefi.us/images/fuelly/footer.gif) repeat-x 0px 0px;
	color:#555;
}
#footer p {
	text-align:center;
    padding:10px;
}

#footer a {
	text-decoration:none;
}
/* --> */

/* forum stuff */

.comments {
	margin-left:20px;
}

.smallcopy {
	font-size:11px;
	color:#888;			
}

.whitesmallcopy {
	font-size:11px;
	color:#666;
}

.imgcarpage {
	margin:30px 20px 20px 20px;
	float:right;
	text-align:center;
}

.tipbox {
	background: url(http://mefi.us/images/fuelly/tipsback.gif) no-repeat 0px 0px;
	padding-top:84px;
	margin-top:40px;
}

.tipbox p {
	padding-left:12px;
	padding-right:30px;
	text-align: justify;
}

#maintab {
padding: 3px 0;
margin-top: 38px;
margin-right:20px;
font: normal 10px Verdana;
border-bottom: 1px solid #aaa;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
padding-left:10px;
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #aaa;
border-bottom: none;
background-color: #ffc;
color: #069;
font: normal 10px Verdana;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 10px 5px;
-webkit-border-top-right-radius: 10px 5px;

}

#maintab li a:visited{
color: #069;
}

#maintab li a:hover{
background-color: #ffe;
color: #069;
}

#maintab li a:active{
color: black;
}

#maintab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #fffbe5;
color: #069;
}
