/*

Theme Name: Barnstone Studio
Theme URI: http://www.barnstonestudio.com
Description: Custom theme for Barnstone Studio
Version: 1.0
Author: Jimbo Quijano

*/

html, #wrapper {
	height: 100%;
}

body > #wrapper{
	height: auto;
	min-height: 100%;
}

body{
	background:#c6d0d9;
	margin:0;
}

/* Body */
#wrapper{
	background:#a1b2d1;
	width:923px;
	border-top:1px solid #848691;
	border-bottom:1px solid #848691;
	border-left:1px solid #9ea5af;
	border-right:1px solid #9ea5af;
	margin:0 auto;
	padding:5px;
}

#inner{
	display:block;
}

#header{
	background:url(images/header-bg.png) no-repeat;
	display:block;
	height:306px;
	margin:0 0 5px;
}

#header .left{
	width:395px;
	padding:40px 0 0 75px;
}

#header .right{
	width:333px;
	padding:30px 32px 0 0;
}

#header .right .label{
	background:#000000;
	color:#CCCCCC;
	left:10px;
	top:10px;
	opacity:0.6;
	padding:2px 5px;
	position:absolute;
}

#header .right .topwidget{
	width:333px;
	height:221px;
	float:left;
	position:relative;
	background:#444;
	-moz-box-shadow:0 0 15px -5px #000;
}

#header .right .topwidget .widget{
	
}

#header .right img{
	width:333px;
	height:250px;
}

.logo{
	background:url(images/logo-trans.png) no-repeat scroll center 0;
	width:100%;
	height:62px;
	float:left;
	border:none;
}

.slogan{
	color:#fff;
	width:100%;
	height:71px;
	float:left;
	margin:25px 0 0;
	font-weight:normal;
	font-size:52px;
	text-align:center;
	cursor:text;
}

.slogan span{
	display:block;
	font-size:24px;
}

.slogan-blurb{
	background:url(images/slogan-blurb.png) no-repeat scroll center 0;
	width:100%;
	height:34px;
	float:left;
	margin:20px 0 0;
	cursor:text;
}

#maincontent{
	background:#fff url(images/texture5.png) repeat-y;
	display:block;
	height:auto;
	margin:5px 0 0;
}


/* Mainbar */
#mainbar{
	width:718px;
	float:right;
}

#mainbar .post, #mainbar .page{
	width:100%;
	float:left;
}

#mainbar .heading{
	background:#fff url(images/texture1.png) repeat;
	margin:0;
	padding:15px;
	cursor:text;
	color:#3B3543;
}

#mainbar .heading h1{
	cursor:text;
	margin:0;
	padding:0;
}

#mainbar .heading h1 a{
	color:#3B3543;
}

#mainbar .heading h1 a:hover{
	text-decoration:none;
}

#mainbar .heading h2 p{
	line-height:25px;
	margin:0;
}

#mainbar .heading h3{
	margin:10px 0 0;
}

#mainbar .heading a.website{
	margin:10px 0 0;
	float:left;
}

#mainbar .heading img{
	float:left;
	margin:0 15px 0 0;
}

#mainbar .heading .info{
	float:left;
	width:548px;
}

#mainbar .meta-info{
	background:#fff url(images/texture3.png) repeat;
	padding:5px 15px;
}

#mainbar .content{
	width:100%;
	float:left;
}

#mainbar .meta-info2{
	padding:15px;
	width:90px;
	float:right;
}

#mainbar .meta-info2 .meta{
	display:block;
	color:#3B3543;
}

#mainbar .entry{
	display:block;
	padding:15px;
	width:568px;
	float:left;
}

.entry h1, .entry h2, .entry h3{
	width:100%;
	float:left;
	margin-top:15px;
}

#mainbar .content p{
	margin:15px 0 0;
	text-align:justify;
}

#mainbar .content blockquote p{
	margin:10px 0 0;
}

#mainbar .content p:first-child{
	margin:0;
}

#mainbar .content p img{
	margin:0 15px 15px 0;
	border:none;
}


/* Sidebar */
#sidebar{
	width:200px;
	padding:0 5px 0 0;
	float:left;
}

#sidebar .widget{
	background:url(images/widget-bg.png) repeat;
	width:100%;
	float:left;
	padding:0;
	margin:5px 0 0;
	overflow:hidden;
	-moz-border-radius:2px;
}

#sidebar .widget:first-child{
	margin:0;
}

#sidebar .widget-title{
	background:#504d57;
	color:#B1B0BC;
	font-size:20px;
	margin:0;
	padding:8px;
	cursor:text;
	-moz-border-radius-topright:2px;
	-moz-border-radius-topleft:2px;
}

#sidebar .widget ul{
	list-style-image:url(images/arrow.png);
	list-style-position:inside;
	padding:0 1px 1px;
	margin:0;
}

#sidebar .widget ul li{
	background:#b1b0bc;
	margin:1px 0 0;
	padding:5px 10px 5px 20px;
	text-indent:-12px;
}

#sidebar .widget ul li a{
	color:#fff;
}

#sidebar .widget ul li ul li{
	padding:5px 10px 0 10px;
	text-indent:-12px;
}

#sidebar .widget .artists-thumb{
	display:block;
	padding:3px 3px 0;
}

#sidebar .widget .artists-thumb a:hover img{
	opacity:0.5;
}

#sidebar .widget .artists-thumb img{
	border:1px solid #CCCCCC;
	margin:0;
	padding:0;
	width:44px;
}


/* Menus */
#primary{
	background:#3b3543;
	border:1px solid #354d6e;
	padding:10px;
	-moz-border-radius:2px;
}

#primary ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
}

#primary ul li{
	background:url(images/primary-li.png) no-repeat left 0;
	display:inline;
	padding:0 10px;
}

#primary ul li:first-child{
	background:none;
}

#primary ul li a{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}

#primary ul li a:hover{
	text-decoration:none;
}

#primary ul li ul{
	display:none;
}


/* Footer */
#footer{
	background:#3b3543;
	border:1px solid #354d6e;
	padding:10px;
	height:50px;
	-moz-border-radius:2px;
	margin:5px 0 0;
}


/* Tweet */
div.topsy-big {
	margin:0 0 15px;
}

/* Category List */
.item-row{
	width:100%;
	float:left;
	margin:22px 0 0;
}

.item-row.first{
	margin:0;
}

.item{
	background:url(images/catlist-bg.png) no-repeat;
	width:150px;
	height:285px;
	float:left;
	margin:0 0 0 22px;
	padding:10px;
}

.item.first{
	margin:0 0 0 7px;
}

.item.small{
	background:url(images/catlist-bg-small.png) no-repeat;
	height:178px;
}

.item.med{
	background:url(images/catlist-bg-med.png) no-repeat;
	height:210px;
}

.item .watchnow{
	background:url(images/watchnow.png) no-repeat;
	width:151px;
	height:40px;
	float:left;
	margin:0 0 3px;
}

.item .entrythumb{
	background:#fff;
	width:144px;
	height:109px;
	padding:3px;
	float:left;
	margin:0;
	overflow:hidden;
	-moz-border-raduis:2px;
}

.item .entrythumb.artistthumb{
	height:144px;
}

.item .entrythumb.videothumb{
	height:109px;
}

.item .entrythumb img{
	width:100%;
	height:100%;
	float:left;
	border:none;
}

.item .entrythumb img.play{
	display:none;
	height:75%;
	position:relative;
	right:-18px;
	top:-95px;
	width:75%;
}

.item .desc{
	width:140px;
	padding:0 5px;
	float:left;
	font-weight:bold;
}

.item h2{
	width:100%;
	float:left;
	margin:0;
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	margin:10px 0 0;
}

.item h2 a{
	color:#3B3543;
}

.item h2 a:hover{
	text-decoration:none;
}

.entry .gallery-link{
	width:100%;
	float:left;
	margin:15px 0 0;
	text-align:center;
}

.entry .gallery-link a{
	background:#67809e;
	padding:5px 10px;
	margin:0 0 0 220px;
	color:#fff;
	font-size:18px;
	float:left;
	-moz-border-radius:5px;
}

.entry .gallery-link a:hover{
	text-decoration:none;
	opacity:0.8;
}

.entry .dvd-lecture{
	width:100%;
	float:left;
	margin:15px 0;
}

.entry .dvd-lecture h2{
	color:#2b649b;
	margin:15px 0 15px;
	text-align:center;
}

.entry .dvd-lecture img{
	width:100%;
}

#mainbar .item  p{
	width:100%;
	float:left;
	text-align:center;
	margin:8px 0 0;
	line-height:13px;
	font-size:11px;
}

.item .website, .item  .purple{
	width:146px;
	float:left;
	background:#a78aa9;
	padding:5px;
	text-align:center;
	margin:3px 0 0;
	position:relative;
	left:-3px;
}

.item  .purple{
	margin:0;
	color:#fff;
}

.item  .purple .left{
	font-size:17px;
}

.item  .purple .right{
	font-size:20px;
}

.item .website a, .item .website span{
	color:#fff;
	text-transform:uppercase;
}

.item .fave{
	background:url(images/fave.png) no-repeat;
	width:18px;
	height:14px;
	float:left;
	position:absolute;
	left:5px;
}

#gigya-socialize-widget-content{
	width:100% !important;
}

.gs-for-wordpress-login-widget{
	padding:0 2px;
}

.lcp_catlist{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

.lcpost{
	float:left;
	width:100%;
	margin:15px 0 0;
}

.lcpost.first{
	margin:0;
}

.lcpost img{
	width:144px;
	height:144px;
	float:left;
	margin:0 15px 0 0;
}

.lcpost .right{
	width:409px;
	float:left;
}

.lcpost h2{
	margin:0;
}

.lcpost h2 a{
	color:#3b3543;
}

.lcpost h2 a:hover{
	text-decoration:none;
}

#mainbar .lcpost .meta-info{
	width:100%;
	float:left;
	padding:0;
	font-style:italic;
	background:none;
	margin:5px 0 15px;
}

#scholarshipscroll{
	font-size:13px;
	color:#ccc;
	padding:10px 10px 0;
	-moz-border-radius:2px;
	margin:11px 0;
	width:98%;
	float:left;
	font-weight:bold;
	font-size:13px;
	font-style:italic;
}

/* Lightbox Gallery */
.gallery{
	width:100%;
	float:left;
	margin:-10px 0 15px !important;
	border-bottom:1px dashed #555;
}

.gallery img{
	width:140px;
}

.gallery img:hover{
	opacity:0.8;
}

.gallery-item{
	margin:15px 0 0;
}


/* Tool Tip */
#tooltip{
	background:#d8d9ea;
	border:1px solid #9db9dc;
	opacity:0.9;
	padding:10px;
	position:absolute;
	width:auto;
	z-index:3000;
}

#tooltip h3, #tooltip .body{
	font-size:13px;
	color:#000;
	line-height:17px;
	margin:0;
}

#tooltip .body span{
	color:#fff;
	line-height:17px;
	font-weight:bold;
	font-size:12px;
}


/* Scrollable */
.scrollable{
	width:100%;
	height:260px;
	position:relative; 
    overflow:hidden;
	margin:0;
	float:left;
}

.items{
    width:20000em;
    position:absolute; 
}

.scrollable .item{
	margin:15px;
}

#actionButtons{
	float:left;
	text-align:center;
	margin:0 0 15px;
	padding:0 45px;
}

#actionButtons a{
	color:#000;
	font-size:14px;
}

/* Aladine's Changes 4-18-2010 */
#sidebar .widget ul li {
background: #77748e;
padding:10px 10px 10px 20px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


