/*

Theme Name: SDGStock
Theme URI: http://wordpress.org/
Description: This theme creates a strong foundation for all CMS driven sites created by SerialDesignGroup.
Version: 1.0
Author: Andy Cook
Author URI: http://www.serialdesigngroup.com/
Tags: custom, fixed width, two column, three column, widgets

SDGStock v1.0
http://www.serialdesigngroup.com/SDGStock/

This theme was designed and built by Andy Cook,
owner of Serial Design Group

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	padding-bottom: 20px;
	background-color: #207764;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

#wrapper {
	margin: 0 auto;
	width: 950px;	
}

img {
	border: none;	
}

img.aligncenter {
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999; 
}

img.alignright {
	margin: 4px 0 0 15px;
	padding: 5px;
	display: inline;
	float: right;
	border: 1px solid #999; 
}

img.alignleft {
	margin: 4px 15px 0 0;
	padding: 5px;
	display: inline;
	float: left; 
	border: 1px solid #999;  
}

/* Comments */

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 97%;
}

.commentlist .quote {
	margin: 0;
	padding: 0;
}

.commentlist li {
 	margin: 10px 0 0 0;
	padding: 18px 18px 6px 18px;
	color: #666;
	background: #f1e7d9;
	border: 1px solid #dfc8a9;
	}

.commentlist cite {
	display: block;
	font-style: normal;
	text-align: right;
	font-size: 90%;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#cc859c;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#666;
	}
	
#homeContent #commentForm {
	display: none;
	}
	
/* Stylesheet From Static Site */
	
h1 {
	margin: 15px 0;
	font-size: medium;
	font-weight: normal;
	color: #3e81b0;
	}
	
h2 {
	margin: 8px 0 20px 0;
	}
	
p {
	margin: 0 0 15px 0;
	}
	
a {
	color: #207764;
	font-weight: bold;
	text-decoration: none; 
}

a:hover {
	color: #000000;
}

.strong {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.center {
	text-align: center;
	}
	
#wrapper {
	margin: 0 auto;
	width: 950px;
	}
	
.banner {
	padding: 0 0 0 40px;
	height: 179px;
	width: 910px;
	background: url('images/bg_banner.jpg') no-repeat top center #207764;
	}
	
.banner img {
	margin: 20px 0 -8px 54px;	
}
	
.banner p {
	color: #fff;
	text-align: right;
	margin-right: 56px;
	}
	
.banner p a {
	font-weight: normal; 
	text-decoration: none; 
	color: #fff;
}

.banner p a:hover {
	text-decoration: underline; 
	color: #fff;
}
	
.banner ul {
	margin-top: 15px;
	padding-left: 0;
	margin-left: 0;
	color: #959595;
	font-size: 11px;
	float: left;
	}

.banner ul li { display: inline;}

.banner ul li a {
	padding: 2px 11px;
	color: #3e81b0;
	text-decoration: none;
	float: left;
	font-weight: normal; 
	border-right: 1px dotted #ababab;
	}
	
.banner ul li a:visited {
	color: #3e81b0;
	}
	
.banner ul li a:hover {
	background-color: #3e81b0;
	color: #fff;
	}
	
#nav1 .nav1, #nav2 .nav2, #nav3 .nav3, #nav4 .nav4, #nav5 .nav5 {
	background-color: #3e81b0;
	color: #fff;
	font-weight: normal; 
	}
	
.home .home_page, 
.page-id-7 .page-item-7, 
.page-id-12 .page-item-12, 
.page-id-13 .page-item-13, 
.page-id-15 .page-item-15, 
.page-id-19 .page-item-19, 
.page-id-21 .page-item-21, 
.page-id-23 .page-item-23, 
.page-id-25 .page-item-25, 
.page-id-27 .page-item-27, 
.page-id-29 .page-item-29 { 
	color: #fff;
	font-weight: normal; 
	text-decoration: none;
	background: url('images/bg_leftnav_item_down.gif') top left no-repeat #659ac0;
	} 
	
.page-item-29 { 
	border-bottom: 1px solid #659ac0;
}
	
.content {
	padding: 0 43px 9px 43px;
	width: 864px;
	background: url('images/bg_content.jpg') repeat-y bottom center #207764;
	}
	
.main {
	margin-bottom: 16px;
	}
	
#leftColumn {
	width: 173px;
	float: left;
}
	
#leftColumn ul { 
	margin: 0 0 30px 0;
	padding: 11px 0;
	width: 173px;
	list-style: none;
	background: url('images/bg_leftnav.gif') no-repeat top center; 
	}
	
.home #leftColumn ul {
	margin: 0;
}

#leftColumn a {
	padding: 7px 0 7px 30px;
	width: 143px;
	display: block;
	border-top: 1px solid #659ac0;
	color: #fff;
	font-weight: normal; 
	text-decoration: none;
	}
	
#leftColumn a:hover {
	background: url('images/bg_leftnav_item_down.gif') top left no-repeat #659ac0;
	}
	
.home .content_sub {
	padding: 0 37px;
	width: 403px;
	float: left;
	}
	
.content_sub p {
	line-height: 20px;
	color: #666666;
	}
	
/* Home Content */
	
.home h2 {
	display: none;	
}
	
.home .content_sub p {
	margin: 0;
	font-size: 11px;
	text-indent: 30px; 
	text-align: justify;
	}
	
.home .content_sub p strong {
	margin: 6px 0 0 0;
	color: #3d7faf;
	text-indent: 0; 
	display: block;
	}
	
/* End Home Content */	
	
.content_sub {
	padding: 0 24px 40px 0;
	width: 630px;
	float: right;
	}
	
.content_sub p {
	line-height: 20px;
	}
	
.content_sub ul {
	margin: 0 0 0 10px;
	list-style: none;
	}
	
.content_sub ul li {
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	background: url(images/arrow.gif) left 5px no-repeat;
	}
	
.divThird {
	width: 200px;
	float: left;
  }
	
.gallery {
	margin-left: 50px;
	}

.gallery img {
	border: 1px solid #999;
	padding: 10px;
	margin: 0 5px 6px 0;
	}
	
.rightcolumn {
	padding: 8px 2px 0 0;
	float: right;
	width: 213px;
	display: none;
	}
	
.textwidget {
	display: none;	
}

.home .rightcolumn,
.home .textwidget {
	display: block;	
}
	
.footer {
	padding: 20px 30px 0 30px;
	margin: 0 auto;
	height: 14px;
	width: 890px;
	background: url('images/bg_footer.jpg') no-repeat top center #207764;
	color: #bdd6d1;
	font-size: smaller;
	}
	
.footer p {
	float: left;
	}
	
.footer a {
	text-decoration: none; 
	color: #bdd6d1;
	font-weight: normal;
}

.footer a:hover {
	color: #fff;
}

p.right {
	float: right;
	}
	
.thumb {
	float: right; 
	padding: 4px; 
	border: 1px solid #ccc; 
	margin: 0 0 0 10px;
	}
	
.injuries {
	/* margin: 20px 0 0 50px; */
	}
	
.injuries a {
	cursor: hand;
	}
	
.injuries p {
	margin: 6px;
	height: 23px; 
	width: 147px; 
	text-align: right; 
	padding: 100px 13px 10px 10px; 
	color: #ffffff; 
	display: inline;
	float: left;
	border: 1px solid #999;
	}

/* Gallery */

.ngg-galleryoverview {
	padding-left: 20px;	
}

.piclenselink {
	display: none;	
}

.ngg-gallery-thumbnail-box {
	margin: 5px;	
}

/* End Gallery */

/* Widget Donation */

/*
.home #leftColumn #donateplusform,
.page-id-13 #leftColumn #donateplusform,
.home #leftColumn h1,
.page-id-13 #leftColumn h1 {
	display: none;	
}
*/

#leftColumn h1 {
	margin-bottom: 6px;
	padding-left: 4px;
}

#leftColumn #donateplusform {
	padding-left: 4px;
}

#leftColumn #donateplusform input {
	margin: 2px 0;
}

#leftColumn #donateplusform small {
	font-size: 80%;	
}

#leftColumn #donateplusform .submit {
	text-align: center;
}

/* End Widget Donation */

/* Donation Form */

#donateplusform p label,
#donateplusform p small {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#donateplusform input {
	padding: 2px 4px;	
}

/* End Donation Form */

/* Petition */

#page-id-205 h3 {
	margin: 0 0 20px 0;	
}

form.petition ul li {
	padding: 0;
	margin: 0 20px 0 0;
	background: none;
	display: inline;
	float: left;
}

form.petition ul li.petitionName {
	padding-left: 0;
}

form.petition ul li.petitionCustomFields,
form.petition ul li.petitionComments, 
form.petition ul li.petitionPrivacy {
	display: none;	
}

form.petition ul li label {
	margin: 0 12px 0 0;
	padding-top: 3px;
	float: left;
}

form.petition ul li input {
	padding: 2px 4px;
	width: 120px;
	float: left;
}

form.petition ul li.petitionSubmit input {
	margin-top: -1px;
}

#signatureList {
	margin: 0 0 0 10px;
	padding: 20px 0 20px 10px;
	list-style: decimal;
	display: block;
	clear: both;
}

div.petition {
	padding-bottom: 20px;
}

form.petition {
	margin: 0 0 20px 0;	
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

form.petition input,
form.petition select {
	margin: 2px 0 6px 0;
	padding: 2px 4px;
}

ol.petitionSignatures {
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 10px;
	margin-left: 15px;
	text-transform: capitalize;	
	border-top: 1px solid #ccc;
}

ol.petitionSignatures li {
	margin-left: 10px;
	padding-left: 5px;	
}

.linklove {
	display: none;	
}