/*  
Theme Name: Laugh It Off
Theme URI: 
Description: Custom WordPress theme developed for Laugh it Off
Version: 1.0
Author: {radiiate} creative web solutions
Author URI: http://www.radiiate.com
*/

/*>>>>> Setup and Reset <<<<<*/

body, html  {
	height: 100%;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

body  {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 1.5;  /*unitless for proper inheritance*/
	color: #2a2a2a;
	background: #e9e6d5 url(img/design/bg.jpg) no-repeat center top;
}

h1, h2, h3, h4, h5, h6  {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 5px 0;
	color: #000;
}

h1  {font-size: 36px}
h2  {font-size: 30px}
h3  {font-size: 24px}
h4  {font-size: 18px}
h5  {font-size: 14px}
h6  {font-size: 12px}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	text-decoration: underline;
}

p  {
	margin: 18px 0;
}

ul, ol  {
	margin: 0;
	padding: 0;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #7e0005;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

#nav  {
	height: 50px;
	text-align: right;
}

#nav ul  {

}

#nav ul li  {
	display: inline;
	margin: 0 15px;
}

#nav ul li a:link, #nav ul li a:visited  {
	display: inline-block;
	color: #000;
	padding: 7px 7px 20px 7px;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	font-size: 15px;
}

#nav ul li a:hover,
#nav ul li.current_page_item a:link,
#nav ul li.current_page_item a:visited  {
	color: #fff;
	background: url(img/design/navhover.png) no-repeat center top;
}

/*>>>>> Layout <<<<<*/

#bg  {
	float: left;
	width: 100%;
	background: url(img/design/bodybottombg.jpg) no-repeat center bottom;
}

#logo h1  {
	margin: 0;
}

#logo a  {
	position: relative;
	z-index: 9999;
	display: block;
	margin: 0 0 0 -12px;
	height: 0;
	overflow: hidden;
	padding-top: 213px;
	width: 303px;
	background: url(img/design/logo.jpg) no-repeat left top;
}

#catnav  {
	float: left;
	position: relative;
	z-index: 9999px;
	width: 267px;
}

#catnav .mid  {
	float: left;
	width: 267px;
	background: url(img/design/catnavtile.png) repeat-y left top;	
}

#catnav .bot  {
	float: left;
	position: relative;
	z-index: 0;
	height: 18px;
	width: 267px;
	background: url(img/design/catnavbot.png) no-repeat bottom left;
}

#catnav ul  {
	position: relative;
	z-index: 9998;
	margin: 0 0 -6px 21px;
}

#catnav ul li a:link,
#catnav ul li a:visited  {
	display: block;
	width: 211px;
	height: 40px;
	padding: 10px 0 0 20px;
	color: #000;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	font-size: 18px;
	background: url(img/design/catnavli.jpg) no-repeat left top;
}

#catnav ul li a:hover  {
	text-decoration: underline;
	background: url(img/design/catnavlihover.jpg) no-repeat left top;
}

#ads  {
	float: left;
	padding: 7px 0 4px 0;
	margin: 30px 0 0 28px;
	width: 211px;
	background: #c0b9a0 url(img/design/adsbg.jpg) repeat-y right top;
}

#ads img  {
	margin: 3px 10px;
}

#content  {
	width: 710px;
	margin-right: 0;
}

#main  {
	margin-bottom: 24px;
	background: #fff url(img/design/main.jpg) no-repeat right top;
}

#welcome  {
	float: left;
	width: 270px;
	margin: 44px 0 0 60px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
}

#welcome h2  {
	margin: 0;
	height: 25px;
	text-indent: -9999px;
	background: url(img/design/welcome.png) no-repeat left center;
}

h3.cathead  {
	margin: -50px 0 0 0;
	text-align: right;
	float: right;
	font-size: 16px;
	color: #7e0005;
}

#topad  {
	position: relative;
	z-index: 9999;
	margin: 0 0 18px 0;
}

#rightblock  {
	width: 340px;
	float: right;
	margin: 0 10px 0 0;
}

a#subscribe  {
	display: block;
	float: right;
	height: 0;
	overflow: hidden;
	padding-top: 85px;
	width: 225px;
	margin: 10px 10px 15px 0;
	background: url(img/design/rss.png) no-repeat left top;
}

#twitter  {
	float: left;
	width: 260px;
	padding: 40px 10px 0 50px;
	color: #727272;
	background: url(img/design/twitterbg.png) no-repeat left top;
	font-family: Georgia, times, serif;
	font-size: 15px;
}

#twitter a:link,
#twitter a:visited  {	
	color: #727272;
}

#twitter h2  {
	display: none;
}

#twitter .aktt_more_updates  {
	text-align: right;
	margin: 0 20px 0 0;
}

#twitter .aktt_more_updates a:link,
#twitter .aktt_more_updates a:visited  {
	color: #7e0005;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#posts  {
	padding-left: 20px;
	width: 440px;
	margin: 0;
}

#posts h2.heading  {
	text-indent: -9999px;
	height: 60px;
	position: relative;
	z-index: 9999;
	background: url(img/design/bloghead.png) no-repeat left top;
}

.post  {
	float: left;
	width: 415px;
	padding: 0 0 10px 25px;
	margin: 0 0 20px 0;
	background: url(img/design/postbottom.jpg) no-repeat right bottom;
}

.post h2.title  {
	position: relative;
	z-index: 1;
	line-height: 27px;
	margin-bottom: -10px;
	margin-left: -40px;
	padding: 0 0 10px 40px;
	background: url(img/design/posttitlebg.png) no-repeat left top;
}

.post h2.title a:link,
.post h2.title a:visited  {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
}

.post p.meta  {
	margin: 0;
	color: #656565;
	font-family: Geogia, times, serif;
	font-size: 14px;
}

.post p.meta .date  {
	padding: 0 20px 0 0;
}

.post p.meta a:link,
.post p.meta a:visited  {
	color: #656565;
}

p.comments  {
	float: right;
	margin: 0;
	padding: 8px 15px 10px 15px;
	font-family: Geogia, times, serif;
	font-size: 14px;
	width: 124px;
	background: url(img/design/comments.jpg) no-repeat left top;
}

p.comments a:link,
p.comments a:visited  {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.entry img  {
	border: 5px solid #ddd;
}

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

.entry p.wp-caption-text  {
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #7e0005;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6  {
	font-weight: normal;
}

.entry h1  { font-size: 20px;  }
.entry h2  { font-size: 18px;  }
.entry h3  { font-size: 16px;  }
.entry h4  { font-size: 14px;  }
.entry h5  { font-size: 12px;  }
.entry h6  { font-size: 12px;  }

.entry blockquote  {
	color: #666;
	width: 350px;
	padding: 0 20px;
}

.entry blockquote p  {
	margin: 7px 0;
}

.entry ul  {
	padding: 0 0 0 30px;
}

.entry ul li  {
	list-style-type: square;
}

.entry ul li ul li  {
	list-style-type: disc;
}

.entry ol  {
	padding: 0 0 0 30px;
}

.entry ol li  {
	list-style-type: decimal;
}

.entry  ol li ol li  {
	list-style-type: lower-latin;
}

#postnav  {
	float: left;
	width: 400px;
	margin: -20px 0 0 30px;
}

#postnav a:link, #postnav a:visited  {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 24px;
}

*:first-child+html #postnav a  {
	padding-top: 50px;
}

#postnav p.prev a   {
	width: 106px;
	background: url(img/design/preventries.jpg) no-repeat left center;
}

#postnav p.next a  {
	width: 97px;
	background: url(img/design/nextentries.jpg) no-repeat right center;
}

#sidebar  {
}

#search  {
	height: 97px;
	background: url(img/design/searchboxbg.png) no-repeat center bottom;
}

#search h2  {
	display: none;
}

#search form  {
	float: left;
	margin: 48px 0 0 14px;
}

#search input.text  {
	display: block;
	float: left;
	width: 164px;
	height: 23px;
	padding: 7px 0 0 6px;
	font-size: 12px;
	border: none;
	background: url(img/design/searchbg.jpg) no-repeat left center;
}

*:first-child+html #search input.text  {
	margin-left: -14px;
}

#buystuff h2, #blacklabour h2, #shirtad h2  {
	margin: 0;
}

#buystuff h2 a  {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 125px;
	width: 220px;
	background: url(img/design/buyourstuff.jpg) no-repeat left top;
}

#blacklabour h2 a  {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 181px;
	width: 220px;
	background: url(img/design/blacklabour.jpg) no-repeat left top;
}

#shirtad h2 a  {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 225px;
	width: 220px;
	background: url(img/design/shirtad.jpg) no-repeat left top;
}

#archives  {
	background: url(img/design/dottedline.jpg) no-repeat left bottom;
}

#archives select  {
	width: 200px;
	margin: 10px;
}

#flickr  {
	padding: 0 0 10px 0;
	background: url(img/design/dottedline.jpg) no-repeat left bottom;
}

#flickr h2  {
	text-indent: -9999px;
	height: 10px;
	margin: 15px 0 10px 0;
	background: url(img/design/flickrhead.jpg) no-repeat left top;
}

#flickr .images  {
	text-align: center;
	background: url(img/design/grungeborder.png) no-repeat left top;
}

#flickr img  {
	width: 75px;
	height: 75px;
	margin: 5px 7px;
	border: 4px solid #dcd8bf;
}

#flickr img:hover  {
	border-color: #cacaca;
}

#tagcloud  {
	padding: 0 10px;
}

#tagcloud h2  {
	text-indent: -9999px;
	height: 10px;
	margin: 15px 0 10px 0;
	background: url(img/design/tagcloud.jpg) no-repeat left top;
}

#shirts  {	
	min-height: 1000px;
}

h2.shirthead  {
	position: relative;
	z-index: 9999;
	height: 50px;
	margin: 0 0 0 40px;
	padding: 20px 0 0 0;
	text-indent: -9999px;
	background: url(img/design/shirthead.png) no-repeat left bottom;
}

#thumbs  {
	float: left;
	margin: 20px 18px 0 60px;
}

#thumbs .item  {
	float: left;
	margin: 0 18px 25px 0;
}

#thumbs .item h2  {
	margin: 0;
	width: 190px;
	line-height: 14px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#thumbs .thumb  {
	position: relative;
	width: 190px;
	height: 190px;
	border: 1px solid #e1e1e1;
	background: url(img/design/thumbbg.jpg) no-repeat left top;
}

#thumbs .thumb img  {
	margin: 8px;
}

#thumbs .thumb a.fullpreview  {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 0 4px;
	background: #fff;
	color: #000;
}

#thumbs .thumb a.order  {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 28px;
	width: 110px;
	background: url(img/design/ordernow.png) no-repeat left top;
}

#thumbs .thumb a.outofstock  {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 28px;
	width: 121px;
	background: url(img/design/outofstock.png) no-repeat left top;
}

#footer  {
	float: left;
	width: 670px;
	height: 30px;
	padding: 10px 10px 0 10px;
	background-color: #ededed;
	margin: 20px 10px 10px 10px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
}

*:first-child+html #footer  {
	float: none;
}

#footer p  {
	margin:0;
}

#footer a:link,
#footer a:visited  {
	color: #000;
}

/*>>>>> Comments <<<<<*/

#comments  {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ededed;
}

#comments h3  {
	margin: 15px 0 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#comments h3.count  {
}

#formsblock  {
	width: 400px;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}

#formsblock .hi  {
	margin: 0 0 -10px 0;
}

#formsblock .hi small  {
	font-size: 11px;
	margin-top: -16px;
}

#formsblock .comments   {
	background: url(img/icons/rss_comments.gif) no-repeat center right;
	padding: 6px 30px 6px 0;
	text-decoration: none;
	line-height: 20px;
}

#comments ol  {
	margin: 5px 10px 30px 10px;
	padding: 0;
	list-style: none;
}

#comments ol li  {
	padding: 20px 20px 5px 20px;
	list-style: none;
	background: url(img/design/postbottom.jpg) no-repeat right bottom;
}

#comments ol li p  {
	margin: 10px 0;
}

#comments ol li.alt  {
}

#comments ol li.authorcomment  {

}

.commententry p.moderate  {
	background-color: #eee;
	font-style: italic;
	font-weight: bold;
	padding: 4px 0 4px 10px;
}

.commentmeta  {
	font-size: 11px;
	
}

.commentmeta .gravatar  {
}

.commentmeta .gravatar img  {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #dadada;
}

.commentmeta .commentauthor  {
	font-size: 14px;
	font-weight: bold;
}

.commentmeta a:link,
.commentmeta a:visited  {
	color: #2a2a2a;
}

.commentmeta .commentdate  {

}

.commentmeta .commentpermalink  {

}

#comments p.nocomments{
	padding: 0;
}

#comments textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	width: 100%;
	margin: 0;
	line-height: 20px;
	font-size: 15px;
	border: 1px solid #a7a7a7;
}

#comments input.txt  {
	border: 1px solid #a7a7a7;
	padding: 5px 0 3px 5px;
	margin: 0 7px 0 0;
}

#comments label  {
	font-size: 11px;
	text-transform: uppercase;
}

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/*>>>>> CFORMS Styles <<<<<*/

#cformsform .single  {
	width: 200px!important;
}

#cformsform .area  {
	width: 280px!important;
}

#cformsform .reqtxt,
#cformsform .emailreqtxt  {
	font-size: 9px;
}

#cformsform fieldset  {
	background-color: transparent!important;
	border: 1px solid #ddd!important;
}

.linklove  {
	display: none!important;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99991;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99992;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
