/*
	Theme Name: Metric Child Theme
	Theme URL: http://www.studiopress.com/themes/metric
	Description: Metric is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
@import url(http://fonts.googleapis.com/css?family=Cuprum);
body {
	background:url(images/bg.png) repeat-x;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}

h1 {
	color: #F90;
	text-shadow: 1px 1px #002838;
	line-height:25px; font:bold 22px"Trebuchet MS", Arial, Helvetica, sans-serif; 
	margin-bottom:5px; 
	align:left;
	
}


p{
	font-size: 14px; 
	text-align:justify; 
	text-justify:inter-word;
}


	
/***** Hyperlinks ********************/

a,a:visited {
	color: #0819cd;
	text-decoration: none;
} 	
a:hover {
	color: #0819cd;
	text-decoration:underline;
	}
a img {
	border: none;
	}
	
/***** Wrap ********************/

.home #wrap, .home-page #wrap, .blog #wrap {
	/*background: url(images/wrap.png) top center no-repeat;*/
	margin: 0 auto 0;
	padding: 0;
	}

	
#wrap {
	background: #F7F7F7 url(images/wrap-bg-5.png) repeat-x left top;
	margin: 0 auto 0;
	padding: 0;
	
	}

/***** Header  ********************/

#header {
	margin: 0 auto 0;
	padding: 0;
	}
	
#header .wrap {
	width: 960px; 
	height: 120px;
	margin: 0 auto 0;
	background:url(images/header-wde2.png) no-repeat;
	}

#title-area {
	width: 340px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	margin: 0; 
	padding: 0 0 0 20px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 480px;
	height:120px;
	color: #FFFFFF;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#header .widget-area a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo2.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 470px;
	height: 120px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 45px 0 0 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	text-shadow: #002838 1px 1px;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: #00B8DE;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #00B8DE;
	width: 148px; 
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #000;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;	
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 150px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 169px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/**********social media button widget***********************/
.socialmedia-buttons {float:right;}
.socialmedia-buttons a {}
.socialmedia-buttons img {margin-top:20px;}

/***** Nav Menu ********************/

#nav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#nav .wrap {
	background:url(images/nav-bg.png) repeat-x;
	width: 960px;
	height: 40px;
	margin: 0 auto 0;

	}
/*.left-nav-bg {background:url(images/left-nav-bg.png) no-repeat;width:15px;height:51px;display:block;position:absolute;left:-15px;top:0;}
.right-nav-bg {background:url(images/right-nav-bg.png) no-repeat;width:15px;height:51px;display:block;position:absolute;right:-15px;top:0;}
*/
	
#nav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin:0;
	padding: 0 0 0 10px;
	}
	
#nav li {
	float: left;
	list-style: none;
	padding: 0;
	background:url(images/nav-bg.png) repeat-x;
	margin:0;
	
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
    font-weight: bold;
    margin: 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	text-shadow:#333 1px 1px;
	position: relative;
	}





#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
    background:url(images/nav-hover-bg.png) repeat-x;
	color: #fff;
	
}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #00B8DE;
	color: #FFFFFF;
	width: 138px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-shadow: #00839E 1px 1px;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 158px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

#nav li.right {
	float: right;
	font-size: 14px;
    font-weight: bold;
	margin: 0;
	padding: 10px 25px 10px 0;
	text-shadow: #00839E 1px 1px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 18px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#subnav .wrap {
	background: #00A8D1;
	width: 960px;
	height: 40px;
	margin: 0 auto 20px;
	}
	
#subnav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	text-shadow: #00839E 1px 1px;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#subnav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #00A8D1;
	color: #FFFFFF;
	width: 138px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-shadow: #00839E 1px 1px;
	text-transform: none;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -33px 0 0 158px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 20px auto 20px;
	padding: 0;
	overflow: hidden;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	width: 100%;
	margin: 0;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
	
/***** Home Top ********************/

#home-top-bg {

	}

#home-top {
	width: 960px;
	color: #444444;
	margin: 0 auto 0;
	padding: 0 0 30px 0;
	overflow: hidden;

	/*background:#FFC;*/
	
	}
.textwidget h1 {
       line-height:25px; font:bold 22px"Trebuchet MS", Arial, Helvetica, sans-serif; color:#F90; text-shadow:#fff 1px 1px 1px; margin-bottom:5px; align:left; text-shadow: 1px 1px #002838;
        }  


	
#home-top a, #home-top a:visited {
        color: #0819cd;
	text-decoration:none;
	}
#home-top a:hover {
	color: #0819cd;
	text-decoration: underline;
}

#content a, #content a:visited {
       color: #0819cd;
       text-decoration: none;
	}	
#content a:hover {
	text-decoration: underline;
	}
	
#home-top .more-link {
	background: url(images/read-more.png);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 42px;
	display: block;
	}
	
#home-top .more-link:hover {
	background: url(images/read-more-hover.png);
	text-decoration: none;
	}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: #002838 1px 1px;
	line-height: 30px;
	}
	
#home-top h2 a, #home-top h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#home-top h2 a:hover {
	color: #72D4EA;
	text-decoration: none;
	}
	
#home-top .home-top-left h4, #home-middle h4,
#home-top .home-top-left h1.widgettitle.top, 
#home-middle h1.widgettitle.top {
	color: #F90;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #58ACFA; text-shadow: 1px 1px #002838;
	}

#home-top ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-top ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top .byline {
	margin: 0;
	padding: 0;
	}
	
#home-top .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-top li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page {
	clear: both;
	}
	
#home-top .featuredpost, #home-top .featuredpage  {
	clear: both;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img {
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #BBBBBB;
	}
	
.home-top-left {
	width: 450px;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	}


.home-top-right .widget {

	}
	
.home-top-right {
	width: 420px;
	float: right;
	margin: 0;
	padding: 0;
	position:relative;
	}


.slideshowNavContainer {position:absolute;bottom:-20px;width:500px;}
#slideshownav {display:block;margin:auto;text-align:center;}
	.slideshownavposition a {margin:0 4px 0 4px;}


/***** slider **********************/

#homelist li img {
    float: left;
    margin-right: 12px;
    margin-top: 4px;
    width: 15px;
}
#homelist li {
    font-size: 13px;
    line-height: 24px;
    list-style: none;
}
#homelist {
}
#home-middle .widgettitle {
    line-height: 30px;
}

#quote textarea {
    width: 258px;
    height: 64px;
}
#quote input{width: 258px;}

#quote p {
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.home-top-right h4 {
    display: none;
}
#quote {
    width: 258px;
    padding: 20px;
    background: #fff;
    border: 1px solid #dedede;
    margin-top: 20px;
    overflow: hidden;
}

#quote h3 {
    background-color: #CE1629;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    margin-left: -25px;
    margin-top: 0;
    padding: 4px 0 4px 25px;
    width: 67%;
}

#quote input[type="submit"] {
    width: 92px;
    height: 28px;
    background-color: #CE1629;
    border: 1px solid #9A0514;
    color: #e2e2e2;
    text-transform: uppercase;
    border-radius: 5px;
}
	
/***** Home Middle ********************/

#home-middle-bg {
	/*background:#ae1902;*/
	background:#9a0514;
	padding: 20px 0 10px 0;
	/*border-top:1px solid #282a29;*/
	}

#home-middle {
	width: 960px;
	margin: 0 auto 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	}


#home-top a, #home-top a:visited {
	color:#0819cd;
	text-decoration:none;		
}

#home-middle a, #home-middle a:visited {
	color:#FF9900;
	text-decoration:none;
}
	
#home-middle a:hover {
	color: #F90;
	text-decoration: underline;
	}
	
#home-middle p {
	margin: 0;
	padding: 0 0 10px 0;
	color:#ffffff;
	}
	
#home-middle h2 {
	color: #444444;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}

.home-center {clear:both !important;padding-top:10px !important;}
	
#home-middle .textwidget {color:#ffffff;}	

	
#home-middle h2 a, #home-middle h2 a:visited {
	color: #444444;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-middle h2 a:hover {
	color: #0067A2;
	text-decoration: none;
	}
	
/*#home-middle h4 {
	color: red;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	}*/
	

	
	
#home-middle ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#home-middle ul li {
	list-style-type: square;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#home-middle ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-middle ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-middle .widget {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#home-middle .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-middle .featuredpost .post, #home-middle .featuredpage .page {
	clear: both;
	}
	
#home-middle .featuredpost, #home-middle .featuredpage {
	clear: both;
	}
	
#home-middle .featuredpost img {
	background: #FFFFFF;
	margin: 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}
	
#home-middle .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

.home-middle-1 {
	float: left;
	width: 305px;
	margin: 0;
	padding: 0 20px 0 0;
	}
	
.home-middle-2 {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
	}
	
.home-middle-3 {
	float: right;
	width: 305px;
	margin: 0;
	padding: 0;
	}


/***** Footer ********************/

#footer {
	text-align: center;
}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 5px 0 5px 10px;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	min-height:365px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 670px;
	padding: 0;
	}
	
.full-width-content #content {
	width: 960px;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #E8E8E8;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .entry-content {
	overflow: hidden;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}
#works-list h1 {
    	color: #FF9900;
    	font: bold 1.8em "Trebuchet MS",Arial,Helvetica,sans-serif;
    	margin-bottom: 5px;
   	padding: 0 0 5px;
    	text-shadow: 1px 1px #002838;	
	border-bottom: 1px solid #58ACFA;
}
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #72D4EA;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 10px;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #F90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	text-shadow: 1px 1px #002838;
        border-bottom: 1px solid #58ACFA;
	}

#content h1  {
font:bold 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#F90; text-shadow: 1px 1px #002838; margin-bottom:5px; align:left;
	padding: 0 0 5px 0;
	}
	
#content h2 {
	font-size: 18px;
	border-bottom: 1px solid #00BFFF;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#content h2 a, #content h2 a:visited {
	color: #FF9900;
	text-decoration: none;
	text-shadow:1px 1px #002838;
	}
	
#content h2 a:hover {
	color: #fdb140;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #0067A2;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover {
	background: #0067A2;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #0067A2;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px;
}
.dataTables_wrapper table{
font-family: 'Cuprum', sans-serif;
font-size:16px;
text-align:center;
}
.dataTables_wrapper table td, .dataTables_wrapper table th {
    color: #535454;
    font-family: cuprum;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.dataTables_wrapper table td.column-2,
.dataTables_wrapper table td.column-3,
.dataTables_wrapper table td.column-4
{
width:185px;
}
.odd td{
background:url("http://www.webdevelopersetc.com/wp-content/uploads/2013/03/grey-bg.png") no-repeat scroll 5px 0 transparent;
height:55px;
}
.even td{
background:url("http://www.webdevelopersetc.com/wp-content/uploads/2013/03/h-blue-bg.png") no-repeat scroll 5px 0 transparent;
height:48px;
}
.dataTables_wrapper table th {
    color: #535454;
    font-family: cuprum;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
#content .dataTables_wrapper table h3 {
    border-bottom: medium none;
    color: #FFFFFF;
    font-family: cuprum;
    font-size: 38px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
        text-shadow: 1px 0px 0px #486C22;
        filter: dropshadow(color=#486C22, offx=1, offy=0);
}

.dataTables_wrapper table th.column-2,
.dataTables_wrapper table th.column-3,
.dataTables_wrapper table th.column-4 {
    background: url("http://www.webdevelopersetc.com/wp-content/uploads/2013/03/pricing-top-bg.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    width: 190px !important;
}
.row-2 td.column-2{
background:url("http://www.webdevelopersetc.com/wp-content/uploads/2013/03/pricing-green.png") no-repeat scroll 0 0 transparent;
height:61px;
}
.row-2 td.column-3{
background:url("http://www.webdevelopersetc.com/wp-content/uploads/2013/03/pricing-yellow.png") no-repeat scroll 0 0 transparent;
height:61px;
}
.row-2 td.column-4{
background:url("http://www.webdevelopersetc.com/wp-content/uploads/2013/03/pricing-red.png") no-repeat scroll 0 0 transparent;
height:61px;
}
.dataTables_wrapper table .even td.column-1{
    background:none #F7F7F7 !important;
    height: 48px;
    text-transform: uppercase;
}
.dataTables_wrapper table .odd td.column-1{
    background:none #F9FBFD !important;
    height: 55px;
    text-transform: uppercase;
}
.dataTables_wrapper .wp-table-reloaded-id-2, .dataTables_wrapper .wp-table-reloaded-id-2 td, .dataTables_wrapper .wp-table-reloaded-id-2 th{
   border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
 
}
.table-wrapper{
background:#fff;
padding:20px 0px;
}
.table-wrapper table{
margin:0px auto;
}
#content .table-wrapper table td a{
background:url("http://www.webdevelopersetc.com/wp-content/uploads/2013/03/btn_price_signup_a.png") no-repeat scroll 0 0 transparent;
display:inline-block;
width:121px;
height:35px;
font-size:0px;
}
#content .table-wrapper table td a:hover{
background:url("http://www.webdevelopersetc.com/wp-content/uploads/2013/03/btn_price_signup_h.png") no-repeat scroll 0 0 transparent;
}
#hosting-feature-wrapper .hosting-feature {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DEDEDE;
    margin-bottom: 25px;
    min-height: 175px;
    padding: 15px;
    width: 45%;
-webkit-border-radius: 10px;
    
    border-radius: 10px;
-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .5);
        
        box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .5);
margin-left:2px;
margin-right:2px;
}
.hosting-feature.left-align {
    float: left;
}
.hosting-feature.right-align {
    float: right;
}
#hosting-feature-wrapper .clear-both {
    clear: both;
}
#hosting-feature-wrapper {
    padding-top: 35px;
}
#home-top.price_section {
    background: #fff;
-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, .6);
        
        box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, .6);
}
.pricing_wraper{
padding:20px;
}
#home-top .pricing_wraper .pricing-menu ul li {
    background: url("images/arro.png") no-repeat scroll right bottom transparent;
    display: inline-block;
    list-style: none outside none;
    margin-right: 12px;
    padding-right: 10px;
    padding-top: 0;
}
#home-top .pricing_wraper .pricing-menu ul li:hover, #home-top .pricing_wraper .pricing-menu ul li.current-menu-item{
background: url("images/arro_hover.png") no-repeat scroll right bottom transparent;
}
#home-top .pricing_wraper .pricing-menu ul li:hover a, #home-top .pricing_wraper .pricing-menu ul li.current-menu-item a{
    background: none repeat scroll 0 0 #3E403C;
    color: #FFFFFF;
    text-decoration: none;
}
#home-top .pricing_wraper .pricing-menu ul li a {
    background: none repeat scroll 0 0 #E60103;
    color: #E2E2E2;
    display: block;
    font-weight: bold;
    line-height: 26px;
    padding: 0 10px;
    text-transform: uppercase;
}
.pricing-menu {
    border-bottom: 1px solid #DEDEDE;
}
.pricing_wraper .price_content {
    border-right: 1px solid #DEDEDE;
    float: left;
    width: 60%;
}
.pricing_wraper .price_right {
    float: right;
    width: 38%;
}
#home-top h2.pricing-title {
    color: #3D413C;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-top: 13px;
    text-shadow: none;
    text-transform: uppercase;
}
#home-top h3.price {
    color: #E60204;
    font-family: tahoma;
    font-size: 18px;
    margin: 5px 0 20px;
    text-transform: uppercase;
}
#home-top h3.price span {
    background: none repeat scroll 0 0 #413C3C;
    border: 1px solid #DEDEDE;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 8px;
}

#home-top .pricing_wraper .price_content li {
    background: url("http://www.webdevelopersetc.com/images/light-bulb.png") no-repeat scroll 0 6px transparent;
    font-size: 14px;
    line-height: 28px;
    list-style: none outside none;
    padding-left: 30px;
    padding-top: 0;
}

.price_right .gform_widget {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #DEDEDE;
    margin-top: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.price_right .gform_widget h4 {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #DEDEDE;
    color: #727272;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    text-align: center;
}
.price_right .gform_widget .left_label .gfield_label {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #DEDEDE;
    color: #727272;
    display: inline-block;
    font-size: 11px;
    line-height: 26px;
    margin-right: 10px;
    padding: 0 10px;
}
.price_right .gform_widget .left_label input {
    height: 26px;
    padding: 0;
    width: 184px !important;
}
.price_right .gform_wrapper {
    max-width: 100%;
}
.price_right .gform_widget .left_label li.top_label label {
    border: 1px solid #DEDEDE;
    width: 93%;
}
.price_right .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0 !important;
}
.price_right .gform_wrapper .gform_footer input {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #DEDEDE;
    color: #727272;
    font-size: 14px !important;
    height: 30px;
    text-transform: uppercase;
    width: 100% !important;
    cursor: pointer;
    font-weight: bold;
}
.price_right .widget_slideshow h4.widgettitle {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 28px;
    color: #727272;
    text-transform: uppercase;
    background: #E0E0E0;
    border: 1px solid #dedede;
    text-align: center;
    font-weight:normal;
}

