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

body {
	background:#e8e1d8 url(images/bg.png) repeat-x top left;
	font-family: arial, tahoma, sans-serif;
	font-size: 8pt;
	}

	
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
	color:#000;
}
h2.title {
	margin-bottom:25px;
}
h2.has-subheading {
	margin-bottom:12px;
}
h3.subheading {
	font-size: 12pt;
	font-weight:bold;
	color:#999;
	text-transform: uppercase;
	margin-bottom:25px;
}
h3 {
	font-size: 12pt;
	font-weight:bold;
	color:#a764a2;
}
h4 {font-size: 9pt;}

h1, h2, h3 {
	margin:12px 0;
}

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: 0 0 0 6px; }

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

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

em {
	font-style:italic;
}

hr {
	border-width:0;
	border-bottom:1px solid #bd8ab9;
	margin:15px 0;
	color:#fff;
}

.clear {
	clear: both;
}


/* links */

a{
	color:#7a3d75;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover{text-decoration: underline;}

/* lists */

#content ul {
	padding: 0 0 0 35px;
	margin: 0;
	list-style:disc;
	}

#content ul li {
	margin: 0;
	padding: 0;
	list-style:disc;
	margin-bottom:5px;
	}

#content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#content ol li {
	margin: 0;
	padding: 0;
	margin-bottom:5px;
	}

/* container */


#container {
	background:#fff;
  	width: 978px; 
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	position:relative;
	}
	
/* header */

#header {
	background:#fff url(images/header.png) no-repeat top left;
  	height: 321px;
	position:relative;
	}

#header h1{
	padding:0;
	margin:0;
	}
	
#header h1 a{
	padding:0;
	margin:0;
	text-indent:-9999px;
	height:100px;
	width:500px;
	display:block;
	}


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

/* main menu */


#menu {
	font-family: arial, times, serif;
	font-size: 11pt;
	font-weight:bold;
	width:760px; 
	text-transform: uppercase;
	padding-top:24px;
}


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

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

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

#menu ul li a:hover {
	background: #eaeaea;
	color:#000;
}

/* sideshow */

#slideshow {
	position:absolute;
	top:0;
	right:0;
	height: 250px; 
	width: 370px;
	overflow: hidden;
}

.qtip-wrapper {
	-moz-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3); 
	-webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}

.qtip-tip {
	z-index:1;
}

.qtip-contentWrapper {
	background-color:transparent !important;
}


/* testimonial */

.testimonial {
	width:838px;
	min-height:65px;
	background:#ede3f0 url(images/bg-testimonial-top.jpg) no-repeat center top;
	color:#7a3d75;
	padding:10px 45px 10px 45px;
	margin-top:15px;
	position:relative;
}

.testimonial h3 {
	margin-bottom:0;
}

.testimonial p {
	font-style:italic;
	font-size:10pt;
	line-height:1.4em;
}

.testimonial p.author {
	font-style:normal;
	font-weight:bold;
	font-size:10pt;
}

.testimonial-bottom {
	width:928px;
	height:12px;
	background:url(images/bg-testimonial-bottom.jpg) no-repeat center bottom;
}

.container { width:838px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
.slides li { position:absolute; top:0; width:838px; display:none; padding:0; margin:0; }

.testimonial .previous {
	position:absolute;
	left:5px;
	top:70px;
}

.testimonial .next {
	position:absolute;
	right:5px;
	top:70px;
}


/* content */


#content {
	float:left;
	width:930px;
	overflow: hidden;
	margin:14px 24px;
	padding-bottom:60px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font-size: 20pt;
	color:#000;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{
	margin:12px 0;
	padding:0 1px;
}

.qtip p{
	margin:12px 0;
	line-height:1.3em;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.post-edit-link {
	-moz-border-radius:0 0 4px 4px;
	background:#333 url(images/edit.png) no-repeat 5px 2px;
	color:#eaeaea;
	padding:5px 8px 5px 26px;
	position:absolute;
	right:20px;
	top:0;
	font-weight:bold;
	font-size:8pt;
	z-index:9000;
}

#packages img {
	cursor:pointer;
}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

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

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

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

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

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

#sidebar ul ul li {
	list-style-type: none;
	}

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

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

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

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

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; 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 #000;
	}

#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_top {
	height:65px;
	background:url(images/bg-footer.gif) repeat-x center top;
}

#footer {
	background:#000;
	padding:0 24px 20px 24px;
	position:relative;
	min-height:120px;
	}
	
#footer_content .col {
	float:left;
	margin-right:30px;
}

#footer_content .col ul {
	margin:10px 0;
}

#footer_content .col ul li {
	margin:5px 0;
}

#footer_content #albert {
	position:absolute;
	right:24px;
	top:-119px;
}

#footer_content h4 {
	font-size: 10pt;
	font-weight:bold;
	color:#fff;
	text-transform: uppercase;
	letter-spacing:-0.5px;
}
	
#footer p{padding:14px 0;margin: 0; color: #ddd; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


