/* @override 
	http://simdex.org/sites/friends/templates/friendstemplate/friendsofthespco.css
	http://friendsofthespco.org/templates/friendstemplate/friendsofthespco.css
	http://www.friendsofthespco.org/templates/friendstemplate/friendsofthespco.css
*/

/* @group Structure (DIVs, etc.) */

.overlay {
	
}

/* overlay is intended for a screen over the background */

.container {
	
}

.header {
	
}

.navigation {
	
}

.content {
	
}

.right-column {
	
}

/* left-column and right-column = optional */

.footer {
	
}

.twoColFixLtHdr #container { 	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px none #ccc;	text-align: left;
	border-top-style: none;
}.twoColFixLtHdr div.left-nav { /* since this element is floated, a width must be given */	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #ffecb5 url(sidebar-gradient.jpg) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 20px;
	margin-top: 0;
}

div.left {
	float: left;
	width: 250px;
}.twoColFixLtHdr #mainContent { 	margin: -20px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 20px;
} .twoColFixLtHdr #footer { 	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#ffecb5;
	text-align: center;
} .twoColFixLtHdr #footer p {	margin: 0;
	font-size: 80%;
}

body  {	background: #fff url(background-gradient.jpg) repeat-x fixed;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;
	font: 100% "Helvetica Neue", Arial, Helvetica, sans-serif;
}
	
/* @end */

/* @group Paragraphs */

p {
	font-size: 100%;
}

.intro p {
	
}

.footer p {
	
}

.note p {
	
}

td p {
	margin: 0;
}
	
/* @end */

/* @group Links */

a, a:link, a:visited, a:active {
	color: #0d0082;
}

a:hover {
	color: #1900ff;
}
	
/* @end */

/* @group Headers */

h1 {
	
}

h2, #jevents_header tbody tr td.contentheading {
	color: #1f00bf;
	letter-spacing: -1px;
	font-size: 175%;
	text-shadow: #797979 1px 1px 3px;
}

#jevents_header tbody tr td.contentheading {
	font-weight: bold;
}

h3 {
	color: #cb00b7;
	font: 125% "Helvetica Neue Ultra Light";
	border-bottom: 1px solid #eaeaea;
	text-shadow: #797979 1px 1px 3px;
}

h4 {
	
}

h5 {
	
}

.twoColFixLtHdr #header {
	background-color: #fff;
} .twoColFixLtHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0px 0;
	background-color: #fff;
}

#header h1 a img {
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-color: #fff;
	border-style: none;
}

#header p {
	color: #190094;
	position: absolute;
	top: 125px;
	width: 450px;
	left: 49%;
	text-align: right;
	overflow: visible;
	font-size: 85%;
}
	
/* @end */

/* @group Images */

img {
	
}

img:a, img:a:link, img:a:visited, img:a:active {
	
}

img:a:hover {
	
}
	
/* @end */

/* @group Lists (incuding navigation) */

ul {
	
}

li {
	
}

/* @group Navigation */

.navigation ul {
	
}

.navigation li {
	
}

.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active {
	
}

.navigation li a:hover {
	
}
	
/* @end */

ul.menu li {
	list-style-type: none;
}

ul.menu {
	padding-left: 0;
	margin-left: -20px;
	margin-top: -15px;
	font: 110%;
}

ul.menu a {
	display: block;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	margin-right: -20px;
	color: #00009e;
	width: 210px;
	background: url(music-note-bullet.png) no-repeat 2px 7px;
	font-size: 115%;
	text-shadow: #797979 1px 1px 2px;
}

ul.menu a:hover {
	background-color: #fab92a;
}

li#current.active {
	background-color: #fab92a;
	background-image: none;
	width: 230px;
	font-weight: bold;
}

#page ul {
	padding-right: 100px;
}
	
/* @end */

/* @group Misc. */

table#jevents_header.contentpaneopen.jeventpage {
	margin-top: 15px;
}

div.article_row {
	float: left;
	padding: 0 20px 0 0;
	width: 285px;
	margin-bottom: 0;
	margin-top: 0;
}

div.left-nav form.form-login fieldset {
	border-style: none;
	margin: 0;
	padding-left: 0;
}

div.left-nav form.form-login {
	font-size: 80%;
}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}

#mainContent div.blog div.leading div div table tbody tr td, #mainContent div.blog div.leading table tbody tr td {
	padding: 10px;
	vertical-align: top;
	width: 201px;
	border: 1px solid #eaeaea;
	border-bottom-style: none;
	border-right-style: none;
}



/* @end */

#canvas0_1 div img, #canvas0_0 div img {
	border: 1px none #190094;
	padding: 3px;
}

#page form input {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#page form table tbody tr td select {
	width: 200px;
	margin-bottom: 20px;
}

img#paypal {
	bottom: 90px;
	position: relative;
	float: right;
}

div.left-content {
	padding: 0 20px 20px;
}
