/*  
Theme Name: Stryker Los Angeles
Theme URI: http://www.strykerlosangeles.com
Description: A custom WordPress skin for Stryker Los Angeles
Version: 1.0
*/
body 
{
	font-weight: normal; 
	font-size: 12px; 
	padding: 0px;
	margin: 0px; 
	color: #9FA6AB; 
	background: #030405;
	font-family: arial, helvetica, sans-serif;
}

img 
{ 
	border: 0;
}

a, embed, object
{
  outline: none;
}

a
{
	color: #D8C900;
	text-decoration: none;
}

a:hover
{
	color: #D8C900;
	text-decoration: underline;
}

.hide
{
	display: none;
}

#page 
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0; 
	padding: 0;
	width: 100%;
	min-width: 960px;
	min-height: 600px;
}

#background
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 960px;
	min-height: 600px;
	background: url(assets/background.jpg) 50% 0 repeat-x;
}

#contentHolder
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
}

#leftContent
{
	position: relative;
	float: left;
	width: 645px;
	margin: 0;
	padding: 0;
	display: inline;
}

#rightContent
{
	position: relative;
	float: left;
	width: 280px;
	margin: 0 0 0 35px;
	padding: 0;
	display: inline;
}

#contentTop
{
	position: relative;
	float: left;
	width: 645px;
	height: 14px;
	margin: 0;
	padding: 0;
	display: inline;
	background: url(assets/contentTop.jpg) top left no-repeat;
}

#searchHolder
{
	position: relative;
	float: left;
	width: 275px;
	height: 22px;
	margin: 0;
	padding: 0;
	display: inline;
	background: url(assets/searchBackground.jpg) top left no-repeat;
}

#contentBody
{
	position: relative;
	float: left;
	width: 645px;
	margin: 0;
	padding: 0;
	display: inline;
	background: url(assets/contentBody.jpg) repeat-y;
}

#contentBodyHolder
{
	position: relative;
	float: left;
	width: 590px;
	margin-left: 27px;
	padding: 0;
	display: inline;
}

#footerHolder
{
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 3px solid #EEDF00;
	border-top: 1px solid #10161B;
	margin: 0;
	padding: 0;
}

#footer
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/**********Header***********/
#header
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 103px;
}
	
	#navBar
	{
		top: 47px;
		left: 592px;
	}
	
	#socialIcons
	{
		top: 53px;
		left: 503px;
	}
	
input#s 
{
	position: absolute;
	top: 3px;
	left: 23px;
	border: 0px;
	width: 212px;
	height: 15px;
	background: #455A6B;
}

input#searchsubmit
{
	position: absolute;
	top: 0px;
	left: 239px;
	width: 37px;
	height: 22px;
}

#categoryHolder
{
	width: 115px;
	margin-left: 0px;
}

#categoryHolder li, #archiveHolder li
{
	list-style: none;
}

#categoryHolder li a, #archiveHolder li a
{
	color: #9FA6AB;
}

#categoryHolder li a:hover, #archiveHolder li a:hover
{
	color: #9FA6AB;
	text-decoration: underline;
}

#archiveHolder
{
	width: 115px;
	margin-left: 45px;
}

/**********End Header***********/

.genericAbsolute
{
	position: absolute;
	margin: 0;
	padding: 0;
}

.genericFloat
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.genericRow
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}

.divider
{
	background: url(assets/divider.jpg) repeat-x;
	height: 5px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	margin-top: 5px;
}

.divider2
{
	background: url(assets/divider2.jpg) repeat-x;
	height: 5px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}

.post
{
	position: relative;
	float: left;
	width: 100%;
}

.postTitle
{
	font-size: 20px;
	color: #D8E1E9;
}

.postTitle a
{
	font-size: 20px;
	color: #D8E1E9;
	text-decoration: none;
}

.postSubTitle
{
	font-size: 10px;
	color: #837C6F;
}

.postSubTitle a
{
	color: #837C6F;
}

.postSubTitle a:hover
{
	color: #837C6F;
	text-decoration: underline;
}

.commentSubTitle
{
	font-size: 10px;
	color: #837C6F;
	float: right;
}

.commentSubTitle a
{
	color: #837C6F;
}

.commentSubTitle a:hover
{
	color: #837C6F;
	text-decoration: underline;
}

.subHeader
{
	font-size: 17px;
	color: #D8E1E9;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
	float: left;
}

.reply
{
	font-weight: bold;
	font-size: 17px;
	color: #D8E1E9;
}

.authorName
{
	font-weight: bold;
	color: #EAD700;
}

/****Comments Module****/
.commentDivider
{
	margin-bottom: 10px;
}

.comment_info
{
	color:#837C6F;
	font-size: 10px;
}

input#author, input#email, input#url, textarea#comment
{
	background: #455A6B;
	border: 0px;
}

input#submit
{
	background: #455A6B;
	border: 0px;
	color: #D8E1E9;
}
