/*CSS3 */




html {
	background: #091B54; 
}

body {
	width: 1000px;
			 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'DIN1451MittelschriftRegular';
	src: url('http://www.southeastcircuit.org.uk/themes/site_themes/SEC/fonts/din1451mittelschrift-webfont.eot');
	src: local('☺'), url('http://www.southeastcircuit.org.uk/themes/site_themes/SEC/fonts/din1451mittelschrift-webfont.woff') format('woff'), url('http://www.southeastcircuit.org.uk/themes/site_themes/SEC/fonts/din1451mittelschrift-webfont.ttf') format('truetype'), url('http://www.southeastcircuit.org.uk/themes/site_themes/SEC/fonts/din1451mittelschrift-webfont.svg#webfont3JdecABY') format('svg');
	font-weight: normal;
	font-style: normal;
}


a { color: #4b98d7;    
	-webkit-transition:color 300ms ease-in;  
  	-moz-transition:color 300ms ease-in;  
   	-o-transition:color 300ms ease-in;  
   	transition:color 300ms ease-in;  
}

a:hover { color: #000000;   
	-webkit-transition:color 300ms ease-in;  
	-moz-transition:color 300ms ease-in;  
	-o-transition:color 300ms ease-in;  
	transition:color 300ms ease-in;   }

nav li a { color: #fff; text-decoration: none; }

nav li a:hover { color: #fff; text-decoration: underline; }


/*HTML 5 specific*/
header,nav,section,article,aside,footer{
	display: block;
}

header {
	width: 1000px;
	height: 80px;
	}

#logo {
	width:200px;
	padding: 30px 0 0 30px;
	position: absolute;
}

nav{
	width: 980px;
	height:80px;
	padding-right:20px;
	font-size: 0.8em/1em ;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;


background: #035c90; /* Old browsers */
background: -moz-linear-gradient(top,  #035c90 0%, #091b54 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#035c90), color-stop(100%,#091b54)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #035c90 0%,#091b54 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #035c90 0%,#091b54 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #035c90 0%,#091b54 100%); /* IE10+ */
background: linear-gradient(to bottom,  #035c90 0%,#091b54 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035c90', endColorstr='#091b54',GradientType=0 ); /* IE6-9 */


}

img.inset  {
	margin: 0px 5px 0px 0px;
	border: none;
}

/* @group Drops */


#drop {
	margin:0; 
	padding:0; 
	list-style:none;
	}	

#drop li {
	float:right; 
	display:block; 
	position:relative;
	z-index:500; 
	margin:0;
}

/* this is the parent menu */
#drop li a {
	display:block; 
	padding:40px 10px 15px 10px; 
	text-decoration:none; 
	color:#fff; 
	text-align:center; 
}

#drop li a:hover {color:#ffffff;}

/* submenu, it's hidden by default */
#drop ul {
	position:absolute; 
	width:150px;
	left:0; 
	display:none; 
	margin:0; 
	padding:0; 
	list-style:none;
	background-color: #035C90; 
	-webkit-box-shadow: 0px 0px 12px #000000;
	-moz-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
	font-size: 80%;
}

.end  {
	left:-50px !important;
}

#drop ul li {
	width:150px; 
	float:left; 
}

#drop ul li a:hover {
	width:135px; 
	float:left; 
	background-color: #60afda; 
}

#drop ul a {
	display:block; 
	padding:10px 5px 8px 10px; 
	border-top:1px solid #091B54;
	text-decoration:none; 
	color:#fff; 
	text-align:left; 
}



/* @end */



#bannerhome {height: 300px;}

#banner {height: 124px;}

#join {
	position: absolute;
	padding: 230px 0px 0px 30px;
	z-index: 100;
}

#twittertop {
	position: absolute;
	padding: 250px 0px 0px 815px;
}

#main{
	width: 940px;
	padding: 10px 30px 20px 30px;
	margin-bottom:50px;
	float: left;
	min-height: 400px;
}

#mainleft{
	min-width: 600px;
	float: left;
}

#mainleftfull{
	width: 940px;
	float: left;
}

#mainleftshop{
	width: 600px;
	float: left;
	margin-right: 10px;	
}

.message_page {	min-height: 400px; float: left;}


#mainright{
	width: 330px;
	float: left;
}

#mainrightfull{
	width: 330px;
	float: left;
	clear: both;
	margin-right: 20px;
}

article{
	color: #333;
	float:left;
	font-family: 'PT Sans', sans-serif;
}

article header {
	width: 590px;
	height: auto;
}

article h1 {
	font: 700 2em/1.2em 'PT Sans', sans-serif;
	color: #035C90; 
	margin-bottom: 1em;
	margin-top: 0.2em;
}

article h2 {
	font: 700 1.4em/1.2em 'PT Sans', sans-serif;
	color: #4b98d7; 
	margin-bottom: 0.6em;
}

article h3 {
	font: 700 1.1em/1.3em 'PT Sans', sans-serif;
	color: #035C90; 
	margin-bottom: 0.6em;
	top-bottom: 1em;
}

article h4 {
	font: 700 1.1em/1.2em 'PT Sans', sans-serif;
	color: #999999; 
	margin-bottom: 0.6em;
	top-bottom: 1em;
}


article ul,article ol {padding-left:20px;}

article li {
	list-style-type: disc;
	list-style-position: outside;
	font: 400 0.95em/1.4em 'PT Sans', sans-serif;	
	margin-bottom: 0.6em;
}

article ol li {
	list-style-type: decimal;
	list-style-position: outside;
	font: 400 0.95em/1.4em 'PT Sans', sans-serif;	
	margin-bottom: 0.6em;
}

#article-text-home{
	width:350px;
	float: left;
}

#article-text-page{
	width:550px;
	float: left;
}

#article-text-page-full{
	width:940px;
	float: left;
}

article p {
	font: 400 1em/1.6em 'PT Sans', sans-serif;	
	color: #333333; 
	margin-bottom: 0.75em;
}

article img {
	margin: 0 0 20px 20px;
	float:right;
}

aside {
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #cccccc;
	-moz-border-radius: 6px;
	border-radius: 6px;	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

aside header {
	width: 300px;
	height: auto;
}

aside header h1 {
	font: 700 1.2em/1em 'PT Sans', sans-serif;
	color: #fff; 
	border: solid 0px #ccc; 
	padding: 5px;
	background-color: #60afda;
}

aside p {
	padding: 8px 10px 5px 5px;
	border-bottom: 2px solid #ffffff;
	font: 700 0.9em 'PT Sans', sans-serif;	
}

aside h3 {
	padding: 5px 10px 0px 5px;
	font: 700 1em/1.1em 'PT Sans', sans-serif;	
	margin-bottom:1em;
}

aside h4 {
	padding: 5px 10px 0px 5px;
	font: 700 0.8em/1.2em 'PT Sans', sans-serif;	
	margin-bottom:1em;
	margin-top:1em;
}

aside p span {
	padding-right: 8px;
	font: 400 0.9em 'PT Sans', sans-serif;	
	color: #666666; 
}

aside .allevents {
	padding:8px 0 0 0;
	float: right;
	font: 400 0.65em 'PT Sans', sans-serif;	
}

.rightcolumn {width:300px;}

.leftcolumn {
	width:560px;
	float:left;
}

aside img {
	margin: 10px 10px 5px 9px;
	border: solid 1px #cccccc;
}

aside a:link {
	color: #4b98d7; 
   	text-decoration: none; 
}

aside a:visited {
	color: #4b98d7; 
   	text-decoration: none; 
}

aside a:hover {color:#000000;}

aside li {
	margin-bottom: 0.6em;
	margin-left:20px;
	top-bottom: 1em;
}


/* @group Twitter */

#twitterfeed{
	float: right;
	margin-top:10px;
	margin-left:20px;
	width:200px;
	font: 400 0.85em/1em 'PT Sans', sans-serif;
	color: #666666;
	background: #fff url(http://www.southeastcircuit.org.uk/themes/site_themes/SEC/twitterIcon.png) no-repeat right top;
}

#twitterfeed ul p {
	margin-top: 0px;
	font: 700 1em/2em 'PT Sans', sans-serif;
	margin-bottom:0px;
	color: #666666;	border-bottom: 2px dotted #eeeeee;
}

#twitterfeed li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eeeeee;
}

.twitterdate{
	font-size: 80%;color: #999999;
}

/* @end */

.searchform input {
	background-color: #fff;
	border: solid 1px #e1e1e1;
	color: #999; 
	width: 200px; 
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

.buttonGo{
	font-size:         12px;
	color:             #fff;
	background-color:  #60afda;
	font-weight:       bold;
	padding:           5px 0;
	border-width:      0; 
	cursor:            pointer;
	width:             50px;
	-moz-border-radius: 8px;
border-radius: 8px;
	}


footer{
	clear:both !important;
	padding:30px 30px 10px 30px;
	width:940px;
	height: 80px;
	background:#fff;
	font: 400 0.75em/1.2em 'PT Sans', sans-serif;
	color: #999999;
}

#footerbox{
	width:940px;
	padding-top:10px;
	border-top: 3px solid #60afda;
}

.footleft {
	float: left;
}

.footright {
	float: right;
}

#footerbox a { color: #999999; text-decoration: none; }

#footerbox a:hover { color: #666666; text-decoration: underline; }

hr {
border: 0;
color: #ccc;
background-color: #ccc;
height: 2px;
width: 100%;
text-align: left;
margin: 20px 0px;
clear: both;
}


.smallhead {font-size: 1em;border: 0;padding: 0 0 10px 0;color: #999;}

.smalltext {font-size: 80%;line-height: 110%;font-weight: 700;}

a.smalltext {text-decoration: none;}

.house {
	opacity: 0.5;
}

.house:hover {
	opacity: 1;
}
	

.photocaption {	font: 700 0.7em/1.2em 'PT Sans', sans-serif;
margin: 0px 12px 2px 12px;color: #4b98d7;text-align:center;}



article table {	margin-bottom: 1em; 
				width:100%; 
				margin-top: 40px;
			}

article th {	border-bottom: 1px solid #e1e1e1; 
				font-size: 90%; 
				padding: 10px 4px 10px 5px;
			}

article td {	border-bottom: 1px solid #e1e1e1; 
				font-size: 90%; 
				padding: 10px 4px 10px 5px;
			}

article tfoot { font-style: italic; }

article caption { background: #ffc; }


/* tinted table */


.tinted table {width:100%;}

.tinted th {	
				border-bottom: 1px solid #fff; 
				font-weight: bold; 
				padding: 8px 2px 6px 16px; 
				color: #fff;
				background-color: #035C90;
			}

.tinted td {	border: 1px solid #fff; 
				font-size: 90%; 
				padding: 8px 4px 6px 16px;
				background-color: #f1f1f1;
			}

td h3 {margin-bottom: 0;}			
td p {margin-bottom: 0;line-height: 1.4em;}	


.bg_paleblue th {	
				background-color: #60afda !important;
			}





/* checkout styles */

.store-nav {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 0px solid #cccccc;
	font: 700 0.8em/1.2em 'PT Sans', sans-serif;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.store-nav ul {
    padding: 0;
}

.store-nav li {
    display: inline;
    margin-right: 5px;
}

.store-nav li a {
    background-color: #60afda;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

.store-nav li a:hover {
    background-color: #091B54;
}

.nav-boxed {
	font: 700 0.75em/1em 'PT Sans', sans-serif;
	color: #e1e1e1; 
	border: solid 0px #ccc; 
	padding: 4px 8px ;
	background-color: #035C90;
	float: right;
	position: relative;
	border-radius: 0 0 4px 4px;
}

.nav-boxed a {text-decoration: none;}


.boxed {
	font: 700 0.75em/1em 'PT Sans', sans-serif;
	border: solid 1px #ccc; 
	padding: 4px 8px ;
	background-color: #e1e1e1;
	float: right;
	position: relative;
	border-radius: 4px;
	margin-left: 10px;
	margin: 2px;
}

.boxed a {text-decoration: none;}





.tabletext {
	font: 400 0.9em/1em 'PT Sans', sans-serif;
	color: #666; 
}


.alert {color: #ff0000;}
.help-inline {color: #ff0000;clear: both;font-size: 80%;}
.label-important {color: #ff0000;}
.control-group {padding-top: 20px;}



.blue { color: #4b98d7;   }



/* login */

.login input {
 background-color: #fff;
 border: solid 1px #e1e1e1;
 color: #999; 
 width: 200px; 
 margin: 0px 10px 10px 0px;
 padding: 5px;
	font-size: 12px;
	font-weight: normal;
}


