/*
Theme Name: Actor - Compact Site
Author: John Grieco, Netstuff Solutions
Version: 1.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Styles
-------------------------------------------------------------- */
body { background: #fff; font-family: "Trebuchet MS", Arial, sans-serif; }

#wrapper { width: 892px; margin: 0 auto; }
#header { margin: 50px 92px 0 92px; }
#header .logo { float: left; background: url(images/bruce_winant.png) top left no-repeat; width: 324px; height: 38px; text-indent: -9999px; }
#header .logo a { width: 291px; height: 35px; display: block; }
#header .description { float: right; width: 300px; text-align: right; }
#header .description h2 { font-size: 20px; font-weight: normal; color: #034d6f; margin-top: 18px;  }
#main { width: 892px; height: 428px; margin-top: 12px; }
#main .nav { width: 92px; text-align: right; float: left; height: 428px; position: relative; }
#main .nav ul { text-align: right; position: absolute; bottom: 0px; right: 0px; padding-bottom: 16px; }
#main .nav ul li { text-align: right; margin-bottom: 10px; text-transform: lowercase; }
#main .nav ul li a { font-size: 20px; color: #034d6f; text-decoration: none; padding: 2px 10px 2px 2px; }
#main .nav ul li.current_page_item a { background-color: #034d6f; color: #fff; }
#main .container { width: 708px; float: left; background-color: #f1f1f1;  min-height: 420px; height:auto !important; height: 420px;  }
#main .container .headshot { width: 300px; float: left; }
#main .container .headshot img { display: block; }
#main .container .content { width: 360px; float: left; margin-left: 20px; }
#main .container .content .home { margin-top: 20px; }
#main .container .content .home h2 { font-size: 20px; line-height: 24px; font-weight: bold; color: #0d4d6f; margin-top: 0px; }
#main .container .content .home h3 { font-size: 15px; font-weight: bold; margin-top: 12px; }
#main .container .content .home h3 a { color: #333; text-decoration: none;  }
#main .container .content .home p { color: #666; font-size: 14px; line-height: 16px; font-family: 'Arial', sans-serif; margin-top: 12px; }
#main .container .content .home p a { color: #034d6f; }
#main .container .content .home .readmore { text-align: right; margin: 12px 15px 0 0; font-size: 14px; }
#main .container .content .home .readmore a { color: #0d4d6f; text-decoration: none; }
#main .container .content .home img { float: left; margin: 0 10px 10px 0; }
#main .container .content .home .homenews p { font-size: 12px; line-height: 15px; }
#main .container .content .home .homenews p a { color: #0d4d6f; }
#main .container .content .home .homenews p a.more-link { text-decoration: none; color: #666; }
#main .container .content .page { margin-top: 28px; height: 380px; overflow-y: auto; }
#main .container .content .page h2 { color: #0d4d6f; font-size: 20px; font-weight: bold; }
#main .container .content .page .page-content { font-size: 13px; line-height: 16px; color: #666; width: 360px; overflow-y: auto;	 }
#main .container .content .page .page-content p { margin: 10px 0 10px 0; }
#main .container .content .page .page-content a { color: #0d4d6f; }
#main .container .content .thumb { width: 130px; margin: 0 10px 10px 0; float: left; }
#main .container .news h2 { margin-bottom: 10px; }
#main .container .news h2.entry-title { font-size: 16px; line-height: 18px; font-weight: bold; margin-bottom: 10px; color: #000; }
#main .container .news .entry-content { font-size: 13px; line-height: 15px; margin-bottom: 15px; }
#main .container .news .page { margin-top: 10px; }
#main .container .content .page-content h1 { font-size: 16px; font-weight: bold; margin: 15px 0 15px 0; }
.alignleft { float: left; padding: 0 10px 10px 0px; }
#main .container .content .page-content img {  }
#footer { width: 800px; margin-top: 16px; font-size: 12px; clear: both; text-align: right; }
#footer a { color: #000; }

.clear { clear: both; }