/*
	Theme Name: Corporate
	Theme URL: http://www.studiopress.com/themes/corporate
	Description: Corporate is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 2.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff;
	width: 100%;
	color: #00003d;
	font-size: 16px;
	font-family: Arial, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

#wrap {
	background: #ffffff;
	width: 1120px;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	}

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

a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none
	}

/************************************************
*	Top     									*
************************************************/

#top {
	/* background: url; */
	width: 1120px;
	height: 0px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}



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

#header {
	/* background: url; */
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
	}

.header-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 1260px;
}

#header h1, #header h4 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#header h1 a:hover, #header h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 900px;
	float: left;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}

.headertext {
	margin: 0px;
	padding: 20px 0px 0px 10px;
	}


.headerright {
	width: 350px;
	float: left;
	margin: 45px 0px 0px 120px;
	padding: 0px 10px 0px 0px;
	text-align: left;
	}

.headerright li {
	list-style-type: none;
	padding: 0;
	}

.headerright p {
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}

.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 100%;
	background: #dddddd;
	/* height: 50px; */
	font-family: Arial;
	font-weight: bold;
	border: 2px double #dddddd;
}

.navbar-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 1140px;
}

.navbarleft {
	width: 750px;
	float: left;
	padding: 5px;
	}

.navbarright {
	width: 350px;
	float: left;
	padding: 10px;
	}

.navbar a, .navbar a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	}

.navbar a:hover {
	color: #ff3e41;
	text-decoration: none;
	}

.navbarright a, .navbarright a:visited {
	color: #ffffff;
	font-weight: normal !important;
	text-decoration: none;
	}

.navbarright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.navbarright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav:after {
	content: "";
	display: table;
	clear: both;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li a, #nav li a:link, #nav li a:visited {
	/* background: url; */
	color: #00003d;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
          margin: 0px;
	padding: 18px 20px 7px 20px;
	text-decoration: none;
	}

#nav li a:hover, #nav li a:active {
	background: #dddddd;
	color: #fc3200;
	text-decoration: none;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #dddddd;
	width: 250px;
	color: #00003d;
	float: none;
margin:auto;
	padding: 7px 15px 7px 5px;
	overflow: hidden;
	border: 1px solid #00003d;
	}

#nav li li a:hover, #nav li li a:active {
	background: #dddddd;
	color: #fc3200;
	padding: 7px 15px 7px 5px;
	text-decoration: none;
	}

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

#nav li li {
	}

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

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

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

#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 .current_page_item a {
	color: #FFFFFF;
	}



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

#content {
          width: 1120px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	}

#contentleft {
	float: left;
	width: 730px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
		line-height: 20px;
	}

#contentwide {
	float: left;
	width: 1120px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}

#contentleft a, #contentleft a:visited {
		color: #00003d;
         font-weight: bold;
	text-decoration: none;
	}

#contentleft a:hover, #contentwide a:hover {
	color: #e67d15;
	text-decoration: none;
	}

#contentleft h1, #contentwide h1 {
	color: #00003d;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 36px;
	}

#contentleft h1 a, #contentwide h1 a  {
	color: #00003d;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	line-height: 36px;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #e67d15;
	text-decoration: none;
	border: none;
	}

#contentleft h2, #contentwide h2 {
	color: #00003d;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;

	}

#contentleft h3, #contentwide h3 {
	color: #00003d;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px px 0px;
	line-height: 20px;

	}

#contentleft h4, #contentwide h4 {
	color: #00003d;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 16px;
	}

#contentleft h5, #contentwide h5 {
	color: #00003d;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 36px;
	border-bottom: 1px solid #dddddd;
	}

#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

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

.post p {
	padding: 10px 0px 10px 0px;
	margin: 0px;
		line-height: 20px;
	}

.post a, .post a:visited, .postcomments a, .postcomments a:visited, .navlink a, .navlink a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.post a:hover, .postcomments a:hover, .navlink a:hover {
	color: #e67d15;
	text-decoration: none;
	}

.post ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}

.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

.post ul {
	list-style-type: square;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 10px 0px;
	}

.post ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}

.post ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}

.post ul ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px -10px;
	}

.postauthor {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.postmeta {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px !important;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
		line-height: 14px !important;
	}

.authorbox {
	background: #F7F7F7;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}

.authorbox p {
	margin: 0px;
	padding: 0px;
	}

.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}

blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}

#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}

code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}


.clear {
	clear: both;
	}

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

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

img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px -10px;
	display: inline;
	}

img.alignright {
	padding: 10px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px 10px 10px 10px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

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

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.wp-caption {
	text-align: center;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/************************************************
*	Sidebar 	        			     	    *
************************************************/

#sidebar {
	float: right;
	width: 330px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	}

#sidebar .widget  {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar h2 {
	color: #00003d;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar h4 {
	color: #00003d;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#sidebar a, #sidebar a:visited {
	color: #00003d;
         font-weight: bold;
	text-decoration: none;
	}

#sidebar a:hover{
	color: #e67d15;
	text-decoration: none;
	}

#sidebar p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li li {
	/* background: url no-repeat top left; */
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar ul li ul li {
	/* background: url no-repeat top left; */
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.textwidget {
	margin: 0px;
	padding: 0px;
	}

.postform {
	background: #F5F5F5;
	width: 235px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}

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

#footer {
	background: #00003F;
	width: 100%;
	font-size: 12px;
	font-family: Arial;
	color: #ffffff !important;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	}

.footer-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 1200px;
}

#footer p {
	color: #ffffff !important;
	margin: 0px;
	padding: 0px;
	}

#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a {
	color: #ffffff !important;
	text-decoration: none;
	}

#footer a:hover {
	color: #000000 !important;
	text-decoration: underline;
	}

#footerwidgets {
	display: block;
	width: 1100px;
	margin: 0px 0px 0px 0px;
	}

#footer-left {
	width: 300px;
	float: left;
	margin: 8px 5px 5px 100px;
	padding: 0px;
	}

#footer-middle {
	/* background: url; */
	width: 300px;
	float: left;
	margin: 8px 5px 5px 5px;
	padding: 0px;
		line-height: 16px;
	}


#footer-right {
	background: url;
	width: 300px;
	float: left;
	margin: 8px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
	line-height: 16px;
	}

#footer-right h2 {
	font-size: 24px;
	margin: -5px 0px -5px 0px;
		line-height: 24px;
}

#footerwidgets ul {
	list-style-type: none !important;
	padding: 0;
	}

ul {
    list-style-type: none;
}

/************************************************
*	Bottom  									*
************************************************/

#bottom {
	/* background: url; */
	width: 1120px;
	height: 45px;
	color: #000000;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#bottom a {
	color: #000000;
	text-decoration: none;
	}

#bottom a:hover {
	text-decoration: underline;
	}

/************************************************
*	Search Form									*
************************************************/

#subscribe, .jetpack_subscription_widget {
	background: url !important;
	margin: 15px 0px 20px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 18px !important;
	width: 300px;
	height: 125px;
	color: #00003d !important;
	}


#subscribe {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}

#searchformheader {
	margin: 0px;
	padding: 0px;
	}

#searchbox {
	background: #F7F7F7 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width: 270px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #F7F7F7;
	}

#searchbutton {
	background: #000000 url(images/navbar.gif);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #222222;
	}

#s {
	background: #FFFFFF;
	width: 175px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}

#submit {
	background: #00003d;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}

#author, #email, #url {
	background: #ffffff !important;
	color: #222222;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#comment {
	display: none !important;
	}

/************************************************
*	Comments									*
************************************************/

.commentlist li ul li {
	font-size: 12px;	
	line-height: 14px !important;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #dddddd;
	margin: 0px 5px 0px 10px;
	padding: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	margin: 0px 0px 0px 0px !important;
	line-height: 14px !important;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin: 0px !important;
	}

.commentmetadata {
	font-weight: normal;
	}

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

#commentform {
	margin: 0px 10px 0px 0px !important;
	}

#commentform textarea {
	width: 100%;
	padding: 5px;
	margin: -25px 0px 0px 0px !important;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}

#commentform p {
	margin: 5px 0px 5px 0px;
	}

#commentform #submit {
	margin: 0px;
	float: left;
	}

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

.commentlist {
	margin: 0px;
	padding: 0px;
	}

.commentlist ol {
	margin: 0px;
	padding: 0px;
	}

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

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

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
		line-height: 16px !important;
	}

.children {
	margin: 0px;
	padding: 0px;
	}

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

.reply a, .reply a:visited {
	background: #dddddd;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	text-decoration: none;
	margin: 20px 0px 20px 0px !important;
	padding: 1px 5px 3px 5px;
	border: 1px solid #00003d;
	}

.reply a:hover {
	background: #00003d;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
	}

.commentmetadata {
	font-size: 12px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 5px;
	}

.thread-even {
	background: #ffffff;
	margin: 0px !important;
	padding: 5px !important;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #00003d;
	border-bottom: 1px solid #00003d;
	border-left: 1px solid #00003d;
	border-right: 1px solid #00003d;
	margin: 10px 0px 0px -5px !important;
	padding: 10px !important;
	}

.display-posts-listing .listing-item {
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 10px 0px;
clear: both;
		font-size: 16px !important;
line-height: 20px;
	height: 180px;
	border-bottom: 1px solid #dddddd;
}

.display-posts-listing img {
float: left;
margin: 0px 10px 10px 0px !important;
padding: 0px;
border: 1px solid #eeeeee;
	width: 250px !important;
	height: auto;
	border-radius: 20px;
}

.display-posts-listing h2 {
		color: #00003d;
	font-size: 28px !important;
	font-family: Arial !important;
	font-weight: bold;
	margin: 10px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	line-height: 28px !important;
}


div#jp-relatedposts p {
font-size: 16px !important;
}

div#jp-relatedposts h3 {
	width: 100% !important;
font-size: 24px !important;
margin: 0px 0px 5px 0px !important;
	border-bottom: 1px solid #00003d;
}

#recentcomments {
padding: 5px;
border-radius: 10px;
-moz-border-radius: 10px;
}

#recentcomments ul li {
margin: 0px 0px 0px 0px !important;
border-bottom: 10px solid #ffffff;
}

#recentcomments img {
height: 50px;
width: 50px;
margin: 5px;
}

.dsq-widget-meta {
line-height: 14px !important;
}

ul.advanced-recent-posts {
	list-style-type: none;
	margin: 0px 0px 10px 0px !important;
		font-size: 16px !important;
        font-style: normal !important;
	font-weight: normal !important;
	padding: 0px 0px 0px 0px;
		line-height: 18px !important;
	width: 95%;
}

ul.advanced-recent-posts img {
	margin: 2px 5px 10px 0px !important;
	padding: 0px !important;
	float: left;
	border: 1px solid #dddddd;
}

ul.advanced-recent-posts a {
margin: 0px 0px 10px 0px !important;
	font-family: Arial;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: normal !important;
padding: 0px 0px 0px 0px !important;
line-height: 18px !important;
}

.display-posts-listing .excerpt-dash { display:none; }

.ngg-slideshow {
margin: 10px;
float: right;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 20px !important;
    text-decoration: none !important;
    -moz-opacity: 1;
    opacity: 1;
	line-height: 20px !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #6acde6;
	text-decoration: none !important;
	}


#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0px 0px 10px -2px !important;
    display: inline-block;
    float: left;
    font-size: 25pt !important;
    font-weight: 700;
    font-family: inherit;
	border: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	font-size: 12px !important;
    opacity: 1;
	margin: 0px 0px 0px 0px !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	border-bottom: 1px solid #dddddd;
	padding: 0px;
	margin: 0px 0px 10px 0px !important;
}

.widget_mostreadwidget ul {
list-style-type: none;
margin: 5px 0px 5px 3px !important;
	padding: 0px !important;
	line-height: 18px !important;
}

.widget_mostreadwidget ul li a {
margin: 5px 0px 5px 0px !important;
		font-family: Arial;
	font-size: 14px !important;
font-weight: normal !important;
padding: 0px 0px 0px 0px !important;
line-height: 14px !important;
}

hr {
	height:1px;
	background-color:#dddddd;
	border:0;
}


#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
	color: #eee !important;
}


li.widget_eu_cookie_law_widget {
	list-style-type: none;
}

div.sharedaddy {
    margin: 10px 0px -20px 0px;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700;
}
