/* 
THEBELLALOUNGE.COM
CSS DOCUMENT
2009.08.15
VERSION 1.0
GLOBAL STYLES
AUTHOR: VDT
*/

/* BASE
----------------------------- */

body {
    font-size: 62.5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #cacaca;
    text-align: center;
}
body#home {
	background-color: #0c0a0b;
}
body#about {
	background-color: #050402;
}
body#classes {
	background-color: #004ec4;
}
body#events {
	background-color: #f4f0ef;
}
body#portfolio {
	background-color: #0867a7;
}
body#blog {
	background-color: #84c0e2;
}
body#contact {
	background-color: #323231;
}
img { border: none; }
strong { font-weight: bold; }
h1 { 
	position: absolute;
    top: -10000px;
}

a:link, a:visited {
	color: #3387e5;
    text-decoration: none;
}
a:hover {
	color: #fa265a;
    text-decoration: underline;
}
body#blog a:link, body#blog a:visited {
	color: #0f2e44;
}

/* LAYOUT
----------------------------- */

#outer-wrapper {
	position: relative;
    width: 1200px;
    min-height: 1000px;
    text-align: left;
    margin: 0 auto;
}
#outer-wrapper.home {
	background: transparent url(/images/site/bg-body-home.jpg) no-repeat top center;
}
#outer-wrapper.about {
	background: transparent url(/images/site/bg-body-about.jpg) no-repeat top center;
}
#outer-wrapper.classes {
	background: transparent url(/images/site/bg-body-classes.jpg) no-repeat top center;
}
#outer-wrapper.events {
	background: transparent url(/images/site/bg-body-events.jpg) no-repeat top center;
}
#outer-wrapper.portfolio {
	background: transparent url(/images/site/bg-body-portfolio.jpg) no-repeat top center;
}
#outer-wrapper.blog {
	background: transparent url(/images/site/bg-body-blog.jpg) no-repeat top center;
}
#outer-wrapper.contact {
	background: transparent url(/images/site/bg-body-contact.jpg) no-repeat top center;
}
#inner-wrapper { 
	position: relative;
    width: 980px;  
    min-height: 1000px;
}
#logo {
	position: absolute;
    top: 0;
    right: 0;
	width: 453px;
    height: 137px;
}
#logo a {
    position: absolute;
    height: 90px;
    display: block;    
}
#content {
	position: relative;
    float: right;
    width: 310px;
    top: 160px;
    padding: 10px;
}
body#contact #content {
	position: relative;
    float: right;
    width: 310px;
    top: 160px;
    padding: 10px;
}

/* NAV
----------------------------- */

#nav {
	position: absolute;
    top: 110px;
    right: 0;
    width: 357px;
    height: 20px;
    z-index: 9000;
}
#nav ul li {
	display: block;
    position: relative;
    float: left;
    height: 20px;
}
#nav ul li a {
    float: left;
    height: 20px;
}
#nav ul li a span {
	display: none;
}

#nav li a#about {
    background: transparent url(/images/site/nav.png) no-repeat 0 0;
    width: 55px;
}
#nav ul li:hover a#about, #nav ul li.hover a#about {
	background: transparent url(/images/site/nav.png) no-repeat 0 50%;
}
#nav ul li.current a#about {
	background: transparent url(/images/site/nav.png) no-repeat 0 100%;
}

#nav li a#events {
    background: transparent url(/images/site/nav.png) no-repeat -55px 0;
    width: 58px;
}
#nav ul li:hover a#events, #nav ul li.hover a#events {
	background: transparent url(/images/site/nav.png) no-repeat -55px 50%;
}
#nav ul li.current a#events {
	background: transparent url(/images/site/nav.png) no-repeat -55px 100%;
}

#nav li a#portfolio {
    background: transparent url(/images/site/nav.png) no-repeat -113px 0;
    width: 71px;
}
#nav ul li:hover a#portfolio, #nav ul li.hover a#portfolio {
	background: transparent url(/images/site/nav.png) no-repeat -113px 50%;
}
#nav ul li.current a#portfolio {
	background: transparent url(/images/site/nav.png) no-repeat -113px 100%;
}

#nav li a#blog {
    background: transparent url(/images/site/nav.png) no-repeat -184px 0;
    width: 48px;
}
#nav ul li:hover a#blog, #nav ul li.hover a#blog {
	background: transparent url(/images/site/nav.png) no-repeat -184px 50%;
}
#nav ul li.current a#blog {
	background: transparent url(/images/site/nav.png) no-repeat -184px 100%;
}

#nav li a#classes {
    background: transparent url(/images/site/nav.png) no-repeat -232px 0;
    width: 59px;
}
#nav ul li:hover a#classes, #nav ul li.hover a#classes {
	background: transparent url(/images/site/nav.png) no-repeat -232px 50%;
}
#nav ul li.current a#classes {
	background: transparent url(/images/site/nav.png) no-repeat -232px 100%;
}

#nav li a#contact {
    background: transparent url(/images/site/nav.png) no-repeat -291px 0;
    width: 66px;
}
#nav ul li:hover a#contact, #nav ul li.hover a#contact {
	background: transparent url(/images/site/nav.png) no-repeat -291px 50%;
}
#nav ul li.current a#contact {
	background: transparent url(/images/site/nav.png) no-repeat -291px 100%;
}

/* TYPOGRAPHY
----------------------------- */

h2 {
	clear: both;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	font-weight: normal;
}
body#events h2 {
	color: #000;
}
body#portfolio div#content h3 {
	color: #000;
	clear: both;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	font-weight: normal;
}
body#home div#content p {
	color: #cacaca;
	font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}
body#portfolio div#content p {
	color: #000;
	font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}
body#classes div#content p {
	color: #000;
	font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 1em;
}
body#events div#content p {
	color: #000;
	font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 1em;
}
body#contact div#content p {
	color: #fff;
	font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}
body#about div#content p {
	color: #cacaca;
	font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}
body#about div#content h3 {
	color: #cacaca;
	clear: both;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	font-weight: bold;
}
div#content ul {
	margin-bottom: 1.5em;
}
body#about div#content ul li {
	background: transparent url(/images/site/bg-li.png) no-repeat 0 2px;
    padding-left: 18px;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: .75em;
}
div#content ul li strong {
	color: #7bc0fd;
}

/* PORTFOLIO
----------------------------- */

ul.portfolio-thumbs {
	clear: both;
    display: block;
	margin-bottom: 20px;
    float: left;
}
ul.portfolio-thumbs li {
	display: block;
    float: left;
    margin: 0 2px 2px 0;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
}
div#vimeo_badge_logo {
	display: none;	
}
div.vimeo-video-wrapper {
	margin-bottom: 15px;	
}

/* TWITTER
----------------------------- */

body#home div#twtr-profile-widget p {
	font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
body#home div#twtr-profile-widget h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* CLASSES & EVENTS
----------------------------- */

div.class-wrapper {
    clear: both;
    float: left;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px dotted #05348c;
}
div.class-title {
	float: left;
    width: 100%;
    margin-right: 5px;
}
div.class-title h3 {
	color: #000;
	font-size: 1.1em;
    line-height: normal;
	margin: 0;
	font-weight: bold;
}
div.class-excerpt {
	clear: left;
	float: left;
    width: 200px;
    margin-right: 5px;
}
body#classes #content div.class-body p, body#events #content div.class-body p {
	font-size: 1.1em;
    line-height: normal;
}
div.class-attendance {
	float: left;
    width: 100px;
}
body#classes #content div.class-attendance li, body#events #content div.class-attendance li {
	font-size: 1.1em;
    margin-bottom: 5px;
    line-height: normal;
}
body#classes h2 {
	clear: both;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	font-weight: normal !important;
	color: #000;
}
body#classes div#content h3, body#events div#content h3 {
	color: #000;
	clear: both;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	font-weight: normal;
}
body#classes div#content a:link h3, body#classes div#content a:visited h3, body#events div#content a:link h3, body#events div#content a:visited h3 {
	color: #3387e5;
	text-decoration: underline;
}
body#classes div#content a:hover h3, body#events div#content a:hover h3 {
	color: #fa265a;
    text-decoration: none;
}
body#classes div.addthis_toolbox, body#events div.addthis_toolbox {
	margin-bottom: 15px;	
}
img.events-thumbnail {
	float: left;
	margin: 5px 15px 10px 0;
}

/* COMMENTS
----------------------------- */

div.comments-wrapper div {
	border-top: 1px dotted #4e718d;
	padding-top: 10px;
}
ul.wlk_helpfulrater {
	margin-bottom: 15px;	
}
ul.wlk_helpfulrater li {
	font-size: 1.2em;
	color: #000;
	margin-bottom: .5em;
}

/* BLOG
----------------------------- */

div.blog-entry-wrapper {
	margin-bottom: 15px;	
}
h3#comment {
	color: #000;
}
a.comments_invite {
	padding-left: 20px;
	background: transparent url(/images/site/icon-comment.png) no-repeat 0 0;
}
body#blog div#content p {
	color: #000;
	font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 1em;
}
body#blog div#content h3 {
	color: #000;
	clear: both;
	font-size: 1.5em;
    font-weight: bold !important;
	margin: 0 0 10px 0;
	font-weight: normal;
}
div.blog-entry-listing {
	margin-bottom: 15px;
	border-bottom: 1px dotted #05348c;
}
body#blog p.published {
	width: auto;
	display: block;
	margin-bottom: 10px;
	clear: left;
	font-size: 1.25em !important;
	margin-bottom: .5em !important;
}
body#blog div.blog-entry-wrapper p.published {
	font-size: 1.2em !important;
}
body#blog p.entry-title {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 1.5em !important;
    line-height: 1.5em;
	margin-bottom: .5em !important;
    font-weight: bold;
}
body#blog p.excerpt {
	
}
body#blog div.addthis_toolbox {
	margin-bottom: 15px;	
}

/* DONATIONS
----------------------------- */

.donation-wrapper {
	float: left;
	margin-bottom: 15px;
}
a.donation-button {
	float: left;
	height: 118px;
    margin: 0 10px 0 0;
}
div.donation-wrapper p {
	font-size: 11px !important;
    padding: 5px 0 0 0;
    line-height: 1.6em !important;
}

/* VARIABLES
----------------------------- */

.bb {
	border-bottom: 1px dotted #fff;
}
.cb {
	clear: both;
}
.pb5 {
	padding-bottom: 5px;
}
.mt5 {
	margin-top: 5px;	
}
.mt15 {
	margin-top: 15px;	
}
.mr15 {
	margin-right: 15px;
}
.mb15 {
	margin-bottom: 15px;	
}
.ml15 {
	margin-left: 15px;	
}