/*  
Theme Name: Aikido Dojo
Theme URI: 
Description: Custom WordPress Theme for Aikido Dojo
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com 

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #4D2969; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #5c6caf; 
}

h2 {
	color: #000000;
	font-size: 26px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

p {
	padding-bottom: 10px;
}

.wptable {
	margin-top: -35px;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 30px 10px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 10px 30px 0px;
   display: inline;
   float: left;
}

/* Body ////////////////////////////////////////////////////////// */

#container { 
	border-width: 1px; 
	border-style: solid; 
	border-color: #4D2969; 
	width: 800px;
	margin: 0px auto;
	position: relative;
	padding: 0px;
}

#logo {
	width: 800px;
	height: 84px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/logo.jpg) no-repeat top left;
	width: 800px;
	height: 84px;
}

#logo a {
	width: 800px;
	height: 84px;
	display: block;
	text-indent: -999999px;	
}

#centered {
	width: 740px;
	padding: 20px 30px;
	background: url(images/background.jpg) top no-repeat;
}

#signup {
	border: 1px solid #000000;
	padding: 5px 15px;
	background: #4D2969;
	width: 270px;
	color: white;
}

/* Navigation In Separate Style Sheet //////////////////////////////////////////////////////////////// */

/* Form ////////////////////////////////////////////////////////// */

.form_column {
	display: inline;
	float: left;
	margin-right: 15px;
}

.spacer {
	float: left;
	width: 70px;
	height: 40px;
}

.forms {
	width: 600px;
	border: 1px solid #142961;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 600px;
	height: 80px;
	border: 1px solid #142961;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	width: 800px;
	height: 35px;
	background: #4D2969;
	color: white;
}

#footer a {
	color: white;
}

#footer_left {
	display: inline;
	float: left;
	padding-left: 30px;
	width: 250px;
	padding-top: 8px;
}

#footer_middle {
	float: left;
	width: 240px;
	text-align: center;
	padding-top: 8px;
}

#footer_right {
	float: right;
	text-align: right;
	padding-right: 30px;
	width: 250px;
	padding-top: 8px;
}