/*
Theme Name: Cheeky Monkey
Description: Custon funky blog design
Author: Rick Bjarnason
Author URI: http://www.cheekymonkeymedia.ca
*/
/*---------------------
		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:#1e1a19;
	font: 10px  'Arial',sans-serif  ;
}
a {
	color:#bf4527;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	color: #b2a08a;
}
dl {
	font-size: 1.4em;
}
blockquote {
	background: #fff;
	border: 1px solid #ccc;
	font-style: italic;
	padding: 10px;
}
cite {
	color: #BF4527;
	font-size: 12px;
}
/*---------------------
		Layout
----------------------*/
#wrapper {
	background: url(img/BG-wrapper2.jpg) repeat-y 0 0;
	margin: auto;
	overflow: hidden;
	width: 960px;
}
#header {
	background: url(img/BG-header.jpg) no-repeat 0 0;
	height: 203px;
	position: relative;
}
#sidebar {
	background: url(img/BG-sidebar-trans.png) no-repeat center 105px;
	float:left;
	padding: 220px 0 0 20px;
	width: 245px;	
}
#content {
	float: right;
padding:  0 36px;
	_padding: 0 10px 0 36px;
	width: 622px;
}
#footer {
	background: url(img/BG-footer.png) no-repeat 0 0;
	clear: both;
	height: 285px;
	margin: 10px auto;
	padding: 0 20px;
	position: relative;
	width:878px;
}
/*---------------------
		Header styles
----------------------*/
#header h2 {
	background: url(img/logo-trans.png) no-repeat 0 0;
	height: 200px;
	left: 3px;
	position: absolute;
	top:-8px;
	text-indent: -9999em;
	width: 230px;
}
#header h2 a{
	background: url(img/logo-trans.png) no-repeat 0 0;
	display: block;
	height: 200px;
	text-indent: -9999em;
	width: 230px;
}
#header h2 a:hover{
	background: url(img/logo-over-trans.png) no-repeat 0 0;
}
#header h3 {
	background: url(img/slogan-trans.png) no-repeat 0 0;
	height: 80px;
	position: absolute;
	right: 79px;
	top:78px;
	text-indent: -9999em;
	width: 190px;
}
#header h4 {

	position: absolute;
	right:10px;
	top:10px;
}
h4.phone-number {
	background: url(img/phone-trans.png) no-repeat;
	color: #464131;
	font-size: 2em;
	padding-left: 35px;
}
#monkey {
	left: 10px;
	position: absolute;
	top:90px;
	z-index: 1000;
}
/*---------------------
		Navbar styles
----------------------*/
#navbar {
	left: 248px;
	position: absolute;
	top:155px;
}
#navbar li {
	float: left;
}
#navbar li a{
	background: url(img/BG-nav-trans.png) no-repeat -1px 0;
	color: #fff;
	display: block;
	font-family: "Arial Black";
	font-size: 2.3em;
	font-weight: bold;
	height: 41px;
	text-align: center;
	width: 115px;
	
}
#navbar li a:hover{
	background: url(img/BG-nav-trans.png) no-repeat -1px -41px;
	text-decoration: none;
	}
#navbar .page-item-7 a{
	background: url(img/BG-nav-trans.png) no-repeat -122px 0;
	width: 128px;
	}
#navbar .page-item-7 a:hover{
	background: url(img/BG-nav-trans.png) no-repeat -122px -41px;
}
/*---------------------
		Sidebar styles
----------------------*/
.widg-wrap {
	background: url(img/BG-widg.png) repeat-y 0 0;
	margin: 20px 0 ;
	width: 221px;
}
.widg {
	background: url(img/widg-top.png) no-repeat 0 0;
}
.widg-bottom {
	background: url(img/widg-bottom.png) no-repeat 0 bottom;
	padding:15px 20px;
	overflow: hidden;
}
#sidebar h3 {
	color:#6b240d;
	font-family: "Arial Black";
	font-size: 2.3em;
	text-transform: lowercase;
}
#sidebar ul li{
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 35px;
	padding: 3px;
	text-transform: uppercase;
}
/*---------------------
		Content styles
----------------------*/
.post-wrap {
	background: url(img/BG-post.png) repeat-y 0 0;
	margin-bottom: 20px;
	width: 638px;
}
.post {
	background: url(img/post-top.png) no-repeat 0 -1px;
	color: #6b240d;
}
.post-bottom {
	background: url(img/post-bottom.png) no-repeat 0 bottom;
	overflow: hidden;
	padding:30px;
}
.post h1 {
	color:#bf4527;
	font-family: "Arial Black";
	font-size: 2.4em;
	text-transform: uppercase;
}
.post h2 {
	font-family: "Arial Black";
	font-size: 2em;

}
.post h3 {
	font-size: 1.8em;
	line-height: normal;
}
.post h4 {
	
	font-size: 1.7em;
	font-style: italic;

}
.post ol ul h4 {
	font-size: 17px;
}
.post p {
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0;
}
.post ul li,.post ol li{
	font-size: 14px;
	font-weight: bold;
	margin-left: 35px;
	padding: 3px;	
}
.post ol {
	list-style-type: decimal;
	margin-left: 30px;
}
.post ol ul {
	margin-top: 10px;
}
.post ol ul li p{
	font-size: 14px;
	font-weight: normal;
	
}
.website-description {
	font-size: 1.4em;
	line-height: 1.5em;
}
.post .portfolio-website {
	padding: 10px 0;
}
#wordpress a{
	background:  url(img/wordpress-trans.png) no-repeat 5px 2px;
}
#drupal a{
	background:  url(img/drupal-trans.png) no-repeat 5px 0px;
}
#joomla a{
	background:  url(img/Joomla-trans.png) no-repeat 5px 5px;
}
#standard a{
	background:  url(img/xhtml-trans.png) no-repeat 5px 5px;
	
}
#seo a{
	background:  url(img/seo-trans.png) no-repeat 5px 5px;
	
}
#web-type li {
	border: 1px solid #B29F8A;
	margin: 5px 0;
	padding: 18px 0 18px 20px;
}
#web-type li a {
	display: block;
	padding: 18px 0 18px 60px;
	}
#web-type li:hover {
	background: #fff;
	border-color: #BF4527;
}
.more-link{
	display: block;
	font-style: italic;
}
.tmb { 
	background:#E3E2DE none repeat scroll 0 0;
	border:1px solid #b2a08a;
	padding:2px;
}
.clear-fix {
	border-bottom: 1px solid #6B240D;
	float: left;
	clear: both;
	margin: 10px 0;
	padding-bottom: 5px;
}
.post .aligncenter {
	background: #fffff;
	border:  1px solid #bbbbbb;
	padding: 1px;
}
/*--------------------------
	Form styles
--------------------------*/

.post .cform label span,.post .cform label {
	font-size: 16px;
	line-height: 18px;
	width: 450px;
}
.post span.reqtxt, .post span.emailreqtxt {
	color: #BF4527;
}
.linklove {
	display: none;
}
#content .cform {
	width:560px;
}
#content .cform legend {
	color:#BF4527;
	font-family:"Arial Black";
	font-size:1.8em;
	text-transform:uppercase;
}
#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;
}
.post .cform select {
	font-size: 16px;
	height:40px;
	width:462px;

}
#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;
}

#contact-info {
	width: 410px;
	margin: auto;
	
}
#contact-info dl {
	margin-left:20px;
}
#contact-info dt{
	float:left;
	margin-right:10px;
	padding:.5em 0;
	height:30px;
	width:30px;
	text-indent:-9999px;
	clear:both;
}
#contact-info  dd{
		padding:.5em 0;
		color:#6B240D;
		height:45px;
}
#phonedt{
	background:url(img/phone_10-trans.png) no-repeat 0 0;
}
#emaildt{
	background:url(img/Enveloppe-trans.png) no-repeat 0 0;
}
#skypedt {
	background:url(img/red_skype-trans.png) no-repeat 0 0;
}
#addressdt {
	background:url(img/mailboxRED-trans.png) no-repeat 0 0;
}

/*--------------------------
			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 #7B7B7B;
	position:relative;
}
#comments-template li {
	clear:left;
	border-bottom:1px solid #ccc;
	font-size: 1em;
	padding:2em 0;
	overflow:hidden;
}
#comments-template .avatar{
	float:left;
	margin-right:25px;
	background:#afafaf;
	border:1px solid #fff;
	border-right:1px solid #7B7B7B;
	border-bottom:1px solid #7B7B7B;
	padding:4px;
}
.main_comment {
	background:#fff;
	margin-left:133px;
	padding:15px;
}
#respond {
	margin-top:1em;
}	
/*---------------------
		Footer styles
----------------------*/
#alpha {
	float: left;width:400px;
}
#beta {
	float: right;width:400px;
}
#beta .column {
	float: right;
}
.column {
	color: #e9e6e1;
	float: left;
	width: 200px;
}
.column h4 {
	background: url(img/underline.png) no-repeat 0 bottom;
	color: #fff;
	font-family: "Arial Black";
	font-size: 2em;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.column span {
	color: #fff1b8;
	display: block;
	font-family: "Arial Black";
	font-size: 1.2em;
	margin-bottom: 10px;
}
.testimonial,#footer p, #footer ul {
	font-size: 1.4em;
}
#footer li {
	background: url(img/check.png) no-repeat 0 0;
	padding:5px 0 5px 25px;
}
#footer #copy {
	font-size: 1em;
	position: absolute;
	right: 10px;
	top:275px;
}
#tree {
	position: absolute;
	right: 5px;
	bottom: 0;
}
#twitter {
	background: url(img/Twitter.png) no-repeat 0 0;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 25px;
}
#footer .thumb {
	padding: 0 5px 5px 0;
}
.thumb img {
	border: 1px solid #b2a08a;
}
#footer-nav {
	position: absolute;
	top: 275px;
}
#footer-nav li {
	background: none;
	border-right: 1px solid #484332;
	float: left;
	font-size: 1em;
	padding: 0 10px;

}
#footer-nav .page-item-7 {
	border: none;
}
