/*
Theme Name: SOCA
Author: Tricycle Media
Author URI: http:www.tricyclemedia.co.uk
Version: 1.0
*/
/*Wordpress Styles*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Custom */
#main-inner table {
	vertical-align: top;
	margin-bottom: 30px;
}
#main-inner table td {
	padding: 5px;
	border: 1px solid #666666;
}
#main-inner ul li {
	list-style: disc;
	list-style-position: inside;
}
label {
	display:block;
}

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #cccccc;
	font-family: Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
img a {
	border:none;
}
a {
	text-decoration: none;
}
#wrapper, #header-inner {
	width: 980px;
	margin: 0 auto;
}
#header {
	margin-top: 8px;
	background: #e7e7e7;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	margin-bottom: 8px;
}
#header-inner {
	position: relative;
}
#soca {
	position: absolute;
	top:0;
	left:0;
}
#header-inner #logo {
	width: 639px;
	height: 62px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
}
#header-inner #social-media {
	position: absolute;
	right: 0;
	top:15px;
}
#navigation {
	background: #cc0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 8px;
}
#navigation ul {
	width: 850px;
	margin: 0 auto;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	padding: 12px 20px;
	font-size: 16px;
	background: #cc0000;
	color: #fff;
}
/* drop down */
#navigation ul ul {
	position:absolute; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
	z-index: 100;
}

#navigation ul ul li {
	width:200px;
	float:none; 
	background: #cc0000;
}

#navigation ul ul a {
	display:block;  
	padding: 8px 5px; 
	background: none;
}

*html #navigation ul ul {
	margin:0 0 0 -2px;
}
#navigation ul li a:hover {
	background: #660000;
}
#slider {
	margin-bottom: 8px;
}
#main {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 8px;
}
.page-template-home-page-template-php #main {
	background: #666666;
}
#main-inner {
	color: #000;
	padding: 28px 20px;
}
.page-template-default #main-inner a {
	color: #cc0000;
}
.page-template-home-page-template-php #main-inner {
	color: #fff;
}
#page-title h1 {
	font-size: 40px;
	color: #666666;
	font-weight: normal;
	padding-bottom: 8px;
}
#main-inner p, #main-inner li {
	padding-bottom: 20px;
}
#main-inner a {
	color: #fff;
}
#footer {
	background: #cc0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 8px;	
}
#footer-inner {
	padding: 12px;
}
#footer-inner p, #footer-inner a {
	color: #fff;
	font-size: 12px
}
