/*
Theme Name: PlanetBerna v5
Theme URI: http://planetberna.com/
Description: Based on Blank 2 Column - Right Sidebar by refueled.
Version: 5
Author: Berna Ortega
Author URI: http://planetberna.com/
All rights reserved.
*/


/* basics */

*{margin:0; padding:0;}

html {
	/*background: #ABAB8E url(images/mainBckg.jpg) repeat-y top;*/
	background: #e0e0e0 url(images/concrete.jpg) repeat top;
	width:100%;
	margin: 0 0 20px 0;
	padding: 0;
}

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	}

	
h1 {font-size: 20pt; color:#9ABF03; padding-top:10px;}
h2 {font-size: 14pt; color:#9ABF03;}
h3 {font-size: 10pt; color:#9ABF03;}
h4 {font-size: 9pt; color:#9ABF03;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#9ABF03;/*regular green*/
	text-decoration:none;
	}

a:hover{
color:#AFDA03;/* light green */
text-decoration: underline;}


/* container */

#container {
	width: 740px;/* original 760px*/
	margin: 0 auto;
	padding:0;
	color:#000;
	overflow: hidden;
}
	
	
/* header */

#header {
	/*background:#e6e6e6;*/
  	width: 740px; /*original 760px*/
  	height: 100px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #9ABF03; text-decoration: none;}
#header h1 a:hover{color:#AFDA03; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

	
/* main menu */

#menu {
	float:right;
	width: 423px;
	height:75px;
	padding-top: 24px;
	padding-left:0;
	background: url(images/mainMenu.png) no-repeat;
	text-transform:uppercase
}

#menu ul {
	margin:0;
	padding:0 35px 0 0;
	float:right;
	
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;

}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
	border-right:1px solid #666;
}

#menu ul li a:hover, #menu ul li a:active {
	color:#AFDA03;
	text-decoration: none;
}



/* content */


#content {
	float:left;
	/*width:940px;/* original 530px */
	color:#fff;
	overflow: hidden;
	margin:14px 0 14px 0;
	}

.post {
	margin:0;
	padding:0 20px 10px 0px;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #9ABF03;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color:#AFDA03;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry {margin:20px 20px 0 0px;}

.entry p{margin:12px 0; color:#fff;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
#logo{
	float:left;
	width: 290px;
	height: 80px;
	margin: auto;
	background: url(images/logo.png) no-repeat top;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}


/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:180px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	/*verde 9ABF03*/
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #fff;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


/* comments */

#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #fff;
	}
	
#commentform a{color:#9ABF03; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #fff;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	/*background: #fff;*/
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #fff;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#9ABF03;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color:#9ABF03; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #fff;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}

	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/*--- BIG PIC ---*/
.topBigPic{
	width:700px;
	height:15px;
	margin-left:5px;
	background-color: #FFF;
	background: url(images/BigPic-top.png) no-repeat top;
}

.midBigPic{
	width:700px;/* original 826px */
	margin-left:5px;
	background: url(images/BigPic-mid.png) repeat-y top;
}

.bottomBigPic{
	width:700px;/* original 826px */
	height:40px;
	margin-left:5px;
	margin-bottom: 40px;
	background: url(images/BigPic-bottom.png) no-repeat top;
}

.midBigPic img{
	width:660px;
	height:100%;
	margin-left: 20px;
	border:1px solid #f0f0f0;

}

/*--- END:BIG PIC ---*/

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* 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;
}


/* footer */

#footer {
	/*background:#000;*/
	clear: both;
	width: 100%;
	color:#000;
	border-top:1px solid #ccc;
}
	
#footer p {
	margin: 0;
	padding: 15px 20px 15px 0;
	text-align: right;
}
#footer a{color: #000;text-decoration: none;}/*verde 9ABF03*/
#footer a:hover{color: #000;text-decoration: underline;}/*verde 9ABF03*/

/*--- CUSTOM ---*/
#imgWrapper {
margin-right: 20px;
padding-top:0px;
background:url(images/fancySheet.png) no-repeat bottom left;
width:368px;
height:138px;
min-height:138px;
float:left;
}

#imgWrapper a img {
width:310;
height:110;
padding-top:12px;
padding-left:4px;
}

#postWrapper {
margin:auto;
}
.row {
clear:both;
}

.post-block {
	width: 344px; /* original 368px  -  default 354px */
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:0;
	padding-right:25px;
	clear: none;
}

.column-narrow {
	width:540px;
}
.column-wide {
	width:960px;
}

.col1 {
	width:350px;
	min-height:200px;
	float:left;
	margin-left:20px;
}

.contentBox-wrapper {
	margin:0 15px 0 15px;
}

.contentBox-topBar {
	background-image: url(images/contentBox-topBar.png);
	width:540px;
	height:20px;
}

.contentBox-midBar {
	background-image: url(images/contentBox-midBar.png);
	width:540px;
	padding:0 0 0 20px;
}

.contentBox-bottomBar {
	background-image: url(images/contentBox-bottomBar.png);
	width:540px;
	height:20px;
}

.contentBox-wide-topBar {
	background-image: url(images/contentBox-wide-topBar.png);
	width:740px;
	height:20px;
}

.contentBox-wide-midBar {
	background-image: url(images/contentBox-wide-midBar.png);
	width:740px;
	padding:0 0 0 0px;
}

.contentBox-wide-bottomBar {
	background-image: url(images/contentBox-wide-bottomBar.png);
	width:740px;
	height:20px;
}

.entrytext {
	/*color:#fff;*/
	padding:0 20px 5px 20px;
}
.contentBox-Wrapper .entrytext {
	color:#fff;
}

.midBigPic .entrytext {
	color:#000;
}

.entrytext ul li {
	margin:0 40px 0 40px;
}

#footer-nav {
	float:left;
	width: 400px;
	padding-top:12px;
	padding-left:0;
	padding-right:25px;
}

#footer-nav li {display: inline; }

#footer-nav ul li a {
	width: 80px;
	min-width: 80px;
	height: 25px;
	min-height: 25px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	text-transform:uppercase;
	margin: 4px;
	color: #000;
	padding:5px;
}

#footer-nav ul li a:hover, #footer-nav ul li a:active {
	padding:5px;	
	width:80px;
	min-width: 80px;
	height: 25px;
	min-height: 25px;
	text-decoration:none;	
}

.clear {
	clear: both;
}

.client {margin:20px 20px 0 0px;}

/*--- BIG PIC ---*/
.BigPic-top{
	width:700px;/* original 826px */
	height:15px;
	margin-left:5px;
	background-color: #FFF;
	background: url(images/BigPic-top.png) no-repeat top;
}

.BigPic-mid {
	width:700px;/* original 826px */
	margin-left:5px;
	background: url(images/BigPic-mid.png) repeat-y top;
}

.BigPic-mid img {
	margin-left: 10px;
	border:1px solid #f0f0f0;
}

.BigPic-bottom {
	width:700px;/* original 826px */
	height:40px;
	margin-left:5px;
	margin-bottom: 40px;
	background: url(images/BigPic-bottom.png) no-repeat top;
}

/*--- END:BIG PIC ---*/


.colorpalette {
	width:15px;
	height:40px;
	border:2px solid #999;
	margin: 0 15px 0 0;
}
/*--- CUSTOM end ---*/

.servicesColumn {
	/*width:440px;*/
}

.servicesBtn-wrapper {
	width:440px;
	float:left;
}
.servicesBtn-wrapper h2{
	/*margin:auto;
	padding:auto;*/
}
