@charset "ISO-8859-1";
/* ------------------------------------------------------
	
	Date Created:	Saturday, August 10, 2002 3:44:01 AM
	Last Modified:	Monday, June 28, 2004 06:18 PM
	Revision:		1.0

	Function: Define the layout and appearance of the link
	and content div for later browsers (ns6+ ie5+)
	I know this is all pretty verbose, but when you're wrapping
	a number of these apps as often as I do, it's simpler.
	
	1 tab=4 spaces.

------------------------------------------------------- */

/*
div {
	border:						1px #FFF000 solid;
	margin:						5px;
}
*/

/* Handle the BS differences between browsers */
div,h1,h2,h3,p,a,td {
 	margin:						0px;
	padding:					0px;
}
 
/* ----------------------------------------------------- */
/* General tag defs */
html,body {
	margin:						0px;
	padding:					0px;
	color:						#000;
	background-color:			#F7F7F7;
	font:						11pt/175% Georgia,Palatino,serif;
	background-image:			url(../images/template_images/bg_flower.jpg);
	background-repeat:			no-repeat;
}
a {
	color: 						red;
	background-color:			transparent;
	text-decoration:			none;
}
a:visited {
	color: 						blue;
	background-color:			transparent;
}
a:hover {
	color:						green;
	background-color:			transparent;
}
a:active {
	color: 						red;
	background-color:			transparent;
}

form {
	display:					block;
}
fieldset {
	margin:						0px;
	padding:					0px;
}
legend {
	padding:					2px;
	font-size:					11px;
	font-weight:				bold;
}
sup {
	font-size:					80%;
}
/* ----------------------------------------------------- */
/* Identified and classed items */

#logo {
	margin:						5px 5px 5px 100px;
}
#usp {
	position:					relative;
	margin:						-35px 5px 5px 325px;
	font-size:					16pt;
	font-family:				Georgia,Palatino,serif;
	font-weight:				normal;
}
#container {
	margin:						40px auto 10px auto;
	padding:					10px;
	width:						95%;
	border:						2px solid #6f3d40;
	color:						#000;
	background-color:			#EFF1E3;
}


/* ----------------------------------------------------- */
/* Sidebar */
#sidebar {
	width:						175px;
	margin:						0px;
	padding:					20px 20px 5px 5px;
	background-color:			#CC5BB5;
	border-right:				2px solid #6f3d40;
}
#sidebar a {
	display:					block;
	width:						170px;
	margin:						0px 0px 10px 0px;
	padding:					2px 0px 2px 5px;
	color:						#730e36;
	background-color:			transparent;
	border:						1px solid #DDCAA2;
	text-decoration:			none;
}
#sidebar a:hover {
	display:					block;
	width:						170px;
	margin:						0px -1px 10px -1px;
	padding:					2px 0px 2px 5px;
	color:						#6F3D40;
	background-color:			#DDCAA2;
	border:						1px solid #6F3D40;
	text-decoration:			none;
}			

/* ------------------------------------------------------- 	*/
/*   Utility forms usually found in sidebar					*/

#form_login {}
#form_subscribe_to_newsletter {}
#form_site_search {
	margin-bottom:				25px;
}

.sidebar_forms {
	position:					relative;
	left:						5px;
	top:						10px;
	width:						145px;
	font-size:					9px;
	font-weight:				bold;
	margin:						0px;
}
.sidebar legend {
	font-size:					9px;
}
.sidebar_forms .textfield {
	width:						130px;
	margin:						0px 5px 5px 5px;
	padding:					3px;
	border:						none;
	font-size:					10px;
}
.sidebar_forms .button {
	font-size:					9px;
	font-family:				Georgia,Palatino,serif;
	font-weight:				bold;
	margin:						3px 0px 3px 3px;
	float:						right;
}

/* ------------------------------------------------------- 	*/
/*   Commerce Engine stuff (found in sidebar)				*/

#search_product_form_input {
	width:						210px;
	border:						2px solid #94A2FF;
}
#search_product_form_submit {
	border:						1px solid #94A2FF;
	color:						inherit;
	background-color:			#94A2FF;
	padding:					1px 3px 0px 3px;
}

/* ----------------------------------------------------- */
/* Random images above the fold */
#footer {
	padding:					5px 5px 50px 5px;
	width:						760px;
	background-color:			#6f6f6d;
	border-top:					2px solid #6f3d40;
	font-size:					11px;
}

/* ----------------------------------------------------- */
/* Content sections 									 */
table#content_frame {
	margin:						0px 0px 0px 0px;
	border:						2px solid #633039;
	width:						100%;
}
#content {
	width:						100%;
	padding:					5px;
	font-size:					10pt;
	color:						#000;
	background-color:			transparent;
}
#content h1,h2,h3,p{
	margin-bottom:				.5em;
}
#content h1{
	font-size:					18pt;
	font-family:				Georgia,Palatino,serif;
	font-weight:				normal;
	font-style:					normal;
	line-height:				175%;
	color:						#811340;
	background-color:			transparent;
}
#content h2{
	font-size:					12pt;
	line-height:				150%;
	color:						#811340;
	background-color:			transparent;
}
#content h3{
	font-size:					11pt;
	line-height:				150%;
	color:						#811340;
	background-color:			transparent;
	padding:					20px 0px 0px 0px;
}

#content h4{
	font-size:					10pt;
	line-height:				100%;
	color:						black;
	background-color:			transparent;
	padding:					0px 0px 0px 15px;
}
#content p{
	font-size:					10pt;
	line-height:				175%;
	color:						#01009A;
	background-color:			transparent;
	margin:						15px 0px 0px 15px;
}
#content li {
	font-size:					10pt;
	line-height:				175%;
	color:						#01009A;
	background-color:			transparent;
}

.highlight {  
background-color: yellow; 
}

/* ----------------------------------------------------- */
/* Publisher (found in content div)						 */

#article_display {
	color:						inherit;
	background-color:			transparent;
}
#article_display h2 {
	color:						#6f3d40;
	background-color:			transparent;
}
#article_display img {
	border:						1px solid #6f3d40;
	margin:						0px 0px 0px 5px;
}


/* Sections */
.section_title {



}
.section_article_block {
	margin:						10px;
	color:						#01009A;
	background-color:			transparent;
	line-height:				150%;
}
.section_article_block h2 a {
	margin:						10px 0px 0px -10px;
	color:						#639AFF;
	background-color:			transparent;
}
.section_article_block img {
	width:						125px;
	border:						none;
	margin:						0px 0px 0px 5px;
}
#section_description {
	margin:						20px 50px 20px 0px;
	color:						#00009C;
	background-color:			transparent;
}
#section_description h3 {
	color:						#639AFF;
	background-color:			transparent;
}
.more_link {
	font-size:					80%;
	margin-left:				10px;
}
/* ------------------------------------------------------------ */
/* Contact form */

#contacttable {
	border:						none;
	font-size:					95%;
	padding:					0px;
	margin:						0px;
	margin-top:					15px;
}
#contacttable td {
	padding:					1px;
}
#contacttable th {
	text-align:					left;
}
.contacttableheader{
	color:						#000;
	background-color:			transparent;
	font-weight:				bold;
}
.inputsmaller {
	border:						1px solid #FA8072;
	width:						15%;
	margin:						2px;
}
.inputsmall {
	border:						1px solid #FA8072;
	width:						50%;
	margin:						2px;
}
.inputmedium {
	border:						1px solid #FA8072;
	width:						75%;
	margin:						2px;
}
.inputlarge {
	border:						1px solid #FA8072;
	width:						98%;
	margin:						2px;
}
.inputsubmit {
	text-align:					right;
}
.radiosmall {
	height:						1em;
	width:						1em;
}
.selectlarge {
	border:						1px solid #FA8072;
	width:						175px;
	margin:						2px;
}
.error {
	font-weight:				bold;
	color:						#000;
	background-color:			#FF0000;
	background-image:			none;
}

/* ------------------------------------------------------------ */
/* Article specific styles */

.calendar_events {
	border:					1px solid #060F72;
	border-bottom:			none;
	border-right:			none;
	margin:					10px auto 10px auto;
}
.calendar_events th{
	background-color:		#4DB3FD;
	text-align:				left;
	border-bottom:			1px solid #060F72;
	border-right:			1px solid #060F72;
	padding:				2px;
}
.calendar_events td{
	border-bottom:			1px solid #060F72;
	border-right:			1px solid #060F72;
	padding:				2px;
}
.calendar_events .alt_row{
	background-color:		#F7F7F7;
}

/* ------------------------------------------------------------ */
/* Various classes for article items */

.logo_div {
	border:						1px solid blue;
	background-image:			url(../images/additional-photos/bg_logo_div.jpg);
	background-repeat:			repeat-x;
	text-align:					center;
	margin:						15px auto auto auto;
	padding:					10px;
	width:						75%;
}
.logo_div h5{
	font-size:					24px;
	color:						white;
	margin-top:					0px;
	font-weight:				normal;
	font-style:					italic;
	text-align:					left;
	clear:						both;
	margin-bottom:				25px;
}
.logo_div a.img{
	border:						1px solid green;
}
.marketer {
	text-align:					right;
	background-color:			#6f6f6d;
	padding-right:				5px;
	font-size:					8px;
}
.marketer a {
	color:						white;
	background-color:			#6f6f6d;
}

#product_description {
	clear:						both;
	margin-bottom:				10px;
}
#product_description img {
	margin:						auto 10px auto -10px;
}

/* This used to hide the "other" specific field. Keeping it just in case... */
#referred_by_other {
	visibility:					visible;
	width:						300px;
}

table#article_file_download {
	width:					80%;
	border:					1px solid black;
	margin:					10px 0 0 25px;
}
table#article_file_download th {
	font-size:				100%;
	font-family:			Georgia,Palatino,serif;
	font-weight:			bold;
	text-align:				left;
	color:					#000;
	background-color:		transparent;
	padding:				2px;
	border:					1px solid black;
}
table#article_file_download td {
	text-align:				left;
	font-size:				100%;
	font-family:			Georgia,Palatino,serif;
	padding:				2px;
		border:					1px solid black;
}

td#table_header  {
	text-align:				left;
	font-weight:			bold;
	font-size:				100%;
	font-family:			Georgia,Palatino,serif;
	padding:				2px;
}

#category_description {
	margin:					10px;
	color:					#00009C;
	border-bottom:			7px solid #94A2FF;

}

/* Commerce engine: Show "check cart button */
#sidebar #show_cart_button  {
	width:					175px;
	height:					30px;
	border:					1px solid #CC5BB5;
	margin:					0px 0px 10px -5px;
	padding:				2px 0px 2px 5px;
	background-color:		transparent;
}
#sidebar #show_cart_button *:hover{
	width:					175px;
	height:					30px;
	border:					1px solid #CC5BB5;
	margin:					-1px -1px -1px -1px;
	padding:				none;
	background-color:		transparent;
}

/* Blog front end */
#page{
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	float: left;
	width: 50%;
}
/*
#content {
	margin: 15px -200px 8px 0 ;
	width:100%;
	float:left;
}
*/
#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	float: right;
}
.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}
#blogText{
	margin-right:200px;
}

#page {
	background-color: #FFF;
	margin: 0;
	width: 100%;
}

.byline, .entryfooter, .trackbackfooter {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: .7em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
/* 
.byline {
	clear:both;
}
*/
.commentBody {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: .8em;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 40px;
}
.commentByLine, .tweetbackByLine {
	font-weight: bold;
	clear: left;
}
#blogText {
	padding:0 8px 0 8px;
}
#banner, #banner a {
	font-size: 1.4em;
	font-weight: bold;
	color: red;
}
input, select, textarea {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	color: #000000;
}
.menuTitle {
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	background-color: #EBC8E0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}
.header, .header a {
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}
#calendar {
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}
.calendarToday {
	background-color: yellow;
}
/* tagcloud */
 
.smallestTag {
	font-size: 9px;
}
.smallTag {
	font-size: 11px;
}
.mediumTag {
	font-size: 13px;
}
.largeTag {
	font-size: 16px;
}
.largestTag {
	font-size: 20px;
}
/* search */
.highlight {
	background-color: yellow;
}
.menuBody {
	font-family: verdana, arial, sans-serif;
	font-size: .65em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}
.menuBody .header {
	font-size: 1em;
}
.menuBody A {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
}
.date {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #666;
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}
.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader, .tweetbackHeader {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: .7em;
	color: #666;
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}
.footerHeader {
	background-color: #ddd;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: .7em;
	color: #666;
	border:1px solid #999;
	padding:5px;
	font-weight:normal;
}
.rightMenu {
	border:1px solid #999;
	margin:8px;
}
.code {
	font-family: "courier new", courier, monospace;
	font-size: 1em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
	padding: 4px 4px 4px 4px;
	line-height: 15px;
	margin:5px 0 5px 0;
}
.codePrint {
	font-family: courier, monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	padding: 4px 4px 4px 4px;
	line-height: 15px;
}
.center {
	text-align:center;
}
.entry {
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
a img {
	border: 0px;
}
.comment, .trackback, .tweetback, .commentAlt, .trackbackAlt, .tweetbackAlt {
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;
}
.commentAlt, .trackbackAlt, .tweetbackAlt {
	background-color:#efefef;
}
.comment img, .commentAlt img, .tweetback img, .tweetbackAlt img {
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
	max-width: 48px;
	max-height: 48px;
}
.commentBody, .trackbackBody, .tweetbackBody {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: .7em;
	color: #000000;
	margin-bottom: 10px;
}
#relatedEntriesList {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: .7em;
	color: #000000;
}
.commentByLine, .trackbackByLine, .tweetbackByLine {
	font-style: italic;
	font-size: .7em;
}
.addCommentLink, .addTrackbackLink {
	text-align:right;
}
#trackbacks, #comments, #tweetbacks {
	margin-top:8px;

}
#calendar th {
	font-weight: normal;
}
.tbLink {
	font-size:1.1em;
}
.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}
.byline img {
	vertical-align: top;
}
/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm {
	margin:8px;
	text-align:left;
}
fieldset#sendForm {
	border:none;
}
fieldset#commentForm legend, fieldset#sendForm legend {
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 10px 5px;
}
fieldset#commentForm label, fieldset#sendForm label {
	float:left;
	width:110px
}
fieldset#sendForm label {
	width:130px;
}
fieldset#commentForm div, fieldset#sendForm div {
	clear:both;
	margin-bottom:5px
}
fieldset#commentForm .longLabel {
	width:260px
}
fieldset#sendForm .longLabel {
	width:200px;
}
fieldset#commentForm .nofLoat, fieldset#sendForm .nofLoat {
	float:none
}
fieldset#commentForm #comments, fieldset#sendForm #notes {
	width:100%;
	height:120px;
	overflow: auto;
}
fieldset#sendForm #notes {
	width:300px;
}
fieldset#commentForm img {
	margin:3px auto
}
fieldset#sendForm img, fieldset#sendForm #submit {
	margin-left:200px;
}
#popUpFormBody {
	background:#fff;
	margin:8px;
}

