/* 

	Theme Name: SOS

	Theme URL: http://www.soscarepackages.com/

	Description: The SOS Theme

	Author: Tin Star | a design co.

	Author URI: http://www.sneakersites.com

	Version: 1.1		

*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
html {
	overflow: auto;
}
body {
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* default type */
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
sup {
	padding-left: 1px;
	font-size: 10px!important;
	font-weight: normal!important;
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
	color: #76797c;
	_position: static!important;
}
h1 {
	font-style: italic;
	text-transform: lowercase;
	font-size: 20px;
	color: #005c9f;
	margin-left: 30px;
	margin-right: 20px;
}
h2 {
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
	color: black;
}
h3 {
	font-style: italic;
	font-size: 1em;
	line-height: 18px;
	color: black;
}
h4 {
	font-style: italic;
	font-size: 10px;
	line-height: 18px;
	color: black;
}
p {
	margin-bottom: 18px;
}
p.more {
	text-align: right;
}
p.more a {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul {
	margin-bottom: 18px;
	margin-left: 2em;
	list-style: disc outside;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 25px;
}
ul ul {
	margin-top: 4px;
	margin-bottom: 5px;
}
/* layout */
body {
	text-align: center;
	background: #005c9f url('images/bg.jpg') fixed no-repeat top center;
	font: 14px Calibri, Lucida Sans Unicode, Lucida Grande, arial, Helvetica, sans-serif;
}
a {
	color: black;
}
#wrap {
	width: 625px
	margin: 0 auto;
}
.cap {
	line-height: 1px;
	font-size: 1px;
}
object {
	margin-left: 20px;
}
/*Pages*/
#pages {
	display: none;
	position: relative;
	margin-top: 10px;
	padding-left: 2px;
	padding-top: 10px;
	height: 30px;
	color: black;
	font: bold;
}
#pages a {
	color: black;
	padding: 1px 5px;
	text-decoration: none;
	font-weight: bold;
}
#pages ul {
	display: inline;
	width: 800px;
	margin-left: 5px;
	float: left;
}
#pages li {
	display: inline;
	margin-right: 0px;
}
/*Header*/
#logo {
	width: auto;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 50px;
}
#social {
	width: 100%;
	height: 30px;
	border-top: 5px solid #005c9f;
}
#social_wrapper {
	width: 750px;
	margin: 0 auto;
	height: 30px;
}
#social_wrapper_left {
	float: left;
	width: 340px;
	height: 25px;
	padding-left: 20px;
	background: #005c9f;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}
#social_wrapper_right {
	float: right;
	width: 145px;
	height: 25px;
	padding-left: 20px;
	background: #005c9f;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}
#social h4{
	float: left;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	font-style: normal;
}
#social h4 span {
	font-style: italic;
	text-transform: lowercase;
}
#social h4 a {
	font-style: normal;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
	margin: 2px;
	color: white;
}
#social h4 a:hover {
	background: white;
	color: #005c9f;
}
#nav {
	padding: 20px;
	padding-left: 0px;
	padding-top: 30px;
	width: auto;
	margin: 0 auto;
}
#nav ul {
	list-style: none;
	margin: 0 auto;
}
#nav ul li.tab, #nav ul li.tabselected {
	float: left;
	text-transform: uppercase;
	font-style: normal;
	font-size: 20px;
}
#nav ul li.tab a {
	text-decoration: none;
	color: white;
	padding: 10px;
	margin: 22px;
}
#nav ul li.tab a:hover {
	color: #005c9f;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nav ul li.tabselected a, #nav ul li.tabselected a:hover {
	cursor: default;
	text-decoration: none;
	color: #005c9f;
	padding: 10px;
	margin: 22px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*content*/
#content p a.button {
	text-transform: uppercase;
	background: #005c9f;
	color: white;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	margin-bottom: -50px;
}
#content p a.button:hover {
	background: #c1d7e7;
	color: #005c9f;
}
#content p {
	color: black;
}
.gallery {
	padding-left: 10px;
	padding-right: 10px;
}
#content ul {
	list-style: square inside none;
}
#content ul li {
	color: black;
	padding: 5px;
	font: 14px Calibri, Lucida Sans Unicode, Lucida Grande, arial, Helvetica, sans-serif;
}
#content_top {
	width: 750px;
	margin: 0 auto;
	margin-top: 20px;
	height: 70px;
	background: #005c9f;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}
#content {
	width: 710px;
	border: 20px solid #005c9f;
	border-bottom: 20px solid #005c9f;
	margin: 0 auto;
	text-align: left;
	background: white;
	color: #005c9f;
}
#share { display: none; height: 20px; padding: 15px; background: #c1d7e7; margin-bottom: -40px; }
#share ul { list-style: none; margin-left: 0px; }
#share ul li { float: left; }
#share ul li a {
	text-transform: lowercase;
	margin: 5px;
}
#share ul li a:hover {
	text-decoration: none;
}
#content .entries {
	margin-bottom: 5px;
}
#photo_caption {
	float: right;
	font: 12px;
	width: 250px;
	padding-left: 10px;
}
#photo_caption p {
	float: right;
	width: 227px;
}
#photo_caption h1 {
	font: 11px;
	text-align: center;
}
#content a:link {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a:active {
	text-decoration: underline;
}
h3 .heading a {
	font-style: italic;
	text-transform: lowercase;
	font-size: 20px;
	color: #005c9f;
	margin-left: 30px;
	margin-right: 20px;
}
h3.heading a:hover {
	text-decoration: none;
}
#content .entries h2 {
	font-weight: normal;
	font-size: 17px;
	margin: 10px;
	padding: 0px;
	letter-spacing: -1px;
}
#content .entries h3 {
	font-size: 12px;
}
#content .entries h1.title {
}
#content .entries h2 a {
	text-decoration: none;
	color: black;
}
#content .entries h3.heading {
	padding: 20px;
	padding-left: 0px;
	clear: both;
}
#content .entries h3.heading a {
	font-style: italic;
	text-transform: lowercase;
	font-size: 20px;
	color: #005c9f;
	margin-left: 30px;
	margin-right: 20px;
	text-decoration: none;
}
#content .entries h3.heading a:hover {
	color: #00667f;
}
#content .entries img, dl.gallery-item dt.gallery-icon a img.attachment-thumbnail {
	border: none;
}
#content .entries img.banner {
	margin: -20px;
	margin-top: -5px;
	margin-bottom: 20px;
}
#content .entries img.bio {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.bio_text {
	height: 300px;
}
#latest_wrapper {
	height: 190px;
	width: 710px;
	border: 20px solid #005c9f;
	margin: 0 auto;
	background: #005c9f;

}
#latest_wrapper .latest {
	float: left;
	padding: 15px;
	background: #c1d7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 185px;
	height: 150px;
	margin: 10px;
}
#latest_wrapper .latest h2 {
	font-style: normal;
	color: #005c9f;
	text-transform: uppercase;
	margin-left: -60px;
}
#latest_wrapper .latest ul {
	list-style: none;
	margin-left: -30px;
}
#latest_wrapper .latest ul li a {
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}
#latest_wrapper .latest ul li a:hover {
	background: #005c9f;
	color: white;
}
#latest_wrapper .latest ul li {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 10px;
}
#latest_wrapper .latest ul li.sub {
	font-style: italic;
}
#content .entries img.alignleft {
	float: left;
	margin-left: -30px;
	margin-right: 10px;
}
#content .entries img.alignright {
	float: right;
	margin-right: -30px;
	margin-left: 10px;
}
#content .entries .cap {
	margin-top: -8px;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
}
#content .entries .cap.top {
	margin: 0 0 -7px;
}
#content .entries .cap.top.noheader {
	height: 25px;
}
#content .post {
}
#content .post.bio {
	padding-top: 15px;
}
#content .post p {
	margin-left: 20px;
	margin-right: 20px;
	color: black;
	font-size: 13px;
}
#content .post blockquote p {
	margin-left: 20px;
}
#content .post a.more {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#content .post a.more.inline {
	margin-left: 5px;
}
#content .post .actions p {
	display: none;
	width: 47%;
	float: left;
	margin-bottom: 11px;
	font-size: 10px;
	color: black;
}
#content .post .actions p.tags {
	display: none;
	float: right;
}
#content .post .more a {
	text-decoration: none;
}
#content h3.title {
	font-size: 14px;
	margin: 0 5px 18px;
	padding: 6px 16px;
	color: black;
}
#content .paginate {
	padding: 10px 20px;
	font-size: 12px;
	color: black;
}
#content .paginate .pagecount {
	margin-right: 10px;
}
#content .paginate b {
	padding: 3px 6px;
	color: black;
}
#content .paginate a {
	padding: 3px 6px;
}
#content .paginate a:hover {
	color: black;
	text-decoration: none;
}
#content .more-entries {
	margin-right: 3px;
	font-size: 11px;
	text-align: right;
}
#content .more-entries .calignleft {
	float: left;
}
#content .more-entries .calignright {
	float: right;
}
#comments {
	padding: 20px;
	margin-bottom: -20px;
	margin-top: 50px;
	text-transform: lowercase;
	display: none;
	background: #c1d7e7;
}
input.sbutt {
	text-transform: uppercase;
	background: white;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	cursor: pointer;
}
input.sbutt:hover {
	color: #005c9f;
}
textarea#s4 {
	background: white;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
}
.commenttext-admin {
	background-color: #FFFFE0;
	min-height: 20px;
}
.commenttext-admin img {
	float: right;
}
.commenttext {
	min-height: 20px;
}
.commenttext img {
	float: right;
}
/*  Must Required CSS CLASS for Wordpress 2.5 onwords check out http://codex.wordpress.org/CSS */
.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;
}
*/

