/*  
Theme Name: Velocity Music School
Theme URI: http://www.decisiveflow.com
Description: The theme for Velocity Music School.
Version: 1.0
Author: Decisive Flow
Author URI: http://www.decisiveflow.com
*/

/* 
Default CSS file
Tuesday 23rd February 2010
*/

body {
	background-color:#000;
	background-image:url('images/mainBg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	line-height:20px;
}

#container {
	width:1026px;
	margin:0 auto;
}

#header {
	text-align:center;
	height:137px;
}

#header img {
	border:0;
	
}



#nav {
	width:1025px;
	height:45px;
	background-image:url('images/navBg.png');
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	line-height:42px;
	font-size:17px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

#nav li {
	padding:20px;
	display:inline;
	list-style-type:none;
}

#nav a, #nav a:visited {
	text-decoration:none;
	padding:25px;
	color:#000;
	letter-spacing:-0.5px;
}

#nav a:hover {
	text-decoration:none;
	background:url('images/navSelected.png') center no-repeat;
}

#nav li#current a {
background:url('images/navSelected.png') center no-repeat;
}

#nav li#current.contact a {
background:url('images/navSelected1.png') center no-repeat;
}

#nav li.contact a:hover {
background:url('images/navSelected1.png') center no-repeat;
}

#content {
	width:1024px;
	background-image:url('images/contentBg.jpg');
	background-repeat:no-repeat;
	background-color:#d9d9d9;
	overflow:auto;
	margin-top:8px;
}

#content h1 a {
	text-decoration:none;
	color:#000;
	font-family:Trebuchet MS,Helvetica,Arial,sans-serif;
}


a {
color: #003366;
}

a:visited {
color: #01376D;
}

#sidebar {
	width:210px;
	float:left;
	padding:20px;
	text-align: left;
	color: #333;
}

#sidebar h2 {
	font-family:Trebuchet MS,Helvetica,Arial,sans-serif;
	font-weight: normal;
}

#mainarea {
	width:720px;
	float:left;
	padding:20px;
}

#footer {
	clear:both;
	background-image:url('images/footerBg.png');
	background-position:center top;
	background-repeat:no-repeat;
	width:1024px;
	height:50px;
	text-align:center;
}

.blogentry {
	padding-bottom:15px;
	width:720px;
}

.button {
	text-align:right;
	padding:15px;
}

.button img {
	border:0;
}

.postedby {
	width:700px;
	display:block;
	padding:5px;
	border-top:1px solid #e4e3e3;
	border-bottom:1px solid #e4e3e3;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Trebuchet MS, Helvetica, Arial, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.pageentry {
	padding-bottom:15px;
	width:720px;
}



#mainarea blockquote {
	background-image:url('images/blockquote.gif');
	background-position:left;
	background-repeat:repeat-y;
	padding-left:20px;
	font-style:italic;
}

.widget {
	padding-bottom:5px;
}

.textwidget {
margin-left: 20px;
}

.widget ul {
list-style: none;
margin: 0px 0px 0px 20px;
padding: 0px;
}

.widget ul li {
margin-bottom: 7px;
}

caption.calendar-month {
font-size: 0.9em;
font-style: normal;
font-weight: normal;
}

.wpcf7-validates-as-required, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
border: 1px solid #ccc;
padding: 5px;
width: 500px;
}