/*
Theme Name: motionpr
Theme URI: http://wordpress.org/
Description: A theme customized by Really Really Big for <a href="http://www.reallyreallybig.com">Motion PR</a>.
Version: 1.0
Author: Really Really Big
Author URI: http://www.reallyreallybig.com/
Tags: Motion PR, Really Really Big, Public Relations, Chicago, Web Development

*/

body {
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#page {
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	width: 910px;
	text-align: left;
	min-height: 700px;
	}

#banner {
	height: 400px;
	width: 910px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	}


#contentContainer h2 {	/* No margins above <h2> tags */
	margin-top:0px;
}


#mainContainer {
	width:826px;
	text-align:left;
	padding:5px 42px 0px 42px;
	margin: 0px 0px 0px 0px;
}

#mainContainer.narrow {
	width:526px;
	float: left;
	margin: 0px 75px 0px 0px;	
	padding:5px 0px 0px 40px;	
}

#makenarrow {
	width:515px;
	float: left;
	margin: 0px 75px 0px 0px;	
	padding:0px 0px 0px 0px;
	overflow: hidden;		
	}

#sidebar {
	width: 225px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
	}

#sidebar.interior {
	float: right;
	}	
	

#contentContainer {
	margin-right:10px;
	padding: 0px 0px 0px 0px;			
}

#contentContainer .openingText {
	color:red;
}

#articleListContainer {	/* <ul> container for article list */
	display: none;
	visibility: hidden;	
}
.articleList {
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:1px solid #999;
	background-color:#EEE;
	height:50px;
	margin:1px;
	padding:2px;
	color:#333;
	cursor:pointer;
}
.articleList li.articleMouseOver {	/* Mouse over article in list - layout */
	border:1px solid #000;
	color:#000;
}
.articleList li.articleClick {	/* Active article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#317082;
	color:#FFF;
}

.keyText {	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
.clear {
	clear:both;
}
img{
	border:0px;
}


/* Begin Typography & Colors */

#footer {
	font-size: 14px;
	text-align: left;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	position: relative;
	height: 295px;
	padding: 0px;
	margin: 0px 0px 0px 0px;	
	}
	
a#hydrant {
	background-image: url(images/hydrant.png);
	background-repeat: no-repeat;
	height: 295px;
	width: 139px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	}

small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}



/* 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 */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.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 */

#sidebar ul, #sidebar ul li, #sidebar ol, #sidebar ol li {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
	}
	
h2 { 
	text-transform: uppercase;
}

small, .postmetadata {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	}

.post {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #666666;
	}

#bottomnav {
	margin: 100px 0px 0px 0px;
	padding: 5px 42px 0px 42px;
	color: #6b5e4a;
	width: 826px;
	}	
#bottomnav a {
	color: #6da616;
	}	
#icons {
	float: right;
	width: 125px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}	
	
table.wp-table-reloaded-id-2, table.wp-table-reloaded-id-2 tr, table.wp-table-reloaded-id-2 tr td {
	vertical-align: middle;
	text-align: left;
	}	
table.wp-table-reloaded-id-2 tr {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	}
	
table.wp-table-reloaded-id-2 tr td.column-1 {
	text-align: right;
	}


#clients dt {float:left;}

#clients dd {
	float:left;
	margin:10px 0 0 12px;
	color:#f77002;
	font-size:12px;
	font-weight:bold;
	width:140px;
	padding:0;
}
#clients dd.link  {
	font-size:11px;
	text-decoration:none;
	margin-top:3px;
	font-weight:normal;
}
#clients dd a {text-decoration:none;color:#588dda;}
#clients dd a:hover {color:#588dda;text-decoration:underline;}
	
.ngg-gallery-thumbnail span {
	font-size: 11px;
	}	
	
div.slideshowlink, a.slideshowlink {
	display: none;
	visibility: hidden;
	}	
	
#wpcf7-f1-p42-o1.wpcf7 {
	width: 450px;
	float: left;
	}
dl {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;	
	}	
dt {
	float: left;
	width: 95px;
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;	
	vertical-align: middle;
	text-align: right;		
	}
dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
	vertical-align: middle;	
	}	
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/page_white_acrobat.png) no-repeat center right;
}	
	
	