/*
Theme Name: Salsa Nanaimo
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Manuel Pineaults
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/* ==================================
	GENERAL
   ================================== */
   
/* ==================================
	STRUCTURE
	
	>body
	>#topnavigation
	>#header
	>#maincontent
		>#leftcolumn
		>#sidebar
	>#footer
   ================================== */

body {
background: #f7f7f7 url(img/bg.jpg) repeat-x;
}

body p {
line-height: 18px;
}
body p strong {
	font-weight: bold;
}

#header {
padding: 50px 0 20px 0;
display: block;
}

#header h1#logo {
margin: 0 30px 0 0;
float: left;
}

#header h1#logo a {
width: 474px;
height: 82px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/salsananaimo_logo.jpg) no-repeat;
}

#header #navigation {
margin-top: 42px;
float: left;
}

#header #navigation li {
margin: 0;
float: left;
display: inline;
}

#header #navigation li a {
height: 10px;
margin-right: 20px;
display: block;
overflow: hidden;
text-indent: -9999px;
font-size: 12px;
}

#header #navigation li a#linknews {
width: 34px;
background: url(img/navigation.gif) no-repeat;
}

#header #navigation li a#linknews:hover {
background-position: 0 -10px;
}

#header #navigation li a#linklessons {
width: 96px;
background: url(img/navigation.gif) no-repeat -34px 0;
}

#header #navigation li a#linklessons:hover {
background-position: -34px -10px;
}

#header #navigation li a#linkfaq {
width: 25px;
background: url(img/navigation.gif) no-repeat -130px 0;
}

#header #navigation li a#linkfaq:hover {
background-position: -130px -10px;
}

#header #navigation li a#linkinstrcutor {
width: 122px;
background: url(img/navigation.gif) no-repeat -155px 0;
}

#header #navigation li a#linkinstrcutor:hover {
background-position: -155px -10px;
}

#header #navigation li a#linkcontact {
width: 57px;
background: url(img/navigation.gif) no-repeat -277px 0;
}

#header #navigation li a#linkcontact:hover {
background-position: -277px -10px;
}

#graphic {
height: 283px;
margin-bottom: 32px;
display: block;
overflow: hidden;
background: url(img/graphic.png) no-repeat top center;
}

#contentbg {
background: #fff url(img/contentbg.jpg) repeat-x 0 0;
}

#content {
padding-top: 70px;
background: url(img/contentbg.png) no-repeat top center;
}

#content .container_12 {
background: #fff;
}

.grid_8, .grid_4 {
padding-bottom: 20px;
}

#content h3.storytitle {
margin-bottom: 5px;
}

#content h3.storytitle a {
text-decoration: none;
text-transform: uppercase;
font-size: 18px;
color: #8bbf01;
}

#content .meta {
font-size: 11px;
color: #999;
}

#content .readmore a {
font-weight: bold;
}

#content a {
color: #6f93de;
text-decoration: underline;
}

#lessonssection p {
padding: 0 10px;
color: #777;
}

.classbg {
width: 587px;
height: 25px;
margin-bottom: 8px;
padding: 8px 15px 6px 15px;
display: block;
overflow: hidden;
background: url(img/lessonsbg.jpg) no-repeat;
}

#lessonssection #pleasenote {
float: left;
color: #ff3300;
font-weight: bold;
text-decoration: underline;
}

.classtitle {
float: left;
color: #fff;
}

.instructor {
float: right;
color: #d6f48a;
}

.details {
margin-bottom: 8px;
padding: 10px 15px;
background: #f5f5f5;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
}

#lessonssection .old {
background: #fafafa !important;
}

#lessonssection .old p {
color: #838383 !important;
}

.details img {
padding-right: 6px;
}

#lessonssection .details p {
margin-bottom: 0;
padding: 0;
float: left;
font-size: 13px;
font-weight: bold;
color: #000;
}

.details p span {
font-weight: normal;
color: #777777;
}

#lessonssection .details p.fee {
float: right;
}

p.location {
padding: 0 15px;
color: #777777;
}

p.location strong {
color: #000;
font-weight: bold;
}

ol li {
margin-bottom: 17px;
font-weight: bold;
}

ol li p {
font-weight: normal;
}

ol li p strong {
font-weight: bold;
}

/* ==================================
	SIDEBAR
   ================================== */

#content #search {
width: 47px;
height: 9px;
margin-bottom: 15px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/search.gif) no-repeat;
}

#content #searchform {
margin-bottom: 15px;
}

#content #searchform #searchfield {
width: 221px;
height: 22px;
padding: 8px 6px 3px 6px;
font-size: 14px;
line-height: 14px;
color: #666;
background: url(img/searchbg.gif) no-repeat;
border: none;
}

#content #sponsors {
width: 65px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/sponsors.gif);
}

#content #sponsorbox {
margin-bottom: 15px;
}

#content #sponsorbox img {
margin: 0 15px 15px 0;
float: left;
}

#content #friends {
width: 49px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/friends.gif);
}

#content #categories {
width: 74px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/categories.gif);
}

#sidebar ul li {
margin: 0 0 10px 0;
list-style: none;
}

/* ==================================
	CONTENT
   ================================== */

#news p {
color: #777;
}

#salsalessons {
width: 620px;
height: 85px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/salsalessons.jpg) no-repeat;
}

#faq {
width: 620px;
height: 85px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/frequentlyaskedquestions.jpg) no-repeat;
}

#danceinstructor {
width: 620px;
height: 85px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/danceinstructor.jpg) no-repeat;
}

#chrisimg {
margin-right: 20px;
}

#contact {
width: 125px;
height: 42px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/contact.jpg) no-repeat;
}

#salsananaimocom {
width: 300px;
height: 71px;
margin-bottom: 35px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/salsananaimocom.jpg) no-repeat;
}

.grid_4 ul li {
margin: 0 0 15px 0;
list-style: none;
}

.links {
width: 48px;
height: 13px;
margin-top: 35px;
margin-bottom: 15px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/links.gif) no-repeat;
}

.news {
width: 34px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/news.gif) no-repeat;
}

.salsalessons {
width: 93px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/salsalessons.gif) no-repeat;
}

.faq {
width: 24px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/faq.gif) no-repeat;
}

.danceinstructor {
width: 121px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/danceinstructor.gif) no-repeat;
}

.contact {
width: 58px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/contact.gif) no-repeat;
}

/* ==================================
	FOOTER
   ================================== */

#footer {
padding: 35px 0 20px 0;
background: #151515 url(img/footerbg.jpg) repeat-x top center;
color: #777777;
}

#footer p {
color: #777777;
}

#footer a {
color: #8bbf01;
}

#footer textarea {
width: 280px;
height: 138px;
padding: 15px 10px;
float: left;
display: block;
background: url(img/textarea.gif) no-repeat;
border: 0;
}

#footer textarea, #footer input {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #777777;
}

#footer .field {
float: left;
margin-left: 20px;
}

#footer input {
width: 210px;
height: 13px;
padding: 11px 10px 14px 10px;
line-height: 13px;
display: block;
border: 0;
background: url(img/fieldbg.gif) no-repeat;
}

#footer a#formsubmit {
width: 52px;
height: 10px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/submit.gif) no-repeat;
}

#footer a#formsubmit:hover {
background-position: 0 -11px;
}

#footer #contactdetails {
text-align: right;
}

#footer #contactdetails strong {
font-weight: bold;
}

#footer #credit {
float: left;
font-size: 11px;
}

#footer #footernav {
float: right;
}

#footer #footernav li {
margin-left: 20px;
list-style: none;
float: left;
}

#footer #footernav #fnews {
width: 34px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/footernav.gif) no-repeat;
}

#footer #footernav #fnews:hover {
background-position: 0 -10px;
}

#footer #footernav #flessons {
width: 95px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/footernav.gif) no-repeat -36px 0;
}

#footer #footernav #flessons:hover {
background-position: -36px -10px;
}

#footer #footernav #ffaq {
width: 26px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/footernav.gif) no-repeat -133px 0;
}

#footer #footernav #ffaq:hover {
background-position: -133px -10px;
}

#footer #footernav #finstructor {
width: 122px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/footernav.gif) no-repeat -161px 0;
}

#footer #footernav #finstructor:hover {
background-position: -161px -10px;
}

#footer #footernav #fcontact {
width: 59px;
height: 9px;
display: block;
overflow: hidden;
text-indent: -9999px;
background: url(img/footernav.gif) no-repeat -285px 0;
}

#footer #footernav #fcontact:hover {
background-position: -285px -10px;
}