/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics background-color: #2e2e2e; */

*{margin:0; padding:0;}

body {
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 10pt;
	background-color: #4a4a4a;
	background-image: url(images/jackie_layout_03.jpg);
	background-repeat: repeat-x;
	}

	
/*h1 { color: #EDEA81;background: url(images/HD-icon.gif) no-repeat; width: 88px; height: 44px; position: absolute; top: 12px; left: 0; }*/
h1 { color: #EDEA81;}
h1 a { display: block; width: 88px; height: 44px; text-indent: -9999em; }
h2, h2 a { color: #EDEA81; font-size: 18px; font-weight: normal; text-transform: uppercase; margin-bottom: 2px; text-decoration: none;  }
h3, h3 a {
	color: #EDEA81;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 10px;text-decoration: none;
	
}
h4 { color: #EDEA81; /*font-size: 11px;*/ font-weight: normal; text-transform: uppercase; }
h5 { font-family: "Helvetica Neue", Helvetica, Arial, sans serif; color: #EDEA81; font-size: 14px; font-weight: normal; text-transform: uppercase; }

h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans serif; color: #EDEA81; font-size: 14px; font-weight: normal; text-transform: uppercase; }
p {
	margin: 0 0 12px 0;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 10pt;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{
	float: right;
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	color: #ccc04e;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

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

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



/* container */




#container {
	width: 1100px;
	margin: 0 auto;
	color: #FFFFFF;

	}
	
#contentwrapper{
width: 100%;
}
/*
#container2 {
	background-image: url(images/Page-bk.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 0px 261px;
	width: 1192px;
	margin: 0;
	padding:0;
	} */

	
/* header */

#header {
	background-image: url(images/HP-Header.jpg);
	background-repeat: no-repeat;
	width: 1192px;
	height: 261px;
	color: #fff;
    margin: 0 auto;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu{
	text-transform:uppercase;
	float:left;
	width:100%;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	color: #EDEA81;
}
#menu ul {
	text-transform:uppercase;
	z-index:300;
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

	}
	
#menu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	font-size: 11px;
	}
	
	#menu ul li a {
	display:block;
	margin:0 0 0 1px;
	text-decoration:none;
	color: #ffffff;
	display:block;
	border-bottom:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#menu ul li a:hover {	
	color: #EDEA81;
	text-decoration:none;
	}
	

	
#menu ul ul {
	position:absolute; 
	display:none; 
	width:12em; 
	margin:0;
	padding:0; 
	text-align:left;

	z-index: 99999;
}

#menu ul li ul {width:14em; padding:0;    display: none;  z-index:999; line-height:auto;}
#menu ul li ul li {padding:0;}
#menu ul li ul a {
	width:14em;
	height:auto;
	float:left;
	color: #666666;
	background:#e1e1e1;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#menu ul li ul a:hover {
	color: #ffffff;
	height:auto;
	border:none;
	background: #999999;
	border-radius:none !important;
}
#menu ul ul ul {top:auto; padding:0;}
#menu ul li ul ul {left:14em; margin:0 0 0 20px; top:auto;}
#menu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#menu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
/*


	


/*#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 4px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	color:#EDEA81;
}



 content */


	
/* radient back #content {
	float:left;
	width:930px;
	margin:0px;
	background-image: url(images/Page-bk.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
	padding:0;
	} */
	
	#content {
	float:left;
	width:850px;
	}
	#content2 {
	width:1192px;
	margin:0px;
	background-image: url(images/HPPage-bk11.jpg);
	background-repeat: no-repeat;
	padding:0px;
	}

.post {
	padding:0;
	line-height: 14pt;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
		clear: both;

		}
.post h1{
	color: #EDEA81;
	background-position: 3px;
	padding-left: 113px;
	height: 85px;
	padding-top: 25px;
	font-size: 21px;
	margin-top: 10px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
}	
.post h2{
	color: #EDEA81;
	padding-top: 45px;
	font-size: 21px;
	margin-top: 10px;
}
	
	
.post h2 a{
	color: #EDEA81;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
	.post h6{
	color: #EDEA81;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
	
	
.post h6 a{
	color: #EDEA81;
	text-decoration: none;
	}
	
.post h6 a:hover{
	color: #777;
	text-decoration: none;
	}


.post ul {
	list-style-type: square;
	margin-left: 20px;
}

.post li {
	list-style-position: outside;
	font-size: 10pt;
	line-height: 18pt;
}
.pagetitle{
		color: #EDEA81;
	background-position: left 3px;
	padding-left: 55px;
	height: 50px;
	padding-top: 15px;
	font-size: 21px;
	margin-top: 10px;
	background-image: url(images/white_scroll.png);
	background-repeat: no-repeat;
	text-transform: uppercase;	
}
.entry p{
	font-size: 10pt;
	line-height: 18pt;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	padding-right: 10px;
	text-align: justify;
}
.entry h1{
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size:21pt;
	color:#EDEA81
}
.entry h6{
	color: #EDEA81;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
	
.imgmargin{
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size:21pt;
	color:#EDEA81
}

/*.postmetadata{
	clear: both;
	padding:6px;
	color: #CCCCCC;
	background-image: url(images/scroll.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}*/
	.postmetadata{
	clear: both;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	text-align: center;
	}
	

.navigation {
	font-size:8pt;
	width:700px;
	float:left;
	overflow:hidden;
	margin-top: 10px;
	margin-right: 10;
	margin-left: 10px;
	margin-bottom: 5;
		}
	
.alignleft {
	float:left;
	margin-right: 0;
	padding-bottom: 10px;
}
.alignright {
	float:right;
	margin-right: 0px;
	margin-left: 20px;	padding-left: 10px; padding-bottom: 10px;
}
.alignleft a{
	float:left;
	margin-right: 0;
	padding-bottom: 10px;
}
.alignright a{
	float:right;
	margin-right: 0px;
	margin-left: 20px;	padding-left: 10px; padding-bottom: 10px;
}



/* sidebar 	
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
*/

#sidebar {
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size:9pt;
	width:200px;
	float:right;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 30px;
	}

#sidebar h2{
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	color: #EDEA81;
	background-image: url(images/headerscroll2.png);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: visible;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}

#sidebar label{
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	color: #EDEA81;	
	margin: 0;
	padding: 0;
}
#sidebar select {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans serif";
	color: #ffffff;
	line-height: 12pt;
	background-color: #4a4a4a;
	border: 1px solid #666666;
	font-size: 10px;
	width: 130px;
}


#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans serif";
	margin: 0;
	line-height: 12pt;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	}
	#sidebar ul li a:link {
	color: #8e8e8e;}
	#sidebar ul li a:visited {
	color: #8e8e8e;}
	#sidebar ul li a:hover {
	color: #EDEA81;
	text-decoration: none;
}

#sidebar ul ul {
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans serif";
	list-style-type: none;

	}

#sidebar ul ul ul{
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */
#respond{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0;
	}

#comments h3{
		margin-left: 10px;
	}

#commentform{
	padding:0;
	margin-top: 10px;
	}
	
#commentform p{
	color: #ccc;
	}
	
#commentform a{color: #ccc; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: "Helvetica Neue", Helvetica, Arial, "sans serif";
	font-size: 10pt;
	color: #EDEA81;
	margin-left: 15px;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 8pt;
	padding:0;
	border: 1px solid #EDEA81;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 100;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
	
ol.commentlist {
	list-style-type: none;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	padding:0;
	margin-left: 15px;
}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10;
	padding-bottom: 5px;
	padding-left: 10px;
	}

ol.commentlist li.alt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {
	color:#FFFFFF;
}
ol.commentlist a:hover {
	color:#EDEA81;
}


cite {
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #ccc; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #ccc;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 110%;
	background-color: #1a1a1a;
	padding-left: 200px;
	padding-top: 10px;
	font-size: 11px;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee;}
#footer a{color: #ffffff;text-decoration: none;}
#footer a:hover{color: #EDEA81;text-decoration: underline;}

/* images */
#images {
	height: 106px;
	background-repeat: no-repeat;
}
/* #news {
	background-repeat: no-repeat;
	background-image: url(images/headerscroll.png);
	background-position: center top;
	padding: 10px;
	width: 700px;
	border: 1px double #999999;
}*/hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

