/*  
Theme Name: Corvus Group
Theme URI: http://www.unionstreetmedia.com
Description: A custom theme based on the new Corvus Group website design
Version: 1.0
Author: Scott Nelle
Author URI: http://www.unionstreetmedia.com/

*/

/* =Whitespace reset
-----------------------------------------------
*/
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;
}

a img { border: 0; }

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/
#header {
	position: relative;
	height: 154px;
}

.wrapper {
	width: 961px;
	margin: 0 auto;
	padding-top: 23px;
}

#content {
	width: 776px;
	float: left;
}

#main {
	width: 590px;
	float: right;
}

#sidebar {
	width: 166px;
	float: left;
}

#sidebar2 {
	width: 165px;
	float: right;
}

#footer {
	clear: both;
}

.clearboth {
	clear: both;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* detail view overrides */
body.detailview #content {
	width: 961px;
	float: none;
}

body.detailview #main {
	width: 775px;
}
/* =Backgrounds
-----------------------------------------------
*/
body { background: #e9e2d3 url('i/body.gif') left top repeat-x; }
#header { background: transparent url('i/header.jpg') center top no-repeat; }
#core { background: #fff; }
#footer { background: transparent url('i/footer.gif') left top repeat-x; }


/* =Header
-----------------------------------------------
*/
#header #logo {
	margin: 0 0 0 -462px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 248px;
	height: 122px;
}

#header #logo a {
	display: block;
	width: 248px;
	height: 122px;
	text-indent: -9999px;
}

/* =Navbar
-----------------------------------------------
*/
#navbar {
	position: absolute;
	left: 0px;
	top: 122px;
	width: 100%;
	height: 32px;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 32px;
}

#navbar li {
	display: inline;
	position: relative;
	z-index: 100;
}

#navbar a {
	font-weight: bold;
	color: #123b67;
	padding: 9px 15px 9px 15px;

}

#navbar a:hover {
	background: #576c87 url('i/navhover.gif') left top repeat-x;
	text-decoration: none;
	color: #fff;
}

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	display: block;
	white-space: nowrap;
	margin: 0;
	background: #dde3e9;
	text-align:left;
	padding: 14px 10px;
	_width: 1%;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 20px;
	height: auto; /* sticky suckerfish fix */
}

#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	float: none;
	padding: 0;
	background: transparent;
}

* html #navbar li ul li {
	height: 100%;
}

#navbar li ul li a,
#navbar li ul li a:hover {
	display: block;
	padding: 0 8px;
	line-height: 24px;
	height: 24px;
	margin: 0;
	float: none;
	font-weight: normal;
	font-size: 100%;
	text-transform: none;
	color: #123b67;
}

ul#navbar li ul li a:hover {
	background: #bec3c8 url('i/subnav-hover.png') left top repeat-x;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -28px 0 0 100%;
	background: #cdd3d9;
	border-top-width: 0;
}

#navbar li:hover ul ul,
#navbar li.sfhover ul ul{
	left: -9999px;
}

#navbar li ul li:hover ul,
#navbar li ul li.sfhover ul{
	left: auto;
	_left: 120px;
}

/* level 4 navigation */
#navbar li ul ul ul {
	margin: -28px 0 0 100%;
	background: #bdc3c9;
	border-top-width: 0;
}

#navbar li:hover ul ul ul,
#navbar li.sfhover ul ul ul{
	left: -9999px;
}

#navbar li ul ul li:hover ul,
#navbar li ul ul li.sfhover ul{
	left: auto;
	_left: 120px;
}


/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal 0.75em/1.5 Verdana, sans-serif;
	color: #123b67;
}

p,
ul,
ol { margin-bottom: 18px; }

h1,
h2 { margin-bottom: 12px; }

h3,
h4,
h5,
h6,
ul ul,
ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

ul, ol { margin-left: 20px; }

a {
	color: #ae7403;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 { font: normal bold 166%/1 Georgia, serif; clear: both; padding: 20px 0px;}
h2 { font: normal normal 150%/1 Georgia, serif; color: #ae7403; }
h3 { font: normal normal 116%/1 Georgia, serif; color: #ae7403; }
h4 { font: normal bold 100%/1 Tahoma, Verdana, sans-serif; }
h5, h6 { font: bold 100%/1 Tahoma, Verdana, sans-serif; }

/* =Content
-----------------------------------------------
*/
#main .page {
	padding: 20px;
}

.firstletter {
	font-size: 200%;
	line-height: 18px;
}

/* =Sidebar
-----------------------------------------------
*/
#questionform {
	border: 1px solid #cbcbcb;
	padding: 10px;
	background: #f6f4ee url('i/ask-background.jpg') left top repeat-x;
	margin-bottom: 35px;
}

#questionform label {
	font-size: 11px;
	color: #000;
}

#questionform p {
	margin: 0;
	text-align: right;
}

#questionform input,
#questionform textarea {
	margin-bottom: 4px;
	width: 140px;
	font-size: 100%;
}

#questionbox {
	margin-bottom: 11px;
	font-size: 92%;
	color: #4d4b4b;
	font-weight: bold;
}

#questionbox strong {
	font-size: 118%;
	font-weight: bold;
	line-height: 1.2;
	color: #123b67;
}

#questionbox strong span {
	font-size: 118%;
	color: #ae7403;
}

#sidebar h2 a,
#sidebar2 h2 a {
	font-weight: normal;
}

/* =Footer
-----------------------------------------------
*/
#footer {
	text-align: center;
}

#footernavbar {
	margin: 0 0 85px 0;
	padding-top: 18px;
}

#footernavbar li {
	display: inline;
	padding: 0 14px;
}

#footernavbar a {
	font-size: 92%;
	color: #000;
	font-weight: normal;
}

#reciprocity {
	margin-bottom: 26px;
}

/* =Wordpress Styles
-----------------------------------------------
*/
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}

.commentlist cite {
	font-style:normal;
	font-weight: bold;
}

.commentlist {
	margin: 0;
	list-style: none;
}

.commentlist li.comment {
	margin: 1em 0;
	border-bottom: 1px solid #ddd;
}

/* End Comments */

/* widget sidebar */

#wp-sidebar ul {
	margin-left: 0px;
}

#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

li.widget,
li.pagenav,
li.categories {
	list-style: none;
}

li.widget ul,
li.pagenav ul,
li.categories ul {
	list-style: disc;
}

li.widget ul ul,
li.pagenav ul ul,
li.categories ul ul {
	list-style: circle;
}