/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: style.css
* Version: 1.0.0 (2009-07-03) YYYY-MM-DD
* Author: Shaking Paper Web Development
* Description: MarkStone Group.

*/

/* Eric Meyer CSS 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, font, img, ins, kbd, q, s, samp,
small, strike, 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: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}

/* End CSS Resset */

/* Begin Style/Structure */

/* Scaled Background image styles referenced from http://ringve
.com/ */

* { 
	border:0px solid #eee;
	margin:0;
	padding:0;
}

html,body,#bg,#bg table,#bg td,#wrapper {
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	color:#645A5A;
	background-color: #645A5A;
}

#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}

#bg td {
	vertical-align:middle;
	text-align:center;
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
}

#wrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}

/* Scaled Background image styles referenced from http://ringvemedia.com/ */

#sidebar {
	width: 260px;
	height: auto;
	position: absolute;
	top:20px;
	left: 20px;
	padding-bottom: 30px;
}

	#nav {
		width: 225px;
		height: 225px;
		background: #F7F5EB url(images/logo.png) no-repeat top;
		margin-bottom: 10px;
		padding: 125px 20px 30px 15px;
		font-size: 11px;
		text-transform: uppercase;
	}
	
		#nav ul li {
			padding-bottom: 10px;
		}
	
		#nav ul li a {
			width: 220px;
			height: 19px;
			padding: 4px 5px 0 5px;
			display: block;
			color: #645A5A;
			letter-spacing: 1px;
		}
		
		#nav ul li a:hover, .content a:hover {
			background-color: #FF6000;
			color: #000;
		}
	
	#contact {
		color: #9A9494;
		font-size: 10px;
		width:220px;
		height: 199px;
		background-color: #F7F5EB;
		padding: 0 20px 20px;
	}
	
		#contact p {
			line-height: 15px;
			letter-spacing: 1px;
		}

#content_wrapper {
	width: 480px;
	height: auto;
	position: absolute;
	top:20px;
	left: 290px;
	padding-bottom: 20px;
}

	.box h2 a {
		width: 100%;
		height: 27px;
		display: block;
		background: #F7F5EB url(images/minus.png) no-repeat top right;
	}
	
	.box h2 a.visible { /* adds minus image to sliding content box */
		background: #F7F5EB url(images/minus.png) no-repeat top right;
	}
	
	.box h2 a.hidden { /* adds plus image to sliding content box */
		background: #F7F5EB url(images/plus.png) no-repeat top right;
		border-bottom: 2px solid #FF6000;
	}
	
	.box h2 a span {
		display: none;
	}

	.content {
		width: 440px;
		height: auto;
		background-color: #F7F5EB;
		padding:10px 20px;
	}
	
		.content a {
			color: #000;
		}
	
		.content h2 a,  h2.single {
			background: none;
			display: inline;
			font-size: 16px;
			letter-spacing: 1px;
			text-transform: uppercase;
			color: #000;
		}
		
		.content .date, .content p.team_title {
			font-size: 11px;
			font-style: italic;
			color: #645A5A;
			padding-bottom: 15px;
		}
		
		.sticky h2.title a, .sticky .date {
			display: none;
		}
		
		.sticky .entry h2 {
			font-size: 19px;
			font-style: italic;
			font-weight: 100;
			color: #9a9494;
			letter-spacing: 2px;
			line-height: 26px;
		}
		
		.sticky .entry h2 a {
			color: #000;
			font-size: 14px;
			font-weight: bold;
		}
		
		.entry {
			font-size: 13px;
			line-height: 20px;
			padding: 30px 0 25px 0;
			background: url(images/dot.png) repeat-x bottom;
		}
		
		.entry p {
			padding-bottom: 12px;
		}
		
		.media_entry {
			line-height: 20px;
			padding: 14px 0;
			background: url(images/dot.png) repeat-x bottom;
		}
		
		.team {
			padding-top: 23px;
		}
		
		.more-link {
			font-size: 11px;
		}
		
		.navigation {
			padding: 20px 0;
			font-size: 10px;
		}
		
		a.media_return {
			font-size: 10px;
		}
		
		.navigation a, a.more-link, a.media_return {
			font-style: italic;
			font-weight: bold;
		}
		
		h2.media_title a:hover .media_date {
			color: #000;
		}
		
		h1.page_title {
			font-size: 36px;
			color: #E8E6E6;
			text-transform: lowercase;
			font-style: italic;
		}
		
		h1.media {
			padding: 0 0 33px 0;
			background: url(images/dot.png) repeat-x bottom;
		}
		
		h2.media_title a {
			display: block;
			width:430px;
			height: auto;
			padding: 0 5px;
		}
		
		h2.media_title a .media_date {
			color: #8B8383;
			font-size: 14px;
			display: inline;
		}
		
		input.text {
			width: 200px;
			height:15px;
			padding: 5px 0 5px 5px;
			border: 1px solid #BFBCBC;
			background: #F7F5EB;
			margin: 8px 0;
			color: #9A9494;
		}
		
		input.submit {
			color: #9A9494;
			border: 1px solid #BFBCBC;
			background: #F7F5EB;
			padding: 2px;
			margin-bottom: 8px;
		}
		
		p.thankyou {
			padding-bottom: 8px;
			color: #000;
		}
	
#footer {
	color: #BFBCBC;
	width: 440px;
	height:10px;
	background-color: #F7F5EB;
	font-size: 10px;
	margin-top: 30px;
}
	
		#footer a {
			color: #9A9494;
		}
		
		#footer a:hover {
			color: #000;
		}
	
/* Sitewide classes */

	.italic {
		font-style: italic;
	}

	.left { /* applies left float to any element with this class */
		float:left;
	}
	
	.right { /* applies right float to any element with this class */
		float:right;
	}
	
	.aligncenter,
	div.aligncenter { /* positioning for images in WYSIWYG editor */
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.alignleft { /* positioning for images in WYSIWYG editor */
		float: left;
	}
	
	.alignright { /* positioning for images in WYSIWYG editor */
		float: right;
	}
	