/*  
Theme Name: Siucco
Theme URI: http://www.emanuelesala.com/
Description: Siucco is created by <a href="http://emanuelesala.com/">ES Solutions</a>
Version: 1.0
Author: ES Solutions
Author URI: http://www.emanuelesala.com/
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
	font:13px/20px Tahoma,Arial,Helvetica,sans-serif;

}

/* ------------------- MAIN ELEMENT------------------- */

body{
	color:#333;
	font-size:13px;
	background: #ececec;

	}

li{ list-style: none}

a{ color: #000; text-decoration: none;}


.read_more_posts a {
background:url("images/link_btn_bg.gif") no-repeat scroll right top transparent;
color:#5C5C5C;
float:left;
font-size:13px;
height:23px;
margin-right:2px;
padding:5px 30px 0 0;
text-decoration:none;
width:auto;
margin-top:10px;
}

.read_more_posts a:hover {
	background-position:right 100%;
}

.read_more_posts a:hover span{
	background-position:left 100%;
}

.read_more_posts a span {
background:url("images/link_btn_bg.gif") no-repeat scroll left top transparent;
display:block;
float:left;
height:28px;
margin-top:-5px;
padding-right:12px;
width:auto;
}

.read_more_posts a{ color:#000; text-decoration:none;  letter-spacing:2px; font-size:9px;; text-transform:uppercase; font-weight:bold; }



a:hover{ text-decoration: underline; color:#000000; }

h1, h2, h4, h5, h6 { font-weight:lighter; padding-bottom: 10px; color: #000; line-height: 1em; font-family: Arial, Helvetica, sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h2 #porfolio { font-size: 26px; }
h3 { font-size: 18px; color:#000; margin-bottom:10px;}  
.boxFooter h3 { font-size: 22px; margin-bottom:15px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
h4#porfolio a {
font-size:20px !important;
}
h3 a{ font-size:26px}

span.cla{font:18px "ClarendonRoman",Georgia,Times,serif;}



strong { font-weight: bold; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
	
blockquote {
background:url("images/quote-start.png") no-repeat scroll left top transparent;
margin:10px 0 15px;
}

blockquote, blockquote p {
font-size:16px;
font-style:italic;
line-height:1.3em;
margin:20px;
}

blockquote p, .entry blockquote p {
background:url("images/quote-end.png") no-repeat scroll right bottom transparent;
padding:5px 25px 0;
text-indent:2em;
}

select{padding: 0;}

.alignleft{float:left; margin:0 5px 0 0}

.alignright{float:right;margin-left:15px;}

input,select,textarea{ border: #dddddd 1px solid; padding: 5px; font-size: 12px; }

.clear{ clear: both; overflow: hidden; height: 1px; margin: 0 0 -1px;  }



/* ------------------- END MAIN ELEMENT------------------- */
/*--------------------------------------------------------*/


/*----------------- MAIN LAYOUT -------------------------*/

#wrap{ 
	width:990px;
	margin:0px auto;
	background:url("images/bg-repeat.png") repeat-y scroll 0 0 transparent;


}

.pageTop{
	background:url("images/bg-top.png") no-repeat scroll 0 0 transparent;
	height:10px;
	overflow:hidden;
	margin:0 auto;
	width:990px;
	
}

#main-column{
	padding:10px 0px 25px;
	margin: 0px 25px;

}
.posts-column{
	float: left;
	width: 595px;
	padding-right:15px;
}
.posts-column-page{
	float: left;
	width: 940px;
}

column-home-page{
	float: left;
	width: 960px;
}
.sidebar-column{
	float: left;
	width: 320px;
}
/*------------------------ END MAIN LAYOUT ------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

/*HOME BOXES */

/* homeboxes */

#homeBoxes {
	overflow:hidden;
	width:940px;
}

#homeBoxes .homeBox {
	width:290px;
	float:left;
	margin-right:30px;
}

#homeBoxes .homeBox img {
	background:-moz-linear-gradient(center bottom , #F2F2F2 0px, #FFFFFF 100%) repeat scroll 0 0 transparent;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);

}

#homeBoxes .homeBox img:hover {
	border-color:#F9F9F9;
}


#homeBoxes .last{
	margin-right:0;
}

#homeBoxes .homeBox h2 {
	padding:10px 0 15px;
	color:#333;
	font-weight:normal;
	font-size:2.3em;
}

.more-link {
	padding:20px 0 0 0;
}

.homeBox p {
	color:#333;
	font-size:1em;
	letter-spacing:0.1px;
	line-height:20px;
	margin-bottom:15px;
}

a.readmore_button {
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-moz-user-select:none;
background:-moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 transparent;
border-color:rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
border-style:solid;
border-width:1px;
cursor:pointer;
line-height:1em;
outline:medium none;
overflow:visible;
position:relative;
white-space:nowrap;
-moz-border-radius:4px; 
-khtml-border-radius:4px; 
-webkit-border-radius:4px; 
display:inline-block;
border-top:1px solid rgba(255, 255, 255, 0.2);
line-height:1em;
padding:0.6em 1.3em;
position:relative;
text-align:center;
text-decoration:none;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
white-space:nowrap;
}

a.readmore_button:hover {
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-moz-user-select:none;
background-color:#666;
border-color:rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);   
border-style:solid;
border-width:1px;
cursor:pointer;
line-height:1em;
outline:medium none;
overflow:visible;
position:relative;
white-space:nowrap;
-moz-border-radius:4px; 
-khtml-border-radius:4px; 
-khtml-border-radius:4px; 
display:inline-block;
border-top:1px solid rgba(255, 255, 255, 0.2);
line-height:1em;
padding:0.6em 1.3em;
position:relative;
text-align:center;
text-decoration:none;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
white-space:nowrap;
}


/*--------------- HEADER ------------*/

#top-header{
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	height:54px;
	margin:0px auto;
	width:970px;
}
 


#top-header-right {
	margin: 27px 25px 0px; 
	float:right; 
	display:inline; 
}

#header{
	height: 80px;
	margin: 0px auto;
	width:990px;
	padding-top:20px;
}

#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
	padding-bottom:0px !important;
}

#header h1 a{
	display: block; 
	width: 390px; 
	height:80px;
	color:#000000;
	font-size: 28px; 
	margin: 0 5px;

}


/* SOCIAL MEDIA */

#social{
	float:right;
	margin-top:9px;
	margin-right:20px;
	
}
#social ul, #social li{
display:inline;
padding-left:2px;
	
}

#social a{
	background-image:url("images/icons-social.png");
	background-repeat:no-repeat;
	display:inline-block;
	height:0;
	margin-left:6px;
	overflow:hidden;
	padding-top:24px;
	vertical-align:middle;
	width:24px;
}

a.facebook-url {
	background-position:-34px top;
}
a.facebook-url:hover {
	background-position:-34px -24px;
}

a.twitter-url {
	background-position:left top;
}

a.twitter-url:hover {
	background-position:left -24px;
}

a.rss-url {
	background-position:-102px top;
}
a.rss-url:hover {
	background-position:-102px -24px;
}




/*----- SEARCH BOX STYLE --------*/

#search{
	position:relative;
}


#search input{ 
	border:medium none;
	padding:8px 50px 8px 10px;
	width:160px;
	-moz-border-radius:4px; 
	-khtml-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	color:#000;
	outline:medium none;
}

#search .bt{
	border:medium none;
	cursor:pointer;
	display:block;
	height:35px;
	outline:medium none;
	padding:0;
	position:absolute;
	right:3px;
	text-indent:-9999px;
	top:0;
	width:35px;
	background:url("images/search.png") no-repeat scroll 2px center transparent;
	border-left:1px solid #f4f5f6;
}


/*----- NAVIGATIONS--------*/


/*---------------DROPDOWN MENU------------------*/
	#topnav { padding-top:20px; }
		

	#topmenu { float: left; height: 45px; }
	#topmenu {position: relative; width:970px;	-moz-border-radius:10px; 
	-khtml-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
  }
		ul.nav { float: left; }
		ul.nav { padding: 5px 0px 0px; margin-right: 17px;  }
			ul.nav li { float: left; padding: 0px 17px 0px 5px;  }
				ul.nav a { color: #fff;  padding: 9px 7px 9px; text-transform:uppercase; height:22px;  }
					ul.nav a:hover { text-decoration: none; color:#CCC; }
					ul.nav > li.current_page_item > a, ul.nav > li.current-category-ancestor > a, ul.nav > li.current_page_item > a#homelink > span { background: url(images/active-arrow.png) no-repeat bottom center;}	
					
					ul.nav > li > a:focus { background: none; }
					
					ul.nav > li.sf-ul > a:hover, ul.nav > li.sf-ul.sfHover > a { background: #ffffff; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; color: #000000; box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow:3px 6px 8px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.2); }
					
						.nav li ul { background: #ffffff; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; left:5px !important; top:40px !important; padding: 14px 15px 14px 20px; width: 172px !important; box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow:3px 6px 8px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.2); z-index: 10000; display: none; }
								.nav ul li:hover ul, ul.nav ul li.sfHover ul { left:183px !important; top:-14px !important; }
							
							ul.nav li li { background: none; }
								ul.nav li li a { background: url(images/nav-bullet.png) no-repeat left 9px; padding: 4px 0px 4px 17px; display: block; color: #7e7e7e; }
									ul.nav li li a:hover { color: #444444; }
		

/*---------------DEFAULT DROPDOWN SETTINGS---*/

.nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { float:left; position:relative; }
.nav a { display:block; float: left; }
	.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:35px; }
	.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:203px; top:0px; }
	.nav li:hover ul, .nav li li:hover ul { top: -999em; }
	.nav li li {	display: block;	padding: 0px; float: left; height: auto !important; }
	.nav li ul { width: 202px; }
		.nav li li a:link, .nav li li a:visited { display: block; height: auto; float: left; width:180px; }
		.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }



/*----- END NAVIGATIONS--------*/



/*----- ADS--------*/


/*---------- MPU AND 125X125 --------------*/

#mpu-banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

#adv-125x125 {
	padding-left: 14px;
}

#adv-125x125 img{
	border: 1px solid #ddd;
	padding: 5px;
	margin:0 14px 14px 0;
}





/*--------------- BLOG POST STYLING ----------------------*/

ul.home-1-column{
	width:590px; 
	padding:0;
	float:left; 
	margin:0 0 20px;
	list-style-type:none;
}

ul.home-1-column li.homepost {
	background:url("images/post_bo_bg.png") no-repeat scroll center bottom transparent;
	padding-top:15px;
	min-height:320px;
	list-style-type:none;
	overflow:hidden;
}

ul.home-1-column li.bottom {
	padding:3px 8px; 
	font-size:8pt; 
	font-weight:bold; 
	font-family:arial,helvetica, sans-serif; 
	line-height: 1.5em;
}

ul.home-1-column li.title h2 {
	line-height: 1.5em;
	padding:6px 12px;
	margin: 0;
	letter-spacing:1px;
	font-size:12px;
	color:#000;
	}

/*----------------- POST STYLING -------------------*/

ul.home-bottom {
	padding:0; 
	margin:10px 0 10px; 
	list-style-type:none; 
	border: 1px solid #dddddd;
}

ul.home-bottom li.homepost {
	margin:0;
	padding: 10px 0;
	list-style-type:none;
	border-bottom:1px dotted #ccc;
	height:100px;
	}


.th_shadow{

	height:191px;
	margin:0 20px 0 0;
	padding:8px 0 0 8px;
	position:relative;
	width:191px;

}

span.overlay {
background:url("images/post-overlay.png") no-repeat scroll 0 0 transparent;
display:block;
height:199px;
left:0;
position:absolute;
top:0;
width:199px;
}



li.bottom {
	margin:0;
	padding: 5px 0;
	list-style-type:none;
	}

li.homepost h3 {
	padding:0;
	margin: 0;
	letter-spacing:1px;
	line-height:1.3em;
	}

li.homepost p {
	margin-bottom:0;
	}



	/*-----------------SINGLE POST-----------------*/
	
.author-info {
	float: left;
	width: 573px;
	padding: 10px;
	background:#ffffff url(images/background-comments.jpg) repeat-x;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}

.author-info h3 {
	margin-bottom: 10px;
}

.author-photo {
	float: right;
	margin:  0 0 0 10px;
	background-color: #ffffff;
}

.author-photo img {
	border:1px solid #dedede;
}

p.post_date {
	font-size:10px !important;
	font-weight:normal;
	margin-bottom:10px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	color:#333;
	margin:8px 25px 10px 0 !important;
	padding:0 0 0 6px;
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;

}
p.post_date a{
	font-size:10px !important;
	
}

p.post_date_archive {
	color:#333;
	font-size:10px !important;
	font-weight:normal;
	margin-bottom:10px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	margin:15px 25px 15px 0 !important;
	padding:0 0 0 6px;
	-moz-border-radius:6px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	letter-spacing:2px !important;

}

p.post_date_archive a{
	font-size:10px !important;
}

.entry ul li {
	padding:5px 0 5px 17px
}
.entry ul{
	margin-bottom:8px;
	
}

.entry ol li {
	list-style:decimal inside ;
	font-size:12px;
	padding:3px 0 3px 5px;
	}

.entry p{
	color:#333;
	font-size:1em;
	letter-spacing:0.1px;
	line-height:20px;
	margin-bottom:15px;
}

h2.page{
	margin-bottom:15px;
	padding:6px 12px;
}


/*-----------------COMMENTS STYLE-----------------*/


#comments_template {
	margin-top:30px;
	padding-top:30px;	
}

ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
}

ol#comments li {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:60px;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}

ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}

ol#comments small a {
	font-weight:normal;
	color:#999999;
}


ul.commentlist {
	margin:20px 0px 20px 0px;
	padding:0px;
	border:1px solid #d7d7d7;
}
ul.commentlist li {
	margin:0px;
	padding:10px 0px 20px 60px;
	border:1px solid #dedede;
	position:relative;
	list-style:none;
	border-bottom:0px;
	background:#ffffff url(images/background-comments.jpg) repeat-x;
	background-position:1px 1px;
}

.commentlist .children li  {
	margin-bottom:2px;
	border-left:1px solid #d7d7d7;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
}

ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #dedede;
}
ul.commentlist .commentmetadata {
	display:none;
}
ul.commentlist ul  {
	margin:20px 0px 20px 0px;
	padding:0px;
}

ul.commentlist ul li {
	border:0px;
	background-color:#ffffff;
	overflow:auto;
	background-image:none;
	padding-bottom:0px;
	padding-right:3px;
}

#commentform input, select, textarea {
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	background:url("images/input-bg.png") no-repeat scroll 0 0 transparent;
	border:1px solid #BBBBBB;
	color:#333;
	display:block;
	margin:0 0 10px;
	padding:3px 4px;
	position:relative;
	text-shadow:0 0 1px #FFFFFF;
	z-index:2;
}

.comments {
	float:right;
	font-size:8pt;
	width:36px;
	height:28px;
	margin:0 2px 5px 5px;
	padding:0;
	
	text-align:center;

}
.comments a{
	font-size:11px !important;
}

.commentlist .reply a:link, .commentlist .reply a:hover, .commentlist .children .reply a:link, .commentlist .children .reply a:hover {
color:#000;
display:block;
font-size:9px;
font-weight:normal;
height:22px;
padding:2px 0 0 10px;
letter-spacing:1px;
width:42px;
}



/*========= SIDEBAR =========*/



/*---------- WIDGETS LIST ------------*/

.widget {
	margin-bottom:10px;
}	
.widget p{
	mcolor: #333;
}
.widget h3 {
	
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #e7e7e7;
	padding:5px 0 5px 17px
}
.widget ul li a {
	color: #000;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}

.rec_post_title{
	font-size:13px;
	letter-spacing:1px;
	
}



li.email{
	padding:10px 0 10px 0px;
}

li.feeds{
	background:url("images/feed-icon.gif") no-repeat scroll 0 50% transparent;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #E7E7E7;
}

li.twitter{
	background:url("images/twitter-icon.png") no-repeat scroll 0 50% transparent;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #E7E7E7;
}

li.facebook{
	background:url("images/facebook-icon.png") no-repeat scroll 0 50% transparent;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #E7E7E7;
}

/*------remove widget title  in the tab area----*/

#tabs .widget h3{
	display:none;
}


/*--------------- FOOTER ------------------*/

#footer{
	padding:0px 25px 30px;;
	width:920px;
	margin-left:10px;
	margin:0 auto;
}
#footer_content{
background:url("images/footer-light.png") no-repeat scroll 0 0 transparent;
}


#footer-left{
	float:left;
	width:50%;
	font-size: 16px;
	
}
#footer-navigation{
	float:right;
}


ul.menu_footer li{
	display:inline;
	margin-left:15px;
	
}
ul.menu_footer li a{
	color:#fff;
}

.boxFooter {
	float:left;
	margin-bottom:40px;
	overflow:hidden;
	padding-right:30px;
	width:275px;
	margin-top:20px;
}

.boxFooter ul li {
padding:5px 0 5px 17px;
}


/*--------------- MISC ------------*/

.navigation {
	width:595px;
	margin-bottom:15px;
	float:left;
	padding: 15px 0;
	border-top:  1px solid #eee;
	border-bottom:  1px solid #eee;
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.share-images{
	height:30px;
}

/*------contact form------*/

.contact-page-text{
	margin-bottom: 15px;
}

.contact-label{
	display: block;
}

#nameinput, #emailinput, #commentinput{
	-moz-border-radius:2px; 
	-khtml-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
	background:url("images/input-bg.png") no-repeat scroll 0 0 transparent;
	border:1px solid #BBBBBB;
	color:#333;
	display:block;
	margin:0 0 10px;
	padding:5px 9px;
	position:relative;
	text-shadow:0 0 1px #FFFFFF;
	z-index:2;
}

#commentinput{
	width: 500px;
}

#submitinput{
	border:1px solid #DDDDDD;
	font-size:12px;
	padding:5px;
}
p.message-error{ padding: 5px; background: #FFF18B; }
p.message-success{ padding: 5px; background: #82B16E;  }



/*--------IMAGE INSIDE POSTS/PAGES --------*/

img.alignright {float:right; margin:0 0 0.5em 1em; padding:5px; border:1px solid #dddddd;}
img.alignleft {float:left; margin:0 1em 0.5em 0; padding:5px; border:1px solid #dddddd;}
img.aligncenter {display: block; margin-left: auto; padding:5px; margin-right: auto; border:1px solid #dddddd;}
a img.alignright {float:right; margin:0 0 0.5em 1em ; padding:5px; border:1px solid #dddddd;}
a img.alignleft {float:left; margin:0 1em 0.5em 0;padding:5px; border:1px solid #dddddd;}
a img.aligncenter {display: block; margin-left: auto; padding:5px;  margin-right: auto ; border:1px solid #dddddd;}

.widget ul li.list-small-images{
	background:none;
	clear:both;
	min-height:50px;
	padding:5px 0 5px 0;
	
}
.widget .small_images{
	float:left;
	padding:3px;
	margin-right:8px;
	border:1px solid #d7d7d7;
	height:50px;
}

/* PORFOLIO ---*/

.portfolioCategs {
	float:right;
	margin-top:-40px;
}
.portfolioCategs li {
	float:left;
	margin-right:5px;
}

.gallery {
	margin-bottom:20px;
	margin-left:-22px;
	margin-top:10px;
	padding-left:22px;
	width:940px;
}
.gallery .portfolioItem {
	background:url("images/post_po_bg.png") no-repeat scroll center bottom transparent;
	float:left;
	padding:0 0 30px;
	margin-bottom:25px;
	margin-right:15px;
	overflow:hidden;
	width:290px;
}

.portfolioCategs li a {
	-moz-border-radius:4px; 
	-khtml-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;

	display:block;
	padding:6px 12px;
}



.gallery .portfolioItem img{
	background:none repeat scroll 0 0 #F5F5F5;
	border:1px solid #FFFFFF;
	height:151px;
	left:1px;
	padding:4px;
	position:absolute;
	top:9px;
	width:276px;
}

.portfolio_img_holder {
	background:url("images/portfolio_frame.gif") no-repeat scroll 0 -5px transparent;
	display:block;
	height:180px;
	position:relative;
	width:288px;
}

/*PAGINATION */

.emm-paginate {
	clear:both;
	overflow:hidden;
	padding:10px 0;
}


.emm-paginate .emm-title {
	color:#555555;
	margin-right:4px;
}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {
	border:1px solid #ccc;
	color:#FFFFFF;
	margin-right:5px;
	padding:4px 8px;
}

.emm-paginate a {
	border:1px solid #DDDDDD;
	color:#666666;
	margin-right:5px;
	padding:4px 8px;
	text-align:center;
	text-decoration:none;
}



/* TESTIMONIALS  */

#testimonials {
	height:90px;
	width:950px;
	margin:10px 0 0px 10px;
	padding:15px 10px 25px;
}

.test_image{
	padding-right:10px;
}

#test-list{
	margin-bottom:10px;
	height:62px;
}

.blockquote-testimonials{
	color:#666;
	letter-spacing:2px;
	line-height:25px;
	padding:0 0 0 15px;
 	font:18px "SeanRegular",Courier New,Courier New,Courier6,monospace};

.test-author{
	color:#999;
	font-family:"Trebuchet MS",serif;
	font-size:13px;
	font-style:italic;
	
}


.zoom-icon { display: block; width: 61px; height: 61px; position: absolute; top:60px;  }
.zoom-icon { left: 118px; background: url(images/zoom-icon.png) no-repeat; }

/*TABULAR DATA */
.entry table {
font-size:12px;
margin:0 0 20px;
text-align:left;
width:100%;
}


table {
border-collapse:collapse;
border-spacing:0;
}

.entry table th {
background:none repeat scroll 0 0 #E9E9E9;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
color:#000000;
font-size:13px;
font-weight:700;
padding:8px;
text-shadow:0 1px 1px #FFFFFF;
}

.entry table td {
border-bottom:1px solid #EEEEEE;
border-top:1px solid transparent;
color:#333;
padding:8px;
}


caption, th {
text-align:left;
}

/*-----------------WP CALENDAR-----------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
		#wp-calendar a:hover { text-decoration: underline; }
	#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
		#wp-calendar td#today { color: #ffffff; }
	#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*-----------------CODE-----------------*/
code {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #D8D8D8;
clear:both;
display:block;
font-size:12px;
line-height:19px;
margin:10px 0;
padding:5px 15px;
}
/*----- Flickr ------*/

.flickr_badge_image img {
	-moz-box-shadow:0 1px 4px #191919;
	border:2px solid #4A4646;
	margin:0 12px 12px 0;
	-moz-border-radius:4px 4px 4px 4px;
}

.flickr_badge_image{
float:left;
}


/*---- SHORT CODES ----*/
.info_notice {
-moz-border-radius:10px; 
-khtml-border-radius:10px; 
-webkit-border-radius:10px; 
background:url("images/icon/notice.png") no-repeat scroll 15px 15px #FFFFE3;
border:1px solid #FFFF8B;
color:#8B6F00;
margin:15px 0 10px;
padding:15px 15px 15px 85px;
margin-bottom:10px;

}

.info_ok {
-moz-border-radius:10px; 
-khtml-border-radius:10px; 
-webkit-border-radius:10px; 
background:url("images/icon/ok.png") no-repeat scroll 15px 15px #EDFFD6;
border:1px solid #C7E3B9;
padding:15px 15px 15px 85px;
color:#0E2A00;
margin-bottom:10px;

}
.info_info {
-moz-border-radius:10px; 
-khtml-border-radius:10px; 
-webkit-border-radius:10px; 
background:url("images/icon/info.png") no-repeat scroll 15px 15px #ececec;
border:1px solid #ccc;
padding:15px 15px 15px 85px;
color:#000;
margin-bottom:10px;
}

.checklist ul {
padding-bottom:20px;
}
.checklist ul li {
background:url("images/icon/checklist.png") no-repeat scroll 0px 9px transparent !important;
padding-top:5px;
}

blockquote.pullquote_right {
float:right;
width:50%;
}

blockquote.pullquote_left {
float:left;
width:50%;
}

