/*
Theme Name: CCRSCCA
Theme URI: http://www.websterinteractive.com
Description: Custom theme for CCRSCCA site.
Version: 1.0
Author: Joe Webster
*/

/* ---------------------------------------------------------------------------------------- */
/* Redefine global HTML tags
/* ---------------------------------------------------------------------------------------- */
* { margin:0; padding:0; }

body {
	background:url(images/bg2.gif) repeat-x #4471e3;
	font-size:70%;
	line-height:1.6em;
	color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

p {
	margin-bottom:1em;
}

h1 {
}

h2 {
	font-size:2em;
	margin-bottom:.5em;
	color:#ff0000;
	font-style:italic;
	line-height:1em;
}
h2 span {
	display:none;
}

h3 {
	font-size:1.5em ;
	font-weight:bold;
	margin-bottom:.3em;
	color:#4471e3;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
}

h5 {
	font-size:1em;
	font-weight:bold;
}

ul, ol {
	margin-left:30px;
	margin-bottom:1em;
}

ul {
	list-style-type:square;
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#ff0000;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

h3 a, h3 a:link, h3 a:visited, h3 a:active {
	color:#4471e3;
}

hr 
{
	margin-bottom:2em;
	height:1px;
	color:#58b8e6;
	background-color:#58b8e6;
}

/* ---------------------------------------------------------------------------------------- */
/* Container area, wraps around the entire page
/* ---------------------------------------------------------------------------------------- */
#container {
	/* Set width to a percentage to make this a variable-width layout */
	width:85%;
	position:relative;
	margin:auto;
	display:block;
	background:url(images/bg_content.gif) top repeat-x #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

/* ---------------------------------------------------------------------------------------- */
/* Masthead area
/* ---------------------------------------------------------------------------------------- */
#header {
	background:url(images/bg_masthead.gif) top repeat-x #5abbe8;
	width:100%;
	height:149px;
	border-bottom:1px solid #FFFFFF;
}
#headerTitle {
	background:url(images/ccrscca_masthead.jpg) top center no-repeat;
	width:760px;
	height:149px;
	overflow:hidden;
	text-indent:-9000px;
	position:relative;
	margin:auto;
	display:block;
}

/* ---------------------------------------------------------------------------------------- */
/* Adbar area
/* ---------------------------------------------------------------------------------------- */
#adbar {
	float:right;
	display:inline;
	width:140px;
	padding:20px 15px 15px 10px;
	background:url(images/bg_adbar.gif) top repeat-x #FFFFFF;
	text-align:center;
	border-left:1px solid #FFFFFF;
	min-height:380px;
	font-size:.8em; 
	line-height:10px;
	margin-left:15px;
}

#adbar ul, #adbar li
{
	margin:0;
	padding:0;
	list-style:none;
}

#adbar h2
{
	display:none;
}

#adbar li
{
	padding-bottom:8px;
	border-bottom:2px dotted #58b8e6; 
	margin-bottom:8px;
}

#adbar h5
{
	font-size:1em;
	color:#FFFFFF;
	font-style:italic;
	margin-bottom:1em;
}

/* ---------------------------------------------------------------------------------------- */
/* Navbar area
/* ---------------------------------------------------------------------------------------- */
#navbar {
	margin-left:8px;
	margin-top:0;
	padding-top:0;
	text-align:center;
}
#navbar td {
	vertical-align:top;
}
#navHome { background: url(images/nav_home.gif) top center no-repeat; }
#navHome:hover {background:url(images/nav_home_over.gif); }
*html #navHome a:hover {background:url(images/nav_home_over.gif); }

#navAbout { background: url(images/nav_about.gif) top center no-repeat; }
#navAbout:hover {background:url(images/nav_about_over.gif); }
*html #navAbout a:hover {background:url(images/nav_about_over.gif); }

#navClub { background: url(images/nav_club.gif) top center no-repeat; }
#navClub:hover {background:url(images/nav_club_over.gif); }
*html #navClub a:hover {background:url(images/nav_club_over.gif); }

#navSolo { background: url(images/nav_solo.gif) top center no-repeat; }
#navSolo:hover {background:url(images/nav_solo_over.gif); }
*html #navSolo a:hover {background:url(images/nav_solo_over.gif); }

#navEvents { background: url(images/nav_events.gif) top center no-repeat; }
#navEvents:hover {background:url(images/nav_events_over.gif); }
*html #navEvents a:hover {background:url(images/nav_events_over.gif); }

#navPhotos { background: url(images/nav_photos.gif) top center no-repeat; }
#navPhotos:hover {background:url(images/nav_photos_over.gif); }
*html #navPhotos a:hover {background:url(images/nav_photos_over.gif); }

#navNewsletters { background: url(images/nav_newsletters.gif) top center no-repeat; }
#navNewsletters:hover {background:url(images/nav_newsletters_over.gif); }
*html #navNewsletters a:hover {background:url(images/nav_newsletters_over.gif); }

#navMembership { background: url(images/nav_membership.gif) top center no-repeat; }
#navMembership:hover {background:url(images/nav_membership_over.gif); }
*html #navMembership a:hover {background:url(images/nav_membership_over.gif); }

/* ---------------------------------------------------------------------------------------- */
/* Content area
/* ---------------------------------------------------------------------------------------- */
#content {
	display:block;
	padding:20px 30px 20px 20px;
	padding-left:170px;
	
}

/* ---------------------------------------------------------------------------------------- */
/* Post area
/* ---------------------------------------------------------------------------------------- */
.post {
	margin-bottom:1em;
}

.post h3 {
	/* titles for articles in the loop */
}

.post .meta {
	/* author and date info for articles in the loop */
	font-size:.8em;
	line-height:1.2em;
}

.post .content {
	/* text of the post */
}

.post .edit {
	/* the 'edit this post' link */
	font-size:.8em;
	position:relative;
	top:-1em;
}

.post .commentLink {
	/* link to comments */
	font-size:.8em;
	position:relative;
	top:-1em;
}

.post img {
	border:1px solid #666666;
	margin:10px;
}
.post h2 img {
	border:none;
	margin:0;
	margin-bottom:.2em;
}

.titleMeta
{
	font-size:.8em;
	line-height:1.2em;
	margin-top:-.5em;
	margin-bottom:1em;
}
.ec3_schedule
{
	position:relative;
	font-weight:bold;
	
}
#inlineCalendar
{
	float:right;
	width:150px;
	padding:10px;
	background:#444444;
	color:#FFFFFF;
	border-top:1px solid red;
	border-bottom:1px solid red;
}
#inlineCalendar h3
{
	color:#00FFFF;
	font-style:italic;
	font-weight:bold;
	font-size:1em;
}
#inlineCalendar ul, #inlineCalendar li
{
	list-style-type:none;
 	margin-left:0;
 	padding-left:0;
	font-weight:bold;
	margin-bottom:.5em;
	padding-bottom:0;
}
#inlineCalendar ul li ul li
{
	list-style-type:square;
	margin-left:15px;
	line-height:1.2em;
}
#inlineCalendar a, #inlineCalendar a:link, #inlineCalendar a:hover, #inlineCalendar a:active, #inlineCalendar a:visited
{
	color:#FFFF66;
	font-weight:normal;
}

/* ---------------------------------------------------------------------------------------- */
/* Custom Regions within posts
/* ---------------------------------------------------------------------------------------- */
.captionedImage
{
	font-size:.8em;
	display:block;
}
.captionedImage img
{
	border:1px solid #666666
}
#boardOfDirectors 
{
	width:400px;
}
#boardOfDirectors img
{
	border:1px solid #666666;
}
#boardOfDirectors td
{
	padding:10px;
	border-bottom:1px dotted #999999;
	wrap
}
#txt_welcome
{
	background:url(images/txt_welcome.gif); 
	width:414px;
	height:31px;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:0;
	padding-bottom:0;
}
#txt_welcome span
{
	display:none;
}
.headerPhoto
{
	margin-left:-20px;
	margin-bottom:1em;
}
/* ---------------------------------------------------------------------------------------- */
/* Sidebar area
/* ---------------------------------------------------------------------------------------- */
#menu {
	display:inline;
	float:left;
	width:115px;
	padding:15px 15px 20px 20px;
	font-size:.9em;
	line-height:1.3em;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	min-height:150px;
}

#menu ul {
	/* outer menu */
	list-style-type:none;
	margin:0;
}

#menu li {
	/* outer menu item */
	margin-bottom:15px;
	font-weight:bold;
	font-style:italic;
	font-size:.9em;
}

#menu ul ul {
	/* inner menu lists */
	list-style-type:none;
	margin-left:0;
}

#menu ul ul li {
	/* inner menu items */
	margin-bottom:4px;
	font-weight:bold;
	font-style:normal;
	font-size:1em;
}

#menu ul ul ul {
	margin-bottom:1em;
}

#menu ul ul ul li {
	list-style-type:square;
	margin-left:15px;
	margin-bottom:2px;
	font-weight:normal;
}

#menu ul ul ul li a:link, #menu ul ul ul li a:hover, #menu ul ul ul li a:active, #menu ul ul ul li a:visited {
	color:#CC6600;
}

.widget {
}

/* ---------------------------------------------------------------------------------------- */
/* Comments area in full post view
/* ---------------------------------------------------------------------------------------- */
#comments {
	/* wrapper around entire comments zone */
	background:url(images/bg_comments.gif) top repeat-x #fffea0;
	padding:15px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
#comments h3
{
	color:#333333;
	font-size:1.2em;
	font-style:oblique;
}
#comment {
	/* text box for typing a comment */
	width:350px;
	height:100px;
}
#commentlist
{
	margin-left:0;
	list-style-type:none;
}
#commentlist li
{
	border-bottom:1px dotted #666666;
	padding-top:10px;
}
/* ---------------------------------------------------------------------------------------- */
/* Footer area
/* ---------------------------------------------------------------------------------------- */
#footer {
	background:#d8f1fe;
	padding:10px 20px;
	text-align:right;
	display:block;
	clear:both;
	border-top:2px solid #182952;
	color:#4471e3;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
}
