/* 
Theme Name: whiteboard
Theme URL: http://maxlollar.com/
Description:
Author: Max Lollar
Author URI:
Version: 2.0.1

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


body {
font-family: helvetica, arial, sans-serif;
font-size: 1em;
background-color: #000;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
}

h1 {
text-transform: uppercase;
font-size: 1.3em;
letter-spacing: 1px;
}

h2 {
font-size: 1.8em;
color: white;
margin-bottom: 16px;
font-weight: normal;
letter-spacing: 1px;
}

h3 {
font-size: 1.5em;
color: white;
margin-bottom: 16px;
letter-spacing: 1px;
}

p {
margin-bottom: 1em;
line-height: 20px;
color: #eee;
}

a:link, a:visited {
color: #66cc00;
text-decoration: none;
}

a:hover {
color: #fff;
}

.block {
display:-moz-inline-stack;
display: inline-block;
zoom:1;
*display:inline;
vertical-align: top;
}

.break {
clear: both;
height: 1px;
}

.breakline {
border-top: 1px dotted #333;
margin-top: 10px;
padding-top: 10px;
height: 1px;
}

.pad10 {
padding: 10px;
}

#container{
width: 980px;
margin: 0 auto;
}

#page {
width: 980px;
margin-top: 40px;
color: #fff;
padding-bottom: 20px;
background-color: #000;
background-repeat: repeat-y;
border-bottom: 1px solid #222;
}

#header {
border-bottom: 1px solid #222222;
}

#topnav {
}

#logo {
float: left;
width: 240px;
padding: 8px 16px;
}

#navlinks {
float: right;
text-align: right;
width: 400px;
padding: 8px; 16px;
}

#navlinks ul li {
list-style-type: none;
display: inline;
margin-right: 16px;
}

/* HOMEPAGE STUFF */
#homebanner {
background-color: #212121;
background-repeat: no-repeat;
height: 434px;
margin-bottom: -20px;
}

#rotator {
width: 652px;
height: 434px;
margin: 0px;
padding: 0px;
float: left;
}

#title {
width: 300px;
float: left;
}

#title img {
margin-top: 115px;
margin-left: 26px;
}

/* PUBLIC WORK */
#loginmessage {
width: 600px;
text-align: center;
margin: 0 auto;
padding: 100px 0px;
}

#loginmessage p {
color: #fff;
}

#loginmessage h2 {
font-size: 1.5em;
}

#loginmessage p.note {
font-size: 0.8em;
color: #ccc;
padding: 8px;
text-align: center;
}

p#exception {
font-size: 0.8em;
color: #ccc;
padding: 8px;
text-align: center;
}

#loginmessage input.button {
	padding: 6px;
	background-color: #333;
	color: #fff;
border: 1px solid #333;
	padding: 4px 5px 5px 4px;
	font-weight: bold;
cursor: pointer;
}

#loginmessage input.button:hover {
	background-color: #66cc00;
	color: #000;
border: 1px solid #66cc00;
}

#loginmessage input.button:focus {
	padding: 5px 4px 4px 5px;
	background-color: #66cc00;
	color: #000;
border: 1px solid #66cc00;
}

#loginmessage input#pwd {
	background-color: #000;
	padding: 5px 5px 5px 20px;
	width: 150px;
	color: #666;
	border: 1px solid #666;
background-color: #121212;
background-image: url('/images/passwordarrow.gif');
background-repeat: no-repeat;
background-position: left;
}

#loginmessage input#pwd:hover {
	border: 1px solid #aaa;
}

#loginmessage input#pwd:focus {
	border: 1px solid #fff;
	color: #66cc00;
}

/* INDIVIDUAL PROJECT */
.breadnav {
text-align: center;
padding: 8px;
font-size: 0.8em;
font-style: italic;
color: #eee;
line-height: 1.5em;
}

.prevnav {
width: 100px;
height: 45px;
float: left;
}

.nextnav {
width: 100px;
height: 45px;
float: right;
}

.centernav {
padding-top: 8px;
}

.viewingtitle {
font-style: normal;
font-weight: bold;
color: #fff;
}

.breadcrumbs {
color: #666;
}

.breadcrumbs a {
color: #666;
}

.breadcrumbs a:hover {
color: #ff9900;
}


.publicmessage {
color: #ccc;
}

.publicmessage a {
color: #ff9900;
font-weight: bold;
}

.publicmessage a:hover {
color: #fff;
}

.foliomain {
text-align: center;
padding-bottom: 15px;
}


.foliosub {
border-top: 1px dotted #333;
margin-top: 32px;
padding-top: 32px;
text-align: center;
}

.foliosub h2 {
font-size: 1.4em;
}

.caption {
color: #888;
font-size: 0.8em;
font-style: italic;
letter-spacing: 0px;
}

.subitem {
width: 200px;
margin: 0px 10px;
border: 1px solid #000;
}

.subitem:hover {
border: 1px solid #666;
}

.textsubitem {
width: 200px;
margin: 0px 10px;
text-align: left;
font-size: 0.9em;
}

.textsubitem strong {
color: #eee;
font-weight: bold;
}

.textwidesubitem {
width: 320px;
margin: 0px 22px;
text-align: left;
font-size: 0.9em;
}


/* THUMBS */

.thumbnail {
width: 70px;
height: 70px;
margin: 4px 2px;
}

.poster {
padding: 3px;
}

/* ABOUT STUFF */

#pagebanner {
border-bottom: 1px solid #222;
}

#contentfull {
padding: 30px;
}

#abouttitle {
float: left;
}

.aboutcard {
border: 1px solid #222;
width: 360px;
padding: 54px 0px;
text-align: center;
}

#aboutblocks {
width: 520px;
float: right;
}

.rowblock {
display:-moz-inline-stack;
display: inline-block;
zoom:1;
*display:inline;
padding: 0px 30px 18px 0px;
width: 220px;
vertical-align: top;
line-height: 1.5em;
font-size: 0.8em;
color: #eee;
}

.rowblocktitle {
margin: 4px 0px;
color: #66cc00;
font-size: 1.2em;
}

.sublight {
font-style: italic;
color: #fff;
}

#fullphotos {
text-align: center;
}

#fullphotos img {
padding: 20px;
}

h4 {
font-size: 1.2em;
font-weight: bold;
color: #fff;
}

.explanation {
font-size: 0.9em;
padding: 12px;
border: 1px solid #333;
background-color: #222;
margin-bottom: 30px;
padding-bottom: 0px;
color: #ccc;
}

/* FOOTER */

#footer {
text-align: center;
margin-top: 12px;
color: #666;
font-size: 0.6em;
text-transform: uppercase;
letter-spacing: 1px;
clear: both;
margin-bottom: 50px;
line-height: 1.8em;
}

#footer a:link, #footer a:visited {
text-decoration: none;
color: #666;
padding-left: 2px;
padding-right: 2px;
}

#footer a:hover {
color: #fff;
background-color: black;
padding-left: 2px;
padding-right: 2px;
}

#footer li {
display: inline;
padding: 6px;
}

#footer p {
color: #666;
}


.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

/* SLIDING BOX */

/* simple reset */

#slidecontainer {
}

#slidecontainer div {
	margin: 8px 0px 0px 8px;
	float:left;
	width:316px;
	height:212px;
	position:relative;
	overflow:hidden;
display:-moz-inline-stack;
display: inline-block;
zoom:1;
*display:inline;
}
#slidecontainer img {
	position:absolute;
}

/* HOME ROTATOR */

.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:434px;	width: 652px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

.paging a {
display: none;
}


/* MODAL CONTACT FORM */

