/* @override 
	http://192.168.0.105/bcsga07/wp-content/themes/BCSGA/style.css
	http://localhost/bcsga07/wp-content/themes/BCSGA/style.css
	http://bcsga.ca/wp-content/themes/BCSGA/style.css
*/

/*  
Theme Name: BCSGA
Theme URI: http://wordpress.org/
Description: Theme created for BCSGA.ca
Version: 1.0
Author: Primal Communications Ltd.
Author URI: http://www.primalcommunications.com/

*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #404a57;
	color: #000;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

a img {
	border: none;
}

.right {
	float:  right;
}

.clear {
	clear: both;
	height: 1px;
}

/* @group Header */

h1 {

	height:  137px;
	display: block;
	margin: 0;
	padding: 0;
	background: #e6f3fe url('img/headers/starfish.jpg') repeat-x center top;

}

h1 a.bg {
	padding-top: 120px;
	padding-left: 150px;
	height:  0px;
	width: 540px;
	position: absolute;
	top: 7px;
	left: 20px;
	background: url('img/logo-trans.png') no-repeat top left;
	overflow:  hidden;
	font: bold 24pt Arial, Verdana, Helvetica, sans-serif;
	color: #164577;
	text-decoration: none;
}

h1 a.ie, h1 a.ie img {
	z-index: 1000 !important;
	position: relative;
}

h2 {
	padding: 1em 0 0;
}

/* @end */

/* @group Navigation */

/* @group #nav */

#nav {
	background: #5c6570 url('img/nav_bg_off.gif') repeat-x left top;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	z-index: 10 !important;
	position: relative;
}

ul#pagenav, ul#pagenav ul {
	width: 150px;
	background: #4A5765;
	padding: 0;
	cursor: default;
	margin: 0;
	z-index: 1000 !important;
}

ul#pagenav {
	width: auto;
}

ul#pagenav li {
	list-style-type: none;
	margin: 0;
	position: relative;
	color: #FFF;
	display: block;
	float:  left;
	font-size: 12px;
	cursor: pointer;
	border-right: 1px solid #6B7680;
	padding: 0;
}

ul#pagenav li a {
	display: block;
	color: #FFF;
	padding: 8px 10px;
	text-decoration: none;
}

ul#pagenav ul li {
	width: 150px;
	border-right: none;
	border-top: 1px solid #5b6571;
	padding: 1px;
	font-size: 0.9em;
}

ul#pagenav ul li li {
	font-size: 1em;
}

ul#pagenav ul li a {
	width: 130px;
	background: transparent url('img/nav_bullet.gif') no-repeat 5px 8px;
	padding: 5px 10px 5px 13px;
}

ul#pagenav li ul {
	top: 30px;
	left: 1px;
	border: 1px solid #6B7680;
}

ul#pagenav li ul ul {
	top: 2px;
	left: 150px;
}

ul#pagenav li > ul {
	display: none;
	position: absolute;
	/*top: 2px;
	left: 140px;*/
	background: #4A5765;
}
ul#pagenav ul li:hover, ul#pagenav ul li.CSStoHighlight {
	background-color: #65707C;
	color: #FFF;
}
ul#pagenav li:hover, ul#pagenav li.CSStoHighlight {
	background-color: #6d747e;
	color: #FFF;
}

ul#pagenav ul.CSStoShow {
	display: block;
}
ul#pagenav li:hover > ul {
	display: block;
}
/*#nav ul {
	margin: 0;
	padding: 0;
	display: block;
}

#nav li {
	padding: 1px;
	margin:  0;
	float:  left;
	list-style: none;
	border-right: 1px solid #6d747e;
	display: block;
	position: relative;
}

#nav li a {
	display: block;
	color: #FFF;
	padding: 6px 10px;
	text-decoration: none;
}

#nav li a:hover {
	background: #6d747e url('img/nav_bg_on.gif') repeat-x left top;
}


#nav li a:active {
	color: #ffd100;
}

#nav li ul {
	position: absolute;
	top: 25px;
	left:  1px;
	display:  block;
	border: none;
	background: #666;
	display: none;
	width: 150px;
	z-index: 1000 !important;
}

#nav li:hover ul, #nav li.CSStoHighlight ul {
	display:  block;
}

#nav li.CSStoHighlight {
	border-left:  5px solid #CCC;
}

#nav li ul li {
	list-style: none;
	float:  none;
	width: 148px;
	position: relative;
	border: none;
}
#nav li ul li a {
	width: 128px;
}

#nav li li ul {
	display: none !important;
	position: absolute;
	left: 140px;
	top: 5px;
	background: #333;
}

#nav li li:hover ul, #nav li li.CSStoHighlight ul {
	display:  block !important;
}*/


/* @end */

/* @end */


/* @group Homepage */

/* @group Structure */

#content {
	background: #FFF url('img/side_bg_stretch.gif') repeat-y top left;
	margin: 0;
	padding: 0;
	clear:  both;
	position: relative;
}

#whitebox {
	background: #FFF url('img/content_bg.gif') repeat-x top left;
	padding: 15px 30px;
	text-align: left;
	margin: 0 0 0 268px;
	width: auto;
}

/* @group Post */

.post, div#content.wideright div#frontpage div.post {
	border-top: 1px solid #2e3092 !important;
	padding: 0 0 10px 0;
}

.post h2 {
	font-size: 1.8em !important;
	line-height: 1em;
	margin: 0;
	padding: 0.5em 0 0.2em 0;
	color: #2e3092;
	
}

.post h2 a, div#content.wideright div#frontpage div.post h2 a {
	text-decoration: none;
	color: #2e3092;
	display:  block;
	padding: 2px 5px;
	border-left: 5px solid #2e3092;
}

.post small {
	font-style: italic;
	display: block;
	padding: 0 10px;
}
.post .entry {
	padding: 0;
	margin: 0;
	font-size: 130%;
	line-height: 140%;
}

.post .entry h2 {
	font-size: 140% !important;
}

div#content.wideright div.post h2 a {
	border: none;
}

div#content.wideright div.post h2 {
	font-size:  120%;
}

div#content.wideright div.post {
	border: none !important;
	padding: 10px 0;
}

#frontpage #feature {
	padding: 10px 2px;
	padding-bottom: 1.2em;
	margin-bottom: 5px;
	line-height: 1.6em;
	font-size: 1.2em;
}

#frontpage .post small.postdate {
	display: block;
	float: right;
	font-size: 1.2em;
	color: #666;
	padding: 2px;
}

#frontpage .post, #whitebox.wp-page .post {
	border:  none;
}

#frontpage div.post h2 {
	font-size: 1.4em !important;
}

a.more-link {
	text-align: right;
	display: block;
	padding: 10px 0 0 0;
	font-style: italic;
}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	background: #2e3092 url('img/side_bg.gif') repeat-x top left;
	padding:  15px 15px 0 15px;
	position: relative;
	width: 236px;
	float: left;
}

#sidebar h3 {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#sidebar h4 {
	color: #64CE97;
	margin: 0;
	padding: 0 0 6px 0;
}

#sidebar h4 a {
	color: #64CE97;
	text-decoration: none;
}

/* @group Navigation */

#sidebar .sb-pagemenu {
	margin: 0;
	padding: 0 0 15px 0;
}

#sidebar .sb-pagemenu ul {
	margin: 0;
	display: block;
	padding: 10px 0 0 0;
	max-height: 350px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#sidebar .sb-pagemenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .sb-pagemenu li a {
	display: block;
	padding: 3px 0 3px 10px;
	color: #fff799;
	text-decoration: none;
	background: transparent url('img/nav_bullet.gif') no-repeat left center;}

/* @end */

/* @group News */

#sidebar ul.recentposts {
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
}

#sidebar .recentposts li {
	margin: 0;
	padding: 13px 0;
	display: block;
	list-style: none;
	background: transparent url('img/side_line.gif') repeat-x left top;
}

#sidebar .recentposts li h4 {
	text-transform: uppercase;
	color: #64CE98;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1em;
}

#sidebar .recentposts li p {
	margin: 0;
	padding: 0;
}

#sidebar .recentposts li p a {
	text-decoration: none;
	color: #FFF;
}

#sidebar .sb-postcat {
	color: #CCC;
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

#sidebar .sb-postcat a {
	color: #CCC;
	text-decoration: none;
}

#sidebar .sb-postcat a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Archives */

#wp-archives-head,#wp-categories-head {
	margin: 0;
	background: transparent url('img/side_line.gif') repeat-x left top;
	padding-top: 10px;
	font-size: 1.2em;
}

#wp-archives-head a,#wp-categories-head a {
	color: #CCC;
	text-decoration: none;
	font-size: 0.8em;;
}

#wp-archives-head a:hover,#wp-categories-head a:hover {
	text-decoration: underline;
}



#wp-archives-head {
	margin-top: 5px;
}

ul#wp-archives-list, ul#wp-categories-list {
	margin: 0;
	padding: 0;
	display: block;
}

#wp-archives-list li, ul#wp-categories-list li {
	margin: 0 15px;
	padding:  0;
	color: #64CE98;

}

#wp-archives-list li ul li, ul#wp-categories-list li ul li {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style-type: square;
}

ul#wp-archives-list li a, ul#wp-categories-list li a {
	color: #FFF;
	text-decoration: none;
	padding: 2px 0;
	display: block;
}

ul#wp-archives-list li a:hover, ul#wp-categories-list li a:hover {
	text-decoration: underline;
}

/* @end */



/* @end */


/* @end */



/* @group Footer */



#footer {
	color: #CCC;
	text-align: left;
	padding: 15px 25px;
	clear:  both;
	border-top: 1px solid #FFF;
}

#footer strong {
	color:  #FFF;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer ul {
	display: block;
	margin: 0;
	padding: 0;
}

#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	white-space: nowrap;
}

#footer li a {
	display: block;
	white-space: nowrap;
	padding: 1px 15px 1px 0;
	color: #6dcff6;
}

#footer .clear {
	padding-bottom:  10px;
}

#footer .right {
	text-align:  right;
	padding-right: 50px;
}

#footer a.primal {
	color: #fff799;
}


/* @end */

