/*
Theme Name: TRACERVISUALS
*/

/* STRUCTURE 
--------------- */
/* -content- */
#content {
	background: #181818;
	margin: 20px 20px 20px 0px;
	width: 525px;
	position: relative;
	left: 375px;
	top: 20px;
	border: 4px solid #000;
	overflow: hidden;
	}
#contentwrap {
	display: block;
	width: 928px;
	padding-bottom: 20px;
	}

#sechead {
	background: #000;
	padding: 10px 20px;
}
/* -sidebar- */

#sidebar1wrap {
	width: 375px;
	position: fixed;
}

/* -footer- */

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #181818;
	border-top: 2px solid #111;
	clear: both;
	color: #999;
	padding: 10px;
	text-align: center;
	z-index: 999;
}
#footer small {
	text-transform: uppercase;
}
	
	
	

/* -standards- */

* {
	margin: 0 auto;
	}
body {
	background: #807822 url('/img/bg_tile.gif');
	color: #ffffff;
	font-family: "Arial";
	font-size: .75em;
	}
a {
	color: #ffffff;
	text-decoration: none;
	}
cite {
	font-style: normal;
	}
cite a {
	color: #ffa20f;
	font-style: normal;
	}
code {
	font-size: 1.1em;
	line-height: 1.3em;
	}
h1 {
	font-size: 2em;
	font-weight: normal;
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	}
p {
	line-height: 1.5em;
	margin: 1.2em auto;
	text-align: left;
	}
pre {
	background: #252525;
	border: 1px solid #303030;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1.2em auto;
	overflow: auto;
	padding: 10px;
	width: 488px;
	}
input, textarea {
	font-family: "Arial";
	font-size: 1em;
	}
	


/* -post and entries- */

.post {
	background: #181818;
	padding: 20px;
	border: solid #111;
	border-width: 6px 6px 8px 6px;
	}
.post a {
	color: #ffa20f;
	text-decoration: none;
	}
.post a:hover {
	color: #ffffff;
	text-decoration: none;
	}
.post blockquote {
	background: #252525;
	border: 1px solid #303030;
	margin: auto;
	padding: 10px;
	}
.post blockquote blockquote {
	margin-bottom: 0;
	}
.post blockquote p {
	margin: 0;
	}
.post embed, .post img, .post object {
	display: block;
	border: 4px solid #303030;
	}
.post embed.alignleft, .post img.alignleft, .post object.alignleft {
	margin: 0 10px 10px 0;
	}
.post embed.alignright, .post img.alignright, .post object.alignright{
	margin: 0 0 10px 10px;
	}
.post h2, .post h2 a {
	color: #ffa20f;
	}
.post h2 a:hover {
	color: #ffffff;
	}
.post table {
	background: #252525;
	border: 1px solid #303030;
	border-collapse: collapse;
	line-height: 1.5em;
	margin: 1.2em auto;
	width: 100%;
	}
.post th, .post td {
	border: 1px solid #303030;
	padding: 5px;
	}
.post ul, .post ol {
	line-height: 1.5em;
	}
.post .wp-smiley {
	border: none;
	display: inline;
	margin: 0;
	}
.postmetadata-top {
	border-bottom: 1px dotted #404040;
	padding-bottom: 20px;
	text-transform: uppercase;
	}
.postmetadata-bottom {
	text-transform: uppercase;
	}
.backtotop {
	margin: 1.2em auto;
	text-align: center;
	}

/* -misc and universal- */

#navlink, #postlink {
	background: #181818;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	}
#navlink a, #postlink a {
	color: #ffa20f;
	}
#navlink a:hover, #postlink a:hover {
	color: #ffffff;
	}
.uppercase {
	text-transform: uppercase;
	}
.wp-smiley {
	border: none;
	display: inline;
	margin: 0;
	}

/* -floats - */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
	
/* MISC */
.clear {
	clear: both;
}
hr {
	clear: both;
	margin: 20px 0;	
}
h2 {
	margin-top: 20px;	
}

/* PLUGINS */
span.wpcf7-list-item { display: block; }