/* 
Theme Name: Journal Junky
	Theme URL: http://www.journaljunky.com/
	Description: Journal Junky is a 2-column Widget-ready theme created for WordPress.
	Author: Kingshuk B.
	Author URI: http://www.willtechinternational.com
	Version: 1.0
	Tags: two columns, fixed width, sidebar widgets

 */
/* CSS Document */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }

/* REQUIRED BY WORDPRESS GALLERY */
.alignright { float: right !important; margin: 0 0 10px 10px !important; }
.alignleft { float: left !important; margin: 0 10px 10px 0 !important; }
.aligncenter { margin: 10px auto 10px !important; }
/* END WORDPRESS GALLERY */

.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

img { border: none; }

/* TOOLS */

.floatleft { float: left; }
.floatright { float: right; }

/* END TOOLS */

/* Shopping Cart */

#top-cart {
	width: 150px;
	position: absolute;
	top: -172px;
	right: 10px;
	background: url(images/trans_black_90.png) repeat;
	padding: 20px;
	color: #FFF;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}  

	#top-cart h4 {
		display: block;
		color: #FFF;
	}	

h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;

}
h2 {    font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font-family: arial;
	padding-bottom: 1px;
        font-style:italic;

}

h2 a  { color:#645F52!important;
       text-decoration: none; 
       font-style:italic;  
       font-family: arial;

        
}



h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}

h4 { font-size: 13px;
     color: #000; 
     margin-bottom: 10px;
     display: none;
     } 

h5 {    font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 0px 2px;
	letter-spacing: -1px;
	font-family: arial;
	padding-bottom: 1px;
        padding-left:40px;
        padding-top:10px;
        font-style:italic;
        text-transform: lowercase;

}

h5 a  { color:#645F52;
       text-decoration: none; 
       font-style:italic;
       text-transform: lowercase;  
       font-family: arial;

        
}

h6 {
	font-size: 13px;
	color: #000; 
	margin-bottom: 10px;
}


body { margin:0px auto;
       background:#2F2304 url(images/bg.jpg) center top no-repeat;
       font: 62.5% Trebuchet MS, Helvetica, sans-serif;
      }

a {
	color: #CC6600;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600!important;
	text-decoration: none;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}	  
	   
/**Container Start**/		
#container{
	width: 930px;
	margin: 172px auto 0 auto;
	position: relative;
}

/**Container End**/	

/*	##################################
   	HEADINGS
	################################## */
	




	  
/**Header**/	

#header {background:url(images/header-bg.png) no-repeat;
        margin:0 auto;
		width: 929px;
		height:217px;	
		}  




		
/**Header End**/


#wraper{ width:930px;
         height:auto;
		 margin-left:5px;
		 float:left;
		}	  
#box-wrapper{ width:920px;
              height:auto;
	      float:left;
              left-margin:5px;
			  }		
#box { width: 165px; height:209px; float:left; margin-top:5px; margin-left:10px; background: url(images/thatme-bg.png) no-repeat;}
#box1 { width: 180px; height:42px; float:left; margin-top:5px; margin-left:5px; background: url(images/about.png) no-repeat;}
#box2 { width:221px; height:209px; float:left; margin-top:5px; margin-left:40px; }


#box3 { width:249px; height:216px; float:right; margin-right:20px; margin-top:0px; background: url(images/subcribe-box.png) no-repeat;}



#box-text{ width:185px;
           height:30px;
	   margin-top: 30px;
           color:#831841;
           font-family:Book Antiqua, Helvetica, sans-serif;
           font-size:1.1em;
           font-weight:bold;
           line-height:14px;
	   text-align:justify;}
.readmore1 {
          width: 90px;
          height: 14px;
          float: right;
          margin-top:70px;
          }

   
.thatsme {background: url(images/thatsme.png) no-repeat;
          width: 78px;
          height: 16px;
          margin-top:95px;
          }
          
div.mce_inline_error {
	width: 100% !important;
	color: #FF0000 !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 0 3px 0 !important;
}          

div.mailinglist {
	width: 200px;
	font-family: Arial,Helvetica,sans-serif;
	margin: 75px 0 15px 30px;
	text-align: left;
}
              
	div.mailinglist label {
		color: maroon;
		font-size: 11px;
		font-weight: bold;
		padding: 0 0 0 2px;
		line-height: 20px;
		cursor: pointer;
	}   
	
	div.mailinglist input.text {
		width: 96%;
		-moz-border-radius: 4px 4px 4px 4px;
		border: 1px solid #EFEFEF;
		clear: both;
		margin: 0 0 10px 0;
		font-size: 11px;
		line-height: 19px;
		padding: 3px;
	}   
	
	div.mailinglist input.button {
		font-size: 11px;
		line-height: 19px;
		margin: 0 !important;
		padding: 3px;
	}
	
#mce-responses {
	position: relative;
}
	
	#mce-success-response {
		width: 185px;
		-moz-border-radius: 4px;
		background: #FFFFFF;
		display: block;
		padding: 10px;
		position: absolute;
		left: -5px;
		top: -50px;
	}	

/*	##################################
   	CONTENT
	################################## */           
	
#content-top{ width:930px;
              height:5px;
              margin:0 auto;
              background:#2F2304 url(images/bg-top.gif) no-repeat ;
	   } 
#content{ width:930px;
       margin:0 auto;
       height: 100%;
       background:#2F2304 url(images/body-bg.jpg) repeat-y;
	   } 
#content-bottom{ width:930px;
                 height:6px;
                 margin:0 auto;
                 background:#2F2304 url(images/bg-btm.gif) no-repeat;
	   }
	   
.addthis_button {
	display: block;
	float: right;
	margin: 0 50px 20px 0;
}  

.addthis_toolbox {
	border-top: 4px dotted #2F2304;
	margin-top: 10px;
	padding-top: 15px;
}

.addthis_toolbox.addthis_pill_combo a {
	float: left;
	color: #0066CC;
	font-size: 11px;
	text-decoration: none;
}

.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
	margin-top: -2px;
}

.addthis_button_compact .at15t_compact {
	margin-right: 4px;
	float: left;
}    
 
/** CONTENT LEFT */

#sidebar { 
	float: left;
	margin-left: 10px;
        margin-bottom:0px;
	width: 250px;
	Padding-top: 20px;
	padding-bottom: 15px;
       	}
#sidebar a{color:#74716B;}

.sidebar_widget {width: 232px;
        height: auto;
        padding:10px;
        margin-top:0px; 
        	}



.sidebar_widget.widget_categories{width: 232px;
        height: 150px;
        background: url(images/category-box.png) no-repeat;  
        margin-bottom:0px;
        padding-top:90px; 
        padding-left:20px;
        	}
.sidebar_widget.widget_pages,
.menu-main-menu-container {width: 232px;
        height:262px;
        background: url(images/link-box.png) no-repeat; 
        margin-bottom:0px;
        padding-top:90px;
        padding-left:20px;
        } 




.sidebar_widget ul {
	margin: 0 0 15px 0;
	padding: 0px;
	list-style: none;
        line-spacing:5px;


}

.sidebar_widget li {
	margin: 1px;
	padding: 0;
        
	
}

.sidebar_widget li a {
	text-decoration: none;
        font-style:italic;
        font-family:arial;
        font-size:14px;
        color:#74716B; 
        text-decoration:none; 
        letter-spacing:-1px;
}

.sidebar_widget li ul {
	margin: 0 0 0 20px;
	
}

.sidebar_widget li li {
	border: none;
}

#social {
	width: 214px;
	height: 157px;
	background: url(images/social_bg.png) no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

	#social a {
		width: 146px;
		height: 39px;
		line-height: 39px;
		color: #3F4415;
		display: block;
		font-size: 1.1em;
		margin: 0 0 10px 10px;
		padding-left: 48px;
	}

	#twitter {
		background: url(images/twitter.png) no-repeat;
	}
		
	#facebook {
		background: url(images/facebook.png) no-repeat;
	}
	
	#youtube {
		background: url(images/youtube.png) no-repeat;
	}

/* AFFILIATES PAGE */

#affiliate-buttons {
	width: 250px;
	margin: 20px auto;
	overflow: hidden;
}

	#affiliate-signup {
		width: 103px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		float: left;
		background: url(images/sign_up.png) no-repeat;
	}
	
	#affiliate-login {
		width: 103px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		float: right;
		background: url(images/login.png) no-repeat;
	}

/* PRODUCT PAGES */

/*
#product-info {
	width: 273px !important;
	float: left !important;
}

	#order-box {
		width: 220px;
		padding: 10px;
		overflow: hidden;
		clear: both;
	}
	
		#order-box .row {
			margin: 10px 0;
			overflow: hidden;
		}	
		
			#order-box label {
				width: 70px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 5px;
				font-weight: bold;
				padding-top: 5px;
				font-size: 0.9em;
			}
			
			#price {
				width: 143px;
				display: block;
				float: right;
				font-size: 0.9em;
				font-weight: normal;
				padding-top: 5px;
				text-align: left;
			}
			
			#order-box select {
				width: 145px;
				float: right;
				padding: 5px;
				border: 1px solid #9d7667;
				background: #eee8c8;
				-moz-border-radius: 5px;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
			}
		
			#quantity-field {
				width: 133px;
				float: right;
				padding: 5px;
				border: 1px solid #9d7667;
				background: #eee8c8;
				-moz-border-radius: 5px;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
			}
			
			#add-to-cart {
				width: 103px;
				height: 26px;
				float: right;
			}
			
			#view-cart {
				width: 103px;
				height: 26px;
				float: left;
			}
			
			.order-error {
				border-color: #FF0000 !important;
			}
		
#product-shots {
	width: 267px !important;
	float: right !important;
	margin-top: -50px;
}

	.main-img {
		width: 267px;
		height: 269px;
		background: url(images/polaroid_stack.png) no-repeat;
	}
		
		.main-img img {
			width: 206px;
			height: 170px;
			position: relative;
			top: 31px;
			left: 31px;
		}
		
		.main-img span {
			width: 206px;
			display: block;
			position: relative;
			left: 31px;
			top: 44px;
			text-align: center;
		}
		
	.product-img {
		width: 267px;
		height: 269px;
		background: url(images/polaroid_stack.png) no-repeat;
	}
		
		.product-img img {
			width: 206px;
			height: 170px;
			display: block;
			position: relative;
			top: 31px;
			left: 31px;
			border: none;
		}
		
		.product-img span {
			width: 206px;
			display: block;
			position: relative;
			left: 31px;
			top: 47px;
			text-align: center;
		}
		
			.product-img a {
				color: #000 !important;
				text-decoration: none !important;
			}

	#product-shots h3 {
		color: #000000;
		font-size: 1em;
		font-weight: bold;
	}

	#product-shots img.thumbnail {
		width: 35px;
		height: 35px;
		float: left;
		background-color: #FFFFFF;
		border: 1px solid #A9A9A9;
		display:block;
		margin: 4px 0 4px 5px;
		padding: 4px;
		position: relative;
	}
	
	#product-shots img.thumbnail:hover {
		background-color: #A9A9A9;
	}
*/
	
/* Workshops Page */

#slideshow {
	width: 560px;
	height: 428px;
	background: url(images/slideshow_background.png) no-repeat;
	margin: 0 auto 30px auto;
	position: relative;
	clear: both;
}

	#slideshow a {
		width: 530px;
		height: 398px;
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 8;
		opacity: 0.0;
		border: none !important;
	}
	
		#slideshow a img {
			border: none !important;
		}
	
	#slideshow a.active {
		z-index: 10;
		opacity: 1.0;
	}
	
	#slideshow a.last-active {
		z-index: 9;
	}
	
/* Testimonials Page */

.testimonial {
    background: #F7F5E8;
    border: 1px solid #BCB17D;
    padding: 30px 20px;
    margin-bottom: 20px;
    clear: both;
}

	.testimonial h3 {
		color: #000000;
		font-weight: bold;
		line-height: 1.5em;
		margin: 0 0 20px;
		padding: 0 45px;
	}
	
		.testimonial h3 p {
			margin: 0;
			padding: 0;
		}
	
	.testimonial-text {
		
	}
	
	#open-quote {
		background: url(images/testimonial_quote_open.png) no-repeat top left;
		padding-left: 45px;
	}
	
	#close-quote {
		background: url(images/testimonial_quote_close.png) no-repeat bottom right;
		padding-right: 45px;
	}
	
	.testimonial-author {
		padding: 20px 45px 0;
	}
	
		.testimonial-author img {
			float: left;
			padding: 4px;
			background: #fff;
			border: 1px solid #b7b6ac;
		}
	
		.author-details-thumb {
			width: 350px;
			float: right;
			padding-top: 10px;
		}
		
			.testimonial-name {
				font-weight: bold;
				font-size: 16px;
			}
			
			.testimonial-position {
				color: #555555;
				font-style: italic;
			}  	

/** CONTENT RIGHT */

#right {
	width: 600px;
	float: right;
	text-align: left;
	margin-top: 50px;
	font-size: 13px; 
}





.post { width: 575px;
	clear:both;
	padding-top: 10px;
}


.post-title { background:url(images/title-bg.png) no-repeat; 
              width:309px;  
              height:85px;
	      float: left;
	      color:#645F52;
	      text-transform:lowercase;
	      font-style:italic;
	      padding:20px 70px 0 20px;
			
}

	.post-title h2 {
		padding-left: 0;
	}

.entry { 
	clear: both;
	padding-top: 0px;
	padding-bottom: 20px;
}

.entry ul,
.entry ol {
	margin: 0 0 20px 20px;	
}

.post-date {color: #645F52;
	    margin: 0px 0px 2px;
	    letter-spacing: -1px;
	    font-family: arial;
	    padding-bottom: 1px;
            padding-left:20px;
            font-style:italic;
            color: #645F52;
	    text-decoration: none;
}

.readmore { background: url(images/readmore.png) no-repeat; float:left; margin-left:70px; width:85px;}

.post-cat {
	margin-right:10px; 
        padding-top:40px;
        width:150px;
	float:right;
	font-size: 95%;
	color:#8E9949;
        text-decoration:none; 
        font-style:italic; 
        font-weight:bold; 
        text-transform: lowercase;
}

.post-cat a {color:#8E9949 !important;
        text-decoration:none; 
        font-style:italic; 
        font-weight:bold; 
        text-transform: lowercase;
        font-size: 15px;
}
.post-comments {
	background: url(images/comment-bg.png) no-repeat left center;
        width: 47px;
	height: 43px;
	margin-right: 20px;
        float: right;
        padding-top:15px;     
}

.post-comments a{color:#48443E !important;
                 text-decoration:none; 
                 font-style:italic; 
                 font-weight:bold; 
                 font-size:14px;
                 padding-left:15px;
                 
                 }





.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	
}
.next-entries {
	float: right;
	padding-right: 18px;
	
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 110%;
        width: 478px;
	height: auto;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #645F52;
	margin-right:50px;
	float:right;
	width: 144px;
	height: 29px;
}



.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#footer { background:#2F2304;
        margin:0 auto;
        width: 929px;
	height:auto;
        text-align:center;
        color:#DCD199;	
        font-size:12px;
        text-decoration:none;
        font-style:italic;
        padding-top: 10px;
        padding-bottom: 20px;
 }

.footer a{
        text-align:center;
        color:#DCD199 !important;	
        font-size:12px;
        text-decoration:none;
        font-style:italic;
		}



#righttags {padding: 0px;}

.post-seecomments {float:left; margin-top:30px; margin-left:390px; background: url(images/see-comment.gif) no-repeat; width: 111px; height: 13px;}

.post-arrow {float:left; margin-top:0px; margin-left:462px; background:url(images/arrow.png) no-repeat; width: 46px; height: 16px;
        } 

.post-page { width: 560px;
	clear:both;
	padding-top: 10px;
}
.post-page-title { background:url(images/title-bg.png) no-repeat; 
              width:309px;  
              height:85px;
	      float: left;
	      color:#645F52;
	      text-transform:lowercase;
	      font-style:italic;
	      padding:20px 90px 0 0;


.clear{clear:both;}


.address {font-style:italic;
     font-size: 13px;
     color: #74716B ; 
     margin: 0px 30px 0px 0px;
     letter-spacing: -1px;
     display:none;}

.contact {float:left;
          margin-left: 20px;
          }             