
/*
Theme Name: Williamstown Flowers - Orange Highlight
Theme URI: http://flyte.biz
Description: Custom Prosite Template
Version: 1.0
Author: Flyte New Media [AW] Deigned by Ryan Goan
Author URI: www.flyte.biz
Tags: 2 column horizontal nav

*/

@import url("suckerfish.css");

/* ###### Colors - chose which color sceme to import! First color is the main highlight ####### */

/*@import url("colors/teal.css");*/
/*@import url("colors/red.css");*/
/*@import url("colors/gold.css");*/
/*@import url("colors/yellow.css");*/
@import url("colors/orange.css");



/* ############## Blog-Specific Styles ##############  */

/*@import url("blog.css");*/  /*un-comment if you need the blog-specific stylesheet*/  


/* ############## style for theme switcher ############## */
 #switcher{
	padding-top:50px;
 	padding:30px 0 20px 20px;
 	background-color:#fff;
 	font-size:1.1em;
 	text-align:left
 }

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


/* ############## Main Structure ##############  */
body {
	font-size: 62.5%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666;
	margin: 0;
	padding: 0;
	line-height:14px;
	}
#page {
	width: 800px;
	text-align: left;
	margin: 0 0 0 50px;
	padding: 0;
	}
#header {
	margin:10px 0 0 0;
	padding: 0;
	width: 800px;
	}
#headerInner {
	min-height:136px;
	margin: 0;
	}
	
#headerInner .description, #headerInner h1 {display:none;}
#headerInner p{
	width: 425px;
	padding:65px 0 0px 30px;
	font-size:1.3em;
	font-style:italic;
	line-height:15px;
	}

#contentWrapper{
	position:relative;
	margin:0;
	padding:0;
	background:transparent;
	}
#content {
	font-size: 1.2em
	}
.post {
	margin: 0 0 40px;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}

/* ############## Narrowcolumn ############## */
#narrowcolumnWrapper{
	float:left;
	width: 568px;
	background:transparent url(images/narrowcolumnWrapperBG.png) 0 0px no-repeat;
	padding-top:5px;
	}
.narrowcolumn {	
	padding: 0 20px 20px 20px;
	margin: 0 auto;
	width: 510px;
	background:#fff;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
.calloutBox{
	width: 100%; 
	border-collapse: collapse;
}
.calloutBox p {
	margin:0 0 10px 0;
	padding:0;
	}
.calloutBox h4{
	font-weight:normal;
	font-size:13px;
	padding:0;
	margin:0 0 10px 0;
	}
#pageBase{
	padding: 10px 20px 40px 20px;
	margin: 0 auto;
	width: 510px;
	}
.baseTab p{
	font-size:11px;
	margin:0 0 10px 10px;
	padding:0;
	}
.baseTab .link{
	text-transform:uppercase;
	display:table-cell;
	padding:5px 10px;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
	}

/*  ############## Begin Sidebar ##############  */

#sidebar{
	position:absolute;
	left:565px;
	top:90px;
	padding: 0 15px 20px 15px;
	margin:0;
	width: 193px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#sidebar form {
	margin: 0;
	}
#sidebar #subscribe{
	padding-bottom:20px;
	margin-bottom:15px;
	}
#sidebar #subscribe h3{
	margin:0 0 10px 35px;
	}
#sidebar p{
	font:normal 1.2em Arial, Helvetica, Sans-Serif;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Sidebar */
	
/*  ############## Anchors & Headings ##############  */
a{
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#sidebar a, #sidebar a:visited{
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}

	
	
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}
h2 {
	text-transform:uppercase;
	font-size: 1.4em;
	margin: 30px 0 0;
	padding-bottom:5px;
	}
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2{
	text-decoration: none;
	}
h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}
h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
#sidebar h2 {
	font-size:1.6em;
	font-style:italic;
	margin:0 0 10px 35px;
	}
#sidebar h3 {
	font-size:1.6em;
	font-style:italic;
	margin:0 0 10px 0;
	}
#sidebar h4 {
	font-size:1.2em;
	margin:0 0 10px 0;
	}

	
	


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}

/*  ############## Begin Content Area Lists ##############  */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}
.entry li {
	margin: 7px 0 8px 10px;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*  ############## Begin Form Elements ##############  */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}


/*  ############## Begin Various Tags & Classes ##############  */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.clear {
	clear: both;
}


/*  ############## Captions ##############  */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
	}
	
	/* ######### Contact Form Styles ######## */
				
.required{color:#792626;font-weight:bold }
.error{color:#FF6600;font-weight:bold}
#contactTab input:focus, #contactTab textarea:focus{
background-color:#C8D3D7;
}


/* ############## footer ############## */

#footerNav {
	width: 100%;
	margin:-40px 0 0 0;
	padding:45px 0 10px;
	}
	

#footerNav ul, .pagenav ul{
	width:785px;
	height:25px;
	list-style:none;
	padding:0 0 0 15px;
	margin:0 0 0 25px;
 
	 }
 
.pagenav li{ 
	font-size:1em;
	float:left;
	display:inline;

	}

.pagenav li a, .pagenav li a:visited{
	font: normal 12px Myriad, Arial, Helvetica, Sans-serif;
	display:block;
	padding:0 0.7em;
	text-decoration:none;
	 }
.pagenav li a:hover{
	text-decoration:underline;
	}
 
#footer{
	width:770px;
	padding:0 0 0 30px;
	margin:0 0 0 50px;
	}
#footer p {
	font: normal 12px Myriad, Arial, Helvetica, Sans-serif;
	text-align:left;
	margin: 0;
	padding: 20px 0 20px 10px;;
	}
#footer a{
	text-decoration:none;
	}

