/*
Theme Name: Shoot Fore Sammi
Theme URI: http://www.iminspired.net
Description: A custom design template for Shoot Fore Sammi.
Version: 1.0
Author: John Wooton
Author URI: http://www.iminspired.net.com/

*/



/* Begin Typography & Colors */
body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#686868;
}
a:link
{
	color:#ff37d2;
	text-decoration:none;
}
a:visited
{
	color:#ff37d2;
	text-decoration:none;
}
a:active
{
	color:#ff37d2;
	text-decoration:none;
}
a:hover
{
	color:#ff37d2;
	text-decoration:underline;
}
img
{
	border:none;
}
.top_banner
{
	background-image:url(images/header_03.png);
	background-repeat:no-repeat;
	width:778px;
	height:129px;
}
.signup
{
	position:relative;
	top:30px;
	padding:10px;
	text-align:right;
}
.footer
{
	background-image:url(images/footer.png);
	background-position:bottom;
	width:100%;
	height:168px;
	vertical-align:top;
}
.footer_bg
{
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.content_table
{
	width:967px;
}
.content_table_td
{
	vertical-align:top;
	padding-left:42px;
	padding-right:42px;
	font-size:11px;
}
.footer_table
{
	width:967px;
	height:68px;
	padding-right:10px;
	padding-left:10px;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
}
.footer_table_td
{
	vertical-align:top;
	line-height:20px;
}
.footer_table a:link
{
	color:#686868;
	text-decoration:none;
}
.footer_table a:active
{
	color:#686868;
	text-decoration:none;
}
.footer_table a:visited
{
	color:#686868;
	text-decoration:none;
}
.footer_table a:hover
{
	color:#686868;
	text-decoration:underline;
}
.copyright
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	vertical-align:top;
}
.inner_bg
{
	background-image:url(images/inner_bg.png);
	background-repeat:repeat-x;
	margin:0px;
}
.page_header
{
	color:#ff37d2;
	font-weight:normal;
}
.inner_content
{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}
.inner_content_img
{
	border:solid;
	border-color:#ff37d2;
	border-width:1px;
}
h3
{
	color:#ff37d2;
}
.help td
{
	padding-left:15px;
	padding-right:15px;
}
.events
{
	padding-left:15px;
	padding-right:15px;
}
.donations
{
	padding-left:15px;
	padding-right:15px;
}
.contact_label
{
	font-size:18px;
	text-align:left;
	color:#ff37d2;
}
.sidebarb
{
	width:200px;
	vertical-align:top;
	padding:10px;
}
ul
{
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
