/*
Theme Name: Acad
Theme URI: http://academictips.org
Author: Stephen Nguyen
*/

html { background: #f7f7f7; }

body {
	background: #fff;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin: 2em auto 0 auto;
	width: 700px;
	padding: 1em 2em;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #dfdfdf;
	font-size: 12px;
}

#header h1 {
	font-size:15px;
	letter-spacing:-1px;
	padding:10px 0;
	color:#4e8abe;
}

#header h1 a {
	background:url(images/logo.gif) top left no-repeat;
	padding:15px 0 25px 140px;
	color:#0da0c4;
	text-decoration:none;
}

#feed {
	float:right;
	padding:3px 10px;
}

#feed a {
	background:url(images/feed.gif) right no-repeat;
	padding:0 24px 0 0;
	color:#fff;
}


#navtabs { 
	margin:30px 0 10px 0;
    list-style: none; 
    padding: 0; 
    height: 30px; 
    font-size: 11px; 
    font-weight: bold; 
    text-transform: uppercase; 
    border-bottom: 4px solid #0288D8; 
} 
 
#navtabs li { 
    float: left; 
    background: #CCE7F7 url(images/tableft.png) no-repeat left top; 
    padding: 8px 0 8px 14px; 
    margin-right: 1px; 
} 
 
#navtabs li a { 
    background: #CCE7F7 url(images/tabright.png) no-repeat top right; 
    padding: 8px 14px 8px 0; 
    text-decoration: none;
    color: #0288D8;
} 
 
#navtabs a:hover {
	text-decoration: underline;
}


#navtabs li.current_page_item { 
    background: #0288D8 url(images/tableft_active.png) no-repeat left top; 
} 
 
#navtabs li.current_page_item a { 
    background: #0288D8 url(images/tabright_active.png) no-repeat right top; 
    color: #FFFFFF; 
}
