/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/3c-b.css');

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
display: none;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: light;
/*  background-color: grey; */
	margin: 0px auto;
	background-color: #E02450;
	border: none;
	padding: 0;
	width: 1000px;
	}

#page {
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;

	}
	
div#header {
	margin-top:85px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:600px;
	height: 380px;
	background: url('images/header-background2.png') no-repeat scroll 0 0 transparent;
	}

div#header h1,
div#blog-description {
	display: none;
	}

div#twitter {
	height:140px;
	width:135px;
	margin-left: 312px;
	padding: 40px;
	text-align:center;
	vertical-align: bottom;	
	overflow: hidden;
	}
	
	div#twitter.twitter-widget  {
	font-size:10px;
	overflow:hidden;
	padding:0 5px 20px;
	width:123px;
	}
	
	div#twitter.twitter-widget ul {
	list-style: none;
	}

	div#twitter-widget ul ul {
	margin:0 0 0 0;
	}
	
	div#twitter.twitter-widget ul ul li {
	font-size:12px;
	margin:0;
	padding-left:0;
	}
	
	div#twitter-widget.twitter-widget li {
	list-style:none outside none;
	}
	
	div#twitter.twitter-widget ul li ul li a {
	font-size:85%;
	margin-top:5px;
	position:inherit;
	text-align:center;
	text-decoration:none;
	width:109px;
	}

	div.twitter-widget li div ul li span.time-meta {
	float:left;
	font-size:85%;
	padding-top:5px;
	position:inherit;
	text-align:center;
	width:120px;
	}

div#twitter ul {
	list-style: none;
	padding: 10px;
	}	

div#twitter a {
	text-decoration: none;
	/*float: left;*/
	font-size:85%;
	position:inherit;
	text-align: center;
	width: 130px;
	margin-top: 5px;
	}

div#logo {
	background:url("images/logo3.png") no-repeat scroll 0 -359px transparent;
	display:block;
	float:left;
	height:331px;
	margin-left:-25px;
	margin-top:-130px;
	padding:0;
	position:absolute;
	width:250px;
	z-index:999;
	}
		
div#logo:hover {
	background:url("images/logo3.png") no-repeat scroll 0 0px transparent;
	display:block;
	float:left;
	height:331px;
	margin-left:-25px;
	margin-top:-130px;
	padding:0;
	position:absolute;
	width:250px;
	z-index:999;
	}
	
/*		div#front {
		text-align: center;
		margin-top: 100px;
		margin-left: 0px;
		margin-right: auto;
		}
		
		div#front a {
		text-decoration: none;
		}
		
		div#front a img {
		border: none;
		}
*/		
div#wrapper {
	border: none;
	text-align: center	
	padding: 0;
	width: 654px;
	margin-left:auto;
	margin-right:auto;
	width:654px;
	}
	
div#menu-left {
	background: url('images/menu-banner-left2.png') no-repeat scroll 0 0 transparent;
	display: block;
	height: 72px;
	padding: 0px;
	margin-left: -41px;
	position: absolute;
	width: 60px;
}

div#menu-right {
	background: url('images/menu-banner-right2.png') no-repeat scroll 0 0 transparent;
	display: block;
	height: 72px;
	padding: 0px;
	margin-left: 635px;
	position: absolute;
	width: 60px;
}
div#menu-center {
	width: 616px;
	height:72px;
	padding: 0px;
	margin: auto;
	text-align: center;
	border: none;
	background-image:url('images/menu.png') ;
	background-repeat:no-repeat;
}
		
div#menu {
	margin-left: 200px;
	margin-bottom: 12px;
	height: 40px;
	overflow-y: hidden;
	}
	
div#menu ul {
	list-style-type: none;
	margin-top: 0px;
	padding: 0px 4px;
	text-align: center;
	height: 52px;
	}

/* div#menu ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px dashed black;
	}
*/		

div#menu ul li {
	float: left;
	border: none;
	width: auto;
	margin-right: 4px;
	margin-left: 4px;	
	}

div#menu ul a {
	text-decoration: none;
	display: block;
/*	width: 60px; */
	height: 52px;
	line-height: 52px;
	border: none;
	overflow:hidden;
}

div#menu ul a:hover img {
	border: none;
	position: relative;
	top: 0px;
}

div#menu ul a img {
	border: none;
	position: relative;	
	top: -52px;
	}

div#menu ul ul ul a {
	font-style:italic;
	}

div#menu ul li ul {
	left:-999em;
	position:absolute;
	}

div#menu ul li:hover ul {
	left:auto;
	}
		
		.entry-title,.entry-meta {
		/*clear:both;*/
		}
		
			div#primary {
			padding: 0px 25px;
			margin: 115px 0px 0px 0px;
		/*	border: 1px dashed gold; */
			width: 125px;
			text-align: center;
			font-size: 12px;
			display: block;
			min-height: 200px;
			}
			
			div#primary.sidebar ul li h3 {
			display: none;
			}
			
			div#secondary {
		/*		border: 1px dashed gold; */
			display: none;
			margin-top:0px;
			}
			
			.clear-fix {
			clear: both;
			}
		
div#container {
	margin:0px;
	padding: 0px 27px;
	border: none;
	background: url('images/background2.png') repeat-y scroll 0 0 transparent;
	float: left;
	width: 600px;
	}
		
		div#container2 {
			margin-top:0px;
		/*  padding-left: 27px; */
			border: none;
			background: url('images/background.png') repeat-y scroll 0 0 transparent;
			}
		
		div#container2-footer {
		border: none;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		width:654px;
		height: 145px;
		background: url('images/content-footer.png') repeat-y scroll 0 0 transparent;
		
		}
		
		div#content {
		border: none;
		background: none;
		margin: 0px 0px 0px 175px; 
		padding: 0px 10px;
		width: 385px;
		}
		
		div#post { /*this is for blog posts*/
		border: grey;
		background: pink;
		margin-bottom: 20px;
		padding: 15px;
		
		-webkit-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		}
		
		div#news-top {
			display: block;
			width: 350px;
			min-height: 20px;
			padding: 0px 0px 15px 0px;
			border-bottom: 2px solid #cccccc;
			}
		
		div#news-top img {
			diplay: block;
			margin: 0px 14px;
			}
			
		div#news-bottom {
			padding: 25px 0px;
			margin-top: 5px;
			border-top: 2px solid #cccccc;
			}	
		
		div#news-bottom img {
			diplay: block;
			margin: 0px 14px;
			}	
		
		
		div#featured {
		background: none;
		}
		
		div#featured.top {
		background: url('images/front-news.png') no-repeat scroll center center;
		border-bottom:2px solid lightgrey;
		min-height:11px;
		margin: 0px 9px 0px 9px;
		padding: 25px 0px 25px 0px;
		display: block;	
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		}
		
		div#featured.featured {
		padding: 10px 20px;
		}
		
		div#featured.bottom {
		background: url('images/front-specialties.png') no-repeat scroll center bottom;
		border-top:2px solid lightgrey;
		min-height:90px;
		margin: 0px 9px 15px 9px;
		padding: 0px 0px 0px 0px;		
		display: block;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		}

		div.published {
		text-transform: lowercase;
		}
		
		div.entry-content {
		margin-bottom: 10px;
		}
		
		div#featured h2 {
		font-size: 14px;
		font-weight: bolder;
		text-align: center;
		text-transform:lowercase;
		}
		
		div#featured h2 a {
		text-decoration: none;	
		color: #FF6600;
		}
		
		div#featured p {
		margin-bottom: 25px;
		} 	

		div#featured p a {

		} 	

			div#content h2 {
			font-size: 14px;
			font-weight: bolder;
			text-align: center;
			}
			
			div#content h2 a {
			text-decoration: none;	
			color: #FF6600;
			}
			
			div#content p a {
			color:#FF6600;
		/*	float:right;
			font-size:10px;
			font-weight:bold;
			padding-right:7px;
			padding-top:20px;
			text-decoration:none;
			text-transform:lowercase;  */
			}
			
			div.read-more {
			float:right;
			padding-right:7px;
			padding-top:1px;
	
			}

			div.read-more a{
			color:#FF6600;
			font-size:10px;
			font-weight:normal;
			text-decoration:none;
			text-transform:uppercase;
			}
			
			div#access2 {
					display: block;
					height: 72px;
					width: 736px;
					margin-left: -41px;
					}
					
					div#lower-menu-left {
						background: url('images/lower-banner-left.png') no-repeat scroll 0 0 transparent;
						display: block;
						height: 72px;
						padding: 0px;
						margin-left: -41px;
						position: absolute;
						width: 60px;
					}
					
					div#lower-menu-right {
						background: url('images/lower-banner-right.png') no-repeat scroll 0 0 transparent;
						display: block;
						height: 72px;
						padding: 0px;
						margin-left: 635px;
						position: absolute;
						width: 60px;
					}
					div#lower-menu-center {
						width: 616px;
						height:72px;
						padding: 0px;
						margin: auto;
						text-align: center;
						border: none;
						background-image:url('images/lower-banner-center.png') ;
						background-repeat:no-repeat;
					}
			
			div#elsewhere {
			background-color: none;
		/*	width:375px; 
			border: 1px dashed blue; */
			margin-left:auto;
			margin-right:auto;
			padding:0;
			width:600px;
			
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-moz-border-radius-bottomleft: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
			
			}
			
			div#elsewhere-post {
			border-left:0px solid black;
			border-right:0px solid black;
			float:left;
			margin:0px;
			text-align:center;
			width:200px;
			font-size: 11px;
		}
		/*
			div#elsewhere-post.right {
			margin-left:2px;
			}
			
			div#elsewhere-post.left {
			margin-right:2px;
			}
		*/	
			div#elsewhere-image {
			background-color: #D3D3D3;
			border-left:0px solid black;
			border-right:0px solid black;
			margin:0px;
			text-align:center;
			height:65px;
			font-size: 11px;
			padding: 5px 0px 20px 0px;
			}
			
			div#elsewhere-image a {
background:none repeat scroll 0 0 transparent;
border:0 none;
display:block;
height:200px;
width:200px;			}
			
			div#elsewhere-image img {
			padding: 0px 0px 19px 0px;
			border: 0px;
			}
			
			div#elsewhere-image.left {
			margin-right:0px;
			width: 197px;
			background: url(images/triplerock-logo.png) no-repeat scroll center top #D3D3D3
			}
			
			div#elsewhere-image.center {
			margin-left:3px;
			width: 194px;
			background: url(images/cheeseshop-logo.png) no-repeat scroll center top #D3D3D3
			}
			
			div#elsewhere-image.right {
			margin-left:3px;
			width: 197px;
			background: url(images/mitrebox-logo.png) no-repeat scroll center top #D3D3D3;
			}
			
			
			div#elsewhere-post h2.elsewhere {
			background-color: black;
			font-size:11px;
			margin-top: 0px;
			margin-bottom: 5px;
			}
		
			div#elsewhere-post h2.elsewhere a {
			text-decoration: none;
			color: white;
			}
			
			div#elsewhere-post h2.entry-title {
			background-color: none;
			font-size:11px;	
			font-weight: normal;
			margin-top: 0px;
			margin-bottom: 20px;
			}
			
			div#elsewhere-post h2.entry-title a {
			text-decoration: none;
			color: black;
			}
			
			
			
		div#elsewhere-news {
		font-size:12px;
		padding:25px;
		
			border-left:0px solid black;
			border-right:0px solid black;
			float:left;
			margin:0px;
			text-align:center;
			width:150px;
		}
		
		div#elsewhere-news.entry-content li{
			margin-top: 5px;
			}
			
			.entry-content ul {
			display: block;
			list-style-type: none;
			list-style-position: outside;		
			padding: 2px 10px;
		/*	padding-bottom: 2px;
			padding-left: 0px; */
			margin-left: 0;
			}
		
			
			.entry-content ul li { 
			background: url(images/cupcakebullet2-1.png) center top no-repeat;
		/*	padding-left: 20px; */
			padding-bottom: 3px;
			padding-top: 20px;
			margin-bottom: 5px;
			}
		
			.entry-date {
			font-size: 10px;
			font-weight: light;
			text-align: center;	
			margin: 0px;
			}
			
			
			abbr[title] {
			border: none;
			}
		
			div.sidebar {
		/*	width: 105px;
			text-align: center; */
			}
			
			div#secondary.sidebar .widget {
			margin: 0px 15px 0px 30px;
			border-left: 2px solid black;
			border-right: 2px solid black;
			background: #FFFFFF;
		
		/*	filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8; */
		
			}
			
				div#secondary.sidebar .widget h3 {
				display: none;
		
		
				}
				
				div#secondary.sidebar .widget ul li a {
				list-style-type: none;
				text-decoration: none;
				}
				
				div#secondary.sidebar .widget ul li {
				text-decoration: none;
				}
				
				div#secondary.sidebar ul ul li {
				text-decoration: none;
				}
				
		form#commentform .form-label {
		margin:1em 0 0;
		}
		
		form#commentform span.required {
		background:#fff;
		color:#c30;
		}
		
		form#commentform,form#commentform p {
		padding:0;
		}
		
		input#author,input#email,input#url,textarea#comment {
		padding:0.2em;
		}
		
		div.comments ol li {
		margin:0 0 3.5em;
		}
		
		textarea#comment {
		height:13em;
		margin:0 0 0.5em;
		overflow:auto;
		width:66%;
		}
		
		.alignright,img.alignright{
		float:right;
		margin:1em 0 0 1em;
		}
		
		.alignleft,img.alignleft{
		float:left;
		margin:1em 1em 0 0;
		}
		
		.aligncenter,img.aligncenter{
		display:block;
		margin:1em auto;
		text-align:center;
		}
		
		div.gallery {
		clear:both;
		height:180px;
		margin:1em 0;
		width:100%;
		}
		
		p.wp-caption-text{
		font-style:italic;
		}
		
		div.gallery dl{
		margin:1em auto;
		overflow:hidden;
		text-align:center;
		}
		
		div.gallery dl.gallery-columns-1 {
		width:100%;
		}
		
		div.gallery dl.gallery-columns-2 {
		width:49%;
		}
		
		div.gallery dl.gallery-columns-3 {
		width:33%;
		}
		
		div.gallery dl.gallery-columns-4 {
		width:24%;
		}
		
		div.gallery dl.gallery-columns-5 {
		width:19%;
		}
		
		div#nav-above {
		margin-bottom:1em;
		}
		
		div#nav-below {
		margin-top:1em;
		}
		
		div#nav-images {
		height:150px;
		margin:1em 0;
		}
		
		div.navigation {
		height:1.25em;
		}
		
		div.navigation div.nav-next {
		float:right;
		text-align:right;
		}
		
		div.sidebar h3 {
		font-size:1.2em;
		}
		
		div.sidebar input#s {
		width:7em;
		}
		
		div.sidebar li {
		list-style:none;
		margin:0 0 2em;
		}
		
		div.sidebar li form {
		margin:0.2em 0 0;
		padding:0;
		}
		
		div.sidebar ul ul {
		margin:0 0 0 1em;
		}
		
		div.sidebar ul ul li {
		font-size:10pt;
		margin:0;
		padding-left:20px;
		}
		
		div.sidebar ul ul ul {
		margin:0 0 0 0.5em;
		}
		
		div.sidebar ul ul ul li {
		list-style:circle;
		}
		
		div.gallery dl,div.navigation div.nav-previous {
		float:left;
		}
		
		div#footer {
		border:none;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		width:600px;
		}
		
		div#footer a {
		text-decoration: none;
		color: orange;
		}
		
		
		input#author,input#email,input#url,div.navigation div {
		width:50%;
		}
		
		div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
		margin:0;
		padding:0;
		}
		
		div#home {
		margin: 0px 100px;
		z-index: 1;
		}
		
div#thumbnails img {
	display: none;
	}