/*
	Theme Name: Slightly
	Theme URL: http://newwpthemes.com/wordpress-theme/slightly/
	Description: Slightly is a free premium WordPress theme with featured content option and supports the post thumbnails. Suitable for any niche. Theme Options at admin panel.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 1.0
	Tags: Blue, Blogging,  Ads Ready, Three  Columns, Right Sidebar, Fixed Width, Options Page
*/

/* LAYOUT */

body {
	background: url(images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #eefcfc;
	color:#898989;
	}
.clr{clear:both;}

#wrapper {
background:url(images/sky-bg.jpg) center 25px no-repeat;	
padding:0;
	}

#container {}

#contentwrap {
	background: #fff;
	}

a {
	color: #e28b01;
	}

a:hover {
	color: #0c84ac;
	}
/* HEADER */

strong{color:#E2A501;
font-weight:bold;}

#header {
	height:85px;
	padding-top:8px;
	}

#header a img {
border:medium none;
margin-top:-37px;
}

#header h1 {
	margin-bottom: 2px !important;
	padding: 0 0 0 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 48px;
    text-shadow: 0 3px 0 #1f728c;
	}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	}


#header h2 {
	color: #618e9c;
	font-size: 14px;
	line-height: 14px; 
	font-family: Arial;
	}

/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 30px;
    float: right;
	}
	
#pagemenu {
	height: 30px;
    float: right;
    
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
color:#5A4200;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin:0 3px;
padding:7px 10px 6px;
text-decoration:none;
text-shadow:1px 1px 0.1em #FFFFFF;
text-transform:uppercase;	}
	
#pagemenu li a:active {
	color: #080808;
	display: block;
	text-decoration: none;
	}
	
#pagemenu li a:hover{
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow:1px 1px 0.1em #FFFFFF;
	}	
	
#pagemenu  li.current_page_item a {
	color:#5a4200;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	


#navcontainer {
	height: 32px;
	background: #e2a501;
	display: block;
	overflow: hidden;
    padding-left: 10px;
    border-top: 1px solid #fff;
	}
	
#navcontainer .current-cat a {
	background-color: #5bbcdc;
    text-shadow: 0 1px 0 #106c8a;
	color:#fff;
	}
    
/* CONTENT */

#content {
background-color:#FFFFFF;
padding:11px 15px 10px 10px;	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 0;
	margin-bottom: 15px;
  /*  border-bottom: 1px solid #ddd;*/
	}

.post_thumbnail {

border:4px solid #E4AC15;
height:150px;
margin:15px;
width:150px;
}

.post p {
	margin-bottom: 10px;
	padding:10px;
	}

.title {
	background:none repeat scroll 0 0 #5BBCDC;
padding:5px 0 5px 20px;
color:#FFFFFF;
font-size:20px;
font-weight:bold;
	}

	
.title a {
	text-decoration: none;
	color: #fff;
	}

.title a:hover {
	text-decoration: none;
	color: #f6e7c8;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.postdate {
	font-size: 11px;
	padding: 1px 0px;
	font-family: Arial, Verdana;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	font-family: Arial, Verdana;
	font-size: 14px;
	/*margin-top:7px;*/
	padding-bottom:12px!important;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 558px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.current {
    color: #00455c !important;
    background:#fff !important;
    border: 1px solid #5bbcdc !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}

.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#e0f4f6 !important;
    border: 1px solid #5bbcdc !important;
    
}

.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.extend {
    background:transparent !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.sidebaradbox125 {
	margin-top: 15px; 
	text-align:center;
	}
	
.ad125 {
	margin: 1px;
	}


.sidebar {
	margin: 0 10px 10px 0;
	}
	
.sidebar a {
color:#02A6DC;
font-weight:bolder;
text-decoration:none;	}

.sidebar a:hover {
	text-decoration: underline;
	color:#0c84ac;
	}
	

	
	
#search {
background:url("images/search-background.png") repeat-x scroll left top #FFFFFF;
border:1px solid #A2A9B6;
float:right;
height:20px;
margin-right:15px;
margin-top:5px;
padding:0;
text-align:right;
width:200px;}

#search input {
	border: 0;
    background: none;
    color: #666;
}
	
	
#s {
background:none repeat scroll 0 0 transparent;
margin:1px 0 0;
width:165px;}


.rssbox {
	background: #e6e8ed;
	border: 1px solid #a2a9b6;
	padding: 10px;
	margin: 10px 0 0 0;
	}
    
.rssbox:hover {
    border: 1px solid #1d8aac;
    }

.rssbox a {
	color: #747888;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	}
.rssbox a:hover {
	color: #414862; 
	text-decoration: underline;
	}

.twitterbox {
	background: #e6e8ed;
	border: 1px solid #a2a9b6;
	padding: 10px;
	margin: 10px 0 0 0;
	}
    
.twitterbox:hover {
    border: 1px solid #1d8aac;
    }
	
.twitterbox a {
	color: #747888;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	}
.twitterbox a:hover {
	color: #414862; 
	text-decoration: underline;
	}
		
/* Social icons */
.addthis_toolbox .hover_effect
{

    padding: 8px 0 8px 8px;
    border: 3px solid #eee;
    margin: 10px 10px 0 0;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}

	


.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 4px 0 4px 8px;
	background: #5bbcdc;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 1px 0 #207d9c;
	}

.sidebar h2.orange {
    background: #E2A501;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
background:none repeat scroll 0 0 #F7F7F7;
list-style-type:none;
margin:0 0 5px;
padding-bottom:10px;	}

.sidebar ul ul {
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
background:url("images/bullet.gif") no-repeat scroll left top #F7F7F7;
margin:2px 0;
padding:2px 0 2px 15px;	}


#wp-calendar th {
background:none repeat scroll 0 0 #FFFFFF;
color:#555555;
font-style:normal;
text-transform:capitalize;
}
#wp-calendar caption {
background:none repeat scroll 0 0 #EEF0F4;
margin:2px 0;
padding:2px 4px;
text-transform:uppercase;
}
#wp-calendar td  {
color:#666666;
font:18px 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
letter-spacing:normal;
padding:20px 0;
text-align:center;
}
#wp-calendar td:hover, #wp-calendar #today {
background:none repeat scroll 0 0 #EEF0F4;
border:1px solid #CCCCCC;
color:#555555;
padding:18px 0;
}
#wp-calendar {
background:none repeat scroll 0 0 #E4FAFF;
border:1px solid #CEE8F1;
empty-cells:show;
font-size:14px;
font-weight:bold;
margin:0;
width:100%;
}


.ec3_eventday a {
color:#FFFFFF;
background:none repeat scroll 0 0 #FEBB74;
font-size:24px;
text-decoration:none;
}
 
.ec3_eventday a:hover {
	padding:1px;
	background:none repeat scroll 0 0 #faab53;
	} 
 
#wp-calendar .ec3_eventday:hover {
	background:none;
	border:none;
	}


/* FOOTER */

#footer {
	background: #2a2f31;
	padding: 22px;
	height:20px;
	text-align: center;
	color: #fff;
	font-size: 13px;
    border-top: 1px solid #fff;
	}

#footer a {
	color: #fff;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #686868;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #686868;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

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

/************ Call + mail ***************/	
.call-mail{ float:right; margin-top:-2px; width:405px;}
#header .phone{ width:245px; height:40px; background:url(images/phone-icon.png) top left no-repeat; padding-left:45px;}
#header .mail{ width:245px; height:30px; background:url(images/mail-icon.png) top left no-repeat; padding-left:45px; margin-top:10px; padding-top:5px;}
#header p, #header a{ color:#fff; text-shadow:1px 1px 0.2em #285361; margin:0;}

/************************ custom your package **********************/
.package-btn{width:335px; height:92px; margin:12px 0;}

#newsletter ul li{ background:none repeat scroll 0 0 transparent;}

/*******************************Social icons************/
.social{}
.social ul li ul li{float:left; list-style:none; background:transparent; padding:10px 20px 0 20px;}
.social ul li ul{margin:0 auto; width:288px;}

/**************** Tabs *************************/
#tabs li, #tabs li a {
outline:none;
}

/********************styling***********************/


/* forms */
.post .wpcf7-form p {margin-bottom:0px;}
span.wpcf7-form-control-wrap {
	position: relative;
	display:inline-block;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 10%;
	left: 60%;
	z-index: 100;
	background: #ffeeee;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
.wpcf7-form input.wpcf7-text{width:284px; height:18px;}