/*
	Author Name	: Brent Traut
	Author Site	: http://www.btraut.com/
	Style Name	: btraut
	Version		: 0.1
*/

/* ============================ */
/* ========== General ========= */
/* ============================ */
body
{
	margin: 0;
	
	background-color: #291a1a;

	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page
{
	position: relative;
	
	margin: 0 auto;
	padding: 0 0 1px 0;
	
	width: 790px;

	background-color: #bdbdbd;
	
	border-color: black;
	border-style: solid;
	border-width: 0 1px 0 1px;
}

#adsense
{
	display: none;
	text-align: center;
	margin-bottom: 5px;
}

h1.navLinks
{
	margin: 4px 0 0 0;
	padding: 0;
	
	letter-spacing: 0;
	color: #5d5d5d;
	text-align: center;
	font: small-caps 24px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1.navLinks a, h1.navLinks a:visited
{
	font-size: 22px;
	color: #5d5d5d;
	text-decoration: none;
}

h1.navLinks a.selected, h1.navLinks a.selected:visited
{
	font-size: 28px;

	text-decoration: none;
	color: #5d0000;
	font-weight: bold;
}

h1.navLinks a:hover, h1.navLinks a.selected:hover
{
	color: white;
	text-decoration: none;
	background-color: #5d0000;
}

a
{
	color: #5d0000;
}

a:visited
{
	color: #863e08;
}

#copyrightContainer
{
	text-align: center;

	margin: 6px auto;
	color: #555555;
	font-size: 9px;
}
/* ============================ */


/* ============================ */
/* =========== Face =========== */
/* ============================ */
#header
{
	margin: 0;
	padding: 10px 0;
	height: auto;
	
	background-color: #5d0000;
}

#faceBackground
{
	background-color: black;
	
	text-align: center;
}
/* ============================ */


/* ============================ */
/* =========== Misc =========== */
/* ============================ */
.clearAll
{
	margin: 0;
	padding: 0;

	clear: both;
	height: 1px;
	overflow: hidden;
}

.center
{
	text-align: center;
}
/* ============================ */



#primary
{
	padding-top: 0;
}

.secondary
{
	float: right;
	
	width: 200px;
	
	padding: 0;
	margin: 0 30px 0 0;
	
	position: static;

	font-size: 1em;
	line-height: 1.5em;
}

#search
{
	margin-top: 10px;
}

#searchform
{
	margin-top: 0;
}

.post
{
	margin: 0 0 20px 0;
	padding: 0 10px;
	
	background: url(/images/portfolio/projectRepeat.png) repeat-x;
}


ul.menu
{
	position: relative;
	margin: 0;
	padding: 0;
	top: 5px;
	left: 20px;
	width: 90%;
}


ul.menu li a
{
	color: #EEE;
	font-weight: bold;
	background: #222;
	letter-spacing: 0px;
}

ul.menu li a:hover
{
	background: #222;
	color: #FFF !important;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
{
	color: #EEE !important;
	background: #656565;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
{
	font-size: 18px;
	color: #111111;
}

#primary h3, #primary h4
{
	padding: 8px 0 0 0;
	margin: 0;
	
	font-size: 1.8em;
	color: #111111;
}

.navigation a
{
	color: #5D0000;
}

.single #primary .k2-asides h3
{
}

.entry-content blockquote
{
	background-position: 15px 5px;
	color: #777;
}

.entry-content a:visited
{
	color: #863e08;
}

.entry-content a[href*='#more-']
{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #27d;
}

.entry-content a[href*='#more-']:hover
{
	text-decoration: none !important;
	color: #444;
}

.entry-content a[href*='#more-']:after
{
	content: ' \00BB';
}

.entry-content
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
	color: #111111;
	line-height: 1.4em;
	text-align: justify;
}

.entry-meta
{
	letter-spacing: 0px;
	color: #777777;
}
	
.entry-meta a, .comment-meta a
{
	color: #383838;
}

.comments
{
	padding: 0;
}

#leavecomment, .comments #loading
{
	color: #444444;	
}

#commentlist li .comment-content
{
	font-size: 1.1em;
	line-height: 1.5em;
}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote
{
	margin: 3px 0;
}

li.byuser
{
	background: url(/images/portfolio/projectRepeat.png) repeat-x;
	border: none;
}

li.bypostauthor
{
	background: url(/images/portfolio/projectRepeat.png) repeat-x;
	border: none;
}

li.bypostauthor blockquote
{
	background-color: transparent;
}

#footer
{
	font-size: 1em;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
	width: 780px;
	border: 1px solid #ddd;
}

#footer a
{
	color: #888;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}

#footer a:hover
{
	color: black;
}

#primary .entry-content img
{
	padding: 0px;
	border: 5px solid #444;
	margin: 0 -5px;
}

img.center, img[align="center"]
{
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
	
img.alignright, img[align="right"]
{
	padding: 0px !important;
	margin: 0 0 2px 7px !important;
	display: inline;
}

img.alignleft, img[align="left"]
{
	padding: 0px !important;
	margin: 0 7px 2px 0 !important;
	display: inline;
}

img.noborder
{
	border: none !important;
	padding: 5px !important;
}

.k2download
{
	display: block;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #fafeff url('download.gif') no-repeat 10px 50%;
	border: 1px solid #cfe2e5; border-top: 3px solid #cfe2e5;
}

.k2download a
{
	font-weight: bold;
}

.k2download small
{
	display: block;
}

.video
{
	border: 1px solid #9BD7F4;
	padding: 0px;
	background: #F4F4F4;
	text-align: center;
}

.alert
{
	display: block;
	text-align: justify;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #FFF6BF url('../../images/exclamation.png') no-repeat 10px 50%;
	border: 1px solid #FFD324; border-top:3px solid #FFD324;
}

#s.livesearch
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	width: 100%;
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
	text-transform: lowercase;
}

#rollingarchives,
#nested_rollingarchives
{
	font-size: 1em;
	text-transform: lowercase;
	font-family: Verdana, Arial, Sans-Serif;
}

#rollingarchives a,
#nested_rollingarchives a
{
	color: #444 !important;
	font-weight: bold;
}

.antispam
{
	unicode-bidi:bidi-override; 
	direction: rtl;
}
	
acronym, abbr
{
	cursor: auto;
	letter-spacing: 0;
}