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

/* @group Eric Myers Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */


/* basics */

body {
	background: #000 url("./images/background.jpg") top left repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0;
}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


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


/* links */

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

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 848px;
	margin: 0 auto;
	padding:0;
	background-color: #FFCCFF;
	color:#333;
	overflow: hidden;
	}
	

/* @group header */

#header {
	background:#0;
  	width: 848px; 
  	height: 258px;
	}

#header h1, #header h2{
	text-indent: -8000px;
	font-size: 0px;		
}


#teaser {
	background: url("./images/teaser_back.gif") 1px top repeat;
	height: 78px;
}

#teaser p {
	color: #FFF;
	font-style: italic;
	text-align: right;
	margin: 0 340px 0 20px;
	padding: 7px 0 0 5px;
	line-height: 1.3em;
	font-size: 12px;
}

	
/* @end */

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#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 10px;
	margin: 0;
	color: #fff;
	display:block;
}

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


/* @group Content */



#content {
	float:left;
	width:600px;
	overflow: hidden;
	margin:0 0 0 0;
	padding: 14px 25px 0 20px;
	border-right: 1px solid #fff;
	}

#pagecontent {
	overflow: hidden;
	margin:14px;
}

.post {
	margin:0;
	line-height: 14pt;
	padding: 0 20px;
}

#content .post {
	margin:0;
	line-height: 14pt;
	padding: 0;
}
	
.post h2, h2.pagetitle{
	font-size: 24px;
	margin: 10px 0 20px 0;
	padding: 0 0 8px 5px;
	border-bottom: 3px solid #fff;
}
	
.post h2 a{
	color: #CA0869;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #ff5dae;
	text-decoration: none;
}

.post h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #ffe9ff
}

.post h3 small {
	font-size: 10px;
}

.post div.allplayers {
	margin: 20px;
}

.post div#player1 {
	float: left;
}

.post div#player2 {
	float: left;
}

.post div#gallery, .post div.gallerymeta {
	text-align: center;
}

.post embed#gallerydiv {
	padding: ;
}

ul#serviceslinks {
	padding: 10px 40px 30px 40px;
	font-size: 13px;
	text-align: center;
}

ul#serviceslinks li{
	float:  left;
	width: 33%;
	list-style: none;
}

ul#serviceslinks li a {
	padding: 0 0 0 20px;
	font-weight: bold;
}

.entry {
	padding: 0 0 0 5px;
}

.post ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

.post li {
	
}

dl dt {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

dl dd {
	margin-bottom: 12px;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	color: #999;
	background:#FFDAFE;
	padding:4px 6px;
	margin: 20px 0;
	font-size: 10px;
	line-height: 1.3em;
}

.postmetadata a {
	color: #FD639B;
}	

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

#gallerylist td.photo {
	width: 140px;
	padding: 10px;
}

#gallerylist td.info {
	width: 250px;
}

.post div.link {
	height: 220px;
}

.post div.link p {
	padding: 90px 0 0 0;
}

.post div.link img {
	float: left;
	padding:  0 30px 0 20px;
}

div#servepics {
	height: 400px;
	float: left;
}

div#servepics img {
	padding: 0 0 0 275px;
}

div.imgwrap {
	float: right;
	padding: 20px;
}

div.imgwrap p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
}

div.quote {
	margin:  10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #FFF6FF;
	background: url(./images/quote_back.gif) top left no-repeat;
}

div.quote p.name{
	padding: 0 30px 0 0;
	font-style: italic;
	text-align: right;
}

p#podcastimg {
    text-align: center;
}


/* @group Contact Form */
form.wpcf7-form {
	width: 400px;
}

form.wpcf7-form fieldset {
	border: 1px solid #fd0a83;
	padding: 0 15px;
}

form.wpcf7-form fieldset legend {
	padding: 5px 10px;
	font-size: 18px;
}

#wpcf7-f1-p107-o1 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #fd0a83;
	color:  #FFF;
	border: 3px solid #FFF;	
}


/* @end */






/* @end */



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:200px;
	float:right;
	margin:0;
	padding: 0;
}

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

#sidebar li#rssicon {
	height: 75px;
}

#sidebar li#rssicon p {
	padding: 5px 0 0 0;
	margin: 0;
}

#sidebar li#rssicon img {
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
}

#sidebar li#rssicon p span#text {
	display: block;
	padding: 10px 0 0 65px;
}

/* @group Comments */

#commentform {
	margin:0 0 25px 0;
	padding:0;
}
	
#commentform p {
	color: #000;
}
	
#commentform a {
	text-decoration: none;
	line-height: 14pt;
}

h3#comments, #respond h3 {
	font-size: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}
	
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 20px;
	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;
	padding: 5px;
}

#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 {
	margin:5px 0 10px 0;
	padding:3px 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: #FD639B;
}

div.comment-author {
	padding: 0 0 2px 0;
}

div.commentmetadata {
	font-size: 10px;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{
	text-decoration: none;
	font-size: 14px;
}

/* @end */




/* 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 {
	background:#000;
	clear: both;
	width: 100%;
}

#footer div#footermenu ul {
	float: right;
	padding: 8px 0 0 0;
}

#footer div#footermenu ul li {
	float: left;
	list-style: none;
	padding: 0 10px;
	text-align: right;
	font-size: 11px;
}

#footer a {
	color: #FD0A83;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


	
#footer p {
	margin:0;
	padding: 20px 0 30px 0;
	color: #eee;
	text-align:center;
	clear: both;
}


