/*
Theme Name: BIMForum Default
Theme URI: http://bimforum.org/
Description: The default WordPress theme for the BIMForum.
Version: 1.0
Author: Jason Silkey
Author URI: http://www.agc.org/
*/

/**************************************************************************
****************************** RESETS *************************************
**************************************************************************/

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:white;
}
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:"" "";
}

/**************************************************************************
**************************** GENERAL TAGS *********************************
**************************************************************************/

html {
height:100%;
}

body {
margin:0;
padding:0;
height:100%;
background:#e1e1e1;
font-family:sans-serif;
font-size:16px;
}

em {
font-style:italic;
}
a {
color:#616161;
text-decoration:underline;
}

a:hover {
color:#f8931d;
}

strong {
font-weight:bold;
}
/**************************************************************************
******************************* TYPOGRAPHY ********************************
**************************************************************************/

p.vsmall, ul.vsmall, ol.vsmall, blockquote.vsmall, pre.vsmall, td.vsmall, th.vsmall, label.vsmall {
font-size:10px;
line-height:15px;
margin-bottom:15px;
}

p.small, ul.small, ol.small, blockquote.small, pre.small, td.small, th.small, label.small {
font-size:12px;
line-height:21px;
margin-bottom:21px;
}

p, ul, ol, blockquote, pre, td, th, label {
font-size:14px;
line-height:21px;
margin-bottom:21px;
}

p.large, ul.large, ol.large, blockquote.large, pre.large, td.large, th.large, label.large {
font-size:16px;
line-height:21px;
margin-bottom:21px;
}

p.dateline {
font-size:14px;
line-height:18px;
margin-bottom:6px;
font-weight:bold;
color:#616161;
}


h5 {
font-size:14px;
line-height:21px;
margin-bottom:0px;
font-weight:bold;
}

h4 {
font-size:16px;
line-height:21px;
margin-bottom:21px;
font-weight:bold;
}

h3 {
font-size:18px;
line-height:21px;
margin-bottom:21px;
font-weight:bold;
}

h2 {
font-size:21px;
line-height:21px;
margin-bottom:21px;
font-weight:bold;
}

div.post h2 {
font-size:21px;
line-height:28px;
padding-bottom:2px;
margin-bottom:6px;
font-weight:bold;
border-bottom:2px solid #f8931d;
}

div.post h2 a {
text-decoration:none;
}

h3.archive-header {
font-size:16px;
line-height:21px;
padding-bottom:2px;
margin-bottom:6px;
font-weight:bold;
border-bottom:2px solid #f8931d;
}

h3.archive-header a {
text-decoration:none;
}




h1 {
font-size:24px;
line-height:42px;
margin-bottom:21px;
font-weight:bold;
}

ul {
list-style:disc;
margin-left:20px;
}

#sidebar ul {
list-style:none;
margin-left:0;
}

#sidebar ul h2 {
font-size:21px;
line-height:28px;
padding-bottom:2px;
margin-bottom:6px;
font-weight:bold;
border-bottom:2px solid #f8931d;
}

#sidebar ul h2 a {
text-decoration:none;
}

a.rsswidget {
text-decoration:none;
}

a:hover.rsswidget {
text-decoration:underline;
}

#sidebar ul ul {
list-style:disc;
margin-left:20px;
}

#sidebar ul ul li{
font-size:12px;
line-height:18px;
margin-bottom:12px;
}

.post-navigation {
font-size:12px;
line-height:18px;
width:560px;
}

.archive-navigation {
font-size:14px;
line-height:18px;
width:560px;
margin-bottom:12px;
}

div.post-navigation .alignleft {
margin:0;
padding:0;
width:260px;
text-align:left;
}



div.post-navigation .alignright {
float:right;
margin:0;
padding:0;
width:260px;
text-align:right;
}



/**************************************************************************
****************************** LAYOUT *************************************
**************************************************************************/
.clear {
clear:both;
}

#page {
width:920px;
padding:0 20px;
margin:0 auto;
background:#ffffff url('images/page-background.png') repeat-y;
min-height:100%;
}

#header {
width:880px;
padding:40px 20px 15px;
border-bottom:2px solid #616161;
margin:0;
background:#f8931d /*url('images/header-background.png') repeat-y */;
}

#headerimg {
margin-bottom:20px;
}

#navigation ul {
line-height:0;
margin:0;
}

#navigation li {
display:inline;
margin:0 15px 0 0;
padding:0;
list-style:none;
}

#navigation li a {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
#navigation li a:hover {
text-decoration:underline !important;
color:#616161 !important;
}
#navigation li a:visited {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#content {
width:880px;
margin:0 20px;
}

#sidebar {
width:300px;
margin:20px 0 0 0;
float:left;
}

#main {
width:560px;
float:right;
margin:20px 0 0 0;
}

.widecolumn {
width:860px !important;
float:none !important;
}
#footer {
width:880px;
margin:30px 20px 0;
padding:10px 0 20px;
border-top:2px solid #616161;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom:21px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
