/*
Theme Name: endunham2.0 
Description: The original theme for endunham.com
Author: Etsuko Dunham
Author URI: http://endunham.com/
*/


/*** GLOBAL RESET ***/
@import url("reset.css");


/***** Begin
PRIMARY STRUCTURE *****/
html, body {
    height: 100%; /* For sticking body bkgd at the bottom */
}
body>#page { 
	height: auto; /* For Moz*/
	} 
html {
	background: #F5F5F4;
	}
body {
	font-size: 62.5%; /* base font size for 'erastic-liquid hybrid layout' */
	text-align: center;
	background: url(images/body_bg.jpg) 15% 0 no-repeat;
	}
#page {
	position: relative; /* For 100% height box model */
	height: 100%; /* For sticking body bkgd at the bottom */
    min-height: 100%; /* For sticking body bkgd at the bottom */
	margin: 0 auto; /*center hack*/
	min-width: 1024px;
	text-align: left;
	background: url(images/page_bg.jpg) 75% 100% no-repeat;
	}

#header {
	background: url(images/bg_top.jpg) top left repeat-x;
	width: 100%;
	min-height: 11.25em;
	min-width: 1024px;
	overflow: hidden;
	}
#content {
	/*width: 62em;
	max-width: 75%;*/
	float: left;
	overflow:hidden;
	}
#sidebar {
	width: 28em;
	max-width: 30%;
	float: right;
	overflow: hidden;
	}
#footer {
	min-height: 24em;
	min-width: 1024px;
	background: url(images/bg_bttm.jpg) top left repeat-x;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	}
	
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	

/***** End 
PRIMARY STRUCTURE *****/


/***** Begin
SECONDARY STRUCTURE *****/
.gutter {
	margin: 0;
	padding: 3em;
	}
#header_left {
	float: left;
	width: 35%;
	padding-top: .5em;
	}
#header_right {
	float: right;
	width: 65%;
	padding-top: 0;
	}

.inner_container {
	margin: 0 10%;
	text-align: left;
	overflow: hidden;
	}
	
.narrow_column {
	width: 70%;
	}
.wide_column {
	width: 100%;
	}
.post {
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
	}
	
hr.clearer {
	clear: left;
	visibility: hidden;
	}
div.hr_clearerboth {
	clear: both;
	margin: 1em 0;
	height: 100px;
	width: 100%;
    background:url(images/hr_bg.jpg) center top no-repeat;
	}
.hr_clearerboth hr {
	display: none;
	}
/*.clear {
	clear: both;
	}*/	
.entry {
	margin: 0;
	padding: 2em 1.5em;
	}
.postmetadata { /* search.php */
	padding-bottom: 4em;
	text-align: center;
	font-size: 1.2em;
	background:url(images/hr_bg.jpg) center bottom no-repeat;	
	}
.postarchives { /* index.php */
	margin-bottom: 4em;
	}
.inner_box, .footer_column {
	width: 30%;
	float: left;
	margin: 1em;
	}
.footer_column {
	padding-top: 1.3em;
	}
.inner_box {
	padding: 1px;
	background: url(images/box_bg2.gif) top repeat-x;
	}
.inner_box_child {
	marging: 0;
	padding: 1em 2.8em 2.8em 2.8em;
	background: url(images/box_bg.gif) top repeat-x;
	}

.entry .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.entry .attachment {
	text-align: center;
	margin: 5px 0px;
}

.left_column {
	width: 38%;
	float: left;
	overflow: hidden;
	}
	
.right_column {
	width: 62%;
	overflow: hidden;
	}

.post_meta {
	width: 20%;
	float: left;
	}
.post_content {
	width: 70%;
	float: right;
	}

div.footer_column ul.footer_page_menu li ul li {
	border: none;
	padding: 0 0 3px 0;
	}
 

/* Begin Top Menu */	
ul.top_menu li.language { /* Language selector powered by qTranslate plugin */
	padding: 1em 0 0 1.5em;
	}	
ul.top_menu li.language select { /* not working in IE6*/
	width: 6.6em;
	border: 1px solid #18181A;
	}
ul.top_menu li {
  position: relative;
  overflow: hidden;
  font-size: 0.9em;
}
.top_menu em {
  display: block;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}
/* For IE5.x mac only */
* html>body .top_menu {
  position: static;
  overflow: visible;
  font-size: 10px; }
* html>body .top_menu em  { position: static; }
.top_nav  { list-style: none; }
.top_nav li { float: left; padding-bottom: 0; }
.top_nav .page-item-5, .top_nav .page-item-5 em {width: 69px; height: 60px;} /* home */
.top_nav .page-item-2, .top_nav .page-item-2 em {width: 78px; height: 60px;} /* about */
.top_nav .page-item-3, .top_nav .page-item-3 em {width: 98px; height: 60px;} /* services */
.top_nav .page-item-4, .top_nav .page-item-4 em {width: 114px; height: 60px;} /* portfolio */
.top_nav .page-item-6, .top_nav .page-item-6 em {width: 103px; height: 60px;} /* contact */
.top_nav .page-item-5 em {background: url(images/home.jpg) 0 0 no-repeat; cursor: pointer;} /* home */
.top_nav .page-item-2 em {background: url(images/about.jpg) 0 0 no-repeat; cursor: pointer;} /* about */
.top_nav .page-item-3 em {background: url(images/services.jpg) 0 0 no-repeat; cursor: pointer;} /* services */
.top_nav .page-item-4 em {background: url(images/portfolio.jpg) 0 0 no-repeat; cursor: pointer;} /* portfolio */
.top_nav .page-item-6 em {background: url(images/contact.jpg) 0 0 no-repeat; cursor: pointer;} /* contact */
.top_nav .page-item-5:hover em {background-position: 0 -60px;} /* home */
.top_nav .page-item-2:hover em {background-position: 0 -60px;} /* about */
.top_nav .page-item-3:hover em {background-position: 0 -60px;} /* services */
.top_nav .page-item-4:hover em {background-position: 0 -60px;} /* portfolio */
.top_nav .page-item-6:hover em {background-position: 0 -60px;} /* contact */
.top_nav .page-item-2, .top_nav .page-item-3, .top_nav .page-item-4, 
.top_nav .page-item-5, .top_nav .page-item-6 {border-left: 1px solid #F5F5F4;}
.top_nav .page-item-6 {border-right: 1px solid #F5F5F4;}
#home .top_nav .current_page_item em {background: url(images/home.jpg) no-repeat; 
cursor: pointer; background-position: 0 -60px;}
#about .top_nav .current_page_item em {background: url(images/about.jpg) no-repeat; 
cursor: pointer; background-position: 0 -60px;}
#services .top_nav .current_page_item em {background: url(images/services.jpg) no-repeat; 
cursor: pointer; background-position: 0 -60px;}
#portfolio .top_nav .current_page_item em {background: url(images/portfolio.jpg) no-repeat; 
cursor: pointer; background-position: 0 -60px;}
#contact .top_nav .current_page_item em {background: url(images/contact.jpg) no-repeat; 
cursor: pointer; background-position: 0 -60px;}
/** End of Top Menu **/

/** Begin Footer nav list **/
ul.footer_list li {
	position: relative;
  	overflow: hidden; 
	}
.footer_list em {
    display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
	}
/* For IE5.x mac only */
* html>body .footer_list {
  	position: static;
    overflow: visible;
    font-size: 10px;
    }
* html>body .footer_list em  { position: static; }
.nav { list-style: none; }
.nav li { 
	float: left; 
	}
.nav li, .nav li em { 
	width: 30px; /* Change this unit as image size changed*/ 
	height: 30px;
	}
.youtube_icon em, .flickr_icon em, .linkedin_icon em, .twitter_icon em, .rss_icon em {
	cursor: pointer;
	left: 0;
	background-position: 0 0;
	}
.twitter_icon em {
	background: url(images/twitter.gif) no-repeat;
	}
.youtube_icon em {
	background: url(images/youtube.gif) no-repeat;
	}
.flickr_icon em {
	background: url(images/flickr.gif) no-repeat;
	}
.linkedin_icon em {
	background: url(images/linkedin.gif) no-repeat;
	}
.rss_icon em {
	background: url(images/feed.gif) no-repeat;
	}
/** End of Fotter bav list **/

/** Begin Back to Top nav **/	
#backtop {
	width: 120px;
	height: 105px;
	position: absolute; 
	bottom: 0; right: 20%; 
	float: right; clear: both; 
	}
/* For IE5.x mac only */
* html>body #backtop {
  	position: static;
    overflow: visible;
    font-size: 10px;
    }
* html>body #backtop span { position: static; }
#backtop span {
	width: 120px;
	height: 105px;
	display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
	cursor: pointer;
	background-position: 0 0;
	background: url(images/go_up.gif) no-repeat;
	}	
#backtop a:hover span {
	background-position: 0 -106px;
	}
/** End of Back to top nav **/	
	
/***** End
 SECONDARY STRUCTURE *****/


/****** Begin 
TYPOGRAPHY & COLORS *****/
/***
Color Scheme...........................
#423D20 Dark brown
#E2DCA8 Beige 
#BF461B Rusted orange
#18181A Black
#F5F5F4 White
#7BCFEB Light blue
#ACDEEF Lighter blue
***/
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #18181A;
	}
	
a {
	text-decoration: none;
	color: #BF461B;
	} 
a:visited {
	color: #BF461B;
	}
a:hover {
	color: #7BCFEB;
	}
 	
#page {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	}
.post p, .inner_box p {
	font-size: 1.35em;
	line-height: 1.6em;
	text-align: left;
	}	
.entry p, .inner_box .inner_box_child p {
	padding-bottom: 1.8em;
	}
h1, .post h1 {
	font: 2em/2.5em normal "Lucida Sans", Arial, Verdana, Tahoma, Helvetica;
	}
h2.sr { /* search.php */
	font-size: 1.95em;
	}
div.post h2, div.inner_box div.inner_box_child h2 {
	font-family: "Lucida Sans", Arial, Verdana, Tahoma, Helvetica ;
	font-size: 1.95em;
	line-height: 2.2em;
	color: #BF461B;
	}
div.post h3, div.inner_box div.inner_box_child h3 {
	font-family: "Lucida Sans", Arial, Verdana, Tahoma, Helvetica;
	font-size: 1.6em;
	line-height: 2em ;
	}
div.post h4, div.inner_box div.inner_box_child h4 {
	font-family: "Lucida Sans", Arial, Verdana, Tahoma, Helvetica;
	font-size: 1.5em;
	line-height: 1.8em;
	}
div.post h5, div.inner_box div.inner_box_child h5 {
	font-family: "Lucida Sans", Arial, Verdana, Tahoma, Helvetica;
	font-size: 1.4em;
	line-height: 1.7em;
	}
div.post h6, div.inner_box div.inner_box_child h6 {
	font-family: "Lucida Sans", Arial, Verdana, Tahoma, Helvetica;
	font-size: 1.35em;
	font-height: 1.6em;
	}
	
#title {
	width: 294px;
	height: 66px;
	margin-top: 10px;
	position: relative;
	}	
/* For IE5.x mac only */
* html>body #title {
  position: static;
  overflow: visible;
   }
* html>body #title em  { position: static; }

#title em {
	width: 294px;
	height: 66px;
	background: url(images/title.png) 0 0 no-repeat;
	display: block;
  	position: absolute;
  	top: 0; left: 0;
 	}
#title:hover em {
	background: url(images/title_on.gif) 0 0 no-repeat;
	}
#title a:link, #title a:visited, #title a:hover {
	color: #7BCFEB;
	}
.description {
	text-indent: -5000px;
	}
div.inner_box_child h2.ibc {
	text-align: center;
	padding-bottom: .9em;
	}
	
#sidebar ul, #sidebar ol {
	font-size: 1.15em;
	line-height: 1.4em;
	}
#sidebar div.gutter ul li.widget {
	border-top: 8px solid #E2DCA8;
	background: url(images/box_bg.gif) left top repeat-x;
	}
#sidebar div.gutter ul li.widget {
	padding: .5em 1em 2em 1em;
	}
#sidebar div.gutter ul li.widget ul {
	margin-left: .5em;
	}
#sidebar div.gutter ul li.widget ul li {
	background: url(images/list_bttn.gif) left 2px no-repeat;
	padding-left: 1.65em;
	margin: .2em;
	}
#sidebar div.gutter ul li.widget ul li a, #sidebar div.gutter ul li.widget ul li a:visited {
	color: #423D20;
	}
#sidebar div.gutter ul li.widget ul li a:hover {
	color: #7BCFEB;
	}  
#sidebar div.gutter ul li h2, #sidebar div.gutter ol li h2 {
	font-size: 1.3em;
	padding-bottom: .8em;
	color: #BF461B;
	}
#sidebar div.gutter ul li ul, #sidebar div.gutter ul li ol, #sidebar div.gutter ol li ul, #sidebar div.gutter ol li ol{
	background: none;
	border: none;
	}
	
.footer_column {
	color: #423D20;
	}
.footer_column a, .footer_column a:visited  {
	color: #F5F5F4;
	}
.footer_column a:hover {
	color: #E2DCA8;
	}
.footer_column ul li {
	font-size: 1.2em;
	}
.footer_column ul li h2 {
	padding: .6em 0;
	font-size: 1.25em;
	color: #BF461B;
	}
.footer_column ul li ul {
	padding: .3em 1em;
	}

small {
	font-size: .85em;
	line-height: 1em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 1em;
	letter-spacing: .07em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}
	
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
		
blockquote {
	margin: 2em;
	padding: 2em;
	font-style: italic;
	background: url(images/quote.gif) top left no-repeat;
	}

blockquote cite {
	text-align: right;
	margin: 1em 0 0 0;
	display: block;
	}
.entry address {
	padding: 0 2em 2em 1.5em;
	display: block;
	}	

.entry dl {
	font-size: 1.05em;
	line-height: 1.45em;
	}	

.navigation {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 1.2em;
	padding: 0 0 2em 0;
	}
small.credit {
	font-size: 1em;
	line-height: 1.3em;
	}
.to_top {
	font-weight: bold;
	padding-left: 15px;
	}
h3.more_arrow  {
	background: url(images/arrow_bttn.gif) 0 50% no-repeat;
	padding-left: 1.7em;
	font-family: "Lucida Sans", Arial, Verdana, Tahoma, Helvetica;
	font-style: normal;
	font-size: 1.6em;
	line-height: 2em;
	}

.date_meta {
	width: 50%;
	text-align: center;
	border-top: 6px solid #E2DCA8;
	border-bottom: 3px solid #E2DCA8;
	border-left: 1px solid #E2DCA8;
	border-right: 1px solid #E2DCA8;
	}
.date_meta, .misc_meta {
	padding: .5em 0;
	margin: .5em;
	}
.date_meta li, .misc_meta dt {
	padding: .2em 0;
	}
.date_meta li.date_meta_list {
	border-top: 1px dotted #E2DCA8;
	border-bottom: 1px dotted #E2DCA8;
	font-weight: bold;
	font-size: 1.4em;
	}
.misc_meta dt {
	margin: 0;
	padding: 0;
	}
.misc_meta .comments {
	background: url(images/comments.gif) 0 0 no-repeat;
	padding: 1em 1em 1.5em 1em;
	font-size: 1.4em;
	font-weight: bold;
	}
.misc_meta .cat {
	padding-top: 40px;
	padding-left: 1em;
	background: url(images/cat.gif) 0 0 no-repeat;	
	}
.cat_home {
	background: url(images/cat.gif) 0 0 no-repeat;
	padding-left: 4em;
	padding-top: 1.25em;
	padding-bottom: .8em;
	margin: .5em auto 0 0;
	display: block;
	}
.wp-caption-text {
	font-size: .85em !important;
	text-align: center !important;
	color: #999 !important;
	}

/***** End 
TYPOGRAPHY & COLORS ********/


/****** Begin 
LISTS ********************/
.inner_box_child p a:hover {
	text-decoration: underline;
	}

.inner_box_child ul li {
	font-size: 1.3em;
	}
.inner_box_child ul li h3 {
	margin-top: 1em;
	font-size: 1.2em;
	}
.inner_box_child ul li ul {
	margin-top: 0;
	}
.inner_box_child ul li ul li {
	font-size: 1em;
	margin-bottom: .5em;
	}
.entry ul, .entry ol, 
.inner_box .inner_box_child ul, .inner_box .inner_box_child ol, 
.left_column ol, .left_column ul  {
	margin-left: 1em;
	}
.entry ul li, .inner_box .inner_box_child ul li, .left_column ul li{
	background: url(images/list_bttn_sm.gif) left 3px no-repeat;;
	padding-left: 1.2em;
	margin-bottom: .5em;
	}
.entry ul, .entry ol  {
	font-size: 1.3em;
	margin-bottom: 1.5em;
	}
.entry ol li, .left_column ol li, .inner_box .inner_box_child ol li {
	list-style: decimal;
	}
.entry ol li p, .left_column ol li p {
	padding-left: 1em;
	}

ul.bookmark li ul li, ul.recent_posts li {
	background: url(images/list_bttn_sm.gif) left 3px no-repeat;
	padding-left: 1.2em;
	}
ul.bookmark {
	background: url(images/appearance_bg.jpg) 0 0 no-repeat;
	font-size: 1em;
	}
ul.bookmark li {
	background: #F5F5F4;
	background-image: none !important;
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
ul.bookmark li ul li{
	position: relative;
	filter: alpha(opacity=90); 
	opacity: 0.9; /* disappears in handheld Opera browser */
	}
/***** End 
LISTS ********************/


/***** Begin 
IMAGES *******************/
p img {
	padding: 0;
	max-width: 100%;
	}

p a img {
	padding: .65em;
	background: url(images/imgbk.gif) left top no-repeat;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: .65em;
	margin: 0 0 .7em 1.3em;
	background: url(images/imgbk.gif) left top no-repeat;
	display: inline;
	}

img.alignleft {
	padding: .65em;
	margin: 0 1.3em .7em 0;
	background: url(images/imgbk.gif) left top no-repeat;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/***** End 
IMAGES ******************/

/* Begin FORM */
div.searchbox {
	width: 200px;
    height: 28px;
    background: url(images/search.jpg) no-repeat top left;
	padding: 2px 0 0 10px;
	margin: 0 0 7px 28em;
	}
div.searchbox form {
	margin: 0;
	padding: 0;
	}
div.searchbox input.search-field{ /*input field */
float: left;
border:0;
margin:0;
font-size: 1.3em;
height:18px;
background: transparent;
width: 160px;
}
div.searchbox input.search-go { /*search icon */
float: left;
border:0;
margin:0;
padding:0;
height: 24px;
width: 21px;
background: url(images/search_bttn.gif) no-repeat top left;
cursor: pointer;
}
div.searchbox input.search-go:hover{ /*search icon hover "Does Not work in ie6" */
background:url(images/search_bttn.gif) no-repeat bottom left;

}
form#searchform input {
	border: 1px solid #7BCFEB;
	} 
form#searchform button {
	background: #7BCFEB;
	border: 1px solid #7BCFEB;
	color: #F5F5F4;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	padding: 1em;
	margin: 1em;
	}
.entry form input, .entry form textarea {
	margin: .5em;
	padding: 2px;
	}
	
/***** End 
FORM *************************/



/***** Begin 
COMMENTS *********************/
h3#comments, h3#response {
	margin: 3em auto 1em 1em;
	font-size: 1.7em;
	color: #7BCFEB;
	}
.alt {
	margin: 0;
	padding: .85em;
	background: url(images/box_bg2.gif) top left repeat-x #F1F0E5;
	border-top: 5px solid #E2DCA8;
	}

ol.commentlist {
	padding: .5em;
	margin: 0;
	text-align: justify;
	background: url(images/commentlist_bg.gif);
	}

.commentlist li {
	margin: 1em;
	padding: 1em;
	list-style: none;
	}

.commentlist p {
	margin: 0 1em;
	padding: .85em;
	background: #F5F5F4;
	}
	
.commentlist p.commentator_said {
	margin: 2em 1em 0 2em;
	padding: 0;
	height: 9px;
	background: url(images/triangle.gif) top left no-repeat;
	text-indent: -1500em;
	}
#commentform p {
	margin: 5px 0;
	font-size: 1.3em;
	}
#commentform input, #commentform textarea {
	border: 1px solid #7BCFEB; !important;
	}
#commentform input#submit {
	background: #7BCFEB;
	color: #F5F5F4;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li {
	font-size: 1.3em;
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: left;
	padding: 2px;
	margin-right: .5em;
	background: #fff; 
	}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited,
.commentmetadata a:hover {
	color: #BF461B; /* orange */
	}

.commentlist cite a:hover, .commentmetadata a, .commentmetadata a:visited {
	color: #7BCFEB; /* blue */
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.commentarea {
	margin: 2em 2em 4em 2em;
	padding: 1em 2em 3em 2em;
	}
	
#commentform input {
	width: 120px;
	padding: 2px;
	margin: 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/***** End 
COMMENTS **************************/


/***** Begin 
STYLES FOR ACTIVE PLUGINS *****/
div.wpcf7 form {
	text-align: left;
	padding-left: 2em;
	}
div.wpcf7 form input, div.wpcf7 form textarea {
	border: 1px solid #7BCFEB;
	padding: 3px;
	}
div.wpcf7 form input{
	background: #7BCFEB;
	color: #FFFFFF;
	}
div.wpcf7 form p span input.wpcf7-validates-as-required, div.wpcf7 form p span.your-subject input {
	background: #FFFFFF;
	color: #18181A;
	} 
div.textwidget div.wpcf7 form {
	padding-left: 0;
	}
div.textwidget div.wpcf7 form p {
	margin: 5px 0;
	}

/*.breadcrumb {
	width: 100%;
	text-align: right;
	} 
.breadcrumb a {
	color: #74AD4E;
	}
.breadcrumb a:visited {
	color: #1F1D18;
	}
.breadcrumb a:hover {
	color: #F4851A;
	}*/
/*#qtrans_language_chooser li {
	display: inline;
	margin: 5px;
	padding: 5px;
	}*/

/*#flexi-pages-1 ul li {
	padding: 0;
	}
#flexi-pages-1 ul li ul li {
	margin-left: 1em;
	}
#flexi-pages-1 ul li ul li a {
	display: block;
	padding-left: 10px;
	background: url(images/list_img_sm.png) left center no-repeat;
	}	
#flexi-pages-1 ul li ul li ul li{
	margin-left: 1em;
	color: #4d6d7f;
	}	
#flexi-pages-1 ul li ul li ul li a {
	display: block;
	padding-left: 10px;
	background: url(images/list_img_sm.png) left center no-repeat;
	}
#flexi-pages-1 ul li.current_page_item ul li a:hover {
	color: #b85b5a;
	}

#flexi-pages-1 ul li.current_page_item ul li a {
	color: #4d6d7f;
	}*/
/***** End 
STYLES FOR ACTIVE PLUGINS ***************/


/***** Begin 
WP CALENDAR ******************/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* in active */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End in active */
/***** End 
WP CALENDAR ******************/


/* Begin Custom designed Tags & Classes */
.portfolio_wrap {
	margin: 1.2em 0;
	padding: 1em;
	}
.pwgd {
	margin: 1em 0;
	padding: 1em .5em 1em 0;
	width: 48%;
	min-height: 230px;
	float: left;
	overflow: hidden;
	}
.portfolio_wrap dt, .pwgd dt {
	font-weight: bold;
	color: #423D20;
	font-size: 1.3em;
	margin-top: .8em;
	}
.home_wrap {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #423D20;
	padding: 1em;
	}
.email_area {
	background: url(images/email.gif) 0 25% no-repeat;
	margin: 0 0 1.2em 1.8em;
	}	
.skype_area {
	background: url(images/skype_logo.gif) 0 25% no-repeat;
	margin: -2em 0 .5em 1.8em;
	}
.home_wrap dt {
	font-weight: bold;
	padding-left: 1.5em;
	text-indent: -99999px;
	}
.portfolio_wrap:after, .home_wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
dt.p_title {
	margin-bottom: 1em;
	font-size: 1.5em;
	}
.thumbnails {
	margin:0;
	padding: 5px 5px 5px 0;
	float: left;
	clear: both;
	}
.thumbnails img {
	border: 1px solid #ccc;
	}
.portfolio_wrap dd, .pwgd dd {
	font-size: 1.2em !important;
	line-height: 1.4em;
	margin-left: .5em;
	}
.home_wrap dd {
	padding-left: 2.5em;
	}

#sticky {
	position: absolute;
	display: block;
	height: 150px;
	width: 180px;
	bottom: 10px;
	right: 30px;
	z-index: 10;
	}
/* End Custom Custom designed Tags & Classes */	 