.resources {
	height: 500px;
	width: 390px;
}

.faq {
	height: 500px;
	width: 390px;
}

body {
	background: url('images/bg.png') repeat-x;
	background-attachment: fixed;	
	background-color: #b3b3b3;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

a.rollover{position: relative;}
a.rollover span {display: none;}
a.rollover:hover {font-size: 100%;} /* IE/Win requires some link change on hover in order to show the tooltips */

html body a.rollover:hover span { /*the span will display just on :hover state*/
display: block !important;
position: absolute;
top: 50px; 
left: 30px; 
width: 200px;
border: 2px solid #005372;
background-color: #fbb03b; 
color: #005372;
font-weight: bold;
text-decoration: none;
padding: 10px;
font-size: 11px;
line-height: 1em;
letter-spacing: 1px;
}

.contactme {
	background-color: #666;
	color: #fbb03b;
	font-size: 13px;
	padding: 0px 10px 5px 5px;
}

.contactme input {
	background-color: #e6e6e6;
	width: 300px;
	border: none;
	padding: 2px;
}

.contactme textarea {
	background-color: #e6e6e6;
	width: 300px;
	height: 80px;
	border: none;
	padding: 2px;
}

.submit input {
	background-color: #fbb03b;
	color: #005372;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	width: 90px;
}

/* LAYOUT */
div#wrapper {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
width:850px;
background-color: #fff;
padding: 20px;
}

div#container {
margin: 0px;
padding: 0px;
width:850px;
}

div#content {
width: 400px;
float: right;
margin:0px;
padding: 5px;
}

div#content2 {
margin:0px;
padding: 0px;
}

div.sidebar {
float:left;
overflow:hidden;
width:420px;
padding: 5px;
border-right: solid 2px #ccc;
line-height: 1.8em;
}

.sidebar a:link, .sidebar a:visited {
	font-weight: normal;
	color: #666;
}

.sidebar a:hover {
	font-weight: bold;
	color: #fbb03b;
}

div#secondary {
clear:left;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
clear:both;
margin-top: 20px;
width:100%;
font-size: 11px;
text-align: center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

.page-title, .entry-title, div#header, div.skip-link {
display: none;
}


.mymenu {
	margin-bottom: -6px;
}

#scroller {
	padding: 7px;
}

.emphasize {
font-weight: bold;
font-size: 13px;
color: #005372;
}

a:link, a:visited{
font-weight: bold;
color: #fbb03b;
text-decoration: none;
}

a:hover{
font-weight: bold;
color: #fbb03b;
text-decoration: underline;
}

/*
THEME NAME: Dexter Music
DESCRIPTION: Custom Wordpress theme developed for Dexter Music Academy.
VERSION: 1.0
AUTHOR: <a href="http://www.jtwebsitedesign.com/">JT Website Design</a>
*/