/*
Theme Name: AMR Armament
Theme URI: http://www.joshadamboyd.com/
Description: AMR Armament site design (WordPress Edition). Designed by Josh Boyd. Developed by David Freerksen.
Version: 1.0
Author: Josh Boyd
Author URI: http://www.joshadamboyd.com/
Tags: two-columns, fixed-width, sticky-post
*/


/**************************************************/
/**************************************************/
/**************************************************/
*{
	outline: 0px none;
}

html, body{
	margin: 0px;
	padding: 0px;	
}

body{
	background-color: #616919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url(images/background.jpg);
	background-position: center top;
}

a{
	color: #ddd386;
	font-weight: bold;
}

a:hover, a:active{
	color: #f9f5d3;
}



/**************************************************/
/** ELEMENTS **************************************/
/**************************************************/
img{
	border: 0px none;	
}

form{
	margin: 0px;
	padding: 0px;
}

input{
	padding: 2px;
	border: 1px solid #000;
	margin-bottom: 2px;
}

textarea{
	padding: 2px;
	border: 1px solid #000;
	margin-bottom: 2px;
}

sup, sub{
	font-size: 9px;
}



/**************************************************/
/** HEADER ****************************************/
/**************************************************/
#header{
	background-color: #000;
	border: 2px solid #000;
	position: relative;
	height: 250px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header .header{
	position: relative;
}

#header .header .logo{
	position: absolute;
	top: 0px;
}

#header .header .nav{
	
}

/* site name */
#header .header .nav .sitename{
	display: none;	
}

/* tagline */
#header .header .nav .tagline{
	display: none;	
}

/* top navigation */
#header .header .nav .navigation{
	padding: 10px 5px 20px 300px;	/* add 10 to the bottom to compensate for the shadow */
	background-image: url(images/nav_shadow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header .header .nav .navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .header .nav .navigation .current_page_item{
	
}

#header .header .nav .navigation .current_page_item a{
	color: #f9f5d3;
}

#header .header .nav .navigation .current_page_item a:hover, #header .header .nav .navigation .current_page_item a:active{
	
}

#header .header .nav .navigation li{
	display: inline;
	text-transform: uppercase;
}

#header .header .nav .navigation li a{
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}

#header .header .nav .navigation li a:hover, #header .header .nav .navigation li a:active{
	
}

/* sub navigation */
#header .header .nav .subnavigation{
	padding: 10px 5px 20px 300px;	/* add 10 to the bottom to compensate for the shadow */
	background-image: url(images/nav_shadow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#header .header .nav .subnavigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .header .nav .subnavigation li{
	display: inline;
	text-transform: uppercase;
}

#header .header .nav .subnavigation li a{
	padding-right: 15px;
	padding-left: 15px;
	color: #ddd386;
	text-decoration: none;
	font-weight: bold;
}

#header .header .nav .subnavigation li a:hover, #header .header .nav .subnavigation li a:active{
	color: #f9f5d3;	
}

#header .header .nav .subnavigation .current_page_item{
	
}

#header .header .nav .subnavigation .current_page_item a{
	color: #f9f5d3;
}

#header .header .nav .subnavigation .current_page_item a:hover, #header .header .nav .subnavigation .current_page_item a:active{
	
}




/**************************************************/
/** DISPLAY ***************************************/
/**************************************************/
#display{
	
}



/**************************************************/
/** PAGE ******************************************/
/**************************************************/
#page{
	padding: 30px 100px 30px 100px;	
}

h1{
	margin: 0px 0px 15px 0px;
	color: #ee1c23;
}



/**************************************************/
/** BLOG NEXT/PREV NAVIGATION *********************/
/**************************************************/
.navigation{
	
}

.navigation .prev{
	float: right;
}

.navigation .next{
	float: left;
}

.navivation-pad{
	margin-bottom: 20px;
}



/**************************************************/
/** BLOG ******************************************/
/**************************************************/
#blog{
	background-color: #FFF;
	color: #000;
	float: right;
	width: 570px;
}

#blog .blog{
	padding: 15px;
}

#blog .blog a{
	color: #ee1c23;
	text-decoration: none;
}

#blog .blog a:hover, #blog .blog a:active{
	color: #000;
}

#blog .blog .post{
	padding-bottom: 25px;
}

#blog .blog .post .col1{
	float: left;
	color: #ee1c23;
	width: 60px;
	text-align: center;
	font-weight: bold;
}

#blog .blog .post .col1 .month{
	text-transform: uppercase;	
}

#blog .blog .post .col1 .day{
	font-size: 20px;	
}

#blog .blog .post .col1 .year{
	display: none;
}

#blog .blog .post .col1 .comments{
	background-image: url(images/swords.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
}

#blog .blog .post .col1 a{
		
}

#blog .blog .post .col1 a:hover, #blog .blog .post .col1 a:active{
	
}

#blog .blog .post .col2{
	float: right;
	width: 465px;
	overflow: hidden;
}

h2{
	padding: 0px;
	margin: 0px;	
}

#blog .blog .post .col2 .title{
	
}

#blog .blog .post .col2 .title a{
	
}

#blog .blog .post .col2 .title a:hover, #blog .blog .post .col2 .title a:active{
	
}

#blog .blog .post .col2 .author{
	
}

#blog .blog .post .col2 .body{
	
}



/**************************************************/
/** SIDEBAR ***************************************/
/**************************************************/
#sidebar{
	float: left;
	width: 180px;
}

#sidebar .sideitem{
	color: #fff;
	margin-bottom: 25px;
}

h3{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #000;
}

#sidebar .sideitem ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar .sideitem ul li{
	padding: 0px;
}

#sidebar .sideitem ul ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar .sideitem ul ul li{
	padding: 0px 0px 0px 10px;
}

#sidebar .sideitem a{
	color: #FFF;
	text-decoration: none;	
}

#sidebar .sideitem a:hover, #sidebar .sideitem a:active{
	color: #ddd386;
}



/**************************************************/
/** COMMENTS **************************************/
/**************************************************/
#comments{
	
}

#comments .count{
	color: #ee1c23;
	font-weight: bold;
}

#comments .count a{
	color: #ee1c23;
	text-decoration: underline;
}

#comments .count a:hover, #comments .count a:active{
	color: #000;
	text-decoration: none;
}

#comments .commentlist{
	
}

#comments .commentlist ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#comments .commentlist li{
	margin-top: 30px;
}

#comments .commentlist ul .odd{
	
}

#comments .commentlist li .body{
	
}

#comments .commentlist li .approved{
	font-style: italic;
	color: #ee1c23;
	padding-left: 10px;
}

#comments .commentlist li .info{
	
}

#comments .comment-form{
	margin-top: 30px;
}

h4{
	color: #ee1c23;
	margin: 0px;
	padding: 0px;
}

#comments .comment-form .formfield{
	
}

#comments .comment-form .formfield .required{
	color: #ee1c23;
}

#comments .comment-form .submitbutton{
	
}

#comments .comment-form .submitbutton .submit{
	color: #ee1c23;
	background-color: #000;	
}



/**************************************************/
/** FOOTER ****************************************/
/**************************************************/
#footer{
	background-color: #616919;
	padding: 18px;
}

#footer .navigation{
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 18px;
}


#footer .navigation{
	padding: 0px;
	margin-bottom: 10px;
}

#footer .navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer .navigation li{
	display: inline;
}

#footer .navigation li a{
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#footer .navigation li a:hover, #footer .navigation li a:active{
	color: #000;	
}

#footer .copyright{
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
}



/**************************************************/
/** SHARED ****************************************/
/**************************************************/
.clear{
	clear: both;
}

.width{
	width: 960px;
}

.div-center{
	margin: auto;
}

.hidden{
	display: none;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.aligncenter{
	align: center;	
}