/* Dez Shearer */
/* Feb TwentyTen */

/* Colours */

/* Blue - #679fd2 */

/* Scroll Hack  */
html {
	overflow: auto;
	height: 100%;
}

/* Sym's Basic Reset */ 
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,cite,ul,ol,li,fieldset,input,*{margin:0; padding:0;}

body{
	margin: 0;
	padding: 0;
	font-family: arial, hevetica, sans-serif;
	font-size:12px;
	color: #000;
	background: url(../img/bkg.png) repeat-x #fff;
	height: 100%;
}

/* LAYOUT */

p{	
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
}

hr{

}

h1{

}

h2{
	font-family: Arial, Verdana, sans-serif;
	font-size:16px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}

h3{
	font-family: Arial, Verdana, sans-serif;
	font-size:16px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}

h4{

}

h5{

}


/* DIVS */


#container{
	width:  960px;
	height: 100%;
	margin: 0 auto -90px auto;
	height: auto !important;
	min-height: 100%;
}

#header{
	margin: 0 auto;
	background:#000;
	height:75px;
}

#header h1, #header a{	
	font-family:arial;
	font-size:34px;
	color:#fff;
	padding:15px 0;
	font-weight: 100;
	text-decoration: none;
}

#header h1 a:hover{
	color:#a9a9a9;
	text-decoration: none;
}

#menu{
	margin:0 auto;
	width:960px;
	padding: 20px 5px;
	text-align: center;
	color: #fff;
}

#menu a{
	font-family: arial;
	font-size:	18px;
	color:#fff;
	text-decoration:none;
	text-align: center;
	
}

#menu a.active{
	color:#aaaaa9;
}

#menu a:hover{
	color: #a9a9a9;
	text-decoration:none;
}

#menu ul{
	list-style-type: none;
	text-align: center;
	display:block;
	
}

#menu ul li {
	text-align: center;
	float: left;
	padding: 5px;
	margin: 0 5px;
	border: 2px solid #679FD2;
	-moz-border-radius: 7px 7px 0px 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius: 7px;
}

#contents{

	margin:70px auto;
	width:960px;
	text-align:left;
}

/* Social Boxes */

#soc{
	width: 800px;
	margin: 0 auto;
	height: 250px;
}

#blog-title{
	width: 380px;
	float: left;
	height: 30px;
	margin: 10px 5px;
	
}

#blog{
	width: 380px;
	float: left;
	height: 220px;
	border: 2px solid #a9a9a9;
	-moz-border-radius: 10px 10px 0px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius: 10px;
	margin: 10px 0;
	clear: left;
	overflow: hidden;
}

#twit-title{
	width: 380px;
	float: left;
	height: 30px;
	margin: -40px 0 0 36px;
	
}

#twitter{
	width: 380px;
	float: left;
	height: 220px;
	border: 2px solid #a9a9a9;
	-moz-border-radius: 10px 10px 0px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius: 10px;
	margin: 10px 0 0 32px;
	
}

/* contact */

#contact{
	width:800px;
	height: 500px;
	margin:0 auto;
	border: 2px solid #a9a9a9;
	-moz-border-radius: 10px 10px 0px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius: 10px;
	background: #fff;
}

#contact-info{
	width:430px;
	margin: 0 auto;
	padding: 10px 0;
}

#contact-info p{
	font-family: arial;
	font-size: 14px;
}

#contact-wrapper { 
	width:430px;
	margin: 0 auto;
	padding:30px 0;
}

#contact-wrapper div { 
	clear:both; 
	margin:1em 0;
}

#contact-wrapper .normal { 
	display:block; 
	float:none; 
	font-size:14px; 
	width:auto;
	color: #000;
}

#contact-wrapper .error { 
	display:block; 
	float:none; 
	font-size:14px; 
	width:auto;
	color: #ff0000;
}

form#contactform input { 
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; 
	border-style:solid; 
	border-width:1px; 
	padding:5px; 
	font-size:16px; 
	color:#333;
	width: 400px;
}

form#contactform input.submit {
	background: #eee;
	border-color:#a9a9a9; 
	border-style:solid; 
	border-width:2px;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius: 10px;
	padding:5px; 
	font-size:16px; 
	color:#333;
	width: 200px;
}

form#contactform textarea { 
	font-family:Arial, Tahoma, Helvetica, sans-serif; 
	font-size:100%; 
	padding:0.6em 0.5em 0.7em; 
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; 
	border-style:solid; 
	border-width:1px;
	width: 400px;
}


/* Footer */

#footer{
	height: 130px;
	width: 100%;
	background: #000;
	border-top: 4px solid #679FD2;
	clear: both;
	color: #fff;
}

#footer h4{
	font-size: arial;
	font-size: 14px;
}

#footer p{
	font-size: 12px;
	font-family: arial;
}

.foot{
	width: 960px;
	height: 60px;
	margin: 0px auto;
	font-family: arial;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
	
}

#footinfo{
	width: 320px;
	height: 50px;
	float: left;
}

#footinfo p a{
	font-family: arial;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}


#auth{
	width: 110px;
	height: 50px;
	margin: 0 0 0 210px;
	float: left;
	padding: 0;
	text-align: left;
}

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

#auth a:hover{
	text-decoration:none;
	color: #a9a9a9;
}

#links{
	width: 290px;
	height: 50px;
	margin: 20px auto 0 auto;
	padding: 50px 0 0 0;
}

#links p a{
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#links p a:hover{
	font-family: arial;
	font-size: 12px;
	color: #a9a9a9;
	text-decoration: none;
}

#links2{
	width: 240px;
	height: 50px;
	float: left;
	margin: 15px 0 0 80px;
}

#links2 p a{
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#links2 p a:hover{
	font-family: arial;
	font-size: 12px;
	color: #a9a9a9;
	text-decoration: none;
}

#links3{
	width: 105px;
	height: 50px;
	float: left;
	margin: 15px 0 0 215px;
}

#links3 p a{
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#links3 p a:hover{
	font-family: arial;
	font-size: 12px;
	color: #a9a9a9;
	text-decoration: none;
}

/* Gallery Stuff */

#gallery{
	width: 800px;
	margin: 0 auto 15px auto;
	min-height: 1600px;
	height: 1600px;
	
}

.gallery{ 
	margin:0 auto;
	width: 800px;
	padding: 0 15px;
}

.gallwrap{
	width: 800px;
	height: 400px;
	margin: 0 auto;
}

.gallery li{
	display:block;
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin:3px;
	border:2px solid #000;
}

.gallery li a{
	text-decoration: none;
	border: none;
}

.gallery li img{
	border: none;
}

/* Homepage slideshow stuff */

#slide{
	width: 810px;
	height: 450px;
	margin: 0 auto;
}

.slideshow { 
	
	height: 450px;
	width: 800px; 
	margin: 0 auto; 
}

.slideshow img {
	padding: 5px; 
	background-color: #fff; 
}

/* Social Media Icons */

#soclink{
	width: 320px;
	float: left;
	text-align: center;
}

#soclink li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;	
}

#soclink a{
	border: none;
	display: inline-block;
	width: 40px !important;
	height: 40px !important;
	text-indent: -9999px;
}

li a.twit {
	background-image:url(../img/soclinks.png);
	background-position: 0 0;
	background-repeat:no-repeat;
}

li a:hover.twit {
	background-image:url(../img/soclinks.png);
	background-position:0 -50px;
	background-repeat:no-repeat;
}

li a.fk  {
	background-image:url(../img/soclinks.png);
	background-position: -50px 0;
	background-repeat:no-repeat;
}

li a:hover.fk {
	background-image:url(../img/soclinks.png);
	background-position: -50px -50px;
	background-repeat:no-repeat;
}

li a.fb {
	background-image:url(../img/soclinks.png);
	background-position:-100px 0;
	background-repeat:no-repeat;
}

li a:hover.fb {
	background-image:url(../img/soclinks.png);
	background-position:-100px -50px;
	background-repeat:no-repeat;
}

/* Random Spans */

#clear{clear:both;}

.push{
	height: 120px;
}

.wrap{
	padding:10px 60px;
	clear:both;
}

.right{
	float:right;
	text-align:right;
}

.left{
	float:left;
	text-align:left;
}

.blue{
	color:#679fd2;
}


