/*  
Theme Name: Skyrope Theme
Theme URI: http://www.skyrope.com.com/
Description: A search engine optimized website framework for WordPress.
Author: Francesco Levato
Author URI: http://www.levatodesign.com/
Version: 1.0
Tags: 2-column
*/




/* Basic WordPress Styles */
@import url('styles/wp.css'); 




/* =Base
-------------------------------------------------------------- */


body {
	margin: 0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	font-size: 13px;
	background-color: #ebebeb;
	color: #4c4c4c;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 20px;
	font-weight: normal !important;
	color: #336699;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	
}

h5 {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .25em;
	margin-top: 0;
}

p { 
	margin: 1.5em 0; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #336699;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #ff6640;
	text-decoration:none;

}

.blue {
	color: #336699;
}

.orange {
	color: #ff6640;
}

.black {
	color:#000;
}

form {
	margin: 0;
}

a {
	color: #336699;
		text-decoration:underline;
}

a:hover {
	color: #ff3300;
		text-decoration:underline;
}

.widgettitle {
	display:none;
}

a img {
	 border:0;
}

.form-label {
	font-size:10px !important;
	padding-bottom: 3px !important;
	clear:both;
}

.error {
	font-size:10px !important;
	line-height:12px;
	margin-bottom: 10px !important;
	vertical-align:top !important;
	float:left !important;
	
}

/* =Wrapper
-------------------------------------------------------------- */

#wrapper {
	width: 950px;
	background-color:#FFFFFF;
	margin: 0 auto;
	position:relative;
}

/* =Header
-------------------------------------------------------------- */

#header {
	position:relative;
	float:left;
	width:950px;
	height: 169px;
	margin: 0 0 20px 0;
	background-color:#FFFFFF;
	background-image: url(images/nav-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#branding {
	height: 88px;
	width: 214px;
	position: absolute;
	left: 40px;
	top: 11px;
}
#header #contact  {
	position:absolute;
	float:right;
	margin: 0;
	right: 40px;
	top: 80px;
	text-align: right;
}
.text_888 {
	font-size: 19px;
	line-height: 17px;
	font-weight: bold;
	color: #336699;
	display: block;
}
.number_888 {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #336699;
	display: block;
}
.support_24x7 {
	font-size: 12px;
	font-weight: bold;
	color: #A3A3A3;
	line-height: 28px;
	display: block;
}


#secondary-navigation {
	position:absolute;
	float:left;
	margin: 0;
	left: 620px;
	top: 74px;
	text-align: left;
	
}

#secondary-navigation ul {
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#secondary-navigation ul li {
	margin-left: 2px;
	padding: 0px 0px 0px 6px;
	border-left: 1px solid #A3A3A3;
	list-style: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
		
#secondary-navigation ul li.first {
	border-left: none;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0px;
	}
	
#secondary-navigation li.first a {
	color: #A3A3A3;
	text-decoration:none;
	margin: 0px;
	padding: 0px;

}

#secondary-navigation li.first a:hover {
	color: #A8350E;
	text-decoration:none;

}


#secondary-navigation a {
	color: #A8350E;
	text-decoration:none;

}

#secondary-navigation a:hover {
	color: #A3A3A3;
	text-decoration:none;

}
	
#search {
	position:absolute;
	top:124px;
	float: right;
	right: 46px;
	height: 24px;
}

label {
	vertical-align: middle;
	font-weight: bold;
}


.search-input-btn {
	color: #A3A3A3;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;

}

.search-input {
	color: #A3A3A3;
	vertical-align: middle;
	padding: 3px 4px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	border: 1px solid #A3A3A3;

}

/* =Content
-------------------------------------------------------------- */

#content-container {
	position: relative;
	clear:both;
	padding-right: 40px;
	padding-left: 40px;
}

#content-container #home-page p {
	margin: 0 0 1.5em 0 !important;
}

#content-container-subpage {
	position: relative;
	clear:both;
	padding-right: 40px;
	padding-left: 40px;
	padding-top:18px;
}

#content {
	float:left;
	margin-right: 30px;
	width:604px;
	line-height: 1.75em;
	color:#4c4c4c;
}


#content-container-subpage #content {
	float:left;
	margin-right: 30px;
	margin-left: 30px;
	width:440px;
}

#content h5 {
	font-size:12px;
	color: #000;
	font-weight: bold;
}

#content-widget-1 {
	width: 655px;
	margin-top: 16px;
	margin-bottom: 20px;


}

#sidebar-1 form, #sidebar-2 form {
	margin: .5em 0;
}

#sidebar-1 {
	float:left;
	width:236px;
}

.sidebar-img {
	padding: 0px 0 20px 0;
}

#sidebar-1 p {
	margin: .5em 0;
	font-size:12px;
	line-height:18px;
}

.caption {
	font-size:10px;
}
#sidebar-1  #sharethisbutton {
	margin-bottom: 0;
}

#sidebar-1 h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif !important;
	font-size: 20px;
	font-weight: bold !important;
	color: #336699;
}





#sidebar-1 h3 {
	margin-bottom: 1em;
}

#sidebar-1 h3 a {
	text-decoration:underline !important;
}

#sidebar-1 h3 a:hover {
	text-decoration:none !important;
}


#sidebar-social-badges {
	position:relative;
	margin:18px auto 20px;
	height: 43px;
	width: 206px;
	padding: 2px;
	
}

#sidebar-social-badges ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height:48px;
	display: inline;
	
	
	} 
		
	
#sidebar-social-badges a.twitter {
	background: url(images/blog-twitter-badge.png) no-repeat left center;
	width: 36px;
	height: 48px;
	margin-right: 6px;
	display: block;
	text-decoration:none;
	float:left;
	}	
	
	
#sidebar-social-badges a.facebook {
	background: url(images/blog-facebook-badge.png) no-repeat left center;
	width: 36px;
	height: 48px;
	margin-right: 6px;
	display: block;
	text-decoration:none;
	float:left;
	}
	
	
#sidebar-social-badges a.linkedin {
	background: url(images/blog-linkedin-badge.png) no-repeat left center;
	width: 36px;
	height: 48px;
	display: block;
	text-decoration:none;
	float:left;
	}
	
	
#sidebar-social-badges a.feed {
	background: url(images/blog-rss-badge.png) no-repeat left center;
	width: 36px;
	height: 48px;
	margin-right: 6px;
	display: block;
	text-decoration:none;
	float:left;
	}
	
#sidebar-social-badges a.buzz {
	background: url(images/blog-buzz-badge.png) no-repeat left center;
	width: 36px;
	height: 48px;
	margin-right: 6px;
	display: block;
	text-decoration:none;
	float:left;
	}			


#sidebar-header {
	background-color: #336699;
	padding: 14px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#fff !important;
	text-align: center;
}



	
.sidebar-menu {
	width: 206px;
	padding: 10px;
	margin-bottom: 20px;
	}
	

	
ul.ctc-tag-cloud {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0px;
	border: none;
	color: #4C4C4C;
	font-size:13px;
	line-height:24px;
	}
	
.ctc-tag-cloud li {
	margin: 0;
	
	}
	
ul.ctc-tag-cloud li:before {
	content: "\00BB \0020";
	}	
	
.ctc-tag-cloud li a {
	color: #4C4C4C;
	text-decoration: none;
	}


.ctc-tag-cloud li a:hover {
	color: #FF6640;
	}
	
.nktagcloud_counter {
	padding-left: 5px;
}







#contact-form {
	background-color: #E5E5E5;
	padding: 10px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

#contact-form h1 {
	margin-bottom:0;
}

.form-input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	color: #A3A3A3;
	vertical-align: middle;
	padding: 3px 4px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	border: 1px solid #A3A3A3;
	margin-bottom: 10px;
	line-height: 14px;
}

#contact-form .form-input  {
	width: 206px;
}

#newsletter-form .form-input  {
	width: 155px;
}

#newsletter-form {
	padding: 0px 10px 10px;
	margin-bottom:10px;
}

#callout-navigation {
	position: relative;
	clear:both;
	padding-top: 18px;
	padding-right: 40px;
	padding-bottom: 18px;
	padding-left: 40px;
	margin: 0;
}

#callout-navigation .btn1 {
	position: relative;
}

#callout-navigation .btn2 {
	position: relative;
	padding-right: 18px;
	padding-left: 18px;
	
}

#callout-navigation .btn3 {
	position: relative;
}

#live-chat-home-widget {
	width: 133px;
	margin-right: 20px;
	float: left;
	display:inline;
	
}


#testimonials-widget {
	width: 482px;
	background-color: #EDEDED;
	color:#444444;
	padding: 10px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	float: left;
	display:inline;
	font-size:11px;
	line-height:1.5em;
	
}



#testimonials-widget p {
	margin:1em 0;
}

#testimonials-widget h1 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	margin-bottom:0 !important;
	margin-top: .25em !important;
	
}


/* Hide unwanted testimonial elements */

#testimonials-widget h2, #testimonials-widget p.byline, #testimonials-widget p.entry-meta {
	display:none;
}

/*------------------------------------*/

#content-container-subpage #testimonials-widget {
	width: 420px !important;
}

#testimonials-widget h4 {
	font-weight: bold;
	color: #336699;
	
}

.blue-box-round {
	background-color: #CFDFEF;
	color:#336699;
	width: 420px;
	padding: 10px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	float: left;
	display:inline;
	
}



/* =Footer
-------------------------------------------------------------- */

#footer-container {
	background-image: url(images/footer_top_bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	clear:both;
}


#footer-1 {
	padding-right: 40px;
	padding-left: 60px;
	background-image: url(images/nav-shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696969;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
	clear:both;
	color: #4D4D4D;
	
}


#footer-1 .column-1 {
	float: left;
	margin-top: 32px;

}


#footer-1 ul {
	font-size:13px;
	height:20px;
	line-height:20px;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
	
#footer-1 ul li  {
	margin-left: 0;
	padding: 0px 8px;
	border-right: 1px solid #4D4D4D;
	list-style: none;
	display: inline;
	color:#4D4D4D;
	}
	

#footer-1 a {
	color:#4D4D4D;
	text-decoration:none;
}



#footer-1 a:hover {
	color:#FFF;
	text-decoration:none;
}


#footer-1 ul li.last {
	margin-left: 0;
	padding-right: 0;
	border-right: none;
	list-style: none;
	display: inline;
	}
	
	
#footer-1 .column-2 {
	float: right;
	background-image: url(images/blog_ftr_right_shdw.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	text-align: left;
	font-size:10px;
	padding: 10px 0px 0px 40px;
	margin-top: 18px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

.post {
	/* margin: 0 0 3em 0; */	
}
#footer-1 .column-2  {
	/* margin: 1.5em 0 0 0; */
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.post-container  h1   {
	/* margin-left: 2.5em; */
}
.widget-container {
	margin: 0 0 1.5em 0;
}





/* =BLOG NAVIGATION STYLES
-------------------------------------------------------------- */
 
 	
 
 
/* menu-main container div */
#main-navigation {
	position:absolute;
	left:40px;
	top:116px;
	width:870px;
	height:49px;
	font-size:16px;
	background-image: url(images/blog-tab-bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	/* -moz-border-radius: 6px;
	-webkit-border-radius: 6px; */
	
}

#main-navigation ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height:44px;
	display: inline;
	
	} 

#main-navigation ul li {
	margin-left: 0;
	padding: 0px 22px;
	border-right: 1px solid #94b0cd;
	border-left: 1px solid #00426c;
	list-style: none;
	display: box;
	height:44px;
	color:#FFF;
	float:left;
	
	}
	
#main-navigation ul li.first {
	border-left: 0 !important;
	}
	
#main-navigation #blognav a {
	color:#FFF !important;
	text-decoration:none;
	height: 44px;
	display: block;
	float:left;
}

#main-navigation #blognav a:hover {
	color:#ff6640 !important;
	text-decoration:none;
}

/* =BLOG POST STYLES
-------------------------------------------------------------- */
	
.post-header {
	padding-bottom: 35px;
	}


.post-header ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.post-header ul li {
	margin-left: 0;
	padding: 0 10px;
	border-left: 1px solid #336699;
	list-style: none;
	display: inline;
	}
	
		
.post-header ul li.first {
	margin-left: 0;
	border-left: none;
	padding: 0 10px 0 0;
	list-style: none;
	display: inline;
	}

.post-header a {
	font-size:14px;
	color:#336699 !important;
	text-decoration:underline;
	}
	
.post-header a:hover  {
	color:#ff6640 !important;
	text-decoration:underline;
	}
	
.post-header a.feed {
	background: url(images/Feed_16x16.png) no-repeat left center;
	padding-left: 20px;
	}

.post-footer {
	font-size:14px;
	color:#336699 !important;
	float:left;
	margin-bottom:20px;
}

.post-footer a {
	font-size:14px;
	color:#336699 !important;
	text-decoration:underline;
	}
	
.post-footer a:hover  {
	color:#ff6640 !important;
	text-decoration:underline;
	}

.post-container {
	padding: 0px;
	margin: 0px 0px 40px;
	width: 604px;

 }
		
.post-container h1 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 20px;
	font-weight: normal !important;
	color: #336699;
}
 
 .post-container a {
 	text-decoration:none;
 }
 
 .post-container a:hover {
 	text-decoration:underline;
 }
 
.alignleft, img.alignleft {
	display:inline;
	float:left;
	margin-right:1.5em;
	border: 1px solid #4c4c4c !important;
}
 
 
 
 .post-container .alignright {
 		border: 1px solid #4c4c4c !important;
 }
 
 .post-container .aligncenter {
 		border: 1px solid #4c4c4c !important;
 }
 
 .post-meta-top {
 	margin-bottom:25px;
	width: 604px;
 }
 
.post-meta-top .social-media  {
 	display:block;
	width:604px;
	
 }
 
.post-meta-top .social-media ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height:16px;
	} 

.post-meta-top .social-media ul li {
	display:inline;
	padding-right:13px;
	}
		
	
.post-meta-top .social-media li.twitter {
	background: url(images/Twitter_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 10px;
	}	
	
	
.post-meta-top .social-media li.facebook {
	background: url(images/FaceBook_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 10px;
	}
	
	
.post-meta-top .social-media li.digg {
	background: url(images/digg_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 10px;
	}
	
	
.post-meta-top .social-media li.buzz {
	background: url(images/blog-buzz-chicklet.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 10px;
	}		

.more-link a {
 	text-decoration:underline !important;
 }
 
.more-link  a:hover {
 	text-decoration:underline !important;
 }

 .post-meta-bottom {
	/* margin-top:36px; */
	margin-bottom:30px;
	width:604px;
	float:left;
 }

.post-meta-bottom .blog-post-share-button {
	float:left;
	width:171px;
}

.post-meta-bottom .blog-post-share-button ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	} 
.post-meta-bottom .blog-post-share-button ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height:16px !important;
	}
	
.post-meta-bottom .blog-post-share-button ul li img {
	vertical-align:text !important;
	}
	
.post-meta-bottom .blog-post-share-button ul li a {
	padding:0 !important;
	}

 .post-meta-bottom .post-tags {
	line-height:normal !important;
	float:left;
	width:413px;
	padding-left:20px;
 } 
 
.post-meta-bottom .post-tags a {
 	color:#7c7c7c !important;
	text-decoration:none;
 }
 
.post-meta-bottom .post-tags a:hover {
 	color:#ff6640 !important;
	text-decoration: underline;
 }
 
.post-comment-container {
 	float:left;
 }
 
 .divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4c4c;
	width:604px;
	float:left;
	margin: 0 0 38px 0;
	
 }


