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


/*universal stlyes*/
*{
	padding:0px;
	margin:0px;
}
body{
	background:#333;
	font-size:14px;
	color:#777;
	font-family:"Myriad Pro", Verdana, sans-serif;
}
p{
	
}
a{
	color:#CC66CC;
	text-decoration:none;
}	
a:hover{
	color:#CC66CC;
	text-decoration:underline;
}
div#wrapper{
	width:800px;
	margin:0 auto 1.5em;
	background:#fff;
	position:relative;
}
div#content{
	padding:20px;	
}

div.sidebar {
	float:left;
	overflow:hidden;
	padding:10px 1.9%;
	width:46%;
}

div#primary {
	clear:both;
}
div.entry-meta{
	border-top:1px dotted #ccc;
	padding:5px 0px;
}

div#footer {
	border-top:1px dotted #ccc;
	text-align:center;
	font-size:0.8em;
	padding:0.5em 0px;
	margin:0.5em 20px;
}
.clearBoth{
	clear:both;	
}
img{
	border:none;	
}

/*menu & logo*/
div#header h1 a.site-title{
	float:left;	
	/*padding-top:55px;*/
	margin-top:55px;
	text-indent:-99999px;
	background:url(http://www.tessagarland.com/wp-content/themes/sandbox/assets/thumbs/logo.jpg) no-repeat bottom;
	width:294px;
	height:46px;
	display:block;
}

div#menu {
	height:2em;
	margin:2em 0;
	width:100%;
	/*padding:3.5em 0 0 0;*/
	padding-top:55px;
}
	
div#menu ul li{
	float:right;
	background:#cc66cc;
	height:4em;
}

div#menu ul,div#menu ul ul {
	line-height:4em;
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul a {
	display:block;
	margin-right:1em;
	padding:0 0 0 0.6em;
	text-decoration:none;
	color:#fff;	
}
div#menu ul a:hover{
	text-decoration:underline;
}
/*header imgs*/
div.header-imgs{
padding:0px;
margin:0px;
}
/*div.header-imgs span#home{
	display:block;
	background:url(assets/thumbs/headers/index-header.jpg) no-repeat center;
	width:800px;
	height:296px;
	margin:0 auto;
}
div.header-imgs span#installations, div.header-imgs span#projects, div.header-imgs span#archive{
	display:block;
	background:url(assets/thumbs/headers/installation-header.jpg) no-repeat center;
	height:139px;
	width:800px;
	margin:0 auto;
}
div.header-imgs span#video{
	display:block;
	background:url(assets/thumbs/headers/video-header.jpg) no-repeat center;
	height:139px;
	width:800px;
	margin:0 auto;
}*/
div.header-imgs div#publicity, div.header-imgs div#links, div.header-imgs div#cv, div.header-imgs div#search{
	width:800px;
	display:block;
	height:65px;
	position:relative;
	background:#ccc;
}
span.purple{
	position:absolute;
	background:#9966ff;
	width:20px;
	height:65px;
	top:0px;
	left:0px;
}
div.header-imgs div#publicity h2{
	position:absolute;
	top:10px;
}
/**/

/*page specific*/
h2.entry-title{
	position:absolute;
	color:#000000;
	left:25px;	
	top:140px;
}
div.page-content{
	margin:0px 0px 10px 0px;
	border-top:1px dotted #ccc;
}
 div.page-content h2{
	padding:0; 
 }
div.page-content h3{
	padding:1em 0;	
}
div.wordtube{
	margin-top:10px;	
}
div.thumbnail, div.wordtube{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
div.thumbnail, div.publicity-thumbnail img{
	border:4px solid #ccc;	
}
div.thumbnail:hover, div.publicity-thumbnail img:hover{
	border:4px solid #CC66CC;	
}

div.video-left{
	float:left;
	margin-right:85px;
}
div.publicity-thumbnail{
	width:250px;
	font-size:0.8em;
	text-align:center;
	float:left;
	height:280px;
}
div.information{
	padding-bottom:10px;
}
div.information h4{
	color:#990000;	
}
ul#links-page, ul#links-page li{
	list-style-type:none;
}
.linkcat{
	float:left;
	margin:0 2em 0 0;
	width:300px;
}
/*Single specific*/
div.entry-meta{
	margin-top:10px;	
}
div#content h3.cv-title{
	border-bottom:1px solid #ccc;
	padding:20px 0px 0px 0px;
}
div.cv2{
	margin:2px 0px;	
}
div.cv2 strong{
	color:#000;	
}
h2.single-entry-title{
	color:#000;
	padding-bottom:5px;
}
div.entry-content p span{
	color:#000;
	font-weight:bold;
	font-style:italic;
}
div.entry-content p span.installation-title{
	font-weight:normal;	
	font-size:0.9em;
}
.aligncenter{
	margin:0 auto;	
}
#error_404{
	display:block;
	background:url(assets/thumbs/headers/installation-header.jpg) no-repeat center;
	height:139px;
	width:800px;
	margin:0 auto;
}
#post-0{
	margin:20px 0px 0px 0px;	
}
