/*
Theme Name: Boston Bartenders School of Rhode Island
Theme URI: http://bbsari.net/
Description: Custom WordPress theme developed for Boston Bartenders School of Rhode Island.
Version: 1.0
Author: Jason Narciso
Author URI: http://jasonnarciso.com/
Tags: boson bartenders school, bartending school, bartending, bar

This theme was designed and built by Jason Narciso (http://jasonnarciso.com) under contract of AH Design LLC. (http://ahdesignri.com)
*/



/* Begin Typography & Colors */
body{
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background:#0d0d0d url(images/bgHome.jpg) top repeat-x;
	color:#181818;
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
    padding:0;
}

p{
	padding:0;
	font-size:1.3em;
	line-height:1.5em;
	margin:0 0 18px 0;
	text-align:justify;
}

ul li, ol li{
	font-size:1.3em;
}

a:link{
	color:#c12526;
	text-decoration:underline;
}
a:hover, a:focus{
	text-decoration:none;
}
a:visited{
	color:#821a16;
	text-decoration:underline;
}

a.gallery{
display:block;
float:right;
width:217px;
height:68px;
text-indent:-9999px;
margin:0 0 8px 16px;
background:url(images/btnPhotoGallery.jpg) no-repeat;
}

a.gallery:hover{
background-position:0 -68px;
}

#content{

}

#header{
    width:839px;
    height:137px;
    margin:0 auto 8px auto;
    padding:30px 50px 0 51px;
	background:url(images/bgHeader.jpg) no-repeat;
}

#description p{
    margin:0;
    padding:0;
    font-size:1.2em;
    font-weight:bold;
    color:#FFF;
    font-family:'Lucida Bright', Georgia, serif;
}

#description{
    float:right;
	width:172px;
    text-align:right !important;
}

#description2{
    float:right;
	width:63px;
    text-align:right !important;
}

#header h1{
    float:left;
    width:406px;
    margin:0;
    padding:0;
}

#header h1 a{
    display:block;
    width:406px;
    height:73px;
    text-indent:-9999px;
    margin-bottom:32px;    
    background:url(images/imgLogo.jpg) no-repeat;
}

#content-container h1{
	margin:0;
}

#home-callout-container{
	height:250px;
	background:url(images/bgCallout.jpg) repeat-x;
}

#home-callout{
	clear:both;
    width:880px;    
    margin:0 auto;
    padding:33px 0 0 60px;
}

#copy{
	float:left;
	width:450px;
	margin-right:42px;
}

#copy p.first{
	margin-top:-2px;
}

#home-callout img{
	float:left;
}

#content-container{
	clear:both;
    background:#ECECEC;
}

/*#centered-content{
	width:1020px;
	margin:0 auto;
	padding-bottom:60px;
	background:url(images/bgInnerContent.jpg) bottom no-repeat;
}*/

#inner-content{
	width:825px;
	margin:0 auto;
	padding:20px 0 60px 0;
}

#inner-content h2{
	margin-bottom:10px;
}

#we-offer{
	float:left;
	width:480px;
	margin:0 79px 20px 0;
}

#options{
	float:left;
	width:259px;
	margin:0;
	padding:0;
}

#options li{
	list-style:none;
	margin-bottom:5px;
}

#options li a{
	display:block;
	text-indent:-9999px;
	width:259px;
	height:98px;
}

#options li a.op-classes{
	background:url(images/btnOpClasses.jpg) no-repeat;
}
#options li a.op-placement{
	background:url(images/btnOpPlacement.jpg) no-repeat;
}
#options li a.op-signup{
	background:url(images/btnOpSignup.jpg) no-repeat;
}

#options li a:hover{
	background-position:0 -98px;
}

img#female-image{
	clear:left;
	float:left;
	width:331px;
}

#learn-skills{
	float:right;
	width:481px;
}

#learn-skills ul{
	margin:0;
	padding:0;
}

#learn-skills ul li{
	list-style:none;
	padding-left:15px;
	margin-bottom:15px;
	background:url(images/bgSkillsList.gif) left top no-repeat;
}

#postcontent{
    float:left;
    width:558px;
    margin-right:32px;
}

.entry p{
    font-size:1.3em;
}

.entry ul, .entry ol{
    margin-bottom:18px;
}

h1{
	font-size:4em;
}

h2, h2.pagetitle{
    font-size:2em;
    font-weight:normal;
}

h3{
	font-size:1.3em;
    font-weight:normal;
}

#wp-calendar caption, cite {
	text-decoration:none;
}

code{
	font:1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
	font-size:0.9em;
	letter-spacing:.07em;
}

#wp-calendar #prev a, #wp-calendar #next a{
	font-size:9pt;
}

#wp-calendar a{
	text-decoration:none;
}

#wp-calendar caption{
	font:bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

#wp-calendar th{
	font-style:normal;
	text-transform:capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

.post{
    text-align:justify;
}

.post hr{
	display:block;
}

#footer{
    clear:both;
	width:1020px;
	height:72px;
	margin:0 auto;
	padding-top:46px;
	background:url(images/bgFooter.jpg) no-repeat;
}

#footer #footer-content p{
	margin:0 0 4px 0;
	padding:0;
    color:#dedede;
    font-size:1.2em;
	text-align:center;
}

#footer #footer-content p a, #footer #footer-content p span{
	color:#dedede;
	padding:0 10px;
	text-decoration:none;
}

#footer #footer-content p span a{
padding:0;
}

#footer #footer-content p a:hover{
	text-decoration:underline;
}
/* End Structure */


/* Begin Images */
p img{
	padding:0;
	max-width:100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}

.alignright{
	float:right;
}

.alignleft{
	float:left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul{
	margin-left:0px;
	padding:0 0 0 30px;
	list-style:none;
	padding-left:10px;
	text-indent:-10px;
}

html>body .entry li{
	margin:7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before{
	content:"\00BB \0020";
}

.entry ol{
	padding:0 0 0 35px;
	margin:0;
}

.entry ol li{
	margin:0;
	padding:0;
}

/* End Entry Lists */


/* Begin Calendar */
#wp-calendar{
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
}

#wp-calendar #next a{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a{
	display:block;
}

#wp-calendar caption{
	text-align:center;
	width:100%;
}

#wp-calendar td{
	padding:3px 0;
	text-align:center;
}

#wp-calendar td.pad:hover{ /* Doesn't work in IE */
	background-color:#fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps{
	cursor:help;
}

acronym, abbr{
	border-bottom:1px dashed #999;
}

blockquote{
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
}

blockquote cite{
	margin:5px 0 0;
	display:block;
}

.center{
	text-align:center;
}

.hidden{
	display:none;
}

hr{
	display:none;
}

a img{
	border:none;
}

.navigation{
    clear:both !important;
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption{
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.wp-caption img{
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption p.wp-caption-text{
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
/* End captions */

