/*

Theme Name: Martial Arts America
Theme URI: http://coronadokarate.com/
Description: 
Version: 2.0
Author: Todd Libby
Author URI: http://www.six03.com

*/

body {
	background: #19110a url(images/bg.jpg) no-repeat top left;
	background-attachment: fixed;
	font: 16px/1.4 normal Lucida, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #bbb;
}

h1, h2, h3 {
	font-weight: normal;
	color: #d52300;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	clear: both;
	font-size: 20px;
}

h4 {
	color: #daa520;
	font-size: 18px;
}

h5, h6 {
	color: #f00;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin-bottom: 2em;
	line-height: 26px;
}

li {
	padding: 5px 0;
	color: #fff;
}

a:link {
	color: #d52300;
}

a:hover, a:active {
	text-decoration: none;
	color: #d52300;
}

a:visited {
	color: #d52300;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 20px -15px;
	border: 5px solid #777;
}

img.right {
	float: right;
	border: 5px solid #777;
}

/* Form */

#signup {
	border: 1px solid #555;
	padding: 5px;
}

#signup h3 {
	font: 14px/1.2 normal "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
}

input, textarea, select {
	color: #333;
	width: 130px;
}

/* Header 

#header {
	clear: both;
	width: 860px;
	height: 52px;
	margin: 0 auto;
}
*/
/* Menu 

#menu {
	width: 860px;
	height: 30px;
	background-color: #272727;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding: 8px 12px 8px 8px;
	margin: 10px 0 10px -10px;
}

#menu ul {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#menu li {
	display: block;
	float: left;
}

#menu li a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: lowercase;
	font: 14px/1.2 normal "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
}

#menu a:hover { 
	text-decoration: none; 
	color: #d52300;
	background-color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

#menu .current_page_item a {
	color: #d52300;
}*/

/** LOGO */

#banner {
	width: 620px;
	height: 230px;
	margin-left: -10px;
	padding-top: 10px;
	background: #272727 url(images/kids.jpg) no-repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,2.5);
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,2.5);
}

span.caption {
	position: relative;
	top: 240px;
}

#logo {
	width: 820px;
	height: 60px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	padding-left: 20px;
	line-height: normal;
}

#logo h1 { 
	font: 36px/1.2 normal Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}

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

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: right;
	padding: 25px 0 0 25px;
	font: 18px/1.5 normal Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #d52300;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 870px;
	margin: 30px auto;
	background-color: #272727;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	padding: 5px;
}

/* Page */

#page {
	width: 870px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 620px;
}

#innercontent {
	width: 90%;
	margin: 0 auto;
}

/* Post */

.post {
	padding: 15px 15px;
	clear: both;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	font-size: 36px;
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px;
}

.post .meta {
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 0px 30px 0px;
	border-top: 1px dashed #333;
	font-size: 10px;
}

.post .meta p {
	line-height: normal;
	color: #999;
}

#links li {
	margin: 5px 0 5px -30px;
	list-style: square inside;
	font: 14px/1.5 normal Lucida, Arial, Helvetica, sans-serif;
}

#links li a:hover {
	text-decoration: none;
	color: #f00;
}

blockquote {
	display: block;
	padding: 10px 60px 25px 60px;
	width: 320px;
	margin-left: 140px;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,2.5);
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,2.5);
}

blockquote p {
	color: #000;
}

blockquote:before, blockquote:after {
	color: #f00;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.5em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -80px;
	margin-left: 340px;
}

span.uppercase {
	text-transform: uppercase;
	color: #ffa500;
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
	font-weight: bold;
}

span.hilite {
	color: #ff6;
	font-weight: bold;
}

span.oblique {
	font-weight: oblique;
}

h3.address {
	text-align: center;
}

p.bolder, span.bolder {
	font-weight: bold;
}

span.emphasis {
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}

#form {
	width: 250px;
	margin: 0 auto;
	background-color: #555;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-left: 10px;
}

#sidebar h2 {
	height: 32px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #777;
}

/* Footer */
#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 10px;
	width: 860px;
	clear: both;
}

#footer p {
	color: #fff;
}

#legal {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	color: #999;
}

#legal a {
}

/* Buttons */

#programs a {
	padding: 30px 36px;
	margin:10px 0;
}

.awesome, .awesome:visited {
	background: #222 url(images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

#programs h4 { font-size: 24px; text-align: center; }

.awesome:hover { background-color: #111; }
.awesome:active	{ top: 1px; }
.large.awesome, .large.awesome:visited { background-color: #008800; font-size: 14px; padding: 8px 14px 9px; color: #000; }
.large.awesome:hover { background-color: #006400; color: #fff; }
.green.awesome, .green.awesome:visited { background-color: #91bd09; color: #000; }
.green.awesome:hover { background-color: #749a02; color: #fff; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; color: #000; }
.blue.awesome:hover	{ background-color: #007d9a; color: #fff; }
.red.awesome, .red.awesome:visited { background-color: #e33100; color: #000; }
.red.awesome:hover { background-color: #872300; color: #fff; }
.magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; color: #000; }
.magenta.awesome:hover { background-color: #630030; color: #fff; }
.orange.awesome, .orange.awesome:visited { background-color: #ff5c00; color: #000; }
.orange.awesome:hover	{ background-color: #d45500; color: #fff; }
.yellow.awesome, .yellow.awesome:visited { background-color: #ffb515; color: #000; }
.yellow.awesome:hover	{ background-color: #fc9200; color: #fff; }
#facebook {
	background-color: #CCC;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin solid #666;
}
#friends {
	padding: 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin solid #666;
}
