/**************************************************************/
/* Standard FYRE 2008                                         */
/* Created By Sarah Ashraf April 7, 2008                      */
/* Last Edited By Sarah Ashraf April 7, 2008              	  */
/**************************************************************/

body { 	background: #797979 url(/images/bg_body_AUA_EYOp.gif) center top repeat-y; }

div#header { 
	background: #000 url(/images/bg_header.gif) left top no-repeat; 
	width: 930px; 
	height: 58px ! important;
}

div#header h1 { background: transparent; }

div#nav {
	height: 201px;
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(/images/bg_nav.jpg) left top no-repeat;
}
	
div#nav ul { 
	list-style: none; 
	margin: 171px 20px 0 20px;
	height: 30px;
	background: transparent url(/images/default/default_tabs.gif) left bottom repeat-x;
}

div#nav li { 
	float: left; 
	display: block; 
	text-align: center;
	width: 90px;
	height: 30px;
	font-size: .8em;
	text-transform: uppercase;
}

div#nav li a {
	display: block;
	width: 90px;
	margin-top: 4px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	background: transparent url(/images/default/default_tab_border.gif) right top no-repeat;
}

/*div#nav li a:hover,*/
div#nav li a#active {
	background: #fff url(/images/default/default_tab_hover.gif) left top repeat-x;
	color: black;
	font-weight: bold;
	margin-top: 0;
	line-height: 29px;
	border: 1px solid #000;
	border-bottom: 0px solid #fff;
	width: 89px;
}

/* header text color */

div#user-information { color: #fff ! important; }
div#user-information a { color: #fff ! important; }
div#user-information p { color: #fff ! important; }


/* link colors */

a { color: #36c; }
a:visited { color: #36c; }
div.the-course-wrapper ul.less-small.content-list a:hover, /* fix the hover color for the course */
a:hover { color: #fff; background-color: #36c; text-decoration: none;}

/* background color of tags box on articles */
div.tags { background-color: #ffcd03 ! important; }

div.article-meta div { border: 1px solid #666; width: 278px ! important;}

div#page-rating { padding-bottom: 5px; }
div#user-rating-dialog { padding-bottom: 5px; }

div#most-viewed-pages div.page-small-thumbnail { background-position: center center; }

div#footer a:hover { color: #666 ! important; }

div#your-pages li { color: #fff ! important; }

div#place-category-list h3 { margin-bottom: 15px; }