/*   
Theme Name: Premium WP
Theme URI: http://themes.techtrot.com/
Description: Custom Theme for Themes
Author: Ravi Varma
Author URI: http://www.techtrot.com/
Template: basepress
Version: 1.0
Tags: BasePress
.
TechTrot is Ravi Varma http://www.techtrot.com/
.
*/

@import url('../basepress/library/styles/default.css');

body { font-size:14px; font-family:georgia, 'lucida grande', serif; color:#333; }

/*-----[ Structural Headings ]-----*/
.homelink { margin:0; font-size:2.2em; line-height:1.5; }
.tagline { margin:0; font-size:1em; line-height:1;}
.entry-title { margin:0; font-size:1.5em; line-height:1; }
.widgettitle { margin:0 0 9px 0;}
.comments-heading {font-size:1.5em; line-height:1; margin:1em 0 1em;}

/*-----[ Layout ]-----*/
#wrapper { margin:0 auto; width:600px; background:#fff; }
	#page { padding:40px; }
	#header {position:relative;}
		#branding {margin-bottom:21px;}
	#content-main { width:520px; }
	#footer { clear:both; text-align:right;}


#skip-link {position:absolute; left:-999em;}
/*-----[ Content ]-----*/
acronym, abbr {border-bottom:none; cursor:help;}

.not-singular .photo { float:right; margin:0 0 20px 20px;}
.singular .photo {width:270px; float:right; margin:0 0 1em 1em; padding:0.3em; border:1px solid #e5e5e5;}

.blog .entry {background:; margin:0 0 1.5em 0; padding:21px 21px 0 21px; border:1px solid #dfdfdf;}
.blog .theme-info {padding:20px 0 0; border-top:1px solid #dfdfdf;}
.single .theme-info {background:#DFF4FF; margin:0 0 1.5em 0; padding:10px; border:1px solid #B3DAEF;}

.entry-info {margin-bottom:10px; color:#999; font-style:italic; font-size:12px;}
.entry-info a {color:#999;}

.theme-info ul {margin:0;}
.theme-info ul li {width:45%; float:left; list-style-type:none; font-weight:bold;}
.theme-info ul span {font-weight:normal;}
.theme-info img.rating {height:15px; padding-top:2px;}
.theme-info p.photo-wrap { margin:0; }
.theme-info p.summary { padding-top:20px; clear:left;}
.single .theme-info p.summary { margin:0;}
.entry-content {}

.theme-features { clear:both; border-collapse:inherit; padding:10px 10px 0 10px;}
.theme-features caption{ }
.theme-features tbody th {font-weight:normal; text-align:left;}
.theme-features thead {text-align:left;}
.theme-features tbody td {}
.theme-features tfoot td {text-align:center; padding:20px 10px;}
.theme-features .alt {background:#e9e9e9;}
.theme-features ul {margin:0; list-style-type:none;}
.uncommon-features ul li {padding-left:15px; background:url(images/list-bullet.png) no-repeat 0 0.53em;}

.buy-button {padding:3px 7px; background:#494949; border:1px solid #444; color:#fff; font-style:normal;}
.buy-button:hover {background:#555;}

/*-----[ Sidebars ]-----*/
.aside { font-size:0.9333em; }
	.aside .aside-list { padding:1.5em 0 0 0; }
		.aside-list .widget { margin-bottom:1.5em; }
			.widget li { margin-bottom:9px; line-height:18px; }


/*-----[ Navigation ]-----*/
.nav-links { margin:1.5em; overflow:hidden; height:1%;}
.nav-previous { float:left; width:50%; }
.nav-next{ float:right; width:50%; text-align:right;}

/*-----[ Comments ]-----*/
#comments { margin:0 20px; display:none; }
.commentlist { list-style-type:none; margin-left:0; }
	.avatar { float:left; padding-right:7px; }
	.pings-list .says { display:none; }
	/*--[ Threaded Comments ]--*/
	.commentlist .children li { margin-left:10px; margin-top:10px; }
	.depth-1.parent { border:1px solid #dadada; }
	.thread-alt { background-color:#ececec; }
	.bypostauthor{}
	/*--[ Comments Form ]--*/
	#commentform { margin:0 0 1.5em; }
		.form-input { margin:0 0 1em; }
		.text-input { width:95%; border:1px solid #ccc; padding:5px; }
		.text-input:focus { border-color:#888; }
	/*--[ Comment Navigation ]--*/
	.comment-nav .page-numbers { padding:5px; border:1px solid #ccc; }

/*-----[ Links ]-----*/
a { text-decoration:none; color:#2361A1; }
.entry-content p a { text-decoration:underline; }
.entry-content p a:hover { text-decoration:none; }
.singular a .photo:hover {border-color:#2361A1;}

/*-----[ Clearfix ]-----*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

.theme-info:after,
.entry-content:after,
#content:after,
#content-supp:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.theme-info {display: inline-block;}
/* Hides from IE5/Mac \*/
* html .theme-info {height: 1px;}
.theme-info {display: block;}
/* End hide from IE5/Mac */