/*
Theme Name: ByTheBooth Theme
Theme URI: http://wordpress.org/
Description: ByTheBooth wordpress custom theme
Version: 1.0
Author: netforge
Author URI: http://netforge.com.au/
Tags: bythebooth, custom, theme
*/

#indexbody {
	background: url("images/indexBackground.jpg") no-repeat top center #000 !important;
}

a {
	color: #3b739a;
}

a:hover {
	color: #4991c3;
}

#indexwrapper {
	width: 751px;
	margin: 0px auto;
	margin-top: 30px;
	padding-left: 118px;
	background: url("images/gbLogoIndex.png") no-repeat top left;
}

#indexlogo {
	background: url("images/gbcoIndex.jpg") no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 633px;
	height: 111px;
}

#indexlogo span {
	display: none;
}

#indexnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#indexnav li {
	float: left;
	display: block;
	clear: both;
}

#indexnav li a {
	margin-top: 1px;
	display: block;
	float: left;
	height: 110px;
	background: url("images/indexnav.jpg") no-repeat;
}

#indexnav li a span {
	display: none;
}

#indexportfolio {
	width: 361px;
	background-position: 0px 0px !important;	
}

#indexportfolio:hover {
	width: 361px;
	background-position: 0px -110px !important;
}

#indexstore {
	width: 244px;
	background-position: -362px 0px !important;
}

#indexstore:hover {
	width: 244px;
	background-position: -362px -110px !important;
}

#indextutorials {
	width: 352px;
	background-position: -607px 0px !important;
}

#indextutorials:hover {
	width: 352px;
	background-position: -607px -110px !important;
}

/* main site */

body {
	font-family: Georgia, arial;
	margin: 0px;
	padding: 0px;
	background: url("images/bodybg.gif") no-repeat top center #f0f0f0;
}

form {
	padding: 0px;
	margin: 0px;
}

#wrapper {
	padding: 0px;
	width: 1260px;
	margin: 0px auto;
	background: url("images/sidebevel.jpg") repeat-y left top #f0f0f0;
}

img {
	border: 0px;
}

#leftside {
	min-height:900px;
  	height:auto !important;
  	height:900px;
	float: left;
	width: 233px; /*width: 413px; 180px diff*/ 
}

#searchform {
	width: 187px;
	height: 17px;
	padding: 2px;
	margin-top: 2px;
	border: 1px solid #999999;
}

#s {
	position: absolute;
	font-size: 9px;
	background: none;
	height: 16px;
	border: none;
	color: #cccccc;
	padding: 3px 0px 0px 3px;
	margin: 0px;
}

#searchbtn {
	position: absolute;
	margin: 0px 0px 0px 169px;
}


#logonav {
	background: #000;
	height: 299px;
	border-bottom: 4px solid #cccccc;
}

#dropdownarea {
	height: 201px;
	border-bottom: 4px solid #cccccc;
	background: url("images/dropdownbg.jpg") no-repeat top left;
}

#insidenav {
	position: absolute;
	margin: 171px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}

#insidenav li {
	float: left;
	display: block;
	clear: both;
}

#insidenav li a {
	margin-top: 1px;
	display: block;
	float: left;
	height: 32px;
	width: 193px;
	background: url("images/insidenav.gif") no-repeat;
}

#insidenav li a span {
	display: none;
}

#insideportfolio {
	background-position: 0px 0px;	
}

#insideportfolio:hover, #pfactive {
	background-position: 0px -32px !important;
}

#insidestore {
	background-position: -194px 0px !important;
}

#insidestore:hover, #stactive {
	background-position: -194px -32px !important;
}

#insidetutorials {
	background-position: -388px 0px !important;
}

#insidetutorials:hover, #tfactive {
	background-position: -388px -32px !important;
}

#toplogo {
	display: block;
	position: absolute;
	margin: 30px 0px 0px 19px;
}

#mainarea {
	float: left;
	width: 990px;
	padding: 31px 0px 0px 0px;
}

.blogentry {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	padding-left: 23px;
	width: 960px;
}

.blogtextarea h1 {
	font-size: 14pt;
	color: #333333 !important;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

.blogtextarea h1 a {
	text-decoration: none !important;
	color: #000 !important;
}

.runningtime {
	color: #999999 !important;
	font-size: 11px;
	font-style: italic;
}

.runningtime a {
	color: #999999;
	text-decoration: none;
}

.blogimgarea {
	float: left;
	width: 713px;
}

.blogimgarea p {
	margin: 0px;
	padding: 0px;
}

.blogtextarea {
	float: left;
	width: 217px;
	padding-left: 20px;
}

.tagarea {
	height: 30px;
	margin: 20px 0px 0px 0px;	
}

.blogdesc {
	padding-top: 50px;
	line-height: 160%;
	font-size: 12px;
	color: #666666;
}

.storetext {
	padding-top: 75px !important;
}

.portfoliotext {
	padding-top: 0px !important;
}

.commentarea {
	position: absolute;
	margin-top: 380px;
}

.portfoliocomment {
	margin-top: 335px !important;
}

.sharethis, .archivepermalink {
	display: block;
	float: left;
	border-right: 1px solid #cccccc;
	padding: 10px 10px 10px 0px;
	margin-right: 10px;
}

.archivepermalink {
	color: #333333;
	font-style: italic;
	text-decoration: none;
	font-size: 11px;
	padding-top: 11px;
}

.blogcomments {
	width: 220px;
	display: block;
	color: #ff6600;
	font-style: italic;
	text-decoration: none;
	font-size: 11px;
	padding: 10px 10px 10px 0px;
}

#footerwrap {
	border-top: 3px solid #999999;
	background: #000;
	padding: 60px 0px 60px 0px;
}

#footer {
	width: 1010px;
	margin: 0px auto;
}

#footernav {
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
}

#footer a {
	color: #ffffcc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footertext {
	width: 1000px;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	margin-top: 50px;
	padding-top: 25px;
	background: url("images/footerdots.gif") repeat-x top left;
}

#filterarea {
	position: absolute;
	margin: 50px 0px 0px 20px;
	padding: 0px;
	width: 159px;
}

#filterarea a {
	background: #333333;
	color: #cccccc;
	display: block;
	border: 1px solid #989898;
	float: left;
	width: 150px;
	padding: 6px 0px 6px 7px;
	text-decoration: none;
}

#catdd select, #postdd select {
	margin-top: 2px;
	padding: 2px;
	width: 193px;
}

#socialbookmarks {
	position: absolute;
	margin: 150px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}

#socialbookmarks li {
	float: left;
	width: 24px;
	height: 24px;
}

#socialbookmarks li a {
	float: left;
	width: 24px;
	height: 24px;
	display: block;
	background: url("images/socialbookmarks.gif") no-repeat;
}

#socialbookmarks li a span {
	display: none;
}

#sb_rss { background-position: 0px 0px !important;	}
#sb_rss:hover { background-position: 0px -24px !important; }

#sb_del { background-position: -24px 0px !important;	}
#sb_del:hover { background-position: -24px -24px !important; }

#sb_su { background-position: -48px 0px !important;	}
#sb_su:hover { background-position: -48px -24px !important; }

#sb_twit { background-position: -72px 0px !important;	}
#sb_twit:hover { background-position: -72px -24px !important; }

#sb_fb { background-position: -96px 0px !important;	}
#sb_fb:hover { background-position: -96px -24px !important; }


#lowerleft {
	
}

#adsection {
	height: 200px; 
	width: 200px;
	position: absolute;
	margin: 10px 0px 0px 20px;
}

#adsection p {
	color: #cccccc;
	font-size: 10px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

.pagetitle {
	padding-left: 23px;
	font-size: 20px;
	font-family: arial;
	color: #333333;
}

.postmetadata {
	margin-top: -10px;
	font-style: italic;
	font-size: 11px;
	color: #999999;
}

.postmetadata a {
	color: #999999;
}

.archive h3 {
	font-family: arial;
	color: #333333;
	font-size: 14px;
}

.archive h3 a {
	color: #333333;
	text-decoration: none;
}

.archive {
	color: #666666;
	font-size: 13px;
	padding: 10px 0px 30px 23px;
	border-top: 1px solid #cccccc;
}

.commentswrap {
	padding-left: 23px;
}

.hilite {
	color: #ff6600;
}

.prevpostlink a {
	display: block;
	float: left;
	background: url("images/prevnextlinks.gif") no-repeat top left;
	width: 167px;
	height: 23px;
}

.nextpostlink a {
	display: block;
	float: left;
	background: url("images/prevnextlinks.gif") no-repeat -167px 0px;
	width: 167px;
	height: 23px;
}

.prevpostlink a span, .nextpostlink a span {
	display: none;
}

.insidetitle {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	padding-left: 23px;
	width: 960px;
}

.insidetitle h2 {
	font-size: 20px;
	font-family: arial;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

.insidepage {
	font-family: Georgia, Arial;
	color: #666666;
	padding-bottom: 25px;
	margin-bottom: 25px;
	padding-left: 23px;
	width: 960px;
	line-height: 150%;
	font-size: 13px;
}

.insidetitle .runningtime {
	font-size: 12px !important;
}

.insidepage h3 {
	font-size: 13px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	color: #333333 !important;
}