/*  
Theme Name: OnPaper
Theme URI: http://webdesignledger.com/
Description: Web Design Ledger
Version: 1.0.0
Author: Henry Jones
Author URI: http://webdesignledger.com

*/

/* TABLE OF CONTENTS

01 - Global Elements
02 - Main Structure - Columns, clearfix
03 - Header - Header, Logo, navigation
04 - Main Content - Post boxes, post meta, comments, etc
05 - Sidebar - Ads, search, categories, etc
06 - Footer - Copyright

/*  01 - Global Elements -------------------------------------------------- */
/*------------------------------------------------------------------- */

body {
	font-size:13px;
	font-family: Arial, sans-serif;	
	width:auto; height:auto;	
	padding: 0;
	margin: 0;
	color: #595959;	
	background: #352d22 url(images/body_bkg.jpg) ;	
}


p {
	line-height:1.6em;
	margin: 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

image {
	margin: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #ca6d00;
}

a:hover {
	color: #a15000;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}


h2 {	
	margin: 0 0 15px 0;
	font-family: “Lucida Sans Unicode”, sans-serif;	
	font-style: normal;
	font-weight: normal;
	text-transform: normal;	
	line-height: 1.1em;
	font-size: 40px;
}

h3 {	
	margin: 0 0 15px 0px;
	font-family: “Lucida Sans Unicode”, sans-serif;	
	font-style: normal;
	font-weight: normal;
	text-transform: normal;	
	line-height: 1.1em;
	font-size: 25px;
	padding-bottom: 15px;
}

h4 {	
	margin: 0 0 15px 0px;
	font-family: “Lucida Sans Unicode”, sans-serif;	
	font-style: normal;
	font-weight: normal;
	text-transform: normal;	
	line-height: 1.1em;
	font-size: 20px;
}



/*  02 - Main Structure -------------------------------------------------- */
/*------------------------------------------------------------------- */

#wrapper {	
	background: transparent url(images/wrapper_bkg.jpg) repeat-x;
	margin-top: 100px;
	
}

#container {	
	margin: 0 auto;
	width: 960px;		
	padding: 0;
}

#content {
	width: 670px;
	
	margin: 0;
	padding: 0;
	
	float: left;
}

#contentNoSidebar {
	width: 960px;
	margin: 0;
	padding: 0;
	float: left;
}


#sidebar {
	width: 290px;
	float: right;
	margin: 0;
	padding: 28px 0 0 0;	
}

/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/*  03 - Header -------------------------------------------------- */
/*------------------------------------------------------------------- */

#header{
	padding: 0 0 0 0;
	height: 110px;
}

#logo {
	float: left;
	padding: 25px 12px 10px 0px;
	margin: 0px 25px 0px 22px;
	
}

#logo h1{
	font: 46px “Lucida Sans Unicode”, sans-serif;
	font-weight: bold;
	color:#fff;
	padding: 0;
	margin: 0;
}

#logo h2{
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	color: #ca6d00;
	padding: 0 0 2px 4px;
	margin: 0;
}

#mainNav{
	float: right;
	font: 15px “Lucida Sans Unicode”, sans-serif; 
	color:#fff;
	display: block;
	padding: 50px 0 0 0;
	text-transform: uppercase;
}

#mainNav li{
	margin: 0 0 0 45px;
	float: left;
}

#mainNav li .subscribe{
	padding: 0 0 0 25px;
	background: transparent url(images/feed_icon.jpg) no-repeat;
}

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #f8cc7a;
	padding-top: 1px;
}

#mainNav a:hover {
	color: #fff;
}


/*  04 - Content -------------------------------------------------- */
/*------------------------------------------------------------------- */


#content{
	padding: 15px 0 0 0;
}

#contentNoSidebar{
	padding: 15px 0 0 0;
}

.single-post {
	margin: 0;	
	background: transparent url(images/post_bkg.jpg) repeat-y 0 center;		
}

.single-post .inside {
	margin: 0;
	padding: 0 0 40px 0;
	background: transparent url(images/post_inside_bkg.jpg) no-repeat left bottom;		
}

#content .page{	
	background: transparent url(images/page_top_bkg.jpg) no-repeat;	
}

#content .page h2{	
	margin-bottom: 20px;
}


.single-postContent {
	margin: 0;
	padding: 25px 25px 10px 25px;
	background: transparent url(images/post_top_bkg.jpg) no-repeat;	
}

.postBody{
	margin: 0;	
}

.postBottom{
	margin: 0;		
	background: transparent url(images/post_btm_bkg.jpg) no-repeat left bottom;
	
	padding: 15px 0 40px 0;
}

.single-post h2{
	margin: 18px 30px 5px 55px;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 1.1em;
	color: #a15000;
}

.single-post h3 {	
	margin:20px 0 15px 55px;
	font-size: 30px;
}

.single-post h4 {	
	margin: 0 30px 5px 55px;
	font-size: 24px;
}

.single-post h5 {	
	margin: 0 30px 20px 55px;
	font-size: 21px;
	color: #A15000;
	margin-bottom: 15px;
	font-weight: normal;
}

.single-postContent p{
	margin: 0px 50px 20px 55px;
	width: 510px;
}


.single-post h2 a:link, .single-post h2 a:visited{
	color: #a15000;
}

.single-post h2 a:hover {
	color: #ca6d00;
}


.postMeta {
	margin: 0 30px 20px 55px;
	width: 510px;
	border-bottom: 1px solid #d0cfca;	
}

.postMeta .date{
	float: left;
	border-right: 1px solid #d0cfca;
	padding: 0 15px 6px 5px;
	color: #a5a5a5;
	font-weight: bold;
}

.postMeta .category{
	float: left;	
	padding: 0 15px 6px 15px;
	color: #ca6d00;
	border-right: 1px solid #d0cfca;
}

.postMeta .author {
	float: left;	
	padding: 0 3px 6px 15px;
	color: #ca6d00;
}



.commentCount{
	float: left;	
	margin: 26px 0 0 3px;
	font-size: 13px;
	font-weight: bold;
}

a.commentCount{
	text-align: center;
	line-height: 20px;
	display: block;
	color: #fff;
}

a.commentCount:hover{	
	color: #dcdcdc;
}

.postMeta .category a:link, .postMeta .category a:visited{
	color: #ca6d00;
}

.postMeta .category a:hover{
	color: #a15000;
}

#container .readMore {	
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-weight: bold;
	
}

#container .readMore:hover {
	text-decoration: none;
	background-color: #e59400;	
}

.readMore {
	background-color: #F8CC7A;
	padding: 3px;
}

p .readMore {
	margin-top: 15px !important;
}

.more-link {
	display: none;
}

/* Lists ----------- */

#content ul, #contentNoSidebar ul{
	list-style: none;
}

#content ul li, #contentNoSidebar ul li{	
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	list-style-type: none;
}

/* Blockquote ----------- */

blockquote{
	font: 20px Georgia, "Times New Roman", Times, serif; color:#4b4b4b;
}




/* Pagination Links ----------- */

#paginationBar {	
	font-weight: bold;
	padding: 20px 23px 0 20px;
	
}

#paginationBar a:link, #paginationBar a:visited{
	color: #656565;
	background: transparent url(images/pagination_btn.jpg) no-repeat;
	color: #fff;
	width: 113px;
	line-height: 38px;
	text-align: center;
	display: block;
}

#paginationBar a:hover{
	color: #eee;
}

#paginationBar a{
	
}

#paginationBar .olderLink{
	float: left;	
}

#paginationBar .newerLink{
	float: right;	
}


/* Search ----------- */
#container .searchResult h3{
	margin: 0;
}


/* Comments ----------- */

#comments{	
	padding: 25px 40px 0 50px;
	margin: 0 55px 0 25px 0;
}

#comments h3{
	color: #656565;
	margin: 0 0 15px 0;
}

#content #comments p{
	margin-left:0;
	margin-right:0;
	padding: 0;
}

.comment-content {
	padding:0;	
	border-bottom:0;
}

#comments .comment-content p{	
	font-size: 13px;
}

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

.commentlist, .commentlist ul {
	margin: 15px 0 25px 0;
	padding:0;
	list-style:none;
}

#content .commentlist li {
	margin:0 0 15px 0; 
	padding:15px;	
	background: none;
	border: 5px solid #e1e1e1;
	background-color: #f6f7f2;
}

#content .commentlist li h3 {
	margin:0; 
}

#content .commentlist form {
	margin:0; 
}
	
.commentlist li.alt, .thread-alt {
	
}
	
.commentlist li.no-comments {
	margin:55px 0 0 0;
	padding:0 30px;
	background:none;
	border:0;
}
	
#content .commentlist .children {
	margin:10px 0 0 0;
	padding:0;
	
}
	
#content .commentlist .children li {
	margin:0 0 15px 0;
	padding:15px;
	background: #f9faf5;
	border: 5px solid #e8e8e8;	
}

#content .commentlist p{
	margin-left:0;
	margin-right:0;
	padding: 0;
}
	
	
.commentlist li .comment-wrap {
	position:relative;
	text-align:left;
	margin: 0 0 25px 0;
}
	
.commentlist li .comment-text {
	margin:0;
	padding:10px 0 0 0;
	width:auto;
	height:auto;
	background:none;
	font-size: 13px;
}
			
.commentlist li .comment-author {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}

.commentlist li .comment-author strong{
	font-size: 19px;
}
			
.gravatar {
	margin:0 10px 0 0;
	padding:1px 0 0 2px;
	width:41px;
	height:40px;
	background:url(images/gravatar.gif) no-repeat top center;
	float: left;
}
				
.author {
	margin:2px 0 0 0; padding:0;
	width:auto; height:auto;	
}

#commentform{
	margin: 0px;
	padding: 0 0 25px 0;
}

#submit {
	color: #fff;
	background-color: #dd3900;	
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: none;
	background:url(images/btn.jpg) no-repeat;
	width: 109px;
}

#respond {
	padding: 25px 0 0 0;
	margin: 0;
	clear: both;
}

.cancel-comment-reply{
	margin: 0 0 0 0;
}


/*  05 - Sidebar -------------------------------------------------- */
/*------------------------------------------------------------------- */


#sidebar h3{
	color: #fff;
	font-size: 34px;
	margin: 0 0 5px 0;
	font-family: “Lucida Sans Unicode”, sans-serif;	
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -2px;	
}

#sidebar a:link, #sidebar a:visited{
	color: #f8cc7a;
}


.sidebarBox{
	padding: 15px 0 0 0;
	color: #fff;
	margin: 0 0 10px 0px;
	/*background-image: url(images/sidebar_box_bkg.jpg);*/
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;	
}

.sidebarBox li { 
	list-style-type: none;
}

.sidebarBox:last-child {
	border: none;
}

#sidebar ul{
	margin: 0 0 0 0;
}

#sidebar ul li{
	padding: 9px 0 10px 24px;
	border-bottom: 1px solid #766345;
	list-style-type: none;
}

#sidebar ul li:hover {
	background-image: url(images/sidebar_box_bkg.jpg);
}

#sidebar ul li a:link, #sidebar ul li a:visited{
	color: #f8cc7a;
}

#sidebar ul li a:hover{
	color: #fff;
}


/* Ads ----------- */

#sidebarAds {
	padding: 15px 0 0 0;	
	margin: 0 0 10px 0;
	background:url(images/sidebar_box_bkg.jpg) ;
}

#ads{	
	margin: 0px 0 0 0px;
	display: block;	
}

#ads li{
	float: left;
	margin: 13px 0 0 15px;
	display: block;
	background: #444444;
	width: 125px;
	height: 125px;	
}


/* Search ----------- */

#searchform{
	margin: 50px 0 0 0;
	padding: 22px 20px 22px 50px;
	background:url(images/search_bkg.jpg) no-repeat;
	display: block;
}

#s{
	width: 170px;
	border: 0;
	background: none;
	padding: 3px;
}

#searchsubmit {
	display: none;
	
}


/*  06 - Footer -------------------------------------------------- */
/*------------------------------------------------------------------- */

#footer {	
	background:url(images/footer_bkg.jpg) repeat-x;
	color: #7d6a50;
}

#footer .inside{
	margin: 0 auto;
	padding: 55px 30px 30px 40px;
	width: 960px;
}

.inside li {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}
.inside li:first {
	padding-top: 10px !important;
}

.inside li {
	margin-top: 5px;
}

/** 07 - Additional Content --------------------------------------*/
/*-------------------------------------------------------------------*/

img { 
	border: none;
}

#content .single-post img .size-full { 
	margin: 20px 50px;
}

/** 08 - Slider Styles --------------------------------------*/
/*-------------------------------------------------------------------*/

#s3slider {
   width: 570px; /* important to be same as image width */
   height: 250px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: auto;
}

#s3sliderContent {
   width: 570px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font-family: "Lucida Sans Unicode" sans-serif;
   font-size: 20px;
   padding: 10px 13px;
   width: 550px;
   background-color: #000;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
   left: 25px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

#slider-wrapper {
	width: 587px;
	height: 240px;
	padding: 50px 30px 20px 20px;
	background-image: url(images/slider_bkg.jpg);
	position: relative;
	left: 10px;
}

h2.latest { color: #F8CC7A; 
			margin: 40px 25px -9px 45px;
}

/*****************Summary Box *****************/
/***************************************************/

#app-summary h4{
	color: #A15000;
}

.itunes{
	margin-left: 0px !important;
}

.search-thumb {
	position: relative;
	left: 180px;
}

.search-result {
	border-bottom: 2px dotted #F8CC7A;
}


/*************** Index Page ********************/
/**********************************************************/

.post {
	width: 320px;
	float: left;
	height: 420px;
}

.index-inside .postContent h3 {
	margin: 30px 20px 10px 20px;
	font-size: 26px !important;
}

.index-inside {
	margin: 0;
	padding: 0 0 60px 0;
	background: transparent url(images/index_inside_bkg.png) no-repeat left bottom;
	height: 339px;		
}

.index-postContent {
	margin: 0;
	padding: 15px 0 10px 0px;
	background: transparent url(images/index_top_bkg.png) no-repeat;
	height: 295px;
}

.index-postContent h3 {
	margin:20px 25px -9px 40px;
}

.index-postMeta {
	margin-left: 20px;
} 

.index-postContent p {
	margin-left: 40px;
        margin-right: 20px;

}

.thumb {
	position: relative;
	top: 0px;
	left: -10px;
}

.related li {
	margin-right: -100px !important;
	margin-left: -25px !important;
}

.related-h2 {
	margin-left: 50px !important
}

.published {
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	margin-bottom:-8px;
	margin-left:20px !important;
	margin-top:-15px;
	padding-bottom:8px;
	padding-top:8px;
}

.excerpt {
	margin-top: -15px;
}
/**********App Score *******************/

.appScore {
	color:white;
	font-size:20px;
	height:30px;
	left:178px;
	position:relative;
	text-align:center;
	top:-120px;
	width:30px;
}

/********* Caption text ************/

p.wp-caption-text {
	margin-left: 180px;
	font-weight: bold;
}

.size-full {
	margin-left: 100px;
}

#summary p {
	font-size: 30px;
	font-weight: bolder;
	color: #CA6D00;
}

.five {
	font-size: 40px;
	color: #595959;
}

#summary {
	border-bottom:2px dotted #F8CC7A;
	border-top:2px dotted #F8CC7A;
	padding-top: 20px;
}

.appHQ {
	margin-left: 50px;
}

#thanks {
	position: absolute;
	top: 0;
	width: 960px;
	color: #f8cc7a;
}