/*
Theme Name: SNAP
Theme URI: http://blogs.wcnickerson.ca/
Description: Conversion of SNAP.CA static web page to WP
Author: LoneWolf (William Charles Nickerson)
Author URI: http://blogs.wcnickerson.ca/
Version: 1.0
.
General comments/License Statement if any.
.
*/
* {
	margin: 0;
	padding: 0;
}
   
body {
	background-color: rgb(220,220,220);
	color: rgb(255,255,64);
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	/* Test HGL */
	min-width: 550px;
}
	
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: rgb(0,0,0);
	background-color: rgb(220,220,220);
}

#header {
	margin-top: 1px;
	background-image: url(images/SNAPHeader.jpg);
	height: 210px;
	border: 1px solid rgb(20,20,20);
}

#header #logo {
	padding:		0px 0px 0px 15px;
}
#header img {
	border-style: none;
}
#header #img {
	float: left;
	align: bottom;
}

#header h3 {
	width:	100%;
	text-align: left;
	font-family: helvetica;
	font-variant:	small-caps;
	font-size: 1.5em;
	color:	rgb(178,14,14);
	padding: 0 5px 0 0;
	position: bottom;
}
#header #slogan {
	text-align: right;
	position: relative right;
}

#wrapper {
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 170px;	/* LC width */
	padding-right: 210px;	/* LC width + CC padding */
}
/* Test HGL */
#wrapper .hgl_column {
	float: left;
	position: relative;
}

#left {
	/* Test HGL float: left; */
	width: 155px;	/* LC width - LC padding */
	color: rgb(255,255,64);
	padding-left: 0px;
	padding-right: 15px;
	margin-left: -100%;
	right: 210px;	/* LC width + CC padding */
}

#right {
	color: rgb(255,255,64);
	width: 155px;	/* RC width - RC padding */
	padding-left: 15px;
	padding-right: 0px;
	margin-right: -210px;	/* RC width + CC padding */
}

#content {
	margin-bottom: 5px;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	padding: 20px;
	border: 0px solid rgb(50,50,50);
	width: 100%;
}

#footer {
	clear: both;
	color: rgb(50,50,50);
	padding: 4px;
	border: 1px solid rgb(50,50,50);
	text-align: center;
}

/* IE 6 fix */
* html #left {
	left: 170px; /* RC width */
}

.side-note, .snap-bc-ca {
	background-color: rgb(220,114,114);
	padding: 0px;
	color: rgb(255,255,64);
	margin-top: 0px;
	margin-bottom: 0px;
}
.side-button {
	color: rgb(255,255,64);
}
.side-button img {
	border:	0px;
}
.snap-bc-ca em {
	color:	rgb(255,255,0);
}

/* Begin text formatting and image floats */

p{
	 margin-top: 15px;
	margin-bottom: 15px;
}

.warning {
	background-color: rgb(220,114,114);
}

.warning li {
	margin-left: 20px;
}

blockquote{
	margin: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-top: 1px solid rgb(178,14,14);
	border-bottom: 1px solid rgb(178,14,14);
	background: url(images/blockquote.png) no-repeat rgb(220,114,114);
}

h1{
	background-color: rgb(220,114,114);
	padding: 5px;
	font-size: 1.3em;
	color: rgb(255,255,64);
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid rgb(225,225,64);
	border-bottom: 1px solid rgb(225,225,64);

}

h2{
	background-color: rgb(220,114,114);
	padding: 5px;
	font-size: 1.3em;
	color: rgb(255,255,64);
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 2px solid rgb(178,14,14);
	border-bottom: 2px solid rgb(178,14,14);
}

h4{
	background-color: rgb(220,114,114);
	padding: 5px;
	font-size: 1em;
	color: rgb(255,255,64);
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid rgb(178,14,14);
	border-bottom: 1px solid rgb(178,14,14);
}

.menu-list {
	margin-left: 15px;
	list-style: none; /*list-style-image: url(images/bullet.png);*/
	margin-top: 30px;
}

.menu-list #active a,
.menu-list .current_page_item a {
	font-weight:	bold;
}

.menu-list ul {
	margin-left:	15px;
}

.content-list {
	margin-left:	35px;
	list-style-image: url(images/bullet.png);
	padding-bottom:	10px;
}

.content-table {
	width:	100%;
	padding:	10px;
}

.content-table .title {
	background:	rgb(220,114,114);
	color:	rgb(255,245,64);
	font-weight:	bold;
}
.content-table .title td {
	border-top:	solid 2px rgb(178,14,14);
	border-bottom:	solid 2px rgb(178,14,14);
}
.content-table .odd {
	background:	rgb(220,220,220);
}
.content-table .even {
	background: rgb (255,255,255);
}

.footer_widgets, .footer_widgets ul,
.sidebar_widgets, .sidebar_widgets ul {
	list-style: none;
}
.footer_widgets {
	width: 25%;
}

#court {
	padding: 0px;
}

.court-left {
	float:	left;
	width:	48%;
}
.court-right {
	float:	right;
	width:	48%
}
.court-left, .court-right {
}
.court-clear {
	clear:	both;
}

.form table {
	text-align:	top;
}

a:link {
	color: rgb(20,20,20);
	background-color: inherit;
}
a:visited {
	color: rgb(20,20,20);
	background-color: inherit;
}
a:hover {
	color: rgb(220,114,114);
	background-color: inherit;
}
a:active {
	color: rgb(20,20,20);
	background-color: inherit;
}

#.post-odd and .post-even are used in index.php to allow 'zebra' striping the post entries if desired
#.post and .page are used for the post in single.php and page.php respectively
.post-odd {
}
.post-even {
}
.post .page {
}
.post-odd h2, .post-even h2, .post h2 {
	margin-bottom: 0px;
}
.post-odd, .post-even, .post {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.post-body {
	padding-bottom: 0px;
	margin-bottom: 30px;
	border-bottom: 2px solid rgb(194,194,194);
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: inherit;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

.bottom {
	background-color: rgb(194,194,194);
	margin-top: 0px;
	padding: 5px;
	font-size: .8em;
	border-bottom: 2px solid rgb(178,178,178);
}
.bottom a:link, .bottom a:visited, .bottom a:active {
	color: rgb(20,20,20);
	text-decoration: none;
}
.bottom a:hover {
	color: rgb(220,114,114);
	text-decoration: underline;
}

/********** Begin top navigation *************/
#navlist {
	padding: 20px 0px 2px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:	50px;
	background: url('images/tab.png') repeat-x;
}

#navlist a, #navlist a:link, #navlist a:visited {
/*
	padding: 1.2em;
*/
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgb(20,20,20);
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus {
/*
	padding: 1.2em;
*/
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: rgb(255,254,64);
}

#navlist #active a,
#navlist .current_page_item a {
	/*background-color: rgb(220,114,114);*/
	color: rgb(20,20,20);
	font-size: 1em;
	font-weight: bold;
}

#page_item li, #navlist li {
	padding: 0px;
	margin: 0px;
	padding-right: 1px;
	display: inline;
	font-size: 1em;
}

#navlist ul {
	height: 50px;
	margin: 0px;
	padding: 0px;
}

/* WordPress styles */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
