/*
Theme Name: Custom orange theme
Description: funky blog design
Theme URI: http://rickbjarnason.com
Author: Rick Bjarnason
Author URI: http://www.cheekymonkeymedia.ca
Tags: blog, design, css, news
*/

/*---------------------
		Resets
----------------------*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------
		General Tags
----------------------*/
body {
	background: #fff url(img/BG-body.jpg) repeat-x 0 0;
	font: 10px 'Lucida Grande', Arial, Sans-serif;
	
	
}
code {
	background: #f0f0f0;
	display:block;
	font-family:Monaco,Courier;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	margin:5px 0 15px;
	overflow:auto;
	padding: 10px;
}
blockquote {
	background: #fff;
	border: 1px solid #B7B7B7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 1.2em;
	padding: 10px;

}
cite {
	display: block;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
	width: 100%;
}
/*---------------------
		Layout
----------------------*/
#wrapper {
	margin: 0 auto;
	width:1020px;
}
#header {
	background: url(img/BG-header.jpg) no-repeat 0 41px;
	height: 245px;
	position: relative;
}
#content {
	float: left;
	padding: 40px 0 40px 40px;
	width: 600px;
}
#sidebar {
	float: right;
	padding: 40px 40px 40px 0;
	min-height: 420px;
	width: 280px;
}
#footer {
	background: #454545 url(img/BG-footer.jpg) repeat-x 0 0;
	clear: both;
	overflow: hidden;
	width:100%;
}
/*---------------------
	Header Styles
----------------------*/
#logo {
	background: url(img/logo-trans.png) no-repeat 0 0;
	height: 222px;
	left: 15px;
	position: absolute;
	top:17px;
	width: 294px;
}
#logo a {
	color: #fff;
	font-size: 1.45em;
	left: 28px;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	top:166px;
	
}
#header ul {
	font-size: 1.2em;
	position: absolute;
	text-transform: uppercase;
}
#metanav {
	left: 39px;
	top:16px;
	z-index: 100;
}
#metanav li {
	border-right: 1px solid #acacac;
	float:left;
	padding: 0 5px;
}
#metanav li:last-child {
	border: none;
}
#metanav a {
	color: #acacac;
	text-decoration: none;
}
#metanav a:hover {
	color: #fff;
}
#mainnav {
	font-weight: bold;
	left: 30px;
	top:218px;
}
#mainnav li {
	border-right: 1px solid #252525;
	float:left;
	padding: 0 14px;
}
#mainnav li:last-child {
	border: none;
}
#mainnav a {
	color: #252525;
	text-decoration: none;
}
#mainnav a:hover, #mainnav .current_page_item a{
	color: #e77030;
}
#searchform {
	font-size: 1.2em;
	font-weight: bold;
	left: 720px;
	height: 20px;
	position: relative;
	text-transform: uppercase;
	top: 215px;
	width: 246px;
}
#searchform #s {
	border: 1px solid #b7b7b7;
	background:  #f4f2eb;
	height: 17px;
	width: 183px;
}
#searchform label {
	float: left;
	padding: 3px 10px 0 0;
	width:43px;
}
#searchform #s:focus {
	background: #fff;
}
#searchsubmit {
	background: url(img/search-trans.png) no-repeat 0 0;
	border: none;
	height: 16px;
	position: absolute;
	right: 11px;
	top:3px;
	width: 18px;
}
#tagline {
	color: #f4f2eb;
	font-size: 4em;
	left: 394px;
	position: absolute;
	top: 74px;
	width: 185px;
}
.AG {
	font-family: 'AGRevueCyr';
}
#puter {
	background: url(img/laptop-trans.png) no-repeat 0 0;
	height: 206px;
	left: 647px;
	position: absolute;
	top: 5px;
	width: 378px;
}
/*---------------------
	Content Styles
----------------------*/
#breadcrumb {
	border: 1px solid #b7b7b7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
		}
#breadcrumb div {
	background: #f4f2eb;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	width: 556px;
}
#breadcrumb h3 {
	font-size: 20px;
	float: left;
	margin-right: 10px;
}
#breadcrumb a {
	float: left;
	margin-right: 10px;
}
.post {
	background: url(img/BG-post.png) no-repeat 0 bottom;
	color: #636363;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px 0 20px 0;
}
.post .thumb {
	background: url(img/img-shadow-trans.png) no-repeat 0 bottom;
	height: 200px;
	padding-bottom: 25px;
	width: 200px;
}
.post .thumb img {
	border: 1px solid #b7b7b7;
	
}
.inner {
	float: left;
	overflow: hidden;
	width: 380px;	
}
.post h1 {
	color: #252525;
	font-size: 4em;
	font-variant: small-caps;
	font-weight: bold;
	float: left;
	width:330px;
}
.post h1 a {
	color: #252525;
	text-decoration: none;
}
.post h1 a:hover {
	text-decoration: underline;
}
.post h3 {
	color: #252525;
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 5px 0;
}
.post h3 a {
	color: #252525;
	text-decoration: none;
}
.post h3 a:hover {
	text-decoration: underline;
}
.post p {
	font-size: 1.4em;
	line-height:1.5em;
	padding: .25em 0;
}
.post ul, .post ol {
	font-size: 14px;
	margin-left: 40px;
	
}
.post ul {
	list-style-type: disc;
}
.post ol {
	list-style-type: decimal;
}
.post li {
	padding: 2px 0;
}
.post img {
	border: 1px solid #b7b7b7;

}
.comment-count {
	background: url(img/BG-comment-trans.png) no-repeat 0 0;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	line-height: 27px;
	margin-top: 8px;
	padding: 2px 2px 0;
	text-align: center;
	width: 46px;
}
.meta {
	color: #e87030;
	clear: both;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2em;
}
.single .meta {
	clear: right;
	width: 550px;
}
.meta a {
	color: #e87030;
}
.meta a:hover {
	color: #252525;
}
.more-link {
	background: url(img/BG-more-trans.png) no-repeat 0 0;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 142px;
}
.more-link:hover {
	background: url(img/BG-moreOn-trans.png) no-repeat 0 0;
}
.dd_after {
	background: #fff;
	border: 1px solid #b7b7b7;
	clear: both;
	height: 80px;
}
.dd_after table {
	margin: auto;
}
.dd_after td {
	vertical-align: top;
	padding: 2px 5px;
}
.clear-fix {
	clear: both;
	float: left;
	overflow: hidden;
	margin: 10px 0;
}
/*--------------------------
	Contact page styles
--------------------------*/
.linklove {
	display: none;
}
#content .cform {
	background: #f4f2eb;
	border: 1px solid #b7b7b7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:580px;
}
#content .cform fieldset {
	background: #f4f2eb;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px 10px;
	margin-top: 0;
}
#content .cform legend {
	color:#252525;
	font-family: 'Lucida Grande', Arial, Sans-serif;
	font-size:2em;
	font-weight:bold;
}
#content .cform ol{
	font-size: 1.4em;
	margin: 0 auto!important;
	width: 80%;
}

#content .cform input:hover, #content .cform textarea:hover, #content .cform select:hover {
	background: #dfcfc3;
}
#content .cform input,#content .cform textarea {
	color:#b2a08a; 
	border:1px solid #b2a08a;
	font-size: 2em;
	height:40px;
	width:454px;
}
#content .cform textarea {
	height: 100px;
}
#content .cform .sendbutton {
	color: #fff;
	background: #BF4527;
	font-size: 1.4em;
	font-family:"Arial Black";
	width:100px;
}
#content .cform label {
	
	display:block;
	font-size:18px;
	text-align:left;
	width:200px;
}


/*---------------------
	Sidebar Syles
----------------------*/
.widg {
	border: 1px solid #b7b7b7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 40px;
	font-variant: small-caps;
		}
.widg >div {
	background: #f4f2eb;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px 10px;
	width:256px;
	

}
.widg h3 {
	color: #252525;
	font-size: 4em;
	margin-left: 30px;
}
.widg ul {
	font-size: 1.4em;
	margin-left: 40px;
}
.widg li {
	background: url(img/star-bullet-trans.png) no-repeat 0 3px;
	color: #252525;
	font-weight: bold;
	padding: .25em 0 .25em 27px;
}
.widg li a {
	color: #252525;
	text-decoration: none;
}
#wp125adwrap_2c {
	overflow: hidden;
}
.widg #wp125adwrap_2c  .wp125ad {
	padding: 10px 1px;
}
/*--------------------------
	Comment styles
--------------------------*/

#commentform p {
	padding:.5em 0;
}
#commentform input {
	border:1px solid #7D6958;
	padding:.2em;
}
#comments-template {
	margin:2em auto;
	clear:both;
	overflow:hidden;
	width:85%;
	padding:20px 30px;
	border:1px solid #BCBCBC;
	position:relative;
}
#comments-template li {
	clear:left;
	border-bottom:1px solid #ccc;
	padding:2em 0;
	overflow:hidden;
}
#comments-template  .administrator {
	background: #fff6ce;
}
#comments-template .avatar{
	float:left;
	margin-right:25px;
	background:#afafaf;
	border:1px solid #fff;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	padding:4px;
}
.main_comment {
	background:#fff;
	margin-left:133px;
	padding:15px;
}
.administrator .main_comment {
	margin-right: 15px;
}
.main_comment p {
	font-size: 13px;
	padding: 5px 0;
}
#respond {
	margin-top:1em;
}	
/*---------------------
	Footer Styles
----------------------*/
#footer-content {
	color: #b7b7b7;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 40px;
	width:940px;
}
#footer .column {
	float:left;
	
}
#footer .info {
	font-size: 1.2em;
	width: 230px;
}
.info ul {
	overflow: hidden;
	margin-bottom: 40px;
}
.info li {
	border-right: 1px solid #b7b7b7;
	float:left;
	padding: 0 5px;
}
.info li:last-child {
	border: none;
}
.info li a {
	color: #b7b7b7;
	text-decoration: none;
}
.info li a:hover {
	text-decoration: underline;
}
.info p {
	clear: both;
}
.info p a {
	color: #fff;
}
.info p a:hover {
color: #e87030;
}
#footer .twitter {
	width: 422px;
}
.twitter h3, .about h3 {
	color: #e87030;
	font-size: 4em;
	text-align: center;
}
#latest-tweet {
	background: url(img/BG-twitter.png) no-repeat 0 0;
	color: #636363;
	font-size: 1.3em;
	line-height: 1.4em;
	height: 102px;
	padding: 15px 10px 15px 120px;
	width: 292px;
}
#follow-link {
	background: url(img/follow-trans.png) no-repeat 0 0;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	height: 21px;
	text-align: center;
	text-decoration: none;
	width: 122px;
}
#follow-link:hover {
	background: url(img/followOn-trans.png) no-repeat 0 0;
	
}
#footer .about {
	float:right;
	width: 250px;
}
 .about p{
 	font-size: 1.3em;
	line-height: 1.4em;
 }
 #footer .about .more-link {
 	background-image: none;
 }
  #footer .about .more-link:hover {
  	text-decoration: underline;
  }
/*---------------------
	Specific Post Styles
----------------------*/  
