/*

Theme Name: VIP BUNKER

Version: 1.0

Author: Ryan Noonan

Author URI: http://www.rsnoonan.com/



*/

 

/* ----------------------------------------------

   HTML ELEMENTS

------------------------------------------------- */ 



/* Top Elements */

* { margin: 0; padding: 0; outline: 0 }



body {
	font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#cfae36;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #070707;
	background-image: url(images/concrete_bg_75q.jpg);
	background-repeat: repeat;
	background-position: left top;
    line-height:1.7em;
}



/* Links */
#main a, a:active, a:link{
text-decoration: none;
	/*color: #C6B68E;*/ 
	color: #cfae36;	
}
#main a:visited {

	text-decoration: none;

}

#main a:hover {

	color: #fff;

	border-bottom: 1px dotted #fff;

}

a, a:active, a:link {

	text-decoration: none;
	color: #C6B68E; 
	padding-right:3px;
	/*color: #cfae36;*/			

}

a:visited {

	text-decoration: none;

}

a:hover {

	color: #fff;

	border-bottom: 1px dotted #fff;

}



/* headers */

h1, h2, h3, h4, h5 {

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	color: #cfae36;
        margin-left:10px;


}

h1 {

	font-size: 2.2em;	

	font-weight: normal;

	letter-spacing: 0px;

	padding: 15px 0px 5px 0px;	
        line-height:1em;

}

h2 {

	font-size: 1.7em;

	color: #cfae36;

	padding: 15px 0px 5px 0px;
        line-height:1.4em;
	

}

h3 {

	font-size: 1.4em;	

	font-weight: normal;

	padding: 10px 0px 5px 0px;
line-height:1.3em;


}



p, dl { padding: 10px; margin: 0;line-height: 1.7em; margin-right:20px;}



ul, ol {

	margin: 10px 20px;

	padding: 0 20px;

}

ul { list-style: none; }



dt {

  font-weight: bold;

  color: #fff;

}

dd {

  padding-left: 25px; 

}



/* images */

img {

   border: none;

}

img.float-right {

  	margin: 5px 0px 10px 10px;  

}

img.float-left {

  	margin: 5px 10px 10px 0px;

}



code {

  	margin: 5px 0;

  	padding: 15px;

  	text-align: left;

  	display: block;

  	overflow: auto;  

  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;

  	/* white-space: pre; */

  	background: #111;  

}

acronym {

  	cursor: help;

  	border-bottom: 1px dotted #5B5B5B;

}

blockquote {
	margin: 20px 25px;
	padding: 15px 20px 15px 40px;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #CCCCCC;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}



/* start - table */

table {

	margin: 15px 10px; 

	border-collapse: collapse;			

}

th {

	background: #000;

	color: #fff;

	height: 38px;

	padding-left: 12px;

	padding-right: 12px;	

	text-align: left;

	border-left: 1px solid #211E20;

	border-right: 1px solid #211E20;

	border-bottom: 1px solid #211E20; 

	border-top: 1px solid #48780E;

}

tr {

	color: #5b5b5b;

	height: 34px;	

}

td {

	padding-left: 12px;

	padding-right: 12px;

	border: 1px solid #111;	

}

/* end - table */



/* form elements */

form {
	width:90%;
	margin: 10px 30px 25px 5px;
	padding: 5px 10px 10px 15px;
	border: 1px solid #4E4420;
	background-color: #1A160B;
}

#commentform p{
	padding-left:0px;
	margin:0;
}
label {
	display: block;
	font-weight: normal;
	padding-left:0px;
	margin:0;
	padding-bottom:5px;
	color: #d6d6d6;

}
input{
	padding:5px;
	margin-left:0px;
	color: #CFAE34;
	border: 1px solid #4E4420;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #2C2410;	
	
}
select{
	padding: 5px 4px;
	color: #CFAE34;
	border: 1px solid #4E4420;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #2C2410;	
	
}

textarea

{
	padding: 5px 4px;
	color: #CFAE34;
	border: 1px solid #4E4420;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #2C2410;	
	
}

textarea {
	width: 465px;
	height: 100px;
	display: block;
	text-align: left;
	overflow: auto;
}

input.button {
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #C1A032;
	border-width: 1px;
	border-style: solid;
	border-color: #514724;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	}
	


/* ------------------------------------------

   LAYOUT

------------------------------------------- */ 

#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	
	
}

#content-wrap {

	position: relative;
	margin:-9px 0 0 0px ;
	clear: both;
	width: 900px;	
	padding: 0 5px 0 25px;		
	margin-left: 5px;	
	background-image: url(images/amobox_bg_75q.jpg);
	background-repeat: repeat-y;
	/*background-position: -30px 0;*/ 
	float: left;	
	display: inline;	

	/*border-top: 1px solid #1A1A1A;*/

}

#header {
	position: relative;
	width: 947px;
	/*height: 430px; rn 6-8-08 */	
	
	height: 296px;
	margin-left: -46px;
	padding: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/main_header_75q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #1a160c;
	/* change the values of top and left to adjust the position of the logo*/

	top: 185px;
	left: 90px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.5em;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: .002em;
}

#header h1#logo-text a:hover {

	background: none;	border: none;

}

#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.3em;
	line-height: .8em;
	/*font-style: italic; rn*/

	text-transform: uppercase;
	color: #9f976a;
	width: 450px;
	/* change the values of top and left to adjust the position */

	top: 225px;
	left: 90px;
}



/* Main Column */

#main {
	float: left;
	width: 535px;
	padding: 0; margin: -20px 0 0 20px;
	display: inline;		

}
#main img{
	border:5px solid #16130A;
}

#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #dcdcdc;
	line-height: 1.8em;
}
#main .post-info {	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;	
	color: #6c6858; 	
	font-weight: bold;	
	
	}
#main .post-info a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #cfae36;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}

#main .readmore a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:10px;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	}
#main .date {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #867c4f;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}

#main .commments {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #867c4f;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
#main .commments a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #867c4f;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	}

#main h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 2em 'Helvetica Neue', Helvetica, Arial,sans-serif;
	color: #cfae36;
	letter-spacing: -.5px;
	text-transform: none;
}

#main h2 a {
	color: #cfae36;
	text-decoration: underline;
	border: none;
	margin-left:0px;
}

#main ul li {
	font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #867c4f;
	line-height: 1.8em;	
	list-style-image: url(images/bullet3.gif);

}

#main ol {
	width:450px;
		
}
#main ol li {
	font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #867c4f;
	line-height: 1.8em;
	
}

#main ol p {
	font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #867c4f;
	line-height: 1.8em;
	
	
}

/* Sidebar */	

#sidebar {

	float: right;
	width: 285px;
    margin-top: -120px;	
	margin-right:0px;	
	padding: 0 0px 0 0px; 	
    padding-left:0px;
	display: inline;
	/*border:thin green solid;*/

}	


#sidebar img{
	padding-top:10px;
	
}
#sidebar h3 {
	display:none;
}

#sidebar ul {

	text-align: left;
	margin: 7px 65px 8px 25px; 
	padding: 0;	 
	padding-bottom:15px;			

}


#sidebar ul li {
	list-style: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:30px;
	margin: 0;
	border-bottom: 1px solid #3B2C0F;	
	

}

* html body #sidebar ul li {

	height: 1%;

}

#sidebar ul li a {

	text-decoration: none;	
	border: none;
	color: #cfae36; 	
	font-weight: normal;		
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;	
	/* letter-spacing: .5px;  */

}

.recentcomments {
	text-decoration: none;	
	border: none;
	color: #C6B68E; 	
	font-weight: normal;		
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;	
	letter-spacing: .2px;  

}

#sidebar ul li a span {

	color: #836e22;	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 12px;

}

#sidebar ul li a:hover,

#sidebar ul li a:hover span {	

	color: #fff;	

}

#sidebar ul ul { margin: 0 20px 0 20px; padding: 0; }

#sidebar ul ul li { border: none; }



/* footer */

#footer-wrap {
	position: relative;
	clear: both;
	padding: 1.2em 0 0em 0;
	margin: 20px 0px 0 5px;
	font: normal 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 891px;
	float: left;
	display: inline;
	background-color: #1F1B0F;
	border: 2px solid #151209;
}

#footer-wrap h3 {

	font: normal 1.6em/1.6em 'Helvetica Neue', Helvetica, Arial, sans-serif;

	color: #C6B68E;	

}

#footer-content {	

	margin: 0 auto;		

	width: 870px;

	text-align: left;		

}
#footer-content p {
	font: normal 1em/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #746D43;
	
}

#footer-content ul.col-list {

	

	list-style: none;

	margin: 5px 0 0 5px; padding: 0;	

	width: 98%;

}

#footer-content ul.col-list li {

	border-bottom: 1px solid #3B2C0F;

}

#footer-content ul.col-list li a {

	display: block;

	line-height: 1.6em;

	font-weight: bold;

	padding: 4px 0 4px 8px;

	width: 98%;	

	color: #746D43;

	border: none;

}

#footer-content ul.col-list li a span {

	color: #C6B68E;

	font-style: italic;

	font-weight: normal;

	font-family: Georgia, 'Times New Roman', Times, serif;

}

#footer-content ul.col-list li a:hover,

#footer-content ul.col-list li a:hover span {

	color: #fff;

	text-decoration: none;

}



#footer-content .col {

	width: 280px;

	padding: 0 0 30px 0;			

	display: inline;

}

#footer-content .col2 {

	width: 285px;

	padding: 0 0 30px 0;	

	display: inline;	

}

#footer-content .space-sep {

	margin-right: 12px;

}

/* archive */
#archive{
color:#CFAE36;
}

/* postmeta */

.postmeta {
	padding: 5px 8px;
	margin: 5px 25px 15px 10px;
	font-size: 1em;
	background-color: transparent;
	background-image: url(images/postmeta_bg2.jpg);
	background-repeat: no-repeat;
	border:thin solid #171509;	
}

.postmeta .date{ margin: 0 10px 0 5px;	}

.postmeta a.comments { margin: 0 10px 0 5px;	}

.postmeta a.readmore { margin: 0 10px 0 5px;	}



.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	line-height: 1.8em;}

.post-info a { color: #BD4200; }
.post-info a:hover {

	color: #fff;
	border-bottom: 1px dotted #fff;

}


/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clearer { clear: both; }



.clear {

	display:inline-block;

}

.clear:after {

	display:block; 

	visibility:hidden; 

	clear:both; 

	height:0; 

	content: "."; 

}
