/*
Theme Name: Brazen Blog
Description: Simple blog design for the Brazen Blog.
Version: 1.0.0
Author: Brazen
*/

*{
	margin: 0;
	padding: 0;
}

/* ### CSS RESET ### */
body,html{
	height:100%;
	width:100%;
}
html,body,div,span,p,a,applet,object,iframe,font,h1,h2,h3,h4,h5,h6,blockquote,pre,code,img,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tr,th,td,caption,tbody,tfoot,thead,abbr,acronym,address,big,cite,del,dfn,em,img,kbd,q,s,samp{
	background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline;
}

body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:underline}del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/* ### MAIN SETTINGS ### */

#top, #bottom, #left, #right {
	background: #ff6c4a;
	position: fixed;
}
#left, #right {
	top: 0; bottom: 0;
	width: 8px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
	left: 0; right: 0;
	height: 8px;
}
#top { top: 0; }
#bottom { bottom: 0; }
		

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
		
	/*color:#485ee4;*/
	/*color: #ff6c4a;*/
	color:#333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-transform: none;
	font-weight: normal !important;
	letter-spacing: 1.2pt;
	line-height: 15pt;
	min-width: 950px;
}

h1,h2,h3,h4,h5,h6{color:#ff6c4a !important;}
h1{
	font-size:18px;
	text-transform: uppercase;
}
h2{font-size:18px}
h3{font-size:16px}
h4{font-size:14px}
h5{font-size:12px}
h6{font-size:10px}
a:focus{outline:none}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
ol{list-style:decimal}
ul{
	list-style:none;
}
li{margin-left:0px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:0px}

a{
	color:#485ee4;
	text-decoration:none;
	/*text-decoration: underline;*/
	padding-bottom: 0px;
	border-bottom: solid;
	border-bottom-width: 1px;
}
a:hover{
	border-bottom: none;
}

kbd{font-size:10px}
q:before,q:after{}
dd{margin-left:20px}
pre{
	font-size:11px;
	margin-bottom: 15px;	
}
p img{max-width:100%}

/* ### PAGE SETTINGS ### */
#content{margin:20px auto;min-height:400px;padding:0}
#main{width:550px}
.col-full{margin:0 auto;width:880px}
.col-left{float:left}
.col-right{float:right}

/* ### HEADER ### */
#header{
	height:120px;
}
#logo{
	width: 100%;
	padding:55px 0;
	width:490px;
	text-align: center;
}
#logo h1{
	font-size: 30px;
	line-height:30px;
}
#logo h1 a,#logo h1 a:hover{
	color:#485ee4;
	text-decoration:none;
}
#logo span.description{font-size:11px;margin:0 30px}

#logo a{
	text-decoration:none;
	border:none;
}

/* ### NAVIGATION BARS ### */ 
#top-nav{font-size:10px;font-weight:normal;text-transform:uppercase}
#top-nav .current_page_item a, #top-nav .current_page_item a:hover{color:#485ee4}
#sec-nav{font-size:12px;font-weight:normal;text-transform:uppercase}
#sec-nav{border-top:1px dotted #485ee4;border-bottom:1px dotted #bbb}

/* ### NAVIGATION CSS CLASS ### */
.nav{display:inline-block;line-height:100%;margin:0;padding:7px 6px 0}
.nav a{color:#485ee4;display:block;margin:0;padding:8px 10px;text-decoration:none}
.nav a:hover{background:#666;color:#fff}
.nav .current a, .nav li:hover > a{background:#666;color:#fff}
.nav li{float:left;list-style:none;margin:0 5px;padding:0 0 8px;position:relative}
.nav li:hover > ul{display:block}
.nav ul{background:#fff;border:1px solid #b4b4b4;display:none;left:0;margin:0;padding:0;position:absolute;top:25px;width:185px}
.nav ul a{font-weight:normal}
.nav ul a:hover{background:#666 !important;color:#fff !important}
.nav ul ul{left:185px;top:-1px}
.nav ul li{float:none;margin:0;padding:0}
.nav ul li:hover a, .nav li:hover li a{background:none;border:none;color:#666}

/* ### POSTS ### */
.post,div.page{border-top:1px solid #485ee4;margin-bottom:20px;padding:10px 0 15px 0px}

.post-big {
	margin-bottom:10px;
	padding:10px 0 0px 0px
}
.post-meta-big{
	margin-bottom:0px !important;
}
.post-title-big h1,.post-title-big h1 a{
	font-size: 28px;
	line-height:35px;
	color:#ff6c4a;
	margin-bottom:10px;
	text-decoration:none;
	font-weight: normal !important;
	border:none;
	margin-top: -2px;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
}

.post-title h1,.post-title h1 a{
	color:#ff6c4a;
	margin-bottom:10px;
	line-height: 25px;
	text-decoration:none;
	border:none;
	margin-top: -2px;
}
.post-title h1 a:hover{
	color:#ff6c4a;
	text-decoration:none;
	border:none}
.post-title h4{
	padding:10px 0 0px 0px;
	border-top:1px solid #485ee4 !important;
	margin-bottom:10px;
	color:#ff6c4a;
	text-decoration:none;
	border:none;
	text-transform:uppercase;
	font-size: 9pt;
}
.post-entry{}
.post-entry p{
	padding-bottom:15px;
}
.post-entry ul {
	margin-top: 15px;
}
.post-entry ul li{
	list-style:disc;
	list-style-position: inside !important;
	text-indent: -13px;
	margin: 0 20px 0 45px;	
}
.post-entry .footnotes {
	border-left:1px solid #ff6c4a;
	font-style:italic;
	margin:15px 30px 0px 0px;
	padding-left:20px;
	font-size: 8.5pt;
	font-weight: normal !important;
	letter-spacing: 1pt;
	line-height: 11.5pt;
	color: #485ee4;
	padding-bottom: 0px;

}
.post-meta{
	color:#666;
	font-size:10px;
	margin-bottom:20px;
	margin-top: -10px;
}
.post-meta a, .post-meta a:hover{color:#ff6c4a;}
.post-meta-info{color: #ff6c4a;}
.post-meta-comments{float:right}
.post-read-more{margin:30px 0 20px 0}
.post-read-more a{color:#485ee4;}
.post ul li:before{}
.post blockquote{
	border-left:1px solid #ff6c4a;
	font-style:italic;
	margin:15px 30px 15px 0px;
	padding-left:20px;
	font-size: 8.5pt;
	font-weight: normal !important;
	letter-spacing: 1pt;
	line-height: 11.5pt;
	color: #485ee4;
	padding-bottom: 0px;
}
.post blockquote p{
	padding-top: 0;
}
.post blockquote br {
	margin-bottom:15px;
}
.post acronym,.post abbr{border-bottom:1px dashed #999;cursor:help}
.wp-caption p{font-size:11px}
.sticky{background:#fef5be}
div.attachment{border-top:1px solid #485ee4;margin-bottom:20px;padding:30px 30px 10px 30px}
p.attachment{text-align:center}

/* ### COMMENTS ### */
.commentlist{border-top:1px solid #485ee4;margin-bottom:20px;padding: 15px 0;text-align:justify}
.commentlist h4{padding:0 30px 0 0}
.commentlist ol{padding-right:30px}
.commentlist ol li{list-style:none}
.comment-meta{font-size:12px;margin:18px 10px 0px 0}
.comment-meta img{float:left;margin:0 10px 0 0}
.comment-meta span{line-height:42px}
.comment-meta span.comment-name{font-weight:bold}
.comment-meta span.comment-name a,.comment-meta span.edit a,.comment-meta span.permalink a{color:#485ee4;}
.comment-meta span.comment-name a:hover,.comment-meta span.edit a:hover,.comment-meta span.permalink a:hover{color:#485ee4;}
.comment-meta span.date{font-size:11px}
.comment-meta span.edit a:hover,.comment-meta span.permalink a:hover{text-decoration:underline}
.comment-entry{border-bottom:1px dotted #485ee4}
.comment-entry p{margin-bottom:15px}
.comment-entry blockquote{border-left:3px solid #485ee4;font-size:13px;font-style:italic;margin:15px 30px 15px 10px;padding-left:20px}
.comment-form{border-top:1px solid #485ee4;font-size:11px;padding-top:30px}
.comment-form h4{margin-bottom:18px;padding:0 30px}
.comment-form a{color:#485ee4;}
.comment-form a:hover{color:#485ee4;}
.comment-form fieldset{padding:0 30px}
.comment-form input{
	border:1px solid #485ee4;
	margin:2px 0;
	padding: 5px;
	background-color: transparent !important;
}
.comment-form textarea{border:1px solid #485ee4;height:150px;margin:2px 0;padding:5px;width:98%}
.comment-form .notice{color:#485ee4;float:right}
.comment-navigation{padding:10px 30px}
.comment-navigation a{color:#485ee4;font-size:10px;font-weight:bold;}
.comment-navigation a:hover{color:#485ee4}
.comment-reply a{color:#485ee4;font-size:10px;font-style:italic;}
.comment-reply a:hover{color:#485ee4}
.comment-unapproved{font-size:10px;font-style:italic;color:#0000cc}
#cancel-comment-reply a{color:#485ee4;font-style:italic;padding:0 30px}
#cancel-comment-reply a:hover{color:#485ee4}
.nocomments{border-top:1px solid #485ee4;margin-bottom:20px;padding:30px}

/* ### POSTS NAVIGATION ### */
.more-entries{padding:20px 0 40px 0}
.more-entries a{color:#485ee4;font-weight:bold;}
.more-entries a:hover{}

/* ### SIDEBAR ### */
#sidebar{overflow:hidden;width:300px}

/* ### WIDGETS ### */
.widget {
	border-top:1px solid #485ee4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	text-transform: none;
	font-weight: normal !important;
	letter-spacing: 1pt;
	line-height: 13pt;
	padding-bottom:10px;
}
.widget h2{
	padding-top:10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	text-transform: none;
	font-weight: normal !important;
	letter-spacing: 1pt;
	line-height: 11.5pt;
	color: #ff6c4a;
	padding-bottom: 0px;
}

.widgettitle{
	margin:0 0 0 0
}
.widgetcontent{
	color: #485ee4;
}
.widget li{margin-left:0px}
.widget ul,.widget_recent_comments ul{padding:0!important}
.widget ul li,.widget_recent_comments ul li{padding-top:0px}
.widget ul li a:hover,.widget_recent_comments ul li a:hover{}
.widget ul li ul .children{padding-left:10px}
.widget select {margin:10px 10px 20px 10px}
.textwidget{margin-bottom:20px;padding:10px}
.widgetsearchform{margin-left:10px}

/* ### CALENDAR ### */
#wp-calendar{clear:both;font-size:12px;width:90%}
#wp-calendar caption {font-weight:bold;padding:0 0 10px 0;text-transform:uppercase}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px}
#wp-calendar td{background:transparent}
#wp-calendar td a{font-weight:bold;text-decoration:none}
#wp-calendar td a:hover{}
#wp-calendar td,table#wp-calendar th{padding:3px 0}
#wp-calendar tfoot a{color:#485ee4;}
#wp-calendar tfoot a:hover{color:#485ee4}

/* ### TAG CLOUD ### */
.widget_tag_cloud .widgetcontent div{padding:10px}

/* ### SEARCH ### */
#searchform{margin:8px 0}
#searchform label{display:none}
input#s{border-top:1px solid #485ee4;color:#666;margin:0 0 20px 0px;padding:3px 0 3px 5px;width:250px}
input#searchsubmit{border-top:1px solid #485ee4;color:#666;height:25px;margin:0}

/* ### FOOTER ### */
#footer {
	color:#485ee4;
	border-top:1px solid #485ee4;
	margin-bottom:20px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	text-transform: none;
	font-weight: normal !important;
	letter-spacing: 1pt;
	line-height: 11.5pt;
	padding-top: 5px;
}
#footer p{line-height:15px}
#footer a{color:#485ee4;}
#footer a:hover{color:#485ee4}
.copyright{color:#999}

/* ### MISCELLANEOUS ### */
.alignleft{float:left}
.alignright{float:right}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.error{background:#ffcdd1;border-top:2px solid #485ee4;border-bottom:2px solid #485ee4;text-align:left;padding:5px 20px}
.alert{background:#fef5be;border-top:2px solid #485ee4;border-bottom:2px solid #485ee4;text-align:left;padding:5px 20px}
.ok{background:#d7f7c4;border-top:2px solid #485ee4;border-bottom:2px solid #485ee4;text-align:left;padding:5px 20px}
.note{background:#efefef;border-top:2px solid #485ee4;border-bottom:2px solid #485ee4;text-align:left;padding:5px 20px}
.info{background:#f7fafd;border-top:2px solid #485ee4;border-bottom:2px solid #485ee4;text-align:left;padding:5px 20px} /* blue */
.download{background:#f7fafd;border-top:2px solid #485ee4;border-bottom:2px solid #485ee4;text-align:left;padding:5px 20px}

/* ### CLEARING FLOATS ### */
html body * dd.clear,html body * div.clear,html body * li.clear,html body * span.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;height:0;list-style:none;margin:0;overflow:hidden;padding:0;visibility:hidden;width:0}

.social-ico {
	width: 20px;
}
.social-ico-link, .social-ico-link:hover {
	text-decoration:none;
	border-bottom:none !important;
	
}
