/*
Title:		Sensible World, 2010 Update

Based on the PaperCore Theme for Wordpress by Pexeto http://pexeto.com/
*/



/* ----------- Restart-----------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a { 
	outline: 0; 
}



/* ----------- End Restart-----------------*/

/*---------------------------- TEXT STYLES ----------------------------*/

a{
	text-decoration:underline;
	color: #778e33;
	-webkit-transition: color, background-color .2s ease-in;
}


h1, h2, h3, h4, h5, h6 {
	padding-bottom: 20px;
	color: #333333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#778e33;
	text-decoration: none;
	-webkit-transition: color, .2s ease-in;
}

h1 a:hover, h2 a:hover{
	color:#566923;
}


h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size:20px;
	color: teal;
	margin-bottom:10px;
	padding-bottom: 10px;
}

h2 em{
	font-weight: normal;
	font-style: normal;
	color: #a9a9a9;
}

h2.tags {
	font-size:14px;
	color: #c7c6c1;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

h3 {
	font-size:16px;	
	padding-bottom: 10px;
}


h4 {
	font-size:17px;
	font-weight:bold;
}

h5 {
	font-size:16px;
	font-weight:bold;
}


h6 {
	font-size:15px;
	font-weight:bold;
}


hr {
	background-color:#c6c6c6;
	border:#c6c6c6;
	height:1px;
}

p{
	margin-bottom:20px;
}

p.small{
	font-size:10px;
}

ul{
	list-style:disc;
	margin-left:25px;
}

ol{
	margin-left:35px;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}


.alignleft{
	float:left;
}

.alignright{
	float:right;
}

hr{
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-color:#c6c6c6;
}


div.hr1 {
  height: 1px;
  background-color:#c6c6c6;
}
div.hr1 hr {
  display: none;
}

div.hr2 {
  height: 1px;
  background-color:#c6c6c6;;
}
div.hr2 hr {
  display: none;
}

div.hr3 {
  height: 1px;
    background-color:#c6c6c6;
}
div.hr3 hr {
  display: none;
}


div.hr4 {
  height: 1px;
    background-color:#c6c6c6;;
}
div.hr4 hr {
  display: none;
}


div.hr5 {
  height: 1px;
  margin-top:20px;
   background-color:#c6c6c6;;
}
div.hr5 hr {
  display: none;
}

div.hr6 {
  height: 1px;
  margin-top:20px;
   background-color:#c6c6c6;
}
div.hr6 hr {
  display: none;
}




/*---------------------------- END TEXT STYLES ----------------------------*/



body {
	color: #72716e;
	background:#dad9d2;	
	font: 300 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#mainContainer{
	margin: 0 auto;
	width:960px;
	overflow:hidden;
	background: #c7c6c1;	

}

.center{
	height:auto;
	width:960px;
	margin:auto;
	text-align:left;
	padding:0px;
	position:relative;
}

p.center {
	width: 600px;
	margin-top: 25px;
}

#workinfo {
	float: left;
	width: 400px;
	height: 200px;
	padding-right: 25px;
}

.excerpt {
	font: 22px/1.25em Georgia, "Times New Roman", Times, serif;
	color: #823e00;
}

.home_excerpt {
	font: 22px/1.25em Georgia, "Times New Roman", Times, serif;
	color: #72716e;
	padding: 0;
	margin: 0 0 25px 0;
}

#breadcrumbs {
	margin: 0;
	background: url(images/header_bkgd.png) repeat-x;
	padding: 0;
}

#breadcrumbs p{
	margin: 0;
	background: url(images/breadcrumb_post.png) no-repeat 25px center;
	padding: 25px 25px 25px 75px;
}

#breadcrumbs a{
	text-decoration: none;
}

/*---------------------------- LOGO ----------------------------*/


#topbar{
	height:135px;
	width:960px;
	background: #003333 url(images/header_bkgd.png);
}

#logo a{
	text-indent: -9000px;
	width: 310px;
	height:135px;
	display:block;
	background-repeat:no-repeat;
	position:relative;
	background-position:  0 -135px;
	background-image: url(images/logo.png);
	float: right;
	-webkit-transition: background-position .2s ease-in;
}

#logo a:hover{
	background-position:  0 0;
}


/*-------------------------MENU---------------------------------*/

#navigation {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	float: left;
	padding: 50px 0 0 0;
}

#navigation li {
	float: left;
	display: inline;
}

#navigation a {
	display: block;
	width: auto;
	text-decoration: none;
	background: none;
	padding: 15px 25px;
	color: #fff;
	border-left: 1px dotted #778e33;
	-webkit-transition: color, background-color .3s ease-in;
}

#navigation a.first {
	border-left: none;
}

#navigation a:hover {
	background-color: #778e33;
}

#navigation a.current {
	background-color: #ffffff;
	color: #53564a;
}

/*-------------------------SOCIAL MENU---------------------------------*/

#social {
	position: fixed;
	center: 0;
	margin-left: 970px;
	margin-top: -125px;
}

#social li {
	display: block;
}

#social a {
	display: block;
	width: 35px;
	height:  35px;
	margin: 0 0 10px 0;
	text-indent: 9000px;
}

#social_mail a{
	background-color: #c7c6c1;
	background-image: url(images/icon_mail.png);
	-webkit-transition: color, background-color .2s ease-in;
}

#social_rss a{
	background-color: #c7c6c1;
	background-image: url(images/icon_rss.png);
	-webkit-transition: color, background-color .2s ease-in;
}

#social_twitter a{
	background-color: #c7c6c1;
	background-image: url(images/icon_twitter.png);
	-webkit-transition: color, background-color .2s ease-in;
}

#social_linkedin a{
	background-color: #c7c6c1;
	background-image: url(images/icon_linkedin.png);
	-webkit-transition: color, background-color .2s ease-in;
}


#social_mail a:hover{
	background-color: #ff9933;
}

#social_rss a:hover{
	background-color: #ff9933;
}

#social_twitter a:hover{
	background-color: #33ccff;
}

#social_linkedin a:hover{
	background-color: #0099cc;
}
/*------------------DROP DOWN MENU------------------------*/



#menu ul li ul{
     position:absolute;
     left:0px; 
	 top:29px;  
     background-color:#f3f3f3;  
     margin:0;
	 padding:0;
	 padding-top:0px;
     float:left;  
     width:130px;  
	 border:1px solid #ccc;
	 border-top:0px;
	 z-index:100;
	 height:auto;
	 visibility:hidden;
	 text-align:left;
	 padding-left:15px;
	 padding-right:15px;
}

#menu ul li ul li{
    margin:0px;
	padding:0px;	
	display:block;
	position:relative;
	height:40px;
}


#menu ul li ul li a {
	float:left;
	width:130px;
	border-width:0px;
	background-color:#f3f3f3;  
	line-height:2.5em;
	margin:0px;
	padding:0px;
	font-size:13px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
	height:auto;
}

#menu ul li.selected ul li a{
	font-weight:normal;
}

#menu ul li ul li.selected  a{
	color:#222;
}

#menu ul li ul li ul{
	border:1px solid #ccc;
	position:absolute;
	top:0px;
	left:145px;
}

#menu ul li.selected ul li a:hover{
    color:#656565;
}

/*---------------------------HEADER----------------------------*/

#header{
	width:960px;
	height: 350px;
	float:left;
	position:relative;
}

/*------------------------------SLIDER-----------------------------*/

.fadeWrapper{
	background-color: #c7c6c1;
	position:relative;
	width:960px;
	height:350px;
	overflow: hidden;
}

.imageHolder{
	width:700px;
	height:350px;
	position:absolute;
	float:left;
	display:inline;
	padding: 0;
	margin: 0;
}

.imageHolder img{
	height:350px;
}

.sliderContainer{
	width:935px;
	height:345px;
	background-color:#f2f2f1;
	padding:5px;
}

div.wrapper {
	position: relative;
	top:0px;
	left:0px;
	width:960px;
	height:350px;
	padding:0px;
	overflow:hidden;
	text-align:center;
}

ul.wrapper  {
    display: block;
    padding:0px;
    margin: 0px;
    list-style: none;
}

.wrapper li {
    display: block;
    float: left;
    padding: 0;
}

.black{
	width:700px;
	height:350px;
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	position:absolute;
	top:0px;
	left:0px;
	z-index:30;
	background-color:transparent;
}

.imgInfo{
	background-image:url(images/transparent.png);
	width:700px;
	height: 75px;
	z-index:99;
	position:absolute;
	bottom:-150px;
	left:0px;
	padding: 0 10px 10px 10px;
	margin: 0 0 0 0;
	color:#fff;
	text-align:left;
	font-size:13px;
	text-shadow:none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	cursor:default;
	opacity: 1;
}

.imgInfo h3{
	text-shadow:none;
	color:#fff;
	padding: 15px 15px 5px 15px;
	
}

.imgInfo p{
	margin:0px;
	line-height: 1.5em;
	padding: 0 15px 15px 15px;
}

.imgInfo h3 a{
	color:#fff;
}

.imgInfo h3 a:hover{
	color:#fff;
	text-decoration: none;
}

/*------------------------------END SLIDER------------------------------*/

/*---------------------------- CONTENT ----------------------------*/

#contentContainer{
	position:relative;
	width:960px;
	float:left;
	height:auto;
	background: url(images/main_bkgd.png) repeat-y;
	
}

#contentContainerPortfolio{
	position:relative;
	width:960px;
	float:left;
	height:auto;
	background: #c7c6c1;
}

#topText{
	width:960px;
	height: 110px;
	position:relative;
	float:left;
	background: #dad9d2;
}

#topText p{
	font: 16px/1.25em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin: 0 25px 0 25px;
	float: right;
	width:260px;
}

#home_buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home_buttons li{
	float: left;
	height: 85px;
}

#home_buttons li a{
	height: 85px;
	text-indent: -9000px;
	display:  block;
	background-color: #778e33;
	background-repeat: no-repeat;
	background-position:  0 -85px;
	-webkit-transition: background-position .2s ease-in;
}

#home_buttons li a:hover{
	background-position:  0 0;
}

#btn_branding a {
	width: 163px;
	background-image: url(images/btn_branding.png);
}

#btn_graphics a {
	width: 163px;
	background-image: url(images/btn_graphics.png);
}

#btn_websites a {
	width: 163px;
	background-image: url(images/btn_websites.png);
}

#btn_wayfinding a {
	width: 161px;
	background-image: url(images/btn_wayfinding.png);
}

#btn_about a {
	width: 310px;
	background-image: url(images/btn_about.png);
}


#content{
	height:auto;
	width:960px;
	float:left;
	background-color: #f4f2eb;
}

#content h2+hr{
	margin-bottom:20px;
}

#pageContent{
	padding: 25px 25px 25px;
	width: 600px;
	background-color: #f4f2eb;
	float: left;
}

#pageContentFull{
	padding: 25px 25px 25px;
	background-color: #f4f2eb;
}

#pageContent h3{
	font-size:  16px;
	padding:  25px 0 25px 0;
	border-top: 1px dotted #dad9d2;
}

#pageContent h3 em{
	color: #72716e;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px dotted #72716e;
}

.featuredTitleContainer{
	color:#959595;
	text-transform:uppercase;
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
}

.smallSubtitle{
	color:#999999;
	font-size:14px;
	margin-top:0px;
}

/*-------------------BLOG CONTENT------------------*/


.postBox{
	overflow:hidden;
	padding: 25px;
	border-bottom: 1px solid #dad9d2;
}

.postBox p {
	padding: 0;
}
.postBox h1{
	padding-bottom:5px;
}

.postBox h1 a{
	text-decoration:none;
}

.postLinks {
	padding: 25px;
	clear: both;
}

.postLinks a {
	text-decoration: none;
}

.postLinks a:hover {
	text-decoration: none;
	color: #49581d;
}

.postLinksSingle {
	float: right;
}

.next_posts {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #727179;
}

.date{
	text-transform:uppercase;
	color:#ef9100;
	width:63px;
	height:76px;
	background-image:url(images/date_bg.jpg);
	float:left;
	margin-top:0px;
	position:relative;
}

.date h1{
	padding-top:10px;
	padding-bottom:0px;
	padding-left:10px;
	font-size:25px;
}

.date h3{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	color:#999999;
	position:relative;
	top:-3px;
	font-size:20px;
}



.postInfo{
	font-size:12px;
	color:#999999;
}

.postInfoSingle{
	font-size:12px;
	color:#999999;
	padding:10px 25px 10px 25px;
	border-bottom: 1px solid #dad9d2;;
}

.postInfoSingle a{
	color: #778e33;
	text-decoration: none;
}

.postInfoSingle a:hover{
	color: #576a24;
	text-decoration: none;
}


.postInfo a{
	color:#999999;
	text-decoration:none;
}

.postInfo a:hover{
	color: #666666;
}

#postContent{
	padding: 0;
	width: 650px;
	background-color: #f4f2eb;
	float: left;
	}

#postContent h1{
	padding: 25px;
	color: #424242;
	font-weight: bold;
	border-bottom: 1px solid #dad9d2;
	font-size: 18px;
}

#postContent h3 {
	font-size:16px;	
	padding-bottom: 10px;
	padding-left: 25px;
}

#postContent .postBox h3 {
	font-size:16px;	
	padding-bottom: 10px;
	padding-left: 0;
}


#postContent p{
	padding: 0 25px 0 25px;
	}

#postContent .postBox p{
	padding: 0;
	}

.moreLink{
	color:#999999;;
	text-decoration:none;
}

.moreLink:hover{
	text-decoration:underline;
}

.postImg{
	float:left;
	margin: 0 25px 0 0;	
}

.postImg+p{
	margin-top:0px;
}

.postBoxContent h1{
	margin-bottom:20px;	
}

.pageBoxInside h2{
	padding:0px;	
}

/* more links */

.btn, .btn_int, .btn_buy {
	margin-bottom: 25px;
}

a.btn {
	padding: 5px 13px;
	margin:  0 0 25px 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff !important;
	background-color: #778e33;
	-webkit-transition: color, background-color .2s ease-in;
	}

a.btn:hover {
	background-color: #566923;
	}
	
a.btn_int {
	padding: 5px 13px;
	margin:  0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff !important;
	background-color: #823e00;
	-webkit-transition: color, background-color .2s ease-in;
	}

a.btn_int:hover {
	background-color: #5a2904;
	}
	
a.btn_buy {
	padding: 5px 13px;
	margin:  0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff !important;
	background-color: #0a9191;
	-webkit-transition: color, background-color .2s ease-in;
	}

a.btn_buy:hover {
	background-color: #056869;
	}

/*-------------------SHOP CONTENT----------------*/
img.preview_new {
	padding: 0;
	border: 15px solid #dad9d2;
	background: #ffffff url(http://sensibleworld.net/portfolio/shop/shop_banner_new.gif) no-repeat left top;
	}

img.preview {
	padding: 0;
	border: 15px solid #dad9d2;
	background: #ffffff;
	}

.price {
	padding: 0 15px 0 0;
	margin: 0;
	float: left;
	font-size: 15pt;
}

#sidebar ul#shop_menu li{
	border-bottom: 0px;
}

#shop_menu li a{
	display: block;
	padding: 12px 5px 12px 50px;
	color:  #ffffff;
	background-color: #757669;
	background-repeat: no-repeat;
	background-position: 5px center;
	-webkit-transition: color, background .2s ease-in;
	}
	
#shop_menu li a:hover{
	color:  #ffffff;
	background-color: #823e00;
	}

li a#menu_symbolicons, li a:hover#menu_symbolicons{
	background-image: url(http://sensibleworld.net/portfolio/shop/shop_symbolicons_thumb.png);
	}
	
li a#menu_weathograms, li a:hover#menu_weathograms{
	background-image: url(http://sensibleworld.net/portfolio/shop/shop_weathograms_thumb.png);
	}

a.btn_shop {
	padding: 5px 13px;
	margin:  0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff !important;
	background-color: #757669;
	-webkit-transition: color, background-color .2s ease-in;
	}

a.btn_shop:hover {
	background-color: #823e00;
	}
/*-------------------PORTFOLIO CONTENT----------------*/

#portfolioBkgd {
	width: 960px;
	clear: both;
}

#portfolio{
	width:960px;
	padding:0px;
	background-color: #c7c6c1;
}

#portfolio img{
	float:left;
	height:auto;
}

.portfolioItem{
	width:286px;
	height:200px;
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 0 25px 25px;
}
.portfolioItemInfo{
	background-color: #778e33;
	display: block;
	width:236px;
	height: auto;
	z-index:99;
	position: absolute;
	margin: 0 0 25px 0;
	padding: 10px;
	text-shadow:none;

}


.zeroHeight{
	height:0px;
}

p.infoTitle, p.infoTitle a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	text-decoration:none;
}
.portfolioItemInfo p{
	color:#FFFFFF;
	padding: 0;
	margin:0;
	text-decoration: none;
}

.portfolioItemInfo a{
text-decoration: none;

}

#navButtons{
	float:left;
}

#blogNavButtons{
	width:600px;
	margin-top:30px;
}

.navigation a{
	text-decoration: none;
}

.navigation a:hover{
	text-decoration: underline;
}

#portfolioNavButtons{
	margin-left:20px;
	width:960px;	
	float:left;
}

#navButtonLeft a{
    height:27px;
    width:33px;
	background-image:url(images/arrow_left.jpg);
	background-position:0 0;
	display:block;
	float:left;
}

#navButtonLeft a:hover {
	background-position: 0px 29px;
}


#navButtonRight  a{
   
    height:27px;
    width:33px;
	background-image:url(images/arrow_right.jpg);
	display:block;
	float:right;
	background-position:0 0;
}

#navButtonRight a:hover {
	background-position:0px 29px;
}

#navButtons{
	float:left;
	width:960px;
}


#portfolioCategories{
	font-size:12px;
	width:910px;
	padding:25px;
	margin: 0 0 25px 0;
	color:#242520;
	text-transform:uppercase;
	position:relative;
	background-color: #f4f2eb;
}

#portfolioCategories ul{
	display:inline;
	margin-left:0px;
}

#portfolioCategories ul li{
	display:inline;
	list-style: none;
	padding-right:10px;
	padding-left: 10px;
	border-right:1px solid #ccc;
}

#portfolioCategories ul li a{
	font-weight: normal;
	text-decoration: none;
	color: #778e33;
}

#portfolioCategories ul li a:hover{
	color: #516221;
}

#portfolioCategories ul li a em.cat_highlight{
	color:#2c2c2c;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#portfolioCategories span{
	padding-right:10px;
	text-transform:uppercase;
	font-weight: normal;
	color: #c7c6c1;
}

.wp-caption img {
	background-color: #c7c6c1;
	padding: 25px 25px;
	margin: 0 0 -25px -25px;
}

.wp-caption p {
	background-color: #c7c6c1;
	padding: 10px 25px;
	margin: 0 0 0 -25px;
	width: 910px;
}

.video{
width:290px;
height:190px;
background-image:url(images/video.png);
position:absolute;
top:4px;
left:4px;
}

/*----------------SERVICES CONTENT---------------*/

.servicesBox{
	margin-top:25px;
	min-height:220px;
}

.servicesBoxs h2{
	padding-top:0px;
	padding-bottom:5px;
	text-transform:capitalize;
}

.servicesBoxs h2 a{
	text-decoration: none;	
}

.servicesBoxs hr{
	width:600px;
	margin-top:10px;
	float:right;
	margin-bottom:30px;
	border:0px;
	border-bottom-width:1px;
}

.servicesImg{
	float:left;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
	margin-right:20px;
}

.borderImg{
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
}

.smallPostImg{
	float:left; 
	margin-right:10px; 
	border:1px solid #ccc;
	margin-top:4px;
}


/*-----------------------  SIDEBAR MENU  ---------------------------*/

#sidebars{
	width:500px;
	float: right;
	padding-bottom: 25px;
}

#sidebar{
	float: right;
	width:260px;
	padding: 25px;
}

#sidebar h2{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #72716e;
	padding: 0 0 10px 0;
	margin: 0;
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
	
	-webkit-transition: color .2s ease-in;
	color: #007c79;
}

#sidebar a:hover {
	color: #002828;
}

#sidebar ul {
	padding:  0 0 25px 0;
	list-style-type: none;
	margin: 0;
}

#sidebar ul li{
	padding:  5px 0 5px 0;
	border-bottom: 1px solid #adaca6;
}

#sidebar ul li.cat-post-item {
	padding:  5px 0 5px 0;
}


#sidebar2{
	clear: both;
	float: right;
	width:250px;
	padding-left: 25px;
}


.sidebarTitle{
padding: 0;
margin: 0;
}

.sidebarBox h2{
	position:relative;
}

.sidebarBox h3{
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #c7c6c1;
	padding-bottom: 10px;
}

.sidebarBox h3 em{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.sidebarMenu h4{
	padding-top:3px;
	padding-bottom:0px;
	padding-right:30px;
	font-weight:normal;
}

.sidebarMenu h4 a{
	text-decoration:none;
}

.sidebarMenu a:hover h4{
	color:#515151;
}

.sidebarPostInfo, .sidebarPostInfo a{
	padding-top:10px;
	padding-bottom:0px;
	color:#999999;
	display:inline;
	text-decoration:none;
	font-size: 16px;
}



.bubble{
	width:24px;
	height:17px;
	background-image:url(images/bubble.jpg);
	background-repeat:no-repeat;
	display:inline-table;
	position:relative;
	top:5px;
	margin-left:3px;
	margin-right:3px;
}

.sidebarMenu ul{ 	
	text-decoration: none;
	list-style:none;
	padding:  0;
	margin: 0;
	color: #555555;
}

.sidebarMenu ul li ul{
}

.sidebarMenu ul li ul li{
}

.sidebarMenu ul li{
	padding: 0 0 25px 0;
}

.sidebarMenu ul li a{
	
}

.sidebarMenu ul li a:hover{
	color:#515151;
}

.sidebarMenu .from-meta {display:none;}


#searchInput{
	height:24px;
	background-color: #f3f3f3;
	border:1px solid #dedede;
}

#searchButton{
	height:25px;
	background-color: #535353;
	border: 1px solid #3c3c3c;
	color:#fff;
	text-transform: uppercase;
	font-family:"Times New Roman";
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
}



.sidebarImg{
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
	float:left;
	margin-right:10px;
}

.sidebarPortfolio{
	overflow:hidden;	
	
}

.sidebarPortfolio a{
	float:left;
}

.sidebarPortfolio a img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}


/*-----------------------  FOOTER  ---------------------------*/

#footer{
	height:40px;
	width:100%;
	float:left;
	border:0px;
	margin:0px;
	position:relative;
	color: #c7c6c1;
	background-color: #f4f2eb;
	padding-top: 25px;
	border-top: 1px solid #dad9d2;
	border-bottom: 25px solid #dad9d2;
}

#footer p{
	float:left;
	padding-left: 25px;
}

#footerMenu{
	float:right;
	padding-right: 25px;
}

#footerMenu ul{
	text-align:left;
	color:#656565;
}

#footerMenu ul li{
	float:left;
	text-decoration: none;
	padding-left:15px;
	list-style:none;
}

#footerMenu ul li a{
	text-decoration: none;
}

#footerMenu ul li a:hover{
	color:#000;
}

/*---------------------------------------------------*/

#pp_full_res img{
	border:1px solid #828282;
}



/*---------------------------- CONTACT PAGE ----------------------------*/
.input{
	width:250px;
	height:20px;
	border:1px solid #ccc;
	background-color:#fff;
	padding-top:6px;
}

.textArea{
	height:205px;
	width:300px;
	padding-top:0px;
	font-family:Arial;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
}

.errorMessage{
	color:#cc0000;
}

#submitForm {
	width: 390px;
	float:  right;
	display:  block;
	padding-left: 35px;
	padding-bottom: 25px;
}

#emailTextBox.input, #nameTextBox.input, #questionTextArea {
	width:  380px;
	padding-left: 5px;
}

dl {
	margin-bottom: 25px;
	width: 475px;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c7c6c1;
	border-top: 1px dotted #c7c6c1;

}

dt {
	float: left;
	font-weight: bold;
	color: #267b79;
	margin-bottom: 10px;
}

dd {
	margin-bottom: 10px;
	display: block;
	margin-left: 125px;
}

/*----------------------------TABLES---------------------*/

table
{
	border:1px solid #d8d8d8;
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}

td
{
	border:1px solid #d8d8d8;
	padding-left:0.4em;
	padding-right:0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

td#today{
	background-color: #ededed;
}

th
{
	border:1px solid #d8d8d8;
	border:1px solid #d8d8d8;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ededed;
}

caption{
	margin-bottom:10px;	
	font-size:18px;
}

.errorMessage, #message{
	display:none;	
}

/*----------------------- Comments ---------------------------*/

p.commentTitle{
	font-size:22px;	
	margin-bottom:5px;
}

.commentContainer{
border:#d2d2ca 1px solid;
margin-top:20px;
background-color:#fff;
padding:0px;
width:600px;
}

ul.commentlist{
	margin-left:0px;	
}

.comentBox{

padding:20px;
width:555px;
min-height:140px;
position:relative;
}

.comentBox p{

margin-top:-5px;

}

.comentBox img{
margin-right:20px;
margin-bottom:10px;
margin-top:0px;
padding:4px;
background-color:#FFFFFF;
border:1px solid #d6d6d6;

}
.commentAutor{
float:left;
}

.adminRibbon{
	width:61px;
	height:62px;
	position:absolute;
	right:-8px;
	top:-2px;
	background-image: url(images/admin.png);
	background-repeat: no-repeat;
}

.ComentAutorName{
font-size:14px;

}

.commentDate{
font-size:14px;
position:absolute;
bottom:0px;
right:20px;
color:#999999;
}

.comentBoxAdmin{
background-color:#fff;
}

.commentNavigation{
	width:100%;
	float:left;
	height:50px;
	position:relative;
	margin-top:20px;
}



.commentInput{
	padding-top:4px;
	height:20px;
	width:250px;
	margin-bottom:15px;
}

.commentTextArea{
	width:350px;
	margin-bottom:15px;
}

.commentText{
	padding-top: 5px;
}


/*-----------------------  End Comments ---------------------------*/
