/*

Design by Eddie Diaz -eddiediazdesign.com



*/




 

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

   HTML ELEMENTS

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



/* Top Elements */

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



body {

	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #fff; 	
	margin: 0; 	padding: 0; 
	background: #000 url(images/bg.png) repeat-x;
	text-align: center;
	}


/* Links */

a, a:active, a:link {
	text-decoration: none;
	color: #88055b;			

}

a:visited {

	text-decoration: none;
}

a:hover {

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



/* headers */

h1, h2, h3 {

	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}

h1 {

	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}

h2 {

	font-size: 2em;
	color: #fff
	padding: 20px 10px 5px 10px;	

}

h3 {

	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	

}



h4 {

	font-size: 1em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	

}



p, dl { padding: 10px; margin: 0; }



ul, ol {

	margin: 10px 20px;
	padding: 0 20px;

}

ul { list-style: none; }



dt {

  font-weight: bold;

  color: #fff;

}

dd {

  padding-left: 25px; 

}



/* images */

img {

	background: transparent;
   border: 0 solid #dfdfdf;
	padding: 3px;
}

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: 15px 10px;

 	padding: 10px 10px 10px 35px;  

   background: #111 url(images/quote.jpg) no-repeat 10px 10px;

	font-weight: normal;

	font-size: 18px;

	line-height: 1.6em;

	font-style: italic;

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

	color: #808080;	

}



/* 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 {

	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #111; 
	background: #070707; 	

}

label {

	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}

input, select, textarea {

	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;  
	border: 1px solid #1C1C1C;
} 

textarea {

	width: 400px;
	height: 100px;
	display: block;	
}

input.button { 

	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;

}



/* search form */

.searchform {

	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}

.searchform p { margin: 0; padding: 0 0 10px 0; }

.searchform input.textbox { 

	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}

.searchform input.button { 

	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;

}



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

   LAYOUT

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

#wrap {

	position: relative;
	width: 980px;
	background: #000;
	margin: 0 auto;
	text-align: left;
			

}

#content-wrap {

	position: relative;
	background: #000 repeat-y;
	clear: both;
	width: 980px;	
	padding: 0; 		
	margin-left: auto;	
		float: left;	
	display: inline;	
	border-top: 1px solid #1A1A1A;

}

#header {

	position: static;
	width: 980px;	
	height: 155px;	
	margin: 0; padding: 0px;		
	background: transparent;

}

/* banner top */
#bannertop {

	position:absolute;
	top: 15px; right: 0; left:480px;
	padding: 0; margin: 0;
	border: none;
	width: 800px; height: 60px;
	background: url(images/.jpg) no-repeat;	
	z-index: 88889;

}



/*middle images */

#slider {  
    width: 980px; /* important to be same as image width */
    height: 285px; /* important to be same as image height */
    position: relative; /* important */
	overflow: relative; /* important */
	
}

#sliderContent, #slider1Content {
    width: 980px; /* important to be same as image width or wider */
    position: absolute;
	top: 0px;
	margin-left: -23px;
	
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 15px/17px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 950px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}





/* header search */

#header form#quick-search {

	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;

}

#header form#quick-search p {

	margin: 0; padding: 0;		

}

#header form#quick-search .tbox {

	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}

#header form#quick-search label,

#header form#quick-search .btn {

	display: none;	

}



#menu{
	position: absolute;
	margin:0 auto 0 auto;
	width: 980px;
	height: 74px;
	left: 0px;	top: 100px;	
	background: transparent;
	border-bottom: 0px solid #1A1A1A;
	}
	#menu UL{
		
		float: right;
		list-style: none;
		width:750px;
		height: 60px;
		margin: 15px 0 0 5px; padding: 0;
		display: inline;		
		}
		
		#menu UL LI{
					padding-right:2px;
			display: inline;
	margin: 0; padding: 0;
			}
			
			#menu UL LI A{
				float: right;
			margin: 0;	padding: 0 8px;
				font-size:19px;
				text-decoration:none;
				color:#fff;
				letter-spacing:-1px;
				}
			
				#menu UL LI A.sel{
					font-weight:bold;
					background-position:right bottom;
					background-image: url(images/bg-menu.gif);
					background-repeat:no-repeat;
					
					}
			
				#menu UL LI A:hover{
					background-image:url(images/bg-menu.gif);
					background-position:right bottom;
					cursor:pointer;
								}
					
							
#menu ul li.current_page_item a {	

	color: #db5020;	

}



/*  Navigation  */

#nav {

	position: absolute;
	margin: 0; padding: 0;		
	height: 74px;
	width: 980px;	
	left: 0px;	top: 0px;	
	background: transparent;
	border-bottom: 0px solid #1A1A1A;

}

#nav ul {

	float: right;
	list-style: none;
	width: 750px;		
	height: 60px;
	margin: 15px 0 0 5px; padding: 0;	
	display: inline;

}

#nav ul li {

	display: inline;
	margin: 0; padding: 0;

}

#nav ul li a {

	float: right;
	margin: 0;	padding: 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #fff;	

}

#nav ul li a:hover, 

#nav ul li a:active {

	color: #db5020;
	background: none;
	border: none;

}

#nav ul li.current_page_item a {	

	color: #db5020;	

}



#header h1#logo-text a {

	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	

}

#header h1#logo-text a:hover {

	background: none;	border: none;

}

#header p#intro {

	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;

	/* change the values of top and left to adjust the position */

	top: 245px; left: 15px;		

}


/*center flash*/

	#middleflash {
	position: absolute;
	margin: 0 padding: 0;
	width:980px;
	height: 352px;

}



/* Main Column */

#main {

	float: left;
	background: #000 url(images/content_bg.jpg) repeat;
	width: 595px;
	height: inherit;
	padding-left: 15px;
	padding-right: 15px;
			
		}

#main h2 {

	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 2em 'helvetica', Tahoma, Trebuchet MS, Arial, sans-serif;	
	color: #fff; 
	letter-spacing: 0;	
	text-transform: none;	

}

#main h2 a {

	color: #fff;
	text-decoration: none;		
	border: none;	

}

#main ul li {

	list-style-image: url(bullet.gif);

}


/*middle buttons */


#middlebuttons {

	position: relative;
	clear: both;
	padding: 0 0 0 0;
	margin-top: -5px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #fff url(images/middlebutton_back.jpg) no-repeat;
	color: #555;
	width: 980px;
	height: 60px;
	float: left;	
	display: inline;
	border-bottom: 0px solid #070707;		
}



#sidebarads {
position:relative;
background: black;
width: 345px;
height: 300px;
display: inline;

}



/* Sidebar */	

#sidebar {

	float: right;
	background: #000;	
	width: 340px;
	padding: 0; 
	margin: 0 0 0 0;	
	display: inline;	

}	

#sidebar h3 {

	margin-top: 10px;
	padding: 15px 5px 10px 5px; 
	font: normal 1.8em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	background: url(images/footer-top.jpg) no-repeat center bottom;
	color: #fefefe;

}

#sidebar ul {

	text-align: left;

	margin: 7px 5px 8px 0px; padding: 0;				

}

#sidebar ul li {

	list-style: none;

	padding: 8px 10px;

	margin: 0;		

	border-bottom: 1px solid #111;

}

* html body #sidebar ul li {

	height: 1%;

}

#sidebar ul li a {

	text-decoration: none;	

	border: none;

	color: #5d5d5d; 	

		

	font-weight: bold;		

	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;

	font-size: 14px;	

	/* letter-spacing: .5px;  */

}

#sidebar ul li a span {

	color: #444;	

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

	font-style: italic;

	font-weight: normal;	

	font-size: 11px;

}

#sidebar ul li a:hover,

#sidebar ul li a:hover span {	

	color: #fff;	

}

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

#sidebar ul ul li { border: none; }



/* footer */

#footer-wrap {

	position: relative;

	clear: both;

	padding: 3.5em 0 3.5em 0;

	margin-top: -16px;

	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	

	background: #000 url(images/frontboxback.png) no-repeat center top;

	color: #fff;
	
	border: medium 3px;

	width: 980px;
	height: 233px;

	float: left;	

	display: inline;

	border-bottom: 0 solid #070707;		

}

#footer-wrap h3 {

	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;

	color: #ABABAB;	

}

#footer-content {	

	margin: 5px auto;		

	width: 980px;
	

	text-align: left;		

}

#footer-content ul.col-list {

	border-top: 1px solid #fff;

	list-style: none;

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

	width: 98%;

}

#footer-content ul.col-list li {

	border-bottom: 1px solid #111;

}

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

	display: block;

	line-height: 2em;

	font-weight: bold;

	padding: 4px 0 4px 2px;

	width: 98%;	

	color: #fff;

	border: none;

}

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

	color: #fff;

	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: #88055b;

	text-decoration: none;

}



#footer-content .col {

	width: 280px;

	padding: 0 0 30px 25px;			

	display: inline;

}

#footer-content .col2 {

	width: 285px;

	padding: 0 0 40px 45px;	

	display: inline;	

}

#footer-content .space-sep {

	margin-right: 12px;

}







/* postmeta */

.postmeta {	

	padding: 7px 5px; margin: 20px 10px 15px 10px;	

	font-size: 1em;	

	color: #545454;

	border: 1px solid #111;

	background: #111;

}

.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;	}

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



/* 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;
background: #000;
padding-top: -25px; }



.clear {

	display:inline-block;

}

.clear:after {

	display:block; 

	visibility:hidden; 
	
	

	clear:both; 

	height:0; 

	content: "."; 

}







