/*  
Template Name: Corpvox
Version: 1.0
Author: Daily Blog Tips
Author URI: http://www.dailyblogtips.com/wordpress-themes/
*/

html, body {
	background: #E3E3E3;
	color: #000;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
}

p {
	padding: 3px 0;
	margin: 3px 0;
}

h1, h2, h3, h4, h5 {
	padding: 2px 0;
}

ul, ol {
	list-style: none;
	padding: 5px 0;
}

small {
	font-size: 11px;
}

code {
	font-size: 11px;
}

a {
	color: #9b2b10;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 20px;
	margin: 5px auto;
	background: #EDEDED;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

#wrap {
	width: 994px;
	margin: 0 auto;
	background: #fff;
}

#wrap_in {
	width: 954px;
	padding: 0 20px;
	min-height: 500px;
}

/* Top */

#top {
	width: 914px;
	height: 132px;
	padding: 0px 20px;
	background: url('img/body_bg.gif') no-repeat;
	margin: 0;
}

#top .col-left {
	width: 500px;
}

#top .col-left h1 {
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 5px 0;
}

#top .col-left h1 a {
	color: #212121;
}

#top .col-right img {
	margin-left: 15px;
}



/* Menu */

#menu {
	width: 936px;
	height: 42px;
	background: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;

}

#menu ul {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	float: left;
	width: 715px;
}

#menu ul li {
	display: inline;
	float: left;
	display: block;

}

#menu ul li a {
	padding: 0 40px 0 5px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #9b2b10;
	text-decoration: none;
}

/* Sidebar (search) */

.search {
	width: 200px;
	height: 42px;
	position: relative;
	float: right;
}

.search input.field {
	font-family: Verdana;
	width: 180px;
	height: 25px;
	margin-top: 5px;
	position: absolute;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	color:#666;
	border: 1px solid #ccc
	
}

.search input.sb {
	position: absolute;
	right:30px;
	top: 5px;
}



/* Content Wrap */

#gallery { position: relative; padding:0; margin-bottom:30px;}
#gallery .slides {border: 7px solid #ccc; padding: 0; margin: 0; width:550px; height: 250px;}
#gallery a:link.next, #gallery a:visited.next {position: absolute; top: 100px; left: 522px; z-index: 100}
#gallery a:link.prev, #gallery a:visited.prev {position: absolute; top: 100px; left: 7px; z-index: 100}
#gallery ul {padding: 0; margin: 0; list-style-type: none;}
#gallery ul li {padding: 0; margin: 0; list-style-type: none;}
#gallery img {padding: 0; margin: 0}

#content_wrap {
	width: 914px;
	padding: 5px 20px 10px 20px;
}

/* Content */

#content {
	width: 550px;
	line-height: 1.6em;
	padding-bottom: 20px;
	color: #333;
	font-size:13px;
	
}

#content h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	
}

.write {
	margin: 0; 
	padding: 0;
}

.write img {
border: 1px solid #ccc;
padding: 5px;
margin: 5px;
}

#content h2 a {
	color: #000000;
}

#content h2 a:hover {
	color: #9b2b10;
	text-decoration: none;
}



#content h2.arh {
	margin: 0;
	padding: 0;
}

#content li {
	line-height: 16px;
	padding: 2px 0;
}

#content ul {
	padding-left: 10px;
}

#content ul li {
	list-style: disc;
}

#content ol {
	padding-left: 28px;
}

#content ol li {
	list-style: decimal;
}

.post {
	margin-bottom: 25px;
}

h4 {font-size:18px;color:#000;border-bottom: 10px solid #ccc;}


#excerpt {
	margin-bottom: 25px;
	padding: 2px 5px;
	width: 550px;
	border-bottom: 1px solid #ccc;
}	

#excerpt p {
}


.postbottom {
width: 550px;
font-size: 14px;
color: #000;
text-align: right;
font-weight: bold;
text-transform: uppercase;
padding-top: 0px;
border-bottom: 1px solid #ccc;
}

.postbottom p {
width: 500px;
color: #000;
}

.postbottom a {
color: #000;
}

.postbottom a:hover {
text-decoration: none;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* Comments (single.php and comments.php) */

.comments_wrap {
	width: 600px;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	padding: 2px;
	border: #DDDDDD 1px solid;
}

.comments_wrap .right {
	width: 500px;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}






#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#welcome {
float: left;
width: 250px;
margin-bottom: 15px;
margin-left:100px;
}

#welcome p {
padding: 0px 0px;
color: #333;
font-size: 18px;
line-height: 24px;
width: 315px;
font-weight: bold;
margin-bottom: 15px;
}

#welcome img {
width: 250px;
border: 2px solid #ccc;
}

#welcome h3 {
	font-size: 18px;
	padding: 0px 15px;
	margin: 15px 0 5px 0;
	color: #333;
}


#sidebar {
	width: 250px;
	background: #000 url('img/sidebar_bg.jpg') no-repeat;
	padding:10px;
	margin-top: 10px;
	margin-left: 90px;
	float: left;
	color: #fff;
}

#sidebar h3 {
	font-size: 20px;
	padding: 0px 15px;
	margin: 15px 0 5px 0;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar ul {
	padding: 2px 10px;
	margin: 0;
}

#sidebar li {
	line-height: 16px;
	padding: 5px 5px;
	margin: 0;


}

#sidebar ul li a {
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
}

#sidebar ul li a:hover {
text-decoration: none;
color: #fff;
}


/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #DDDDDD;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Tage Cloud */

#tag_cloud {
	margin-bottom: 10px;
}

#tag_cloud h3 {
	margin-bottom: 10px;
}

/* Text Widget */

.textwidget {
	padding: 10px 0;
}

/* Footer */

.footer {
font-size: 12px;
color: #999;
padding-bottom: 10px;
margin-top: 20px;
}

.footer_right ul {
list-style: none;
float: left;
}

.footer_right li {
float: left;
padding: 0px 5px;
border-right: 1px solid #999;
}

.footer_left {
float: right;
}

.footer a {
color: #999;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
color: #9b2b10;
}

.postmeta {
color:#979797;
font-size:15px;
margin:0;
padding:4px 0;
text-align:left;
width:620px;
}
/* Fix */

.comments_wrap:after,
.wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

.clear {clear:both;}