/*
Theme Name: PuneTechThemev1
Theme URI: http://punetech.com
Description: A unique Wordpress theme developed for www.PuneTech.com by www.CodeStudio360.com
Version: 1.0
Author: <a href="http://www.CodeStudio360.com/">CodeStudio360</a>
Tags: simple, blue, punetech
*/

/*===============================================
RESET
===============================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*===============================================
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%;
}

/*===============================================
GLOBAL
===============================================*/

body {
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 12px;
	color: #303030;
	background-color: #133660;
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Sans', 'Expletus Sans', 'Verdana', 'Arial', 'Trebuchet MS';
}

a { color: #355E8F; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

strong { font-weight: bold; }
em { font-style: italic; }
small { font-size: 11px; }

.running { font-family: 'Julee', 'Droid Sans', 'Verdana', 'Arial', 'Trebuchet MS'; }
.running-15 { font-family: 'Julee', 'Droid Sans', 'Verdana', 'Arial', 'Trebuchet MS'; font-size: 15px; }

/*===============================================
HEADER-META
===============================================*/

.header-meta-wrap {
	margin-bottom: 20px;
	width: 100%;
	font-size: 11px;	
	color: #A0A0A0;
	background-color: #101010;
	border-bottom: 1px solid #090909;
}

.header-meta {
	margin: 0 auto;
	padding: 10px 0px;
	width: 1080px;
}

.header-meta a { color: #AFAFAF; font-weight: bold; }
.header-meta a:hover { color: #FFFFFF; }

/*===============================================
HEADER WRAP + HEADER
===============================================*/

.header-wrap {
	overflow: hidden;
	width: 100%;
	height: 50px;
	background-color: #101010;
	border-bottom: 1px solid #090909;
	
	box-shadow: 0px 0px 8px #000000;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
}

.header {
	margin: 0 auto;
	width: 1100px;
	height: 50px;
}

.header-left {
	float: left;
	width: 250px;
	height: 50px;
	text-align: left;
}

.header-right {
	float: right;
	width: 730px;
	height: 50px;
	text-align: right;
}

.header-left img {
	margin-top: 5px;
}

.header-right p {
	margin-top: 10px; 
}

.header-right p a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.header-right p a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/*===============================================
NAVIGATION WRAP + NAVIGATION
===============================================*/

.navigation-wrap {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 1108px;
	height: 46px;
	background-image: url(images/navigation-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.navigation {
	margin: 0 auto;
	width: 1080px;
	height: 46px;
}

.navigation-left {
	float: left;
	width: 830px;
	font-family: 'Droid Sans', 'Expletus Sans', 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 13px;
	text-align: left;
	text-transform: capitalize;
}

.navigation-right {
	float: right;
	width: 250px;
	text-align: right;
}

.navigation-left p { margin-top: 13px; }
.navigation-left a {
	margin-right: 20px;
	color: #FFFFFF;
}
.navigation-left a:hover { color: #E0E0E0; }

.navigation-right form { margin-top: 10px; }

.searchbox {
	padding: 3px 28px 3px 3px;
	width: 200px;

	background-color: #505050;
	background-image: url(images/searchbox.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	border: 1px solid #000000;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.searchbox:focus {
	background-color: #F0F0F0; 
	box-shadow: 0px 0px 3px #FFF;
	-moz-box-shadow: 0px 0px 3px #FFF;
	-webkit-box-shadow: 0px 0px 3px #FFF;
}

.searchbutton { display: none; }

/*===============================================
TAGLINE WRAP + TAGLINE
===============================================*/

.tagline-wrap {
	width: 100%;
	color: #FFF;
}

.tagline {
	margin: 0 auto;
	width: 1080px;
	padding: 30px 0px;
	text-shadow: 0px 0px 5px #FFFFFF;
}

.tagline h5 {
	margin-bottom: 5px;
	font-size: 32px;
	text-transform: capitalize;
}

.tagline h6 {
	font-size: 15px;
	text-transform: uppercase;
}


/*===============================================
CONTAINER WRAP + CONTAINER
===============================================*/

.container-wrap {
	margin: 0 auto;
	width: 1100px;
	background-color: #FFFFFF;
	border: 1px solid #041F3F;
	
	box-shadow: 0px 0px 5px #041F3F;
	-moz-box-shadow: 0px 0px 5px #041F3F;
	-webkit-box-shadow: 0px 0px 5px #041F3F;
}

.container {
}

/*===============================================
NOTICE WRAP + NOTICE
===============================================*/

.notice-wrap {
	margin-bottom: 20px;
	width: 100%;
	background-color: #FEF9F0;
	background-image: url(images/notice-32px.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top: 1px solid #FBB829;
	border-bottom: 1px solid #FBB829;
	line-height: 16px;
}

.notice {
	margin: 0 auto;
	width: 1080px; 
}

.notice-left {
	float: left;
	padding: 10px 0px;
	width: 799px;
	text-align: left;
	border-right: 1px solid #FBB829;
}

.notice-right {
	float: right;
	padding: 10px 0px;
	width: 280px;
	background-image: url(images/gtalk-32px.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: center;
}

.notice-left p {
	padding-left: 40px;
	padding-right: 10px;
}

.notice-right p {
	padding-left: 50px;
}


/*===============================================
PAGE WRAP + PAGE
===============================================*/

.page-wrap {
	width: 100%;
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

.page {
	margin: 0 auto;
	padding: 20px 0px;
}

/*===============================================
CONTENT WRAP + CONTENT
===============================================*/

.content-wrap {
	float: left;
	width: 700px;
}

.content {
	margin: 0 auto;
	width: 660px;
	text-align: left;
	line-height: 20px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, 
.content ul, .content ol, .content blockquote, .content table {
	margin-bottom: 15px;
}

.content h3 {
	margin-top: 20px;
	padding: 10px 0px;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 1px solid #E0E0E0;
}

.content h4 {
	padding: 10px 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
}

.content ul, .content ol {
	margin-left: 30px;
	list-style-position: outside;
}

.content ul {
	list-style-type: square;
}

.content ol {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
}

.content blockquote p { margin-bottom: 0px; }

.content blockquote {
	padding: 15px;
	font-style: italic;
	background-color: #FAFAFA;
	background-image: url(images/blockquote-bg.png);
	background-repeat: no-repeat;
	background-position: 99% 10px;
	border-left: 2px solid #355E8F;
}

.content table {
	font-size: 11px;
	border: 1px solid #E0E0E0;
	border-collapse: collapse;
	empty-cells: show;
}

.content table td { 
	padding: 5px 7px;
	border-bottom: 1px solid #F0F0F0;
}

.content table thead td { 
	font-weight: bold;
	color: #355E8F;
	background-color: #FAFAFA; 
}

/*===============================================
SIDEBAR WRAP + SIDEBAR
===============================================*/

.sidebar-wrap1 {
	float: left;
	width: 200px;
}

.sidebar1 {
	margin: 0 auto;
	width: 160px;
	text-align: left;
}

.sidebar-wrap2 {
	float: right;
	width: 200px;
}

.sidebar2 {
	margin: 0 auto;
	width: 160px;
	text-align: left;
}

.sidebar1 h3, .sidebar2 h3 {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	background-color: #EDEDED;
	background-image: url(images/sidebar-heading.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform: capitalize;
	text-align: center;
	border: 1px solid #CFCFCF;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sidebar1 p, .sidebar2 p {
	margin-bottom: 10px;
}

.sidebar-section {
	margin-bottom: 25px;
}

.sidebar-subscribe-textbox {
	margin-bottom: 3px;
	padding: 3px;
	width: 95%;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 12px;
	border: 1px solid #C0C0C0;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sidebar-subscribe-textbox:focus { 
	border-color: #303030; 
}

.sidebar-subscribe-button {
	cursor: pointer;
	padding: 3px 5px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 11px;
	color: #FFF;
	background-color: #D35D5E;
	background-image: url(images/red-button-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #7F0A07;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sidebar-subscribe-button:hover {
		box-shadow: 0px 0px 3px #303030;
		-moz-box-shadow: 0px 0px 3px #303030; 
		-webkit-box-shadow: 0px 0px 3px #303030;
}

/*===============================================
SIDEBAR CATEGORY MENU
===============================================*/

.sidebar-category-menu {
	width: 100%;
	font-size: 11px;
}

.sidebar-category-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

.sidebar-category-menu li {
	padding-bottom: 0px;
}

.sidebar-category-menu li a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/sidebar-menu-bg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	border-bottom: 1px solid #E0E0E0;
}

.sidebar-category-menu li a:hover {
	background-color: #E0E0E0;
}

.sidebar-category-menu ul li ul li a {
	font-weight: normal;
	background-image: url(images/sidebar-menu-bg1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*===============================================
SIDEBAR MENU
===============================================*/

.sidebar-menu {
	width: 100%;
	font-size: 11px;
}

.sidebar-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

.sidebar-menu ul li {
	padding-bottom: 0px;
}

.sidebar-menu ul li a {
	display: block;
	padding: 5px 5px 5px 10px;
	color: #000000;
	background-image: url(images/sidebar-menu-bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #E0E0E0;
}

.sidebar-menu ul li a:hover {
	background-color: #E0E0E0;
}

/*===============================================
FOOTER-SUBSCRIBE-WRAP + FOOTER-SUBSCRIBE
===============================================*/

.footer-subscribe-wrap {
	width: 100%;
	font-size: 12px;
	color: #FAFAFA;
	background-color: #292929;
	background-image: url(images/email-subscription-bag.png);
	background-repeat: no-repeat;
	background-position: -10px top;
	border-top: 1px solid #1A1A1A;
	line-height: 18px;
}

.footer-subscribe {
	margin: 0 auto;
	padding: 15px 0px;
	width: 980px;
}

.footer-subscribe-left {
	float: left;
	width: 670px;
	text-align: left;
}

.footer-subscribe-right {
	float: right;
	width: 310px;
	text-align: right;
}

.footer-subscribe-left p {
	padding-left: 110px;
}

.footer-subscribe-left h5 {
	margin-bottom: 5px;
	padding-left: 110px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-subscribe-right form {
	margin-top: 0px;
}

.email-subscription-text-footer {
	margin-bottom: 5px;
	padding: 8px 5px;
	width: 295px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}

.email-subscription-text-footer:focus { 
	border: 1px solid #000;
	box-shadow: 0px 0px 3px #FFF; 
	-moz-box-shadow: 0px 0px 3px #FFF; 
	-webkit-box-shadow: 0px 0px 3px #FFF; 
}

.email-subscription-submit-footer {
	cursor: pointer;
	padding: 7px 30px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 13px;
	color: #FFF;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #101010;
}

.email-subscription-submit-footer:hover {
	background-position: left bottom;
}

/*===============================================
FOOTER WRAP + FOOTER
===============================================*/

.footer-wrap {
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	color: #C0C0C0;
	line-height: 16px;
}

.footer {
	margin: 0 auto;
	padding: 15px 0px;
	width: 1100px;
}

.footer span {
	font-weight: bold;
}

.footer a { color: #CFCFCF; }
.footer a:hover { color: #FFFFFF; }

.footer-left {
	float: left;
	text-align: left;
}

.footer-right {
	float: right;
	text-align: right;
}

/*===============================================
POSTS
===============================================*/

.post-title {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	border-bottom: 1px solid #E0E0E0;
}
.post-title a { color: #303030; }
.post-title a:hover { color: #355E8F; }

h3.posts-title {
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	border-bottom: 1px solid #E0E0E0;
}
h3.posts-title a { color: #303030; }
h3.posts-title a:hover { color: #355E8F; }


.vcard {
	color: #A0A0A0;
	font-size: 11px;
}
.vcard span {
	text-transform: uppercase; 
	letter-spacing: 1px; 
}
.vcard a { color: #707070; }
.vcard a:hover { color: #000000; }

.posts-navigation {
	clear: left;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
.posts-navigation-left {
	float: left;
	padding: 10px 0px;
}
.posts-navigation-right {
	float: right;
	padding: 10px 0px;
}

.featured-post {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 90%;
	background-color: #FEF9F0;
	background-image: url(images/featured-corner.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #FBB829;
	border-bottom: 1px solid #FBB829;
	text-align: left;
}

.featured-post1 {
	padding: 10px;
	background-image: url(images/featured-corner-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.featured-post p { padding-left: 50px; }
.featured-post img { margin-left: 50px; }
.featured-post h3 { 
	margin-bottom: 5px;
	padding-left: 50px;
	font-size: 24px;
	font-weight: bold; 
}

.next-previous-post {
	padding: 10px;
	background-color: #FEF9F0;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 99% 10px;
	border-top: 1px solid #FBB829;
	border-bottom: 1px solid #FBB829;
}

.related-posts {
	padding: 10px;
	background-color: #FEF9F0;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 99% 10px;
	border-top: 1px solid #FBB829;
	border-bottom: 1px solid #FBB829;
}

.attachment-post-thumbnail, .wp-post-image {
	float: left;
	margin-right: 20px;
	border: 3px solid #F0F0F0;
}

/* New */

.post-metadata {
	font-size: 11px;
	color: #707070;
	line-height: 16px;
}
.post-metadata span { }

.post-tags {
	font-size: 11px;
	color: #707070;
	line-height: 16px;
}

/*===============================================
COMMENTS
===============================================*/
/*
.comments-wrap {
	background-color: #FAFAFA;
	border: 1px solid #E0E0E0;	
}

.comments {
	margin: 0 auto;
	padding: 10px 0px;
	width: 95%;
}

.comments-title {
	margin: 0px;
	padding: 15px;
	font-size: 20px;
	background-color: #F0F0F0;
	text-transform: capitalize;
}

.comments h3, .comments p, .comments ul, .comments ol {
	margin-bottom: 15px;
	line-height: 18px;
}

.comments ol {
	margin-left: 0px;
	list-style-type: none;
	list-style-position: inside;
}

.comments-meta { font-style: italic; }

.comments-list {
	margin-left: 0px;
	list-style-type: none;
	list-style-position: inside;
}

.comments-list li {
	margin-bottom: 30px;
	border-top: 0px solid #E0E0E0;
}


.comment-author {
	margin-bottom: 10px;
	padding: 7px 7px 7px 28px;
	background-color: #F0F0F0;
	background-image: url(images/comments-author.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	border: 1px solid #E0E0E0;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comments-time {
	float: right;
	color: #A0A0A0;
}

.comments-moderation {
	color: #AF3636;
}

.comments-note {
	color: #A0A0A0;
}

.comment-textbox {
	padding: 5px;
	width: 350px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 12px;
	border: 1px solid #C0C0C0;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comment-textbox:focus { 
	border-color: #303030; 
}

.comment-author-admin .comment-author, .bypostauthor .comment-author, .comments-list li.bypostauthor .comment-author, .comments-list li.comment-author-admin .comment-author {
	background-color: #FEF9F0;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	border: 1px solid #FBB829;
}

.comment-submit {
	cursor: pointer;
	padding: 7px 15px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 15px;
	color: #FFF;
	background-color: #D35D5E;
	background-image: url(images/red-button-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #7F0A07;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comment-submit:hover {
		box-shadow: 0px 0px 3px #303030;
		-moz-box-shadow: 0px 0px 3px #303030; 
		-webkit-box-shadow: 0px 0px 3px #303030;
}

.leave-reply { padding-top: 20px; border-top: 1px solid #E0E0E0; } */

/*===============================================
EMAIL SUBSCRIPTION
===============================================*/

.email-subscription-form {
	margin-bottom: 10px;
	padding: 20px;
	background-color: #FCFCFC;
	border: 1px solid #CFCFCF;
	text-align: center;
	line-height: 16px;
}

.email-subscription-title {
	padding-right: 130px;
	font-size: 20px;
	background-image: url(images/email-subscription-bag.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: capitalize;
	line-height: 28px;
}

.email-subscription-text {
	padding: 10px;
	width: 95%;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 15px;
	background-color: #FFFFFF;
	border: 1px solid #707070;
}

.email-subscription-text:focus { border: 1px solid #000; }

.email-subscription-submit {
	cursor: pointer;
	padding: 10px 30px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 15px;
	text-transform: uppercase;
}

/*===============================================
HOME FEATURED + HOME LATEST
===============================================*/

.home-featured-category-wrap {
	float: left;
	width: 50%;
	text-align: center;
}

.home-featured-category {
	margin: 0 auto;
	width: 90%;
	text-align: left;
}

.home-latest-category-wrap {
	float: left;
	width: 50%;
	text-align: center;
}

.home-latest-category {
	margin: 0 auto;
	width: 90%;
	text-align: left;
}

h5.featured-title {
	padding: 10px;
	font-size: 18px;

	background-color: #F0F0F0;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}

h5.latest-title {
	padding: 10px;
	font-size: 18px;
	background-color: #F0F0F0;
}

.home-featured-category h3, .home-latest-category h3 {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #E0E0E0;
}
.home-featured-category h3 a, .home-latest-category h3 a { color: #303030; }
.home-featured-category h3 a:hover, .home-latest-category h3 a:hover { color: #355E8F; }

/* ======================================================================= */

.comments-section-wrap {
	background-color: #FAFAFA;
	border-bottom: 1px solid #E0E0E0;
}

.comments-section {
	margin: 0 auto;
	padding: 10px 0px;
	width: 95%;
}

.comments-title {
	margin: 0px;
	padding: 15px 10px;
	font-family: 'Droid Sans', 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 18px;
	background-color: #EDEDED;
	background-image: url(images/sidebar-heading.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform: uppercase;
}

.response-count { font-family: 'Droid Sans', 'Verdana', 'Arial', 'Trebuchet MS'; font-size: 15px; }
.response-count span { font-weight: bold }

.leave-reply { font-size: 18px; }
.leave-reply span { font-size: 11px; }

.comment-textbox {
	padding: 5px;
	width: 300px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 12px;
	border: 1px solid #C0C0C0;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comment-textbox:focus { 
	border-color: #303030; 
}

.comment-submit {
	cursor: pointer;
	padding: 5px 10px;
	font-family: 'Droid Sans', 'Verdana', 'Arial', 'Trebuchet MS';
	font-size: 15px;
	color: #FFF;
	background-color: #D35D5E;
	background-image: url(images/red-button-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #7F0A07;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comment-submit:hover {
		box-shadow: 0px 0px 3px #303030;
		-moz-box-shadow: 0px 0px 3px #303030; 
		-webkit-box-shadow: 0px 0px 3px #303030;
}


ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { border:1px solid #E0E0E0; border-radius:3px; box-shadow: 0px 0px 3px #E9E9E9; -moz-box-shadow: 0px 0px 3px #E9E9E9; -webkit-box-shadow: 0px 0px 3px #E9E9E9; -moz-border-radius:3px; -webkit-border-radius:3px; margin:0 0 10px; padding:5px 7px 5px 50px; position:relative; }
ol.commentlist li.pingback div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 13px; color: #303030 }
ol.commentlist li div.vcard cite.fn a.url {  text-decoration:none; color: #D35D5E; }
ol.commentlist li div.vcard cite.fn a.url:hover { color: #000000;  }
ol.commentlist li div.vcard img.avatar { background: #FCFCFC; border:1px solid #F0F0F0; padding: 2px; left:5px; position:absolute; top:5px; }
ol.commentlist li div.comment-meta { font-weight:normal; font-size: 11px; position:absolute; right:5px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { text-decoration:none; }
ol.commentlist li p { font-weight:normal;  margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal;  list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 Verdana, Arial; padding:6px 5px 4px;  text-align:center; width:36px; height: 10px; }
ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:capitalize; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background-color:transparent; }
ol.commentlist ul.children li.even { background-color:transparent; }
ol.commentlist li.odd { background:#FFFFFF; }
ol.commentlist li.even { background:#FFFFFF; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist span.says { display: none }
ol.commentlist li ul.children li.depth-5 .reply { display:none;}


/* Added by Navin. Taken from Wordpress Core. */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #eee;
    border: 1px solid #cfcfcf;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    text
}
