/*  
Theme Name: Purple WOW Day
Theme URI: http://purplewowday.org/
Description: Purpose built WordPress CMS template.
Version: 1.0
Author: John King
Author URI: http://neocreative.co.uk/

/* Website design by Neo Creative */
/* CSS by King Websites */

/*RESET CSS CODE */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0; 
	border: 0; 
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}

/* END OF RESET CSS CODE */


/* Layout */

html {
	background-color: #ffffff;
}

body {
	margin: 0px auto 0px auto;
	width: 765px;
	background-color: #ffffff;
}

#header {
	position: relative;
	width: 765px;
	height: 172px;
	background: white url('graphics/menu_bg.gif') no-repeat left bottom;
}

#content {
	float: right;
	width: 550px; /* 590px minus any left or right padding */
	padding: 20px 0px 50px 40px;
}

#rightside {
	float: right;
	width: 150px;
	padding-right: 15px;
}

#leftside {
	float: left;
	width: 145px; /* 175px minus any left or right padding */
	padding: 0px 15px 35px 15px;
	background: transparent url('graphics/leftside_bg.gif') no-repeat left top;
}

#footer {
	clear: both;
}

/* Font CSS */

html, body {
	color: #330000;
	font: 100.01% arial, helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
}

#header p {
	font-size: 0.75em;
	color: #47b3f7;
}

#header p a {
	color: #47b3f7;
}

#header p a.active, #header p a:hover {
	color: #9574f4;
}

#header #searchform input#s {
	font-size: 0.75em;
	color: #333333;
}

#header ul li a {
	font-size: 0.6875em;
	color: #ffffff;
	font-weight: bold;
}

#header ul li a:hover {
	color: #b3e2ff;
}

#header ul li.active a:hover {
	color: #ffffff;
}

#content h2 {
	font-size: 0.9375em;
	font-weight: bold;
	color: #47b3f7;
}

#content h2 a {
	color: #47b3f7;
}

#content h3 {
	font-size: 0.9375em;
	font-weight: bold;
	color: #47b3f7;
}

#content p {
	font-size: 0.75em;
}

#content p a {
	text-decoration: underline;
	color: #9574f4;
}

#content li {
	font-size: 0.75em;
}

#content #searchform2 input#s {
	font-size: 0.75em;
	color: #333333;
}

#leftside h3 {
	font-size: 0.9375em;
	font-weight: bold;
	color: #47b3f7;
}

#leftside h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #47b3f7;
}

#leftside h4.title {
	color: #333333;
}

#leftside p {
	font-size: 0.75em;
}

#leftside p a {
	text-decoration: underline;
	color: #9574f4;
}

#footer p {
	color: #acacac;
	font-size: 0.6875em;
}

#footer p a {
	color: #8c8c8c;
}

#footer p a:hover {
	color: #5c5c5c;
}

/* Extra Special Font CSS for plugins is at the bottom of this stylesheet */

/* Header CSS */

h1 {
	float: left;
	width: 225px;
	height: 89px;
}

#searchform {
	float: right;
	margin: 11px 18px 0px 8px;
	display: inline; 
}

#header p {
	float: right;
	padding-top: 12px;
}

#header p a {
	padding: 0px 7px 0px 6px;
}

#searchform input#s {
	border: 1px solid #47b3f7;
	vertical-align: top;
	width: 116px;
	margin: 0px;
	padding: 1px;
	float: left;
}

#searchform input#searchsubmit {
	width: 57px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}

a.donate {
	position: absolute;
	top: 46px;
	right: 6px;
}

/* Header - Top Navigation Menu CSS */

#header ul {
	position: absolute;
	overflow: hidden;
	top: 102px;
	left: 14px;
}

#header ul li {
	padding-left: 5px; 
	float: left;
	height: 37px;
}

#header ul li a {
	display: block;
	padding-top: 5px;
	padding-right: 15px; 
	padding-bottom: 14px;
	padding-left: 10px; /* This must be the padding-right value minus 5px */
}

#header ul li.active {
	background: transparent url('graphics/menu_left.gif') no-repeat top left;
}

#header ul li.active a {
	background: #47b3f7 url('graphics/menu_right.gif') no-repeat top right;
}

/* Content Area */

#content h3 {
	width: 350px;
	padding: 17px 0px 0px 0px;
}

#content p {
	width: 350px;	
	padding: 3px 0px 7px 0px;
}

#content ul, #content li, #content h4 {
	width: 350px;
}

#content ul {
	padding-bottom: 10px;
}

#content li {
	padding: 5px 0px 5px 30px;
	background: transparent url('graphics/bullet.gif') no-repeat 12px 8px;
}

/* Left Menu Area  */

#leftside {
	overflow: hidden;
}

#leftside h3 {
	padding: 20px 0px 7px 0px;
}

#leftside h4 {
	padding: 23px 0px 2px 0px;
}

#leftside p {
	padding: 2px 0px 1px 0px;
}

/* Right Side CSS */

#rightcontent {
	padding: 2px 0px 15px 0px;
}

/* Footer Area CSS */
  
#footer p {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#footer p a {
	padding: 0px 4px 0px 4px;
}

/* Photo Gallery CSS */

#content ul#photosets, #content ul#photosets li, #content ul#photosets li ul {
	width: auto;
}

#content ul#photosets li {
	padding: 0px;
	clear: both;
	padding-bottom: 30px;
	background: none;
}

#content ul#photosets li ul li {
	clear: none;
	float: left;
	width: 107px; /* 137px minus the padding-right value */
	overflow: hidden;
	font-size: 1em;
	color: #47b3f7;
	padding-right: 30px;
}

ul#photosets li ul img {
	padding: 3px;
	border: 1px solid #e4e4e4;
	margin-bottom: 5px;
}

/* Photo Gallery Set Viewer CSS - Uses FSViewr */

#content h3.fjs-header {
	padding-top: 0px;
}

#fjs-flickrphototitle {
	font-size: 0.75em;
	padding: 15px 0px 10px 0px;
}

#fjs-flickrphotonav {
	color: #8c8c8c;
	font-size: 0.75em;
	padding: 5px 0px 10px 0px;
}

#fjs-flickrphotonav a {
	color: #8c8c8c;
}

#fjs-flickrphotonav a:hover {
	color: #5c5c5c;
}

#fjs-flickrphoto img {
	padding: 3px;
	border: 1px solid #e4e4e4;
}

#fjs-flickrlink {
	padding: 10px 0px;
	font-size: 0.6875em;
	color: #8c8c8c;
}

#fjs-flickrlink a {
	color: #8c8c8c;
}

#fjs-flickrlink a:hover {
	color: #5c5c5c;
}

#content p.fjs_back a {

}

/* Video Page CSS - TubePress Plugin*/

.pagination {
	clear: both;
}

.pagination a {
	margin-right:3px;
	padding:2px 5px;
	text-decoration: none;
	color: #8c8c8c;
	font-size: 0.75em;   
}

.pagination a:hover {
	color: #5c5c5c;
}

.pagination span {
	margin-right:3px;
	padding:2px 5px;    
	font-size: 0.75em;
}

.pagination span.current {
	font-weight: bold;
	color: #5c5c5c;
}

.pagination span.disabled {
	color: #8c8c8c;
}

.tubepress_video_thumbs {
	clear: both;
	padding-top: 10px;
}

.tubepress_thumb {
	float: left;
	width: 137px; /* 182px minus the padding-right value */
	overflow: hidden;
	color: #47b3f7;
	padding: 0px 45px 0px 0px;
}

#content .tubepress_thumb p span {
	color: #8c8c8c;
}

#content .tubepress_thumb p {
	width: 120px; 
	height: 75px;
}

.tubepress_thumb img {
	padding: 3px;
	border: 1px solid #e4e4e4;
}

/* Sitemap CSS */

#content .ddsg-wrapper h3 {
	padding-top: 0px;
}

.ddsg-wrapper ul {
	padding-top: 10px;
	padding-bottom: 25px;
	color: #47b3f7;
}

#content .ddsg-wrapper li {
	font-size: 0.75em;
	padding: 3px 0px 1px 0px;
	background: none;
}

.ddsg-wrapper li a {
	color: #8c8c8c;
}

.ddsg-wrapper li a:hover {
	color: #5c5c5c;
}

#content .ddsg-wrapper li li {
	font-size: 1em;
	padding: 3px 0px 1px 25px;
}

/* Search Results CSS */

#content h3.search_results_page {
	padding-top: 0px;
}

.search_results li {
	font-size: 0.75em;
	padding: 3px 0px 1px 0px;
}

.search_results li a {
	color: #8c8c8c;
}

.search_results li a:hover {
	color: #5c5c5c;
}

#searchform2 {
	display: inline; 
}

#searchform2 input#s {
	border: 1px solid #47b3f7;
	vertical-align: top;
	width: 116px;
	margin: 0px;
	padding: 1px;
	float: left;
}

#searchform2 input#searchsubmit {
	width: 57px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
