/*
Theme Name: Patches
Description: Custom theme produced by BashBang Productions (www.bashbang.com) and Beati Productions for Patches the Bear
Version: 1.0
Tags: fixed-width, two-columns, patches, bear
Author: BashBang Productions and Beati Productions
Author URI: http://www.bashbang.com
Latest updated: May 11, 2009
*/

/* CSS 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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}

caption{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END CSS RESET */

/* common classes */
.cb {
	clear:both;
}

.post, .page {
	padding-bottom:0px;
}

.clearboth {
	clear:both;
}

.page-link {
	clear:both;
	width:100%;
}

.rule {
	background-image: url("images/hr.png");
	width: 547px;
	height: 2px;
	margin-bottom: 15px;
}

div.hr hr {
	display: none;
}

/* layout */
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	background-color: #000000;
	background-image: url("images/background.jpg");
	background-position: bottom center;
	background-repeat: repeat-y
}

#cityWrap {
	background-image: url("images/wrap.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#topFrame {
	background-image: url("images/content_bg_top.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 235px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	margin: auto;
	margin-top: 0px;
}

#topPad {
	height: 0px;
	width: 1px;
}

#header {
	background-image:url('images/header.png');
	width: 904px;
	height: 190px;
	background-repeat:no-repeat;
	margin-left: 32px;
	margin-top: 0px;
	padding-top: 0px; 
}

#header h1,.description {
	margin-top:10px;
	margin-left:10px;
}



#wrapper {
	background-image: url("images/content_bg_mid.png");
	background-repeat: repeat-y;
	margin:0px auto;
	margin-bottom: 0px;
	width:960px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
}

#content {
	margin-left: 30px;
	width: 500px;
}

#launchZW {
	height: 96px;
	margin-bottom: 14px;
}

.logos {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.sublogos {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.sponsor_row {
	margin: auto;
	text-align: center;
}

.sponsor_logo {
	margin: 10px;
}

.sidebar {
	float: right;
	width: 231px;
	margin-right:100px;
	margin-bottom:19px;
	margin-top: 0px;
	padding-top: 0px;
	color:#C1BCAC;
}

.sidebarTopFrame {
	background-image: url("");
	background-repeat: no-repeat;
	margin-left: 40px;
	height: 30px;
	width: 242px;
}

.sideBarElement {
	width: 242px;
	background-image: url("");
	background-repeat: repeat-y;
	margin-bottom: 15px;
}

.sidebarBottom {
	width: 242px;
	height: 32px;
	background-image: url("");
	background-repeat: no-repeat;
	margin-bottom: 13px;
}

.partnerLinks {
	width: 220px;
	margin: auto;
	text-align: center;
}

.subscribeLinks {
	width: 220px;
	margin: auto;
	text-align: center;
}

#archives {
	width: 220px;
	margin-left: 10px;
}

#archives.li {

}

.living_light_img {
	margin: 8px;
}

.wp-caption {
	background-color:#1f2320;
	border:1px solid #47235a;
	text-align:center;
	padding:5px;
}

#primaryNav {
	margin: auto;	
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}


#containerTopFrame {
	float:left;
	background-image: url("");
	height: 30px;
	width: 618px;
}

#container {
	float:left;
	width: 550px;
	margin-left: 65px;
	color:#47235a;
	background-image: url("");
	background-repeat: repeat-y;
	font-size:1.1em;
	margin-top: 10px;
	margin-bottom:19px;
}

#containerTopBottom {
	float:left;
	background-image: url("");
	height: 30px;
	width: 618px;
}


#container blockquote {
	margin:0;
	padding:5px;
	background-color:#1f2320;
	border-top:1px solid #47235a;
	border-bottom:1px solid #47235a;
}

#container blockquote blockquote{
	margin:0px 10px;
	padding:5px;
	background-color:#1f2320;
	border-top:1px solid #47235a;
	border-bottom:1px solid #47235a;
}


/*  -----|  Typography  |---------------------------------------------------  */
a, a:visited, a:hover {
	color: #47235a;
	text-decoration:underline;
}
a:hover {
	color: #e84d41;
}


h1, h2, h3, h4, h5, h6, #container blockquote, .entry-date, #wp-calendar caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	margin-top:0px;
	padding-top:0px;
	line-height:1.3em;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.4em;
}
h3, #wp-calendar caption {
	font-size:1.2em;
}
p, #container li {
	margin-bottom:0.9em;
	margin-top:0.5em;
	line-height:1.7em;
}
td {
	line-height:1.7em;
	padding-right:10px;
}
blockquote p{
	margin-bottom:0.5em;
}

#container ul {
	list-style-type:disc;
	padding-left:2em;
}
#container ol {
	list-style-type: decimal;
	padding-left:2em;
}

.day {
	font-size:2em;
	color:white;
}

#container h1 {
	color:#47235a;
	border-bottom:1px solid #47235a;
	margin-bottom:20px;
	display:block;
}
#container h1 a, #container h2 a {
	color:#47235a;
	display:block;
	text-decoration:none;
}
#container h1 a:hover, #container h2 a:hover {
	text-decoration: underline;
}
h2,h3,h4,h5,h6 {
	color:#47235a;
}

.author {
	padding-bottom:5px;
}
#container h2 a {
}

#container h3 {
	color: #47235a;
	font-size: 12px;
}

#container .entry-meta{border-top:none;clear:both;line-height:1.4em;padding-bottom:10px;}
.entry-content{clear:both;}


/*DATE*/

.entry-date{float:right;border:1px solid #47235a; background-color:#47235a;padding:2px 5px 2px 5px;margin:0px 0px 10px 10px;}
.entry-date *{text-align:center;}

.sidebar ul, .sidebar ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.sidebar ul {
	margin: 0px 0px 0px 30px;
}
.sidebar ul ul {
	margin-left:0px;
}
.sidebar ul ul ul {
	padding-left:10px;
}
.sidebar ul li {
	margin-bottom:0px;
	margin-top: 5px;
}
.sidebar ul li ul li {
	margin-bottom:5px;
	margin-top:5px;
}

#wp-calendar, .calendar_wrap {
	width:100%;
	text-align:center;
}
#wp-calendar caption {
	color:#CADE58;
}
#wp-calendar td,#wp-calendar th {
	text-align:center;
}
#wp-calendar th {
	font-weight:bold;
}
#wp-calendar a {
	color:#CADE58;
	background-color:#181B19;
	border:1px solid #47235a;
	display:block;
	text-align:center
}
#wp-calendar a:hover {
	color:#CADE58;
	background-color:#47235a;
	display:block;
	border:1px solid #47235a;
	text-decoration:none;
}

#footer {
	margin: auto;
	font-size:0.9em;
	padding-left: 0px;
	width: 100%;
	color:#666666;
	text-align: center;
}

#footerTags {
}

#amber {
	width: 270px;
	height: 20px;
	color: #ffffff;
	background-color: #ffffff;
	margin: auto;
	text-align: center;

}


#subFooter {
	width: 960px;
	margin: auto;
	padding-top: 8px;
	text-align: center;
}


#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}

#frameFooter {
	background-image: url("images/content_bg_bot.png");
	width: 960px;
	height: 80px;
	margin: auto;
}

#footer a {
	color:#666666;
}

.meta-sep {
	color:#333333;
}

.nav-previous {
	float:left;
	width:45%;
}
.nav-next {
	float:right;
	width:45%;
	text-align:right;
}
.nav-previous a, .nav-next a{display:block;padding:3px; color:#CADE58; background-color:#1f2320; border:1px solid #47235a;}
.nav-previous a:hover, .nav-next a:hover{ background-color:#47235a; color:white; text-decoration:none;}
.navigation{margin-bottom:20px;margin-top:20px;}

.entry-meta{border-top:1px solid #47235a;margin-top:20px;padding-top:10px;}
.makesep{clear:both; height:15px;}
abbr{border:none;}

#s{border:1px solid #47235a; background:#181B19; width:180px; color: #C1BCAC;padding:3px;}
#searchsubmit {
	border:1px solid #47235a;
	width:50px;
	background:#47235a;
	color:#C1BCAC;
	padding:3px;
}
#searchsubmit:hover {
	color:#47235a;
	border:1px solid #47235a;}

#noresults-s,#comment {
	border:1px solid #47235a;
	width:180px;
	color: #47235a;
	padding:3px;
}
#comment{width:450px;}
#noresults-searchsubmit {
	border:1px solid #47235a;
	width:50px;
	background:#47235a;
	color:#47235a;
	padding:3px;
}
#submit{border:1px solid #47235a; background:#47235a; color:#C1BCAC;padding:3px;margin-top:5px;}
#noresults-searchsubmit:hover{color:#CADE58;border:1px solid #C1BCAC;}
#submit:hover{color:#CADE58;border:1px solid #C1BCAC;}

.alignright{float:right; margin:10px 0px 5px 10px;}
.alignleft{float:left; margin:10px 10px 5px 0px;}
.aligncenter{margin:10px auto;}

.avatar{float:right; padding:5px; border:1px solid #999999; background-color:#FFFFFF;} 