/*
THEME NAME: Tagaroo
THEME URI: 
DESCRIPTION: Reuters Tagaroo theme based on the Default Crowd Favorite base theme
TAGS: tagaroo, reuters
VERSION: 1.0
AUTHOR: Crowd Favorite
AUTHOR URI: http://crowdfavorite.com/
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
/* @import url('sandbox-layouts/2c-l.css'); */

* {behavior: url(iepngfix.htc);}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: #90CDEB url(images/body_bg_fade_crushed.png) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* LAYOUT */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 922px;
	font: normal 1em/1.5 arial, helvetica, sans-serif;
	padding: 0;
	background: white url(images/body_bg_crushed.png) 0 0 repeat-y;
	position: relative;
	text-align: left;
}
#tail {
	position: relative;
	display: block;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 922px;
	background: transparent url(images/square_bottom_crushed.png) 0 0 no-repeat;
}
#tail a { position: relative; }
#tail a img { margin: 25px 0 10px 0; }
#header { 
	position: relative;
	height: 155px;
	margin: 0 11px 20px 11px;
}
#header h1 { text-indent: -9999px; }
.header_links {
	position: absolute; 
	top: 10px;
	right: 30px;
	font-size: .75em;
}
.header_links span { display: none; }
.header_links a {
	color: #666;
	padding: 3px 20px 3px 40px;
	border-right: 1px solid #e8e8e8;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 15px 2px;
}
.header_links a.news { 
	border-right: none;
	padding-right: 0;
	background-image: url(images/news_icon.png);
}
.header_links a.contact_us { background-image: url(images/mail_icon.png); }
.header_links a.home { background-image: url(images/home_icon.png); }
.header_links a:hover { text-decoration: underline; }
#header_fade {
	position: absolute;
	top: 0;
	left: 0;
	width: 922px;
	height: 222px;
	background: transparent url(images/header_bg_crushed.png) 0 0 no-repeat;
	z-index: 0;
}
/* NAV BAR */
ul#nav {
	margin: 0;
	list-style: none inside;
	height: 38px;
	position: absolute;
	top: 94px;
	background: transparent url(images/nav_bar_bg.png) 0 0 repeat-x;
	width: 900px;
}
ul#nav li {
	margin: 0;
	float: left;
	display: inline;
	height: 38px;
	width: 105px;
	margin-right: 20px;
}
ul#nav li.first {
	margin-left: 30px;
	width: 85px;
}
ul#nav li a {
	color: #fff;
	line-height: 38px;
	display: block;
	text-align: center;
	font-size: .75em;
	text-decoration: none;	
}
ul#nav li a:hover { background: transparent url(images/nav_bar_hover.png) 0 0 repeat-x; }
/* CONTENT */
#access { display: none; }
#container {
	position: relative;
	float: left;
}
#content, #footer {
	position: relative;
	margin: 0 11px 0 11px;
}
#footer { padding: 0 30px 5px 30px; }
#content {
	padding: 0 0 20px 30px;
	width: 575px;
}
#banner {
	position: relative;
	margin: -20px 0 30px 2px;
	padding: 0;
	width: 840px;
	height: 248px;
	left: 41px;
}
#banner.blueswirl {	background: url(images/header_graphic_main.png) 0 0 no-repeat; }
#banner h2 {
	color: white;
	position: relative;
	left: 10px;
	top: 10px;
	font-size: 1.2em;
	font-weight: normal;
}
#banner ul {
	position: absolute;
	top: 47px;
	left: 0;
}
#banner ul li {
	margin-bottom: 1px;
	background: url(images/header_graphic_list_bg.png) 0 0 no-repeat;
}
#banner ul li:hover { background-position: 0 -100px; }
#banner li a {
	color: white;
	text-decoration: none;
	font-size: .7em;
	display: block;
	padding: 16px 0 0 75px;
	height: 50px !important;
	width: 205px !important; /* I can't believe I just used these */
	height: 50px;
	width: 280px;
	background-repeat: no-repeat;
	background-position: 18px 17px;
}
#banner li a strong { font-size: 1.2em; }
#banner li a:hover { text-decoration: underline; }
#banner li a.wp { background-image: url(images/wp_header_graphic_icon.gif);}
#banner li a.cog { background-image: url(images/cog_header_graphic_icon.gif);}
#banner li a.key { background-image: url(images/key_header_graphic_icon.gif);}

/* SIDEBAR */
#sidebar {
	position: relative;
	right: 0;
	top: 0;
	width: 196px;
	margin-bottom: 30px;
	margin-left: 654px;
	padding: 0 30px 0 30px;
	border-left: 1px solid #e8e8e8;
	color: #666666;
	font-size: .75em;
}
#sidebar p.sig {
	margin: 5px 0 0 70px;
	padding-top: 5px;
	border-top: 1px solid #e8e8e8;
}
/* FOOTER */
#footer {
	clear: both;
	margin-top: 15px;
	padding-bottom: 1px;
	line-height: 26px;
}
#footer #by-cf {
	background: url(images/by-crowdfavorite.gif) no-repeat;
	border: 0;
	display: block;
	float: right;
	height: 20px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -2000px;
	width: 190px;
}
#footer p {
	font-size: .7em;
	color: gray;
	padding-top: 8px;
	border-top: 1px solid #e8e8e8;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: gray;
	border-bottom: 1px dotted gray;
	text-decoration: none;
}
#footer a:hover { border-style: solid; }
#footer img.fl {
	float: left;
	margin-right: 10px;
}
/* TEXT */
#content a, #content a:link, #content a:visited, #content a:active,
#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #ff6600;
	text-decoration: none;
	border-bottom: 1px dotted #fcc6a2;
}
#content a:hover, #sidebar a:hover { border-style: solid; }
h1 {
	font-weight: bold;
	font-size: 2.5em;
	margin-bottom: 20px;
}
h2, #content h2.entry-title a, h1.entry-title, h1.page-title {
	color: #0585C8;
	margin-bottom: 15px;
}
h1.page-title { font-size: 1.5em; }
h1.entry-title, h2 { font-size: 1.3em; }
#content h1, #content h2 { font-weight: normal; }
p {
	margin-bottom: 10px;
	font-size: .8em;
}
/* BLOG */
.entry-meta, .entry-date { font-size: .7em; }
.nav-previous, .nav-next {
	font-size: .8em;
	display: inline;
}
#nav-above { margin-bottom: 15px; }
.post { margin-bottom: 30px; }

.sidebar .xoxo li {
	margin-bottom: 15px;
}
.sidebar .xoxo li ul li {
	margin-bottom: 2px;
}
.sidebar h3 {
	color: #666;
	font-size: 1.2em;
	padding: 10px 0 5px;
}
.sidebar #meta {
	padding-top: 20px;
}

/* IE Transparent PNG Hax, from: http://www.twinhelix.com/css/iepngfix/ */
/* Rollovers don't work, but transparency does. That's a fair trade off */
#banner ul li { behavior: url(images/iepngfix.htc); }
