p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #903;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { margin: 20px 0 10px;}
h1 {color: #903; font-size: 1.8em;}
h2 {
	color: #030; 
	font-size: 1.4em; 
	padding-bottom: 4px;
	border-bottom: 2px solid #030;
}
h3 {color: #903; font-size: 1.4em;}
h4 {color: #030;font-size: 1.2em;}
h5 {color: #903; font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #ddd;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
body {
	margin: 0 auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
	background: #f4e2ba;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 956px;
	overflow: auto;
}
#home #container,
#blog #container {
	background: url(../img/homebg.gif) repeat-y;
}
#subpage #container {
	background: url(../img/bg.gif) repeat-y;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
#home #header {
	width:956px;
	height: 276px;	
}
#subpage #header,
#blog #header {
	width: 956px;
	height: 214px;
}
#leftcol {
	width: 204px;
	float: left;
}
/* --- navigation --- */
ul#nav {
	font-size: 1.4em;
	margin: 20px 0;
	padding: 0;
}
ul#nav li {
	margin: 0 10px;
	list-style-type: none;
}
ul#nav a, 
ul#nav a:visited {
	padding: 8px 2px;
	border-top: 1px solid #cd0144;
	display: block;
	color: #fff;
	text-decoration: none;
}
ul#nav a.last {
	border-bottom: 1px solid #cd0144;
}
ul#nav a:hover,
ul#nav a:focus {
	background: #82002e;
}
h3#signup {
	height: 58px;
	padding-top: 10px;
	font-size: 1.4em;
	text-align: center;
	background: url(../img/button.gif) no-repeat;
}
h3#signup a,
h3#signup a:visited {
	color: #603;
	text-decoration: none;
}
h3#signup a:hover,
h3#signup a:focus {
	text-decoration: underline;
}
/* --- END LEFT--- */
#content {
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
}
#centercol {
	margin: 0 20px 20px;
	width: 446px;
	float: left;
}
/* player container */
div.playercontainer {
	margin-left: 100px;
	text-align: center;
}
div.player {
	width:440px;
	height: 292px;
	cursor:pointer;
	margin: 0;
	background: url(../img/video.jpg) no-repeat;
}
/* play button */
div.player img {
	margin-top:70px;
}
#rightcol {
	width: 266px;
	float: left;
	position: relative;
	top: -276px;
}
#blog #rightcol {
	top: 0;
}
div.callout h2 {
	height: 54px;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 1.8em;
	color: #fff;
	background: url(../img/headlinebg.gif) no-repeat;
	border-bottom: none;
}
div.callout p {
	padding-left: 16px;
}
div.callout a,
div.callout:visited {
	color: #066;
}
div.callout a:hover,
div.callout a:focus {
	color: #222;
}
.imageright {
	margin: 0 -240px 10px 0;
	padding: 4px;
	float: right;
	clear: right;
}
div.caption {
	margin: 0 -240px 10px 0;
	padding: 4px;
	float: right;
	clear: right;
}
div.caption p {
	width: 220px;
	text-align: center;
}
#gallery {
	margin: 0 20px;
	width: 700px;
	float: left;
}
div.gallery {
	min-width: 160px;
	min-height: 180px;
	margin: 0 5px 5px 0;
	text-align: center;
	float: left;
}
div.gallery p {
	margin: 0;
	padding: 0;
	color: #903;
}
/* accordion content */
.accordion-content {
	padding: 0;
}
.accordion-content a.menuitem {
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0 4px 8px;
	text-decoration: none;
	font-size: 1em;
}
.accordion-content a.menuitem:visited, 
.accordion-content .menuitem:active{
	color: #030;
}
.accordion-content a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 4px;
	left: 0px;
}
.accordsuffix {
	color: #030;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 4px;
}
.accordion-content div.submenu{ /*DIV that contains each sub menu*/
	margin: 0 20px;
}
h3 a.submenuheader,
h3 a:visited.submenuheader {
	color: #030;
	text-decoration: none;
}
h3 a:hover.submenuheader,
h3 a:focus.submenuheader {
	color: #903;
}
label {
	display: block;
	width: 30%;
	text-align: right;
	float: left;
}
.submit {
	color: #fff;
	font-size: 1.2em;
	background: #903;
	margin-left: 30%;
}
/**** Blog styles ****/
div.post h2 {
	border-bottom: none;
}
div.post h2 a {
	color: #903;
	text-decoration: none;
}
ul#blognav {
	list-style: none;
	padding-left: 0;
}
ul#blognav li ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 10px;
}
ul#blognav li h2 {
	height: 54px;
	margin: 0 0 -12px 0;
	padding: 12px 0 0 20px;
	font-size: 1.8em;
	color: #fff;
	background: url(../img/headlinebg.gif) no-repeat;
	border-bottom: none;
}
ul#blognav li ul li a {
	display: block;
	padding: 4px 0;
	color: #030;
	font-size: 1.2em;
}

.postmetadata { margin: 10px 0 0 0; font-size: 1em; }
.date {	font-size: 1em; }

#author-box h2, 
#author-box h4 { color: #903; background: none; border: none; padding-bottom: 5px;}
/***** IMAGES *****/
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; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #efefef;   padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 1em; line-height: 150%; padding: 0 4px 5px; margin: 0; }
img.avatar { float:left; margin: 5px; border: #afb997 1px solid; }
#flickrrss img { border: 1px solid #61574a; float: left; margin: 0 0 3px 3px; }

/***** SUBSCRIPTION *****/
.subscribe  { background: url(images/feed-icon.jpg) no-repeat 2% center; width: 25px; margin: -20px 0 0 40px; padding: 6px 0 6px 15px; text-decoration: none; }
.subscribe a:hover { text-decoration: none; }

/***** SEARCH *****/
#searchform { margin: 0 10px auto; padding: 5px 10px;}
#sidebar #searchform #s { width: 120px; padding: 2px; }
#sidebar #searchsubmit { padding: 1px; }

/***** Calendar *****/
#wp-calendar { text-align:center; background:#dcd7bc; margin:0 0 10px 0;
padding:0; width: 85%; border: #61574a 3px double; font-variant: small-caps;
font-family: Times, Verdana, Sans-Serif; }
#wp-calendar td { line-height:10px; font-size:10px; color:#333; font-variant:  small-caps; }
#wp-calendar td a { display:block; color:#333; text-decoration:none; line-height:10px;
font-weight:bold; font-variant: small-caps; font-size:10px; }
#wp-calendar #prev a { width:30px; font-variant: small-caps; }
#wp-calendar #next a { width:30px; margin:0 0 0 30px; font-variant: small-caps; }
#wp-calendar #today { background:#600000; color:#d7d7bf; font-variant: small-caps; }
#wp-calendar #today a { color:#d7d7bf; font-weight:700; font-variant: small-caps; }
#wp-calendar caption { text-align: center; width: 85%; margin: 5px 0 5px 0; font-variant: small-caps; font-family: Times, Verdana,Sans-Serif; font-size:12px; }

/***** COMMENTS *****/
.comments-template { border-top: 1px solid #903; }
.comments-template ol { margin: 0; padding: 0 0 15px; list-style: none; }
.comments-template ol li { margin: 0; line-height: 14px; padding: 10px 0 10px 5px; }
.commentmetadata { font-size: 1em; }
.comments-template p.nocomments { padding: 0; }
.comments-template textarea { width: 95%; max-width: 500px; font-size: 1.2em; background: #efeadc; }
.authorcomment { background: #bab195; }

/**** END Blog styles ****/
#footer {
	margin: 0 auto;
	position: relative;
	width: 956px;
	padding: 5px 0 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	color: #603;
	font-size: .9em;
	border-bottom: none;
}
#footer h2 a, 
#footer h2 a:visited {
	color: #603;
	text-decoration: none;
}
#footer h2 a:hover,
#footer h2 a:focus {
	color: #000;
}
#footer h3 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: .9em;
}
#footer h3 a, 
#footer h3 a:visited {
	color: #fff;
	text-decoration: none;
}
#footer h3 a:hover,
#footer h3 a:focus {
	color: #603;
}