/*   
Theme Name: Abusin
Theme URI: http://www.abusinsmuaythai.co.uk
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Danny Newton
Author URI: http://www.fixitdanny.co.uk
Version: 1
*/

@import url('http://fonts.googleapis.com/css?family=Open+Sans');

@charset "utf-8";
/* CSS Document */

*{padding:0; margin:0; outline:none; border:none; font-size:12px; font-family: 'open sans', sans-serif; line-height:16px;


color: #fff; }


.clear {clear:both;}
.thepost {margin-bottom:20px;}
.thepost img {float:left; margin:0 15px 5px 0}


a, a:hover, a:active, a:visited { color: white; }

body {background-image:url(images/bg2.jpg) }

div#container {width:960px; margin:20px auto; }
div#container div#header {  margin-bottom:20px;  }

div#container div#header div#logo {width:250px; height:80px; background-image:url(images/logo.gif); float:left; -moz-border-radius: .5em;-webkit-border-radius: .5em;border-radius: .5em; }


nav  {
		
	overflow: hidden;
	float:right;
	
}

nav ul {
	margin-left:20px; margin-top:43px;
	float: left;
	list-style: none;	
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;    

}

nav li {
	float:left;

}

nav a {
	float:left;
	padding: .8em 1.5em;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #fff #fff;
	background: #000000;
	background: -moz-linear-gradient(#5F5F5F, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#000000));
	background: -webkit-linear-gradient(#5F5F5F, #000000);
	background: -o-linear-gradient(#5F5F5F, #000000);
	background: -ms-linear-gradient(#5F5F5F, #000000);
	background: linear-gradient(#5F5F5F, #000000);            
 }
 
nav a:hover, nav a:focus {
	outline: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
background: #A80002;
	background: -moz-linear-gradient(#A80002, #740001);
	background: -webkit-gradient(linear, left top, left bottom, from(#A80002), to(#740001));
	background: -webkit-linear-gradient(#A80002, #740001);
	background: -o-linear-gradient(#A80002, #740001);
	background: -ms-linear-gradient(#A80002, #740001);
	background: linear-gradient(#A80002, #740001);   
}

nav a:active { 
-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;

}
 
nav li:first-child a {
	border-left: 1;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;  

}

nav li:last-child a {
	border-right: 1;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;    

}


div#container div#header div#slideshow { height:280px; background-image:url(images/slider.jpg); margin-top:20px; -moz-border-radius: .5em;-webkit-border-radius: .5em;border-radius: .5em;}
div#container div#header div#slideshow img {-moz-border-radius: .5em;-webkit-border-radius: .5em;border-radius: .5em; }
div#container div#left { width:210px; background-color:  rgba(0, 0, 0, 0.9); float:left; padding:20px;-moz-border-radius: .5em;-webkit-border-radius: .5em;border-radius: .5em; }
div#container div#content {width:650px; background-color: rgba(0, 0, 0, 0.9); float:right; padding:20px; -moz-border-radius: .5em;-webkit-border-radius: .5em;border-radius: .5em;  }
div#container div#full-width-content { background-color:  rgba(0, 0, 0, 0.9); padding:20px; -moz-border-radius: .5em;-webkit-border-radius: .5em;border-radius: .5em;  }
div#container div#footer {background-color:  rgba(0, 0, 0, 0.9); margin-top:20px; padding:20px; text-align:center;-moz-border-radius: .5em;-webkit-border-radius: .5em;border-radius: .5em; }

h2 {font-size:16px; margin-bottom:10px; color:#FFFFFF }
p {font-size:13px;color:#FFFFFF ; margin-bottom:15px; }
li {font-size:16px; margin-bottom:10px; color:#FFFFFF; list-style: none; }

input, textarea { padding:5px; color:#000; margin-top:5px; }