/*   
Theme Name: Coraleau Creative
Theme URI: http:/www.coraleau.com
Description: 
Author: Jessica Ricco and Nicole Ewald
Author URI: http://www.coraleau.com
Template: 
Version: 1

*/

/*GLOBAL*/

img, div, a, input {behavior: url(iepngfix.php) }

*{margin:0px; padding:0px;}

img, img a{border:none;}

body{background:#FFFFFF url(images/header_bg.jpg) repeat-x; font-family:Georgia, "Times New Roman", Times, serif;}

#wrapper {width:1000px; height:auto; margin:0px auto;}

.left{float:left;}

.right{float:right;}

.clear{clear:both; display:block;}

.alignleft{float:left; text-align:left;}
.alignright{float:right; text-align:right;}

.marginleft{
	margin:2px 0 0 3px;
}

.border-bottom{
	border-bottom:1px dotted #000000;
	margin-bottom:10px;
}

h1, h2, h3, h4{font-weight:lighter;}

a{color:#0d3945; text-decoration:none;}
a:hover{text-decoration:underline;}
a:visited{font-style:italic;}

blockquote{
	border-top:1px #cccccc dotted; 
	border-bottom:1px #cccccc dotted; 
	font-style:italic; 
	margin:10px 40px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;

}

blockquote.blue{
	border-top:none; 
	border-bottom:none;  
	margin:10px 40px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.9em;
	color:#1693a5;
	background:#ffffff;
}

blockquote p{
	margin-bottom:0px;
}

.padleft{
	padding-left:10px;
}

.small{
	font-size:13px;
}

/*******Links*****/
   /* a[href^="http:"] {
    display:inline-block;
    padding-right:14px;
    background:transparent url(images/icons/world_link.png) center right no-repeat;
    }*/

    /*a[href^="mailto:"] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(images/icons/email_link.png) center left no-repeat;
    }*/

    a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(images/icons/page_white_acrobat.png) center left no-repeat;
    }

    a[href$='.swf'], a[href$='.fla'], a[href$='.swd'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(images/icons/page_white_flash.png) center left no-repeat;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(images/icons/page_white_excel.png) center left no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'], a[href$='.pptx'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(images/icons/page_white_powerpoint.png) center left no-repeat;
    }

    a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(images/icons/page_white_word.png) center left no-repeat;
    }

    a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(images/icons/page_white_zip.png) center left no-repeat;
    }
	
	a.client_link{
	background
	}
	
/*****************Buttons******************/
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(images/new/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.blue { background: #0e3a46; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #1693a5; }
.btn:active { background-color: #1693a5; }
.btn[class] { background-image: url(images/new/shade.png); background-position: bottom; }

          /**IE6 hacks**/
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #0e3a46; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #1693a5; }

/*HEADER*/

#head{
	height:140px;
	width:1000px;
	background:url(images/new/header_rays.png) no-repeat top center;
	margin-bottom:10px;
}

#hometag{
	float:left;
	width:278px;
	height:208px;
	background:url(images/new/tags_top.png) no-repeat;
	position:relative;
	z-index:2;
}

#home{
	float:left;
	width:90px;
	height:100px;
	background:url(images/clear.png) repeat;
	display:block;
	padding:0px;
}

#hire{
	width:130px;
	height:208px;
	background:url(images/clear.png) repeat;
	display:block;
	float:left;
	margin-left:50px;
	padding:0px;
}

/******NAVIGATION RIBBONS********/


ul#topnav{
	width:240px;
	height:140px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:999999;
	top:-1px;
}

ul#topnav li{
	margin:0 2px 0 0;
	padding:0;
	list-style-type:none;
	display:inline;
	width:76px;
	height:130px;
	position:relative;
	float:right;
}

.ribbon_link{
	background:url(images/clear.png) repeat;
	display:block;
	width:76px;
	height:110px;
}

ul#topnav span{
	color:#FFFFFF;
	text-align:center;
	padding-top:70px;
	display:block;
	
}

#rib_about{
	background:url(images/new/ribnav.png) no-repeat;
	position:relative;
	top:-15px;
}

#rib_portfolio{
	background:url(images/new/ribnav.png) no-repeat;
	position:relative;
	top:-5px;
}

#rib_contact{
	background:url(images/new/ribnav.png) no-repeat;
	position:relative;
	top:-15px;
}



/*PORTFOLIO*/

#portfolio_container{
	width:1000px;
	height:630px;
	background:url(images/new/landscape1.jpg) no-repeat;
	position:relative;
	z-index:1;
	
}

#services_text{
	height:204px;
	width:462px;
	float:right;
	position:relative;
	right:78px;
	top:-85px;
	
}



#portfolio{
	width:226px;               
 	float:left;
	height:134px;
	position:relative;
	z-index:1;
	left:-160px;
	margin-top:90px;
}

#portfolio img{
	width:226px;
	height:134px;
}

#leaves{
	position:relative;
	z-index:2;
	width:279px;
	height:190px;
	top:65px;
	left:90px;
	
}

#leaves img{
	position:relative;
	top:-220px;
}


/*INDEX*/

#parchment{
	width:920px;
	padding-left:80px;
	height:260px;
	margin:10px 0;
	clear:both;
	margin-top:10px;
	position:relative;
	top:-40px;
	margin-bottom:-40px;
}


#parchment .box{
	width:246px;
	height:260px;
	margin:0 40px 40px 0;
	float:left;
	padding:5px;
	
}

#parchment #box3{
	width:218px;
	height:270px;
	margin:0px 40px 0 0;
	float:left;
	padding:20px 0 0 40px;
	
}

#parchment .blog_box{
	height:205px;
	font-size:14px;
}

.blog_box h2{
	font-size:18px;
}

.blog_box p{
	font-size:13px;
}

#parchment .bottom_box{
	position:relative;
	bottom:0px;
	height:50px;
	text-align:right;
	clear:both;
	margin-top:4px;
}

#parchment .comment_bg{
	background:url(images/comment_bubble_sm.png) no-repeat right;
}

#parchment .comment{
	margin:30px 20px 0 0; 
	position:relative; 
	bottom:-13px;
}

/*PAGES/POSTS*/


ul#crumbs{
	margin:0 0 0 50px;
	
}

ul#crumbs li{
	list-style-type:circle;
	display:inline;
}

#ct-info img{
	margin-bottom:10px;
}

#entry{
	width:640px;
	float:right;
	margin:0 20px 0 0;
}


.entry_title{
	background:url(images/new/title_blue.jpg) no-repeat top center;
	width:689px;
	height:97px;
	
}

.page_title{
	background:url(images/new/page_title_blue.jpg) no-repeat top center;
	width:689px;
	height:66px;
}

#entry h2.pagetitle{
	position:relative;
	left:-5px;
}
#entry h2, #entry h2 a{
	padding:5px;
	color:#FFFFFF;
}


#entry .details{
	width:635px;
	height:50px;
	padding:16px 0 0 10px;
	font-weight:bold;
}

#entry .ribbonside{
	position:relative;
	width:25px;
	height:60px;
	right:-25px;
	top:-45px;
	float:right;
}

.paper_details{
	float:left;
	background:url(images/new/paper_bg.jpg) no-repeat;
	width:175px;
	height:138px;
	list-style:none;
	display:block;
	padding:10px 0 0 10px;
}

.paper_details li{
	list-style:none;
	padding:0 0 0 15px;
	font-size:14px;
	height:30px;
}

li.author{background:url(images/new/author.png) no-repeat top left; padding-left:23px;}
li.date{background:url(images/new/date.png) no-repeat top left; padding-left:23px;}
li.category{background:url(images/new/category.png) no-repeat top left; padding-left:23px;}
li.comment{background:url(images/new/comment.png) no-repeat top left; padding-left:23px;}

.post{
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

.post ol{
	margin-left:5px;
}

.post ul{
	margin-bottom:10px;
	margin-left:5px;
}
.post li{
	margin-left:20px;
}

#navigation{
	border-top:1px #cccccc solid;
	margin-top:15px;
}
/*SEARCH AND ARCHIVE*/

h3.result a{   
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1693a5;
	background:#ffffff;
	
}
h3.result{
	border-top:1px dotted #cccccc;
}

.readmore{

}

.search-excerpt{
	background:#cccccc;
}

#archive_box{
	width:630px;
	height:150px;
	padding:10px;
}

#archive_box .column{
	float:left;
	width:32%;
	margin-right:5px;
}

/*Comments*/

#comments{
	position:relative;
	left:-10px;
}

#commentform{
	margin-bottom:10px;
}

#title-comments{
	background:url(images/new/comments-title.jpg) no-repeat;
	width:650px;
	height:55px;
}

.comment-top{
	background:url(images/new/comment-top.jpg) no-repeat;
	height:88px;
	width:650px;
}

.comment-mid{
	background:url(images/new/comment-mid.jpg) repeat-y;
	width:650px;
	
}

.comment-bot{
	background:url(images/new/comment-bot.jpg) no-repeat;
	height:75px;
	width:650px;
	margin-bottom:10px;
}

#comments img{
	float:left;
	margin-right:10px;
}

#comments ul, #comments li{
	list-style:none;
	width:650px;
}

#comments li{
	padding:0 0 0 20px;
	margin:0;
}

#comments p{
	margin:0px;
	padding:0 80px 5px 0;
	text-align:left;
}

.stripe{
	background:url(images/background_tile.jpg) repeat;
	border:1px #cccccc solid;
	
}


#comments-number{
	width:615px;
	height:25px;
	margin-top:25px;
	
}

a:focus {
	outline: none;
}

h2#respond{
	color:#0D3945;
}

.respond{
	margin-bottom:10px;
}




/*Sidebar*/

#sidebar-wrapper{
	background:url(images/new/sidebar_bg.jpg) repeat-y top left;
	width:1000px;
}

#sidebar1_portfolio{
	background:url(images/new/sidebar_top.jpg) no-repeat;
	width:320px;
	height:394px;
}

#sidebar1_portfolio1{
	background:url(images/new/sidebar_top1.jpg) no-repeat;
	width:320px;
	height:394px;
}

#sidebar_portfolio_link{
	width:320px;
	height:394px;
	display:block;
	background:url(images/clear.png) repeat;
}

#sidebar1{
	margin:20px 0 0 20px;
	/*background:url(images/sidebar2.jpg) repeat-y;*/
	width:320px;
	height:100%;
	
	
}

#sidebar1 ul, #sidebar1 li{
	list-style:none;
}

#sidebar1 li{
	padding:2px 0 2px 8px;
	
}

#sidebar1 ul li ul li{
	border-bottom:1px dotted #0d3945;
	
}

#sidebar1 ul li ul li a{
	color:#ffffff;
	
}

#sidebar1 li:lastchild{
	border-bottom:none;
}


#sidebar1 h2{
	background:url(images/new/sidebar_title_blue.png) no-repeat;
	position:relative;
	left:-54px;
	height:51px;
	padding:6px 0 0 50px;
	color:#FFFFFF;
	width:316px;
}

/*FOOTER*/
#footer{
	width:100%;
	height:215px;
	background:url(images/footer_bg.jpg) repeat-x;
	clear:both;
	position:relative;
	
}

#footer_content{
	width:960px;
	margin:0 auto;
}

.footer_item{
	width:33%;
	height:199px;
	float:left;
	margin:8px 0 0 0;
}

.contact{
	background:url(images/contact_us_text.png) no-repeat top left;
	
}	

#foot-form{
	padding-top:40px;
}

div.mmf-response-output {
	font-size:12px;
	margin:3px 0 0 0;
}

#contact-form{
	width:350px;
}

mmf-mail-sent-ok{
	margin:0;
}

#footer input, #footer textarea{
	background:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	width:60%;
	margin:0;
}

.label{
	float:right;
	width:115px;
	margin:0;
	padding:0;
	clear:none;
}

.mmf-list-item{
display:block;
}

#footer p{
	margin-bottom:2px;
}

.social{
	width:172px;
	height:172px;
	margin:30px 0 0 85px;
}

.social .tag{
	margin-right:24px;
	margin-bottom:24px;
	float:left;
	
}

.social a{
	padding:0px;
}

#copyright{
	background:url(images/jessica_nicole_bubble.png) no-repeat;
}

#copyright .love{
	width:320px;
	height:159px;
	background:url(images/clear.png) repeat;
	display:block;
}

#copyright p{
	margin:0 0 0 40px;
}



/**********Plugins*************/

.social_bookmark{
	border:1px dotted #0D3945;
	clear:both;
	margin:50px 0 20px 0;
}

div#slider_wrap{background:url(images/new/paper_port.jpg) no-repeat top center; width:1000px;}


/***********Client Template***********************/
div#content div#sidebar ul li a.padleft{
	padding-left:20px;
}
#client_title{
	background:url(images/new/client_title.jpg) no-repeat;
	width:1000px;
	height:66px;
	color:#FFFFFF;
	padding-top:8px;
	}
	
	div#content{
	min-height:500px;
	clear:both;
	}

/**************Inspiration Category*********************/

#inspiration-panel{
	background-color: #fff;
	border: 1px solid #cccccc; 
	height: 180px; 
	padding:5px; 
	text-align: center; 
	border-radius: 13px; 
	-moz-border-radius: 13px; 
	-webkit-border-radius: 13px; 
	-ms-border-radius: 13px;
}

#inspiration-panel img{
	float:left;
	margin-right:20px;
}

#inspiration-panel dl{
	margin:0 0 13px 0;
	padding:0px;
	display:block;
	float:right;
	width:412px;
	text-align:left;
}

#inspiration-panel dl dd{
	list-style:none;
	margin-bottom:8px;
	padding-bottom:0.75em;
	display:inline;
	
	
}

#inspiration-panel dl dt{
	display:inline;
	
}

#inspiration-panel a{
	text-align:right;
	display:block;
	margin-bottom:12px;
	 
	
}
/***********************PORTFOLIO PLUGIN By www.wpesp.com*************************/
/*****************---------------*Layout.css-----------------******************/
	.fl{float: left;}
	.fr{float: right;}
	.alignleft{float: left; padding-right: 14px; margin-bottom: 18px;}
	.alignright{float: right; padding-left: 14px; margin-bottom: 18px;}
	.br-rd4{border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;}
	.br-rd2{border-radius: 4px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px;}
	div#header, div#navigation div#menu, div#submenu ul, div.featured, div#works, div#content, div#foot{margin: 0 auto; overflow: hidden; width: 946px;}
	div#header{padding: 28px 0;}
	div#header h1 {float: left;}
	/*div#header h1 a{background: transparent url('../images/wpesp-portfolio-logo.png') no-repeat;border: none;display: block;*/
	height: 86px;overflow: hidden;text-indent: -2000px;width: 226px;}
	div#header p{float: right; width: 304px;}
	div#navigation {background-color: #333;}
	div#navigation div#menu {height: 56px; overflow: hidden;}
	div#navigation div#menu ol {float: left;}
	div#navigation div#menu ol li{border-left: 1px solid #666;float: left;}
	div#navigation div#menu ol li#menulast{border-right: 1px solid #666;}
	div#navigation div#menu ol li a {display: block; height: 56px; padding-left: 31px; width: 129px;}
	/* Vertical centring with line-height:0 and marging-top */
	div#navigation div#menu ol li a small{display: block; line-height:0; margin-top: -7px;}
	div#navigation div#menu div#feed{display: inline; float: right;}
/*	div#navigation div#menu div#feed a {background: transparent url('../images/feed-nav.gif') no-repeat;display: block; height: 56px; width: 66px;}
*/	div#navigation div#menu div#feed a:hover{background-position: 0 -56px;}
	div#navigation div#menu div#feed a span{display:none;}
	div.featured{margin: 56px auto;}
	div.featured div.info{float: left; width: 505px; position: absolute;}
	div.featured div.info dl dt{float: left; display: inline;}
	div.featured ul.view{margin-top: 285px; position: absolute; width: 505px;}
	div.featured ul.view li{display: inline; margin-right: 7px;}
	div.featured div.stick a{background-color: #fff;border: 1px solid #333; float: right; height: 269px; padding: 14px;width: 359px;}
	div.featured div.stick a:hover{border: 1px solid #999;}
	div.featured div.stick a img{background-color: #fff;opacity: 1; filter:alpha(opacity=100); width: 359px;}
	div.featured div.stick a:hover img{background-color: #fff;opacity: .5; filter:alpha(opacity=50); width: 359px;}
	div#works{margin-top: 56px;}
	div#works div.minus14{margin-left: -14px; overflow: hidden; width: 960px;} 
	/* Why width=960px? We have add the negative margin-left (-14px=+14px) to the div#workd width (946px). */
	div#works div.minus14 div.thumb{margin-left: 14px; padding-bottom: 28px; display: inline; float: left; width: 306px;}
	div#works div.minus14 div.thumb a{background-color: #fff;border: 1px solid #333; display: block; height: 115px; padding: 14px 0; 
	text-align: center; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;}
	div#works div.minus14 div.thumb a:hover{border: 1px solid #999;}
	div#works div.minus14 div.thumb a img{background-color: opacity: 1; filter:alpha(opacity=100); #fff; width: 276px;}
	div#works div.minus14 div.thumb a:hover img{background-color: #fff; opacity: .5; filter:alpha(opacity=50); width: 276px;}
	div#content{padding:0;}
	div#content div#ct-info{display: inline; float: left; width: 626px;}
	div#content div#ct-info a.brd{background-color: #fff; border: 1px solid #333;display: block;}
	div#content div#ct-info a.brd:hover{border: 1px solid #999;}
	div#content div#ct-info a.brd:hover img{background-color: #fff;opacity: .5; filter:alpha(opacity=50); width: 622px;}
	div#content div#ct-info img {margin: 0 0 -0.5em;} /* The height should be multiple of 18px */
	div#content div#ct-info ul, div#content div#ct-info ol {margin-left:66px; padding-left:14px;}
	div#content div#ct-info ul ul, div#content div#ct-info ol ol {margin-left:26px;}
	div.featured div.stick img.new{float: right; top: 241px; position: relative; z-index: 1000;}
	div.featured div.stick a.afternew{background-color: #fff;border: 1px solid #333; float: right; height: 269px; right: -66px;padding: 14px; 
	position: relative; width: 359px;}
	div#content div#ct-info div#contact{background-color: #ccc; margin: 0; padding: 52px 66px;}
	div#content div#ct-info div#contact div#usermessageb.failure{border: 2px solid #ccc; clear: both; padding: 4px;}
	div#content div#ct-info div#contact form legend {display: block;}
	div#content div#ct-info div#contact form fieldset.cf_hidden{display: none;}
	div#content div#ct-info div#contact form fieldset ol{margin: 0; padding: 0;}
	div#content div#ct-info div#contact form fieldset ol li{list-style: none; margin: 0;}
	div#content div#ct-info div#contact form fieldset ol li input {border: 0; margin-bottom: 14px; padding: 4px; width: 480px; 
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px;}
	div#content div#ct-info div#contact form fieldset ol li textarea{border: 0;  padding: 4px; width: 480px; margin-bottom: 18px; 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;}
	div#content div#ct-info div#contact form p input{background-color: #000; border: 0; color: #fff; cursor: pointer; height: 36px; width: 66px; 
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px;}
	div#content div#sidebar{display: inline; float: right; margin-top: 4.2em; text-align: left; width: 264px;}
	div#content div#sidebar dl dt{float: left; display: inline;}
	div#content div#sidebar dl dd{border-bottom: 1px solid #333;}
	/*div#content div#sidebar ul {margin-top: -8px;}  After dl */
	div#content div#sidebar ul li {display: inline;}
	div#content div#sidebar ul li a{border-bottom: 1px solid #333; display: block; padding: 9px 0 8px;}
	div#content div#sidebar div.vcard img{margin-bottom: 1.6em;}
/*	div#content div#sidebar div.vcard a.card{background: transparent url('../images/vcard.png') no-repeat 0 100%; padding-left: 24px;}
*/	div#content div#sidebar div.vcard span{margin: 0; padding: 0;}

/****************-----------Coda.css---------------**************/
	div#slider {margin: 0 auto 28px; position: relative; width: 946px;}
	div#slider img.scrollButtons {position: absolute; top: 200px; cursor: pointer}
	div#slider img.scrollButtons.left {left: -26px;}
	div#slider img.scrollButtons.right {right: -26px}
	div#slider div.scroll {clear: left;height: 301px; overflow: auto; overflow-x: hidden; padding:10px 0 0 0; 
	position: relative; /* fix for IE to respect overflow */width: 965px;}
	div#slider div.scroll div.scrollContainer div.panel {height: 301px; overflow: hidden; padding: 0 1px 0; width: 945px;} /* 1px padding for a good view */
	div#slider div.scroll div.scrollContainer div.panel div.info{float: left; width: 505px; position: absolute; padding:8px;}
	div#slider div.scroll div.scrollContainer div.panel div.info dl dt{float: left; display: inline;}
	div#slider div.scroll div.scrollContainer div.panel ul.view{margin-top: 275px; margin-left:35px; position: absolute; width: 505px;}
	div#slider div.scroll div.scrollContainer div.panel ul.view li{display: inline; margin-right: 7px;}
	div#slider div.scroll div.scrollContainer div.panel div.stick img.new{float: right; top: 241px; position: relative; z-index: 1000;}
	div#slider div.scroll div.scrollContainer div.panel div.stick a.afternew{background-color: #fff;border: 1px solid #333; float: right; 
	height: 269px; right: -66px;padding: 14px; position: relative; width: 359px;}
	div#slider div.scroll div.scrollContainer div.panel div.stick a{background-color: #fff;border: 1px solid #333; float: right; height: 269px; 
	padding: 14px; position: relative; width: 359px;}
	div#slider div.scroll div.scrollContainer div.panel div.stick a:hover{border: 1px solid #999;}
	div#slider div.scroll div.scrollContainer div.panel div.stick a:hover img{opacity: .5; filter:alpha(opacity=50);}

/****************-----------typography.css---------------**************/
	
	p{margin-bottom: 18px;text-align: justify;}
	abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
	div#header p{color: #666;font: 1.2em/1.5em Georgia,"Times New Roman",Times,serif; font-style: italic; margin: 0;text-align: justify;}
	div#navigation ol{margin: 0;}
	div#navigation ol li a{color: #fff; font-weight: bold; letter-spacing: .05em; line-height: 45px; text-decoration: none;}
	div#navigation ol li a:focus{background: 0;}
	div#navigation ol li a:hover.active{color: #fff;}
	div#navigation ol li a small{color: #666; font-size: .85em; font-weight: normal; letter-spacing: 0;}
	div#navigation ol li a:hover small{color: #fff;}
	div#navigation ol li a.active small{color: #ccc;}
	div#navigation ol li a:hover.active small{color: #ccc;}
	div.featured dl, div.panel dl {margin-bottom: 1.5em;}
	div#content div#ct-info ul, div#content div#ct-info ol{color: #333;}
	div#content div#ct-info ul {list-style-position:outside; list-style-type:circle;}
	div#content div#ct-info ul li, div#content div#ct-info ol li{margin-bottom: 1.5em;}
	div#content div#ct-info ol {list-style-position:outside;list-style-type:decimal;}
	div#content div#ct-info blockquote, div#content div#ct-info q{color: #333; font-style: italic; margin: 36px 66px; padding: 0 14px; text-align: justify;}
	div#content div#ct-info blockquote p {color: #333;}
	div#content div#sidebar h2, div#content div#sidebar h3 {font-size:1.666667em; letter-spacing: -.01em; line-height: .9em;}
	div#content div#sidebar h2{margin: 0 0 .9em; padding: 0;}
	div#content div#sidebar h3 {margin-top: 1.6em;}
	div#content div#sidebar dl dd{margin-bottom:8px; padding-bottom:0.75em;} 
	/* we have change margin-bottom:18px; by 8px (margin-bottom:18px-border-bottom:1px-padding-bottom:9px) */
	

/****************-----------Wp Page Numbers Stying---------------**************/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: white;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #1693A5;
}

#wp_page_numbers li a:hover {
	border-color: #0D3945;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #0D3945;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #0D3945;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}

/**********************Hackadelic Sliding Notes*****************************/
.hackadelic-sliderPanel {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 1px solid lightgrey;
	color: #B3960E;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
	display:block;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid #F0F0E0;
	background-color: #F0F0E0;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}

/***********************Hire Us Form**************************************/
#mmf-f3-p21-o1{
	width:331px;
	float:left;
	margin-bottom:10px;
	padding:5px;
}

#form-info{
	float:right;
	width:248px;
	border-left:1px dotted #cccccc;
	padding-left:8px;
}

#form-info p.top{
	margin-top:100px;
}

