/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	line-height:130%;
	background-color: #5EC8FC;
}

#content ul { list-style: none;
	margin-bottom:5px;
 }

#content ul li {
	padding:5px 0;
	background:url(images/arrow.jpg) 0 8px no-repeat;
	padding-left:15px;
	position:relative;
	text-transform:capitalize;
}


a {
	color:#36A1C8;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3 {
	font-size:24px;
	letter-spacing:-1px;
	color:#36A1C8;
	font-weight:bold;
	padding:10px 0 5px;
	text-transform:capitalize;
}

h2 {
	font-size:18px;
	padding:5px 0 0;
}



h3 {
	font-size:14px;
	color:#333;
	padding:5px 0 0;
}



/* LAYOUT STRUCTURE
--------------------------------------------------*/
#bkWrapper {
	background-image: url(images/bk_body.jpg);
	background-repeat: repeat-y;
	background-position: center 500px;

}

#mainWrapper {
	background-image: url(images/bk_mainwrapper.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper {
	margin:0 auto;
	width:988px;
}

#header {
	height:120px;
	position:relative;
	/*background:url(images/bk_header.jpg) 100% 0 no-repeat;*/
}

#content {
	padding:0 0 25px;
	min-height: 500px;
	width:900px;
	margin:auto;
}

#footer {
	margin-top:10px;
	/*	border-bottom:1px solid #E5E5E5;*/
	width: 988px;
	height:150px;
	background-image: url(images/bk_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:-20px;
	}


#innerFooter {
	width:800px;
	height:40px;
	padding:20px;
	line-height:25px;
	margin:auto;
}
#innerFooter, #innerFooter a:link, #innerFooter a:visited  { color:#3399CC; text-decoration: none;}
#innerFooter a:hover  { color:#f8f8f8; text-decoration: none;}
/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:50px;
	left:10px;
	
}

#logo h1 {
	padding:0;
}

#logo h1 a, #logo h1 a:hover{
	width:407px;
	height:56px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topheadline {
	position:absolute;
	top:77px;
	left:240px;
	background:url(images/top_headline.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#topMenu {
	position:absolute;
	top:50px;
	right:0;
	/*border-left:1px solid #65809A;*/
}

#header ul.navmenu {
	position: absolute;
	top: 60px;
	right: 0;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background: none;
	font-family: "Trebuchet MS", Arial;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#header ul.navmenu li {
	float: left;
	margin-right: 20px;
}

#header ul.navmenu li a {
	float: left;
	color: #fff;
	background: none;
	text-decoration: none;
	padding: 0px 7px;
}

#header ul.navmenu li:hover {
	background: #DFF5FD url('images/nav_left.jpg') no-repeat;
}

#header ul.navmenu li a:hover {
	background: url('images/nav_right.jpg') no-repeat top right;
	color: #1EBDF0;

}


#header ul.navmenu li:active {
	background: #DFF5FD url('images/nav_left.jpg') no-repeat;
}

#header ul.navmenu li a:active {
	background: url('images/nav_right.jpg') no-repeat top right;
	color: #FFFFFF;

}


#header ul.navmenu li.current_page_item {
	float: left;
	margin-right: 20px;
	background: #DFF5FD url('images/nav_left.jpg') no-repeat;
}

#header ul.navmenu li.current_page_item a {
	float: left;
	color: #1EBDF0;
	background: url('images/nav_right.jpg') no-repeat top right;
	text-decoration: none;
}

/*CONTENT ELEMENTS
--------------------------------------------*/

#content p {
	margin:0.7em 5px;

}

#colLeft {
	float:left;
	width:600px;
	padding-right:20px;
	background:url(images/bk_vertline.jpg) 100% 0 repeat-y;
	margin-top:15px;
	padding-left:10px;
}

#colLeftInner1 {
	width:300px;
	float:left;
	background:url(images/bk_vertline.jpg) 100% 0 repeat-y;
	padding-right:20px;
}

#colLeftInner2 {
	float:left;
	width:250px;
	margin-left:20px;
	
}

 ul.latestPosts {
	margin-top:10px;
}

 ul.latestPosts li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding:0;
}

* html ul.latestPosts li {
	float:left;
	width:100%;
}

ul.latestPosts li a {
	display:block;
	background:url(images/ico_post.jpg) 0 4px no-repeat;
	padding:2px 0 6px 20px;
	text-decoration:none;
	margin:0;
}

ul.latestPosts li a:hover {
	color:#333;
}

ul.latestPosts li a span.date {
	font-size:10px;
	color:#999;

}

#colRight {
	float:left;
	width:245px;
	margin-left:20px;
	margin-top:15px;
	
}

#colRight p.line {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

#colRight p img {
	vertical-align:middle;
	padding-right:5px;
}

#colRight .featured {
	margin:10px 0;
}

#colRight .featured img{
	background:#fff;
	padding:6px;
	border:none;
}


/* BLOG 
--------------------------------------------*/
.post {
	padding:0 0 5px;
	position:relative;
}

.post h2 {
	padding-bottom:8px;
}

.post small {
	color:#666;
	display:block;
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding-bottom:6px;
}

.postmetadata {
	color:#666;
	font-size:11px;
}

.post .entry {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding-bottom:5px;
}

.post .entry img {
	border:1px solid #ddd;
	background:#fff;
	padding:7px;
	margin: 5px;
}

h2 a{
	text-decoration:none;
	color:#555;
	padding:10px 0;
	
}

h2 a:hover {
	color:#333;
}

.post .ribbonType {
	position:absolute;
	top:58px;
	left:568px;
	width:45px;
	height:43px;
}

*html .post .ribbonType {
	top:71px;
}

#sidebar ul {
	background:url(images/bk_horizline.jpg) 100% 0 repeat-x;
	margin:10px 0;
}

#sidebar ul li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding:0;
}
#sidebar #recentcomments .recentcomments {
	padding:5px 0 5px 0;
}
#sidebar ul li ul{
	display: none;
}

* html #sidebar ul li {
	float:left;
	width:100%;
}

#sidebar ul li a {
	display:block;
	background:url(images/arrow.jpg) 0 11px no-repeat;
	padding:6px 0 8px 16px;
	text-decoration:none;
	margin:0;
}

#sidebar ul li a:hover {
	color:#333;
}

/* Comments */

h3#comments {
	padding:10px 0 15px;
}

.navigation {
	font-weight:bold;
}

.navigation div {
	float:left;
	margin-right:20px;
}


ul.commentlist {
	border-top:4px solid #e5e5e5;
}

ul.commentlist li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	text-transform:none;
}

ul li.comment {
	padding-left:0;
	margin-bottom:5px;
	display:block;
}

.commentmetadata {
	font-size:10px;
}

.comment-author {
	font-style:normal;
	font-size:11px;
	padding-left:16px;
	background:url(images/ico_comment.jpg) 0 4px no-repeat;
}

.comment-author cite {
	font-weight:bold;
	font-style:normal;
}

#respond h2 {
	clear:left;
	padding-top:15px;
}

*html #respond h2 {
	padding-top:7px;
}

/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 900px; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/
	margin-top:20px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	background:url(images/bk_featured.png) 0 0 no-repeat;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:2px;
	width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:310px;
	position:relative;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 25px;
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:224px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg{
	position:absolute;
	top:14px;
	right:14px;
}

.stepcarousel .panel .projectImg img {
	border:none;
}

.web {
	background:url(images/ribbon_web.png) 0 0 no-repeat;
}

.logo {
	background:url(images/ribbon_logo.png) 0 0 no-repeat;
}

.print {
	background:url(images/ribbon_print.png) 0 0 no-repeat;
}





/* FORMS
-------------------------------------------------*/
form label, form#commentform label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form#commentform input, form textarea, form#commentform textarea  {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}
form input {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;

}


form textarea, form#commentform textarea {
	width:500px;
}

form input#submit, form#commentform input#submit, form input#searchsubmit{
	border:none;
	width:103px;
	height:24px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_submit.jpg) 0 0 no-repeat;
	font-size:11px;
}

form input#searchsubmit {
	background:url(images/bk_search.jpg) 0 0 no-repeat;
	width:60px;
	margin:0;
}

form#searchform input#s {
	width:143px;
	margin:0;
}

form#searchform div {
	padding:0 0 10px;
}

form#searchform label {
	padding:0;
	margin:0;
}



/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}
/* MY Awesome CSS
---------------------------------------------------*/

#content #colLeft .storycontent h3{
	color:#EB5B5E;
	font-size:18px;
/*	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #EB5B5E;*/
	margin:5px 0 5px 0;
}
#content blockquote {
	border: thick solid #FFFFFF;
	padding: 10px;
	margin: 5%;
	color: #000;
	background-color: #f8f8f8;
	background-image: url(images/ico-quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 37px;
}
.contact {
	float: right;
	height: 46px;
	width: 71px;
	margin-right: -60px;
	margin-top: 10px;
	background-image: url(images/contact_.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.contact:hover {
	background-image: url(images/contact_ov.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.party{ background: url(images/party-planner.png) no-repeat; 	display: block;}
.party:hover{ background: url(images/party-planner_ov.png) no-repeat}
.post .entry .readmore { padding:0; margin:0; border: none; background: none; }
.alignleft { float:left; padding:5px}
.alignright { float:right; padding:5px}
.imgtfe { padding:5px}
#bkWrapper #mainWrapper #wrapper #content #colLeft .storycontent #wpcf7-f2-p333-o1 .wpcf7-form .wpcf7-form-control-wrap kids .wpcf7-radio .wpcf7-list-item { width: 50px;}
.wpcf7-radio .wpcf7-list-item { width: 50px;}
.special {margin-top:-100px; margin-right:300px; float:right; border:none}
.special img { border:none}
.special img a { border:none}
