/*  
Theme Name: FSN Layout
Theme URI: http://wordpress.org/
Description: 2011 FSN Layout
Version: 2.0
Author: Matthew Farmer
Author URI: http://www.flowershopnetwork.com/
*/



/* - * BEGIN 2011 FSN REDESIGN * - */
.headerLinkSelected:hover {
		text-decoration:none;
}

/*////////*/
/* Header */
/*////////*/
div.blogMenuHeader {
	font-size:12px;
	
	box-shadow:0px 2px 5px #888;
	-moz-box-shadow: 0px 2px 5px #888; /* FF3.5+ */
	-webkit-box-shadow: 0px 2px 5px #888; /* Saf3.0+, Chrome */ 
	border:1px solid #d2d2d2;
	padding: 5px 0px;
	
	background: white;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(229, 229, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%);
}

div.blogMenuHeader div.blogMenuHeaderTitle a {
	font-size:42px;
	color:#d0026e;
	text-align: left;
	padding:5px;
	padding-left: 40px;
	float:left;
}

div.blogMenuHeader div.blogMenuHeaderTitle a:hover {
	text-decoration:none;
}

div.blogMenuHeader div.blogMenuHeaderSearch {
	font-size:12px;
	color:#d0026e;
	padding:5px;
	padding-top:15px;
	padding-bottom:0px;
	float:left;
}

div.blogMenuHeader div.blogMenuHeaderSearch input.goSubmitBox {
	margin-left:2px;
}

div.blogMenuHeader div.blogMenuHeaderSearch input.searchBox {
	margin: 0;
	height: 18px;
	width: 200px;
	
	box-shadow: 0px 2px 2px #888;
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
}

div.blogMenuHeader div.blogMenuHeaderSocial {
	padding-top:10px;
	text-align:left;
}

div.blogMenuHeader div.blogMenuHeaderSeperator {
	clear:both;
}

div.blogMenuHeader div.blogMenuHeaderPages  {
	padding: 5px 0px;
}

div.blogMenuHeader div.blogMenuHeaderPages a {
	padding: 0px 6px;
	color: black;
	text-decoration: none;
}

div.blogMenuHeader div.blogMenuHeaderPages a:hover {
	background-color:#ffe43b;
	text-decoration: none;
}



/*/////////*/
/* Sidebar */
/*/////////*/
div.blogSidebar {
	width:22%;
	float:left;
}

div.blogSidebar div.blogSidebarNewsletter {
	background: white;
	text-align: left;
	padding: 5px;
	margin: 10px;
	border: 1px solid #d2d2d2;

	background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, white 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top, white 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, white 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#e8e8e8',GradientType=0 );
	background: linear-gradient(top, white 0%,#e8e8e8 100%);

	box-shadow: 0px 2px 5px #888;
	-moz-box-shadow: 0px 2px 5px #888;
	-webkit-box-shadow: 0px 2px 5px #888;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.blogSidebar div.blogSidebarNewsletter div.blogSidebarNewslettercopyA {
	font-size:14px;
	font-weight: bold;
	color: #d0026e;
	float:left;
	margin-left:10px;
	line-height:10px;
}
div.blogSidebar div.blogSidebarNewsletter div.blogSidebarNewslettercopyB {
	font-size:22px;
	font-weight: bold;
	color:#d0026e;
	float:left;
	margin-left:10px;
}

div.blogSidebar div.blogSidebarNewsletter div.blogSidebarNewsletterSignup input.goSubmitBox {
	margin-left:2px;
}

div.blogSidebar div.blogSidebarNewsletter div.blogSidebarNewsletterSignup input.searchBox {
	margin: 0;
	height: 18px;
	width: 130px;
	
	box-shadow: 0px 2px 2px #888;
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
}

div.blogSidebar div.blogSidebarNewsletter div.blogSidebarNewslettercopyC {
	font-size: 10px;
	color:#888;
}

div.blogSidebar div.blogSidebarNewsletter div.blogSidebarNewsletterHistory {
	text-align:center;
	font-size: 12px;
	font-weight:bold;
}

div.blogSidebar div.blogSidebarNewsletter div.blogSidebarNewsletterHistory a {
	color:#888;
}

div.blogSidebar div.blogSidebarMenu {
	text-align:left;
	margin-top:15px;
	padding-right:10px;
}

div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories div.blogSidebarMenuTitle {
	background-color:#888;
	padding: 2px 10px;
	color:white;
	font-size: 16px;
	margin: 10px 0px;
}

div.blogSidebar div.blogSidebarMenu h3.widget-title {
	background-color:#888;
	padding: 2px 10px;
	color:white;
	font-size: 16px;
	margin: 10px 0px;
	font-weight:normal;
}

div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories div.blogSidebarMenuTitleA { background-color:#904097; }
div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories div.blogSidebarMenuTitleB { background-color:#cf1279; }
div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories div.blogSidebarMenuTitleC { background-color:#8cc540; }
div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories div.blogSidebarMenuTitleD { background-color:#009F8F; }
div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories div.blogSidebarMenuTitleE { background-color:#f5951d; }

div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories li {
	background-color: white;
	font-size: 10px;
	padding: 1px 0px;
	color:#aeaeae;
	margin: 0px 22px;
}

div.blogSidebar div.blogSidebarMenu div.blogSidebarMenuCategories li a {
	color:#494949;
	font-weight:bold;
}

div.blogSidebar .widget ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.blogSidebar .widget li {
	background-color: white;
	font-size: 10px;
	padding: 1px 0px;
	color:#aeaeae;
	margin: 0px 22px;
}

div.blogSidebar .widget li a {
	color:#494949;
	font-weight:bold;
}


div.blogSidebar div.blogSidebarMenu input.blogSidebarButton {
	width: 155px;
	height: 30px;
	border: 0;
	margin: 5px;
	color: #6e6f71;
	font-weight: bold;
	border: 1px solid #aeaeae;
	font-size:12px;
	line-height:8px;
	vertical-align:top;
	
	background: #EEE;
	background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 );
	background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
	
	box-shadow: 2px 2px 2px #aeaeae;
	-moz-box-shadow: 2px 2px 2px #aeaeae;
	-webkit-box-shadow: 2px 2px 2px #aeaeae;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.blogSidebar div.blogSidebarMenu a  { text-decoration:none; }
div.blogSidebar div.blogSidebarMenu a:hover  { text-decoration:none; }


/*//////*/
/* Body */
/*//////*/
div.blogBody {
	float:left;
	width:78%;
}

div.blogBody div.blogBreadcrumb {
	margin:10px 0px;
	font-size:12px;
	text-align:left;
}

div.blogBody div.blogBreadcrumb a {
	color: #888;
	text-decoration: none;
}

div.blogBody div.blogBreadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

div.blogBody div.content {
	text-align:left;
	font-size:12px;
}

div.blogBody div.content div.post li {
	list-style-image: url('/floristsonly/images/green_bullet.png');
	display: list-item;
}

div.blogBody div.post {
	border: 1px solid #d2d2d2;
	padding:10px;
	margin:0;
	margin-top: 10px;
	margin-right: 5px;
	line-height:15px;
}


div.blogBody div.post h1 {
	text-align:left;
	line-height:24px;
	font-size:24px;
	padding:5px 0;
	margin:0;
}

div.blogBody div.post a {
	color:#009f8f;
	padding:0;
	margin:0;
}

div.blogBody div.post a:hover {
	color:#fa9020;
}

div.blogBody div.post span.blogPostSubheading {
	font-size:10px;
	color:#d2d2d2;
}

div.blogBody div.content img.blogPostStripe {
	width:753px;
	height:10px;
	box-shadow: 0px 2px 2px #888;
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
}
input.goSubmitBox {
	font-size:13px;
	
	padding: 3px;
	background-color:#cc0471;
	color:white;
	font-weight:bold;
	border:0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #888;
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
}

/*////////////*/
/* Newsletter */
/*////////////*/

div.blogNewsletter div.post {
	border:0;
}

div.blogBody div.blogNewsletterForm {
	text-align:center;
}

div.blogBody div.blogNewsletterForm div.blogAskFormLabel {
	width:400px;
	text-align:left;
	margin:auto;
}


div.blogBody div.blogNewsletterForm div.blogAskFormLabel input.searchBox {
	width:230px;
	text-align:left;
	margin:auto;
}

div.blogBody div.blogNewsletterForm div.blogAskFormLabel input.goSubmitBox {
	padding: 8px 20px;
	margin: 0px 5px;
	background-color: #8FC344;
	font-weight: normal;
}

div.blogBody div.blogPastNewsletters {
	text-align:left;
	padding:10px 15px;
}

div.blogNewsletter  div.post a {
	color:#039d95;
	font-weight:normal;
}

div.blogBody div.blogPastNewsletters h2 {
	text-align:left;
	color: #8f4197;
	padding:10px 5px;
	margin:0px;
}

div.blogBody div.blogPastNewsletters div.blogNLink {
	padding:8px 20px;
}

div.blogBody div.blogPastNewsletters div.blogNLink a {
	text-decoration: underline;
}

div.blogBody div.blogSocialMediaLinks h2 {
	color:#444;
	padding:10px 5px;
}

div.blogBody div.blogSocialMediaLinks div.blogSocialMediaLink {
	padding:10px;
	float:left;
	text-align:center;
}

div.blogBody div.blogSocialMediaLinks div.blogSocialMediaLink a {
	color:#888;
}

/*///////////////*/
/* Ask an Expert */
/*///////////////*/
div.blogBody div.blogAskForm {
	padding:5px;
	padding-left:20px;
	float:left;
}

div.blogBody div.blogAskForm .inputBox {
	width: 280px;
	height: 24px;
	color: #A2A2A2;
	border: 1px solid #DBDBDB;
	font-size: 14px;
	font-style: italic;
	padding: 3px;
	padding-left: 5px;
	margin-top: 4px;
	margin-right: 1px;
	display: inline-block;
	
	box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.blogBody div.blogAskForm textarea.textareaBox {
	height:160px;
	width:280px;
}

div.blogBody div.blogAskCopy {
	padding:5px;
	padding-left:20px;
	float:left;
	width:46%;
}

div.blogBody div.blogAskCopy h2 {
	font-size:18px;
	color:#8f3e9a;
	padding:0px;
	margin:3px 0px;
	margin-top:12px;
}

div.blogBody div.blogAskCopy h3 {
	font-size:16px;
	color:#cc1277;
	padding:0px;
	margin:3px 0px;
	margin-top:12px;
}

div.blogBody div.blogAskCopy p {
	font-size:12px;
	padding:0px;
	margin:5px 0px;
}

div.blogBody div.blogAskCopy input {
	font-size: 14px;
	padding: 10px;
}

div.blogBody div.blogAskForm div.blogAskFormLabel {
	margin:2px;
	padding-left:3px;
	padding-top:5px;
	color:#009F8F;
	font-weight:bold;
	font-size:14px;
	width: 290px;
}

div.blogBody div.blogAskForm div.blogLabelDisabled {
	color:#888;
}

div.blogBody div.blogAskForm div.confirm {
	width: 290px;
}

div.blogBody div.blogAskForm div.blogAskFormLabel small {
	font-size:11px;
	line-height:10px;
}

div.blogBody div.blogAskForm input.goSubmitBox {
	background-color:#f8931d;
	font-size:16px;
	padding:10px;
}

div.blogBody div.blogAskForm span.redstar {
	color:red;
}





/*////////////////////////////*/
/* Flower Dictionary/Meanings */
/*////////////////////////////*/
div.blogBody div.flowerDictionaryPage {
	border:0;
}

div.blogBody div.post div.flowerDictionaryCopy {
	padding: 10px 5px;
	padding-left:20px;
}

div.blogBody div.post div.flowerDictionaryCopy ul {
	padding: 0px;
}

div.blogBody div.post div.flowerDictionaryCopy li {
	list-style-type: disc;
	margin:0px;
	padding:0px;
	margin-left:15px;
	padding-left:10px;
}

div.blogBody div.post table.flowerMeaningTable {
	margin: 10px 20px;
}

div.blogBody div.post table.flowerMeaningTable td {
	height:25px;
	vertical-align:middle;
}

div.blogBody div.post table.flowerMeaningTable td.flowerMeaningLink {
	width:40px;
	text-align:right;
	padding:0px 5px;
	line-height:1px;
	font-size:1px;
}

div.blogBody div.post h1 img {
	vertical-align:middle;
}

div.blogBody div.flowerMeaningPageLink {
	float: right;
	width: 180px;
	font-size: 22px;
	margin: 10px;
	padding: 15px;
	line-height: 24px;
	color: white;
	text-align:center;
	font-weight: bold;
	border: 1px solid #aeaeae;
	
	background: #9ace48;
	background: -moz-linear-gradient(top, #9ace48 0%, #7ec03a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ace48), color-stop(100%,#7ec03a));
	background: -webkit-linear-gradient(top, #9ace48 0%,#7ec03a 100%);
	background: -o-linear-gradient(top, #9ace48 0%,#7ec03a 100%);
	background: -ms-linear-gradient(top, #9ace48 0%,#7ec03a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ace48', endColorstr='#7ec03a',GradientType=0 );
	background: linear-gradient(top, #9ace48 0%,#7ec03a 100%);
	
	box-shadow: 2px 2px 2px #aeaeae;
	-moz-box-shadow: 2px 2px 2px #aeaeae;
	-webkit-box-shadow: 2px 2px 2px #aeaeae;
	text-shadow: #888 2px 2px;
	
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.blogBody div.post div.flowerDictionaryLinks {
	font-size: 17px;
	letter-spacing:2px;
	padding:5px 0;
}

div.blogBody div.post div.flowerDictionaryLinks a {
	font-weight:bold;
}

div.blogBody div.post div.flowerDictionarySubPages hr {
	border:0px;
	height:3px;
}

div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_0 { color:#8f4197; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_0 { background-color:#8f4197; }
div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_1 { color:#045ba0; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_1 { background-color:#045ba0; }
div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_2 { color:#03998e; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_2 { background-color:#03998e; }
div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_3 { color:#74b02a; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_3 { background-color:#74b02a; }
div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_4 { color:#eac804; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_4 { background-color:#eac804; }
div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_5 { color:#f5951d; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_5 { background-color:#f5951d; }
div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_6 { color:#d62c2c; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_6 { background-color:#d62c2c; }
div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_7 { color:#cd147a; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_7 { background-color:#cd147a; }
div.blogBody div.post div.flowerDictionaryLinks a.blogcolor_8 { color:#8e4398; }
div.blogBody div.post div.flowerDictionarySubPages hr.blogcolor_8 { background-color:#8e4398; }

div.blogBody div.post div.flowerDictionarySubPages a div.flowerDictionarySubPage {
	float:left;
	width:150px;
	padding: 10px 0px;
	margin: 5px 10px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #aeaeae;
	color:#8f4197;
	text-align:center;
}

div.blogBody div.post div.flowerDictionarySubPages a:hover {
	text-decoration:none;
}

div.blogBody div.post div.flowerDictionarySubPages a:hover div.flowerDictionarySubPage {
	box-shadow: 0px 2px 2px #888;
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
}



/*//////////*/
/* Comments */
/*//////////*/
div.blogComments div.blogCommentsHeader h1 {
	font-size:26px;
	color:#d0026e;
	text-align: left;
	padding:5px;
}

div.blogComments div.blogCommentsHeader img {
	vertical-align: middle;
}

div.blogComments div.blogCommentsList {
	width:565px;
	margin:auto;
}

div.blogComments div.blogCommentsRespond {
	width:565px;
	margin-bottom:40px;
	padding:10px;
	border: 1px solid #DBDBDB;
	box-shadow: 0px 2px 2px #888;
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
}

div.blogComments div.blogCommentsRespond div.blogCommentSection {
	float:left;
}

div.blogComments div.blogCommentsRespond div.blogAskFormLabel {
	margin:2px;
	padding-left:3px;
	padding-top:5px;
	color:#009F8F;
	font-weight:bold;
	font-size:14px;
	width: 275px;
}

div.blogComments div.blogCommentsRespond input.inputBox {
	width: 255px;
	height: 24px;
	color: #A2A2A2;
	border: 1px solid #DBDBDB;
	font-size: 14px;
	font-style: italic;
	padding: 3px;
	padding-left: 5px;
	margin-top: 4px;
	margin-right: 1px;
	display: inline-block;
	
	box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.blogComments div.blogCommentsRespond textarea {
	height:160px;
	width:280px;
	border: 1px solid #DBDBDB;
	color: #A2A2A2;
	box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.blogComments div.blogCommentsRespond div.blogAskFormLabel input.goSubmitBox {
	background-color:#f8931d;
	font-size:18px;
	padding:10px;
	font-weight:bold;
}

div.blogAddAnotherAttachment {
	font-weight:bold;
	font-size:14px;
	padding:5px;
}

div.blogBody div.post div.blogAddAnotherAttachment a, div.blogComments div.blogAddAnotherAttachment a {
	color:#cf1279;
}


/* - * END 2011 FSN REDESIGN * - */ 





/*///////////////////////////////*/
/*///////////////////////////////*/
/*///////////////////////////////*/
/*///////////////////////////////*/
/*///////////////////////////////*/
/*///////////////////////////////*/
/*///////////////////////////////*/
/*///////////////////////////////*/
/*///////////////////////////////*/






/* - * WORDPRESS DEFAULTS * - */
#contentwrapper { 
	background: url(/images/side-bg-bottom.png) bottom left no-repeat; 
	padding-bottom: 1px;
}

#contentwrapper-inner { 
	background: url(/images/side-bg.png) repeat-y; 
	padding-bottom: 1px;
}

#rightwrapper {
	background: url(/images/side-bg.png) right repeat-y;
	padding-bottom: 0px;
}
#rightwrapper-inner {
	background: url(/images/side-bg-bottom.png) bottom right no-repeat;
	padding-bottom: 0px;
}
#rightside { float: right; width: 160px; background: white; }

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
}
/* Begin Sidebar */
#sidebar {
	padding: 0 0 0 0;
	margin-right: 545px;
	width: 160px;
	background: white;
}

#sidebar p { padding: 0 0.5em; }

#sidebar .pagedate, #rightside .pagedate {  font-weight: 900; text-align: left; margin: 0.5em 0.2em; }

#sidebar form {
	margin: 0;
	padding: 0.75em 0 0.25em 0;
}
/* End Sidebar */

#sidebar h2, #rightside h2 {
	font-family: Verdana, Sans-Serif;
        height: 18px; 
        background: url(/images/lnav_header.gif) no-repeat;
        color: white; padding: 2px 0 0 15px;
        margin: 0;
}
#rightside ul { margin: 0; padding: 0; background: url(/images/side-bg.png); list-style: none; }
#rightside ul ul li { padding-left: 10px; padding-top: 5px; }
#rightside ul.sponsor { margin-top: 1em; }
#rightside ul li.sponsor { padding-top: 7px; padding-left: 0; }
#rightside ul li a img { margin-left: 10px; }
#rightside ul ul { margin: 0; padding: 0; }
#sidebar li h2, #rightside li h2 { background: url(/images/lnav_header_ba.gif) no-repeat; margin: 0; }
#sidebar ul.menu {
	background: url(/images/side-bg.png) repeat-y;
	padding-bottom: 1px; margin: 0;
}
#sidebar ul, #rightside ul {
	margin: 0;
	padding: 0;
}
#sidebar form { margin: 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;
}
#sidebar ul li a, #rightside ul li a { color: black; }
/* end - fsn sidebar css styles */

/* ask export form */
#askform { 
	text-align: left; 
	margin: 0.5em 0; 
}
#askform td { vertical-align: top; padding: 4px 2px; }
/*#askform .text, #askform textarea { width: 375px; }*/
.error { font-size: larger; color: red; text-align: center; }
/* end ask export form */




/* Begin Typography & Colors */
body {
	/*font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	/* background: #d5d6d7 url('images/kubrickbgcolor.jpg'); */
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#header {
	/* background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;  */
}

#headerimg 	{ 
	/* margin: 7px 9px 0; */
	/* height: 192px; */
	/* width: 740px; */
	/* width: 760px; */

} 


.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	background: #fff url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.25em;
}

h2.pagetitle {
	font-size: 1.6em;
}



h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h3 {
	color: #333;
}
h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #06c;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li {
	font: 0.9em Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}



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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
}

#page {
	background-color: white;
	/* margin: 20px auto; */
	margin: 0px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}

#header {
	/* background-color: #73a0c5; */
	background-color: #FFFFFF;
	margin: 0 0 0 1px; 
	padding: 0; 
	/* height: 200px;  */
	width: 760px;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

.narrowcolumn {
	float: right;
	/* padding: 0 0 20px 45px; */
	padding: 0 5px 20px 0;
	margin: 0px 0 0;
	width: 570px;
}
.narrower {
	margin-right: 30px;
	width: 380px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	/* margin: 5px 0 0 150px; */
	margin: 5px 0 0 5px;
	/* width: 450px; */
	width: 750px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post h2 { clear: both; }

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 15px 0 0;
}

h2.pagetitle {
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	/*padding: 5px;*/
	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
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	/*text-indent: -10px;*/
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

/*.entry ul li:before {
	content: "\00BB \0020";
}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}
/*
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}*/

#commentform textarea {
	width: 99%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
}
/*
hr {
	display: none;
}
*/
a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

