/*
Theme Name: IPN Theme
Theme URI: http://example.com/
Description: Example Description
Version: 0.1
Author: IPN 
Author URI: http://example.com/mytheme/
Tags: example, tags, here
*/


@font-face { 
    font-family: 'Alwyn Semibold';
    src: local('Alwyn Semibold'), local('Alwyn-Semibold'), url('../../fonts/AlwynNewRd-Md.otf');
    font-size:22px;
    font-color: #ff6600;
}

@font-face { 
    font-family: 'Alwyn Bold';
    src: local('Alwyn Bold'), local('Alwyn-Bold'), url('../../fonts/AlwynNewRd-Bd.otf');
    font-size:22px;
    font-color: #ff6600;
}

@font-face { 
    font-family: 'Alwyn';
    src: local('Alwyn'), local('Alwyn'), url('../../fonts/AlwynNewRd-Rg.otf');
    font-size:17px;
    font-color: #ff6600;
}



.alignleft {	float:left; }
.alignright { float: right }
.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, div.alignleft {
	margin: 8px 10px 5px 0;
}
img.alignright, div.alignright {
	margin: 8px 0 5px 10px;
}
.sticky {}
.bypostauthor {}

body { margin: 0; padding: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	}
/* Hide width adjustment at page load caused by IE.js for "border-box" in IE7/6 */
/*.ie6 body, .ie7 body { visibility: hidden; }*/

/* Set display:block for the new HTML5 elements, for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, p, h1, h2, h3, h4, h5, h6 { display: block; }

/* No borders for linked images */
a img { border: none; }



	
	
.row, .row5, .lw {margin: 0 auto;}
.row > div, .row5 > div {float:left; position:relative;}
.row > div.first-child, 
.row > div:first-child, 
.row5 > div:first-child, 
.row5 > div.first-child {margin-left:0} 

	
	/* 12 columns, 960pixels, 24px margin */
.row, .lw {width:960px}
.row > div {margin-left:24px}

.col1 {width:58px}		.col2 {width:140px}		.col3 {width:228px}		.col4 {width:304px}
.col5 {width:386px}		.col6 {width:468px}		.col7 {width:550px}		.col8 {width:632px}
.col9 {width:714px}		.col10 {width:796px}		.col11 {width:878px}		.col12 {width:960px}

/* Source order */
.push1 {left:82px}		.push2 {left:164px}		.push3 {left:246px}		.push4 {left:328px}
.push5 {left:410px}		.push6 {left:492px}		.push7 {left:574px}		.push8 {left:656px}
.push9 {left:738px}		.push10 {left:820px}		.push11 {left:902px}		

.pull1 {right:82px}		.pull2 {right:164px}		.pull3 {right:246px}		.pull4 {right:328px}
.pull5 {right:410px}		.pull6 {right:492px}		.pull7 {right:574px}		.pull8 {right:656px}
.pull9 {right:738px}		.pull10 {right:820px}	.pull11 {right:902px}

/* for 5 equal width columns 25 instead of 24px margin */
.row5 > div {width:172px; margin-left:25px}

/* Source order */
.row5 .push1 {left:197px}	.row5 .push2 {left:369px}	.row5 .push3 {left:541px}	.row5 .push4 {left:713px}
.row5 .pull1 {right:197px}	.row5 .pull2 {right:369px}	.row5 .pull3 {right:541px}	.row5 .pull4 {right:713px}/* Horiz. Menus  */

ul.nav, ul.nav2 {
	float: left; 
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav a, ul.nav2 a {
	display: block; 
	width: auto; 
	text-decoration: none; 
}

ul.nav li, ul.nav2 li { 
	float: left; 
	padding: 0; 
	width: auto; 
}

ul.nav ul li, ul.nav2 ul li { 
	width: 100%; 
	float: none; 
}


ul.nav ul, ul.nav2 ul {
	position: absolute;
		left: -999em;
		height: auto;
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav li:hover ul ul, ul.nav li:hover ul ul ul, 
ul.nav li.sfhover ul ul, ul.nav li.sfhover ul ul ul,
ul.nav2 li:hover ul ul, ul.nav2 li:hover ul ul ul, 
ul.nav2 li.sfhover ul ul, ul.nav2 li.sfhover ul ul ul {
	left: -999em;
}

ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li li li:hover ul, 
ul.nav li.sfhover ul, ul.nav li li.sfhover ul, ul.nav li li li.sfhover ul,
ul.nav2 li:hover ul, ul.nav2 li li:hover ul, ul.nav2 li li li:hover ul, 
ul.nav2 li.sfhover ul, ul.nav2 li li.sfhover ul, ul.nav2 li li li.sfhover ul {
	left: auto;
	z-index: 100000; /* Since RC2b */
}

ul.nav, ul.nav2 { 
	line-height: 33px; 
}

ul.nav ul a, ul.nav2 ul a { 
	width: 150px; 
}

ul.nav a, ul.nav2 a { 
	padding-left: 10px; 
	padding-right: 10px; 
}

ul.nav ul ul, ul.nav2 ul ul { 
	/* margin-left same as ul.nav ul a, ul.nav2 ul a width since box-sizing:border-box TF 1.1.1 */
	margin-left: 150px; 
	margin-top: -33px; 
}


body .col-left {
	width: 230px;
}

body .col-right {
	width: 249px;
}

.home .col-left {
	width: 200px;
}

.home .col-right {
	width: 200px;
}

.single .col-left {
	width: 200px;
}

.single .col-right {
	width: 250px;
}

.page .col-left {
	width: 250px;
}

.page .col-right {
	width: 250px;
}

.sfsfs .col-left {
	width: 200px;
}

.sfsfs .col-right {
	width: 200px;
}

.fefe .col-left {
	width: 200px;
}

.fefe .col-right {
	width: 200px;
}

body {
	font-size: 15px;
	line-height: 20px;
	background: #ffffff;
	font-family: "Alwyn","lucida grande";
}

body a {
	color: #58595B;
	font-weight: bold;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

h1#sitetitle {
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: tahoma;
}

h1#sitetitle a {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

p#tagline {
	color: #555555;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 4px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 16px;
	width: 500px;
}

.headerimage {
	clear: both;
	background: #ababab;
	width: auto;
	height: 150px;
}

.searchform {
	position: absolute;
	z-index: 5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 72px;
	right: 14px;
}

.searchform form input.searchbutton {
	color: #8a8a8a;
	overflow: hidden;
	border-style: none;
	margin-left: 5px;
	background: #cccccc url("images/searchicon-666666.png") no-repeat scroll 0px 2px;
	width: 28px;
	height: 28px;
}

a.rsscommentslink {
	float: right;
	margin-top: 5px;
	margin-right: 8px;
}

a.rsslink {
	position: absolute;
	z-index: 8;
	background: transparent url("images/rss-4f9603.png") no-repeat scroll left top;
	top: 127px;
	right: 9px;
	width: 32px;
	height: 30px;
}

a.facebooklink {
	float: right;
}

a.twitterlink {
	float: right;
}

a.feedburnerlink {
	float: right;
}

#container {
	border: 0px solid #aaaaaa;
	box-shadow: 0 0 0px #888888;
	margin: 0px auto auto auto;
	padding: 10px;
	background: transparent url("images/background.png") no-repeat scroll center top;
	width: 990px;
}

#td-left2 {
	padding-right: 20px;
}

#td-right2 {
	padding-left: 25px;
}

.widget {
	color: #111111;
	font-size: 13px;
	line-height: 17px;
	border: 1px solid #cccccc;
	border-top-width: 0px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 3px 10px #888888;
	margin-bottom: 30px;
	font-family: "Alwyn","lucida grande";
}

.widget h3 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 5px solid #c98d2e;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
}

.widget ul {
	list-style-type: none;
	margin: 0px 5px;
	padding: 0px;
}

.widget ul ul {
	margin-left: 0px;
	padding: 3px 0px;
}

.post {
	border-top: 5px solid #f9b041;
	box-shadow: inset 0px 2px 0px 0px #cccccc;
	margin-top: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-family: "Alwyn","lucida grande";
        min-height:255px
}

.breadcrumbs {
	clear: both;
	color: #444444;
	font-size: 13px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom:0px;
}

.multinav .older {
	float: left;
}

.multinav .newer {
	float: right;
}

.singlenav .older {
	float: left;
}

.singlenav .newer {
	float: right;
}

.hormenu {
	clear: both;
	margin-bottom: 20px;
}

ul.nav li a {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 9px;
	padding-right: 10px;
	padding-left: 10px;
	background: #5f9125;
	width: auto;
}

ul.nav li a:hover, ul.nav li.current_page_item a, ul.nav li.current-cat a {
	background: #f4f4f4;
	color: #000000;
	text-decoration: none;
}

.hormenu2 {
	clear: both;
	z-index: 10000;
	border: 0px solid #cccccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 1px 3px 0px #888888;
	margin: 0px auto 29px auto;
	padding-top: 5px;
	background: #ffffff;
	width: 940px;
}

ul.nav2 li a {
	color: #777777;
	display: inline;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 27px;
	text-decoration: none;
	text-transform: capitalize;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 5px;
	padding: 0px 10px;
	width: auto;
	font-family: "Alwyn", "lucida grande";
}

ul.nav2 li a:hover, ul.nav2 li.current_page_item a, ul.nav2 li.current-cat a {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	box-shadow: 0px -1px 7px -6px;
}

ul.commentlist {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

span.comment-author-name {
	font-size: 17px;
}

img.avatar {
	float: left;
	position: absolute;
	border: 1px solid #dddddd;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	top: 4px;
	left: -75px;
}

#div-footer {
	color: #bbbbbb;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	border-top: 1px solid #333333;
	padding: 15px;
}

blockquote {
	color: #777777;
	border-left: 5px solid #dddddd;
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 21px;
	margin-bottom: 9px;
}

h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}

h5 {
	font-size: 11px;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	margin-bottom: 4px;
}

body p {
	margin-bottom: 10px;
}

.post-byline {
	color: #888888;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
	font-family: arial;
}

.post-footer {
	color: #888888;
	font-size: 13px;
	line-height: 17px;
	font-family: arial;
}

.multinav {
	border-top: 1px solid #dddddd;
	padding-top: 6px;
	padding-bottom: 6px;
}

#multinav2 {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}

.post { 
max-height: 525px;
height: 525px; 
overflow:hidden;
}
.post ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
}

.post ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

.post ul ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.post ul ul ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.post ul li {
	margin-bottom: 2px;
}

h3.pagetitle {
	color: #737373;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0px;
	padding: 5px 5px 5px 7px;
	background: #f0f0f0;
}

.commentnav {
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 21px;
	padding: 4px 4px 4px 10px;
}

#commentnav2 {
	border-top: 1px solid #dddddd;
	border-bottom-style: none;
	margin-bottom: 28px;
}

#cancel-comment-reply {
	margin-bottom: 10px;
}

ul.commentlist li .comment-container {
	font-size: 13px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-left: 75px;
	padding: 10px 15px 0px 13px;
	background: #f4f4f4;
	font-family: georgia;
}

.single .singlenav {
	margin-top: 7px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.single #singlenav2 {
	border-top: 1px solid #5f9125;
	margin-top: 18px;
	padding-top: 13px;
}

.page .post {
	border-bottom: 0px solid #f5f5f5;
}

ul.nav {
	float: left;
	line-height: 33px;
	list-style-type: none;
}

.home .breadcrumbs {
	padding-left: 8px;
}

.searchform form input.searchfield {
	border: 4px solid #bbbbbb;
	padding: 5px;
	background: #cccccc;
	width: 230px;
}

#widgetarea5 .td1 {
	padding-right: 6px;
}

#widgetarea5 .td2 {
	padding-right: 6px;
}

#widgetarea5 .td3 {
	padding-right: 6px;
}

#widgetarea5 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td1 {
	padding-right: 6px;
}

#widgetarea6 .td2 {
	padding-right: 6px;
}

#widgetarea6 .td3 {
	padding-right: 6px;
}

#widgetarea6 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td5 {
	padding-right: 6px;
}

#widgetarea4 .td1 {
	padding-right: 6px;
}

#widgetarea4 .td2 {
	padding-right: 6px;
}

#widgetarea4 .td3 {
	padding-right: 6px;
}

#widgetarea3 .td1 {
	padding-right: 6px;
}

#widgetarea3 .td2 {
	padding-right: 6px;
}

#widgetarea2-2 .td1 {
	padding-right: 6px;
}

#widgetarea2 .td1 {
	padding-right: 6px;
}

p.wp-caption-text {
	color: #636363;
	font-size: 11px;
	font-style: italic;
}

.post table td {
	border-right: 1px solid #dbdbdb;
	padding: 5px 8px;
}

.post table caption {
	color: #707070;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px;
}

.post table th {
	color: #ffffff;
	font-weight: normal;
	padding: 6px 8px 6px 9px;
	background: #5e5e5e;
}

.post table tr.even td {
	background: #e3e3e3;
}

.post table {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.widget ul li {
	line-height: 15px;
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 19px;
}

img.postthumb {
	margin-top: 10px;
        margin-bottom: 10px;
	margin-right: 15px;
}

.post-headline h2 , .post-headline h2 a {
	font-size: 26px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
        color: #000000;
        font-family: 'Alwyn Bold';
}
.post-headline h2 a {
    font-weight: bold;
    line-height:1.2em;
}
h1#sitetitle a:hover {
	color: #4f9603;
}

ul.nav li {
	float: left;
	width: auto;
}

ul.nav ul li {
	float: none;
	width: 100%;
}

ul.nav ul li a {
	letter-spacing: 0px;
	line-height: 33px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #ffffff;
	margin-right: 0px;
	width: 150px;
}

ul.nav ul ul {
	margin-top: -33px;
	margin-left: 150px;
}

ul.nav2 {
	float: left;
	line-height: 33px;
	list-style-type: none;
}

ul.nav2 li {
	float: left;
	width: auto;
}

ul.nav2 ul li {
	float: none;
	width: 100%;
}

ul.nav2 ul li a {
	color: #000000;
	letter-spacing: 0px;
	line-height: 33px;
	border-style: none;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000000;
	margin-right: 0px;
	background: #ffffff;
	width: 150px;
}

ul.nav2 ul ul {
	margin-top: -34px;
	margin-left: 150px;
}

#td-left1 {
	padding-right: 15px;
}

#td-left3 {
	padding-right: 20px;
}

#td-right1 {
	padding-left: 15px;
}

#td-right3 {
	padding-left: 25px;
}

.single .post-headline h2 , .single .post-headline h2 a {
	font-size: 40px;
        color: #C2B59B;
}

.single .post {
	padding-left: 16px;
        max-height:none;
        height:100%;
}

#div-header {
	position: relative;
}

.widget ul li:first-child {
	border-bottom: 1px solid #cccccc;
}

.breadcrumbs span.bc-home a {
	padding-left: 20px;
	background: transparent url("images/house-15x15-bbbbbb.png") no-repeat scroll left center;
}

.widget h3 span {
	color: #ff0000;
	border-top-left-radius: 5px;
	border-top-right-radius: 6px;
	padding: 6px 10px 6px 29px;
	font-family: "Alwyn Bold", "lucida grande";
}

.commentnav a.page-numbers {
	color: #333333;
	border: 1px solid #dddddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
	padding: 7px 10px 6px 10px;
	background: #f4f4f4;
}

span.comment-date-link a {
	color: #888888;
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
}

.commentnav span.current {
	color: #000000;
	position: relative;
	z-index: 8;
	border: 1px solid #dddddd;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 1px -3px 7px -6px;
	margin-right: 3px;
	padding: 8px 10px 7px 10px;
	background: #ffffff;
}

#commentnav2 a.page-numbers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0px;
}

#commentnav2 span.current {
	border-top-style: none;
	border-bottom: 1px solid #eeeeee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0px;
	box-shadow: 0px 4px 5px -3px;
}

h3#comments {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: -3px;
	padding: 11px 0px 32px 64px;
	background: transparent url("images/comments-title-flat-3.png") no-repeat scroll 0px 3px;
}

h3#reply-title {
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 17px;
	padding-left: 50px;
	background: transparent url("images/pencil.png") no-repeat scroll left top;
	top: -53px;
	left: 0px;
}

textarea#comment-textarea {
	border: 2px solid #eeeeee;
	padding: 5px;
	width: 90%;
}

form#commentform input {
	border: 2px solid #eeeeee;
	margin-right: 11px;
	padding: 7px;
}

p.xhtml-tags code {
	color: #888888;
	font-size: 12px;
}

p.thesetags {
	color: #666666;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.xhtml-tags {
	margin: 0px;
	padding: 0px;
}

input#comment-submit {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px solid #888888;
	border-radius: 7px;
	padding: 9px 20px;
	background: #888888;
}

ul.commentlist li.thread-even .comment-container {
	border: 1px solid #dddddd;
	background: #ffffff;
}

ul.commentlist ul.children {
	margin-left: 25px;
}

#respond {
	position: relative;
	border-radius: 5px;
	margin-top: 70px;
	padding: 14px;
	background: #f4f4f4;
}

ul.nav2 ul {
	border: 1px solid #dddddd;
	box-shadow: 0px 3px 6px -5px #000000;
}

ul.commentlist li div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

ul.commentlist ul.children li div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

ul.commentlist li.thread-even div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

.post-byline a {
	color: #000000;
}

.post-bodycopy p {
	font-size: 14px;
        line-height:1.7em;
}

ul.commentlist p {
	font-family: georgia;
}

.multinav-paginated .page-numbers {
	border: 1px solid #5f9125;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
	padding: 4px 10px;
	background: #e4edda;
}

.multinav-paginated {
	font-size: 12px;
	padding: 2px 2px 2px 10px;
}

#multinav2-paginated {
	border-top: 1px solid #5f9125;
	border-bottom-style: none;
	margin-top: 15px;
	margin-bottom: 30px;
}

#multinav2-paginated .page-numbers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 4px 10px;
}

.multinav-paginated .current {
	color: #000000;
	font-weight: bold;
	position: relative;
	z-index: 9;
	border: 1px solid #5f9125;
	border-bottom-style: none;
	box-shadow: 0px -2px 6px -5px #000000;
	padding-bottom: 5px;
	background: #f4f4f4;
}

#multinav2-paginated i {
	background: transparent url("images/shadow-5-bottom.png") no-repeat scroll 0px -16px;
}

#multinav2-paginated .current {
	border-top-style: none;
	box-shadow: 0px 3px 5px -4px;
	padding-top: 5px;
}

ul.nav ul {
	box-shadow: 0px 3px 6px -5px #000000;
}

ul.nav2 ul li a:hover, ul.nav2 ul li.current_page_item a, ul.nav2 ul li.current-cat a {
	border-style: none;
	box-shadow: 0px 0px 0px #000000;
	background: #f4f4f4;
}

.single .post-byline {
	font-size: 14px;
	margin-top: 16px;
}

.single .post-footer {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.single  .singlenav {
	font-size: 13px;
	border-top: 1px solid #eeeeee;
	padding-top: 7px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
	border: 1px solid #dddddd;
	padding-top: 1px;
	padding-bottom: 1px;
}

#wp-calendar caption {
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#wp-calendar th {
	color: #777777;
	text-align: center;
	border: 1px solid #dddddd;
	background: #eeeeee;
}

.widget_categories h3 span {
	padding-left: 32px;
}

.widget_archive h3 span {
	padding-left: 32px;
}

.widget_recent_comments h3 span {
	padding-left: 31px;
	background: #5f9125 url("images/widget-titles-shadow2.png") no-repeat scroll 5px 5px;
}

.widget_links h3 span {
	padding-left: 28px;
	background: #ffffff;
}

.widget_meta h3 span {
	padding-left: 31px;
	background: #5f9125 url("images/widget-titles-shadow2.png") no-repeat scroll 4px -296px;
}

.widget_pages h3 span {
	color: #ff0000;
	padding-left: 29px;
}

.widget_calendar h3 span {
	padding-left: 30px;
	background: #5f9125 url("images/widget-titles-shadow2.png") no-repeat scroll 4px -335px;
}

.widget_recent_entries h3 span {
	padding-left: 33px;
	background: #5f9125 url("images/widget-titles-shadow2.png") no-repeat scroll 6px -214px;
}

#wp-calendar tfoot td {
	border-style: none;
}

#wp-calendar .pad {
	border-style: none;
}

#wp-calendar #today {
	background: #f4f4f4;
}

.widget_tag_cloud h3 span {
	padding-left: 31px;
	background: #5f9125 url("images/widget-titles-shadow2.png") no-repeat scroll 5px -175px;
}

.widget_search label {
	display: none;
}

.widget_search #searchsubmit {
	display: none;
}

.widget_search #s {
	border: 1px solid #5f9125;
	padding: 7px;
	background: transparent url("images/searchicon.png") no-repeat scroll right center;
	width: 95%;
}

#header-bg {
	border-top: 10px solid #444444;
	border-bottom: 10px solid #5f9125;
	background: #cccccc;
}

#footer-bg {
	border-top: 10px solid #333333;
	padding-top: 30px;
	background: #555555;
}
#footer {
    padding:15px;
    padding-top:0px;
    font-size:12px;
    text-align:center;
}


.footer-top{
    border-top:4px solid #f9b041;
    height:4px;
    box-shadow:0px 2px 2px #aaa;
    margin-bottom:10px;
}
#div-footer a {
	color: #ffffff;
	font-weight: normal;
}

#main-bg {
	padding-top: 20px;
	background: #f4f4f4;
}

#w-area-3 .widget ul li a {
	color: #eeeeee;
	font-weight: normal;
}

#w-area-3 .widget h3 {
	color: #000000;
	border-bottom: 1px solid #444444;
}

#w-area-3 .textwidget a {
	color: #eeeeee;
}

#w-area-3 .tagcloud a {
	color: #eeeeee;
}

#w-area-3 .widget {
	color: #bbbbbb;
}

#w-area-3 .widget h3 span {
	color: #000000;
	border: 1px solid #444444;
	padding-left: 10px;
	background: #777777;
}

#w-area-3 #wp-calendar a {
	color: #ffffff;
	font-weight: normal;
}

#w-area-3 #wp-calendar caption {
	color: #dddddd;
}

#w-area-3 #wp-calendar th {
	color: #333333;
	border: 1px solid #444444;
	background: #666666;
}

#w-area-3 #wp-calendar td {
	border: 1px solid #777777;
}

#w-area-3 #wp-calendar #today {
	color: #000000;
	background: #888888;
}

#w-area-3 .widget_search #s {
	border: 1px solid #cccccc;
	background: transparent url("images/searchicon-ffffff.png") no-repeat scroll right center;
}

#w-area-4 .widget h3 {
	color: #000000;
	border-bottom: 1px solid #444444;
}

#w-area-4 .widget h3 span {
	border: 1px solid #444444;
	padding-left: 10px;
	background: #777777;
}

#w-area-4 .widget ul li a {
	color: #f4f4f4;
	font-weight: normal;
}

#w-area-4 .widget {
	color: #bbbbbb;
}

#w-area-4 .textwidget a {
	color: #eeeeee;
}

#w-area-4 #wp-calendar a {
	color: #ffffff;
	font-weight: normal;
}

#w-area-4 .tagcloud a {
	color: #ffffff;
}

#w-area-4 .widget_search #s {
	border: 1px solid #cccccc;
	background: transparent url("images/searchicon-ffffff.png") no-repeat scroll right center;
}

#w-area-4 #wp-calendar caption {
	color: #dddddd;
}

#w-area-4 #wp-calendar th {
	color: #333333;
	border: 1px solid #444444;
	background: #666666;
}

#w-area-4 #wp-calendar td {
	border: 1px solid #777777;
}

#w-area-4 #wp-calendar #today {
	color: #000000;
	background: #888888;
}

img#logopng {
	z-index: 0;
	border: 0px solid #cccccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	box-shadow: 0px 1px 3px 0px #888888;
	margin: 0px auto 7px 10px;
	padding: 20px 5px 20px 0px;
	background: #ffffff;
	width: 940px;
}

.widget_pages li {
	color: #ffffff;
	border-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: inset 0px 2px 3px #444444;
	margin: 0px;
	padding: 10px;
	background: #888888;
}

.widget_pages li a {
	color: #ffffff;
	border-width: 0px;
}

.widget_pages {
	padding: 0px;
	background: #888888;
}

.widget_pages h3 {
	background: #ffffff;
}

.widget_pages ul {
	border-width: -;
	width: 100%;
}

.widget_links {
	background: #888888;
}

.widget_links li {
	color: #ffffff;
	border: 0px solid;
}

.widget_links li a {
	color: #ffffff;
}

.widget_links h3 {
	background: #ffffff;
}

#content {
	margin-right: 15px;
	width: 450px;
        
}
#content.col12 { 
    width:925px;
    
}
#content div.post { 
padding-left:0px;
}
#content.col12 div.post {
   padding:0px;
   padding-top:10px;
   min-height:800px;
}
#content-column1, #content-column2 {
    float:left;
    width:455px;
}

.single-title {
    font-size:36px; 
    font-family: 'Alwyn Bold'; 
    margin-top:0px;
    padding-top:0px; 
    padding-bottom:5px;
    color:#2E3192;
    margin-left:20px;
}

#content-column2 { 
margin-left:15px;
padding-left:15px;
}

#content-column1 p {
    color:#F15A29;
    font-size:17px;
    line-height:1.5em;
}
#content-column2 p {
      margin-top:0px;
      font-size:17px;
      line-height:1.5em;
}
#secondary-two {
        float:right;
}

#secondary-one {
	color: #ffffff;
        float:left;
}

#rightcol { margin-left: 0px }
#secondary-four {
        margin:0px;
	
        float:left;
        
}
.widget_vvv_widget {
	color: #ffffff;
	background: #000000;
        border-top:2px solid #cccccc;
}

span.next, span.previous { 
    height: 30px;
    width:100%;
    display:block;
    text-align:center;
}

span.next img, span.previous img { 
    opacity: 0.8;
}
span.next img:hover, span.previous img:hover { 
    
    opacity:1;
}
.widget_vvv_list {
    font-size:10px;
 
}
.widget_vvv_list ul li, .widget_vvv_list ul li:first-child  { 
    border:0px;
    border-bottom:1px solid #aaa;
}
.widget_vvv_list li a {
	color: #ffffff;
        
}
.widget_vvv_last {
	color: #ffffff;
}
.widget_vvv_last h3, .widget_vvv_list h3 {
    font-family: 'Alwyn Bold';
    font-size: 17px;
    text-decoration: none;
    text-shadow: none;
    border:0px;
    padding:5px;
    text-transform:none;
    margin-bottom:3px;
    margin-top:2px;
}

.widget_vvv_list h3 {
    
    color: #ccb696;
}
.vvv_head {
    
    font-size:17px;
    font-family: 'Alwyn Bold';
    margin:5px;
}
#main {
	padding: 0px 0px 0px 15px;
}

.widget_events_last h3 {
	background: #000000;
}

.widget_events_left {
	float: left;
	width: 50%;
        max-height:500px;
}

.widget_events_right {
	float: right;
	width: 50%;
}

.widget_events {
	float: left;
	background: #C2B59B;
	width: 100%;
        border-top:2px solid #cccccc;
        height:520px;
        max-height:520px;
}
.widget_events_list li {
    
}
ul.widget_events_list {
    margin-top:4px;
}
.widget_events_list li a {
    color: #ffffff;
    opacity:0.9;
    line-height:1.4em;
    font-weight:normal;
}

span.dateplace { 
    font-style: italic;
    font-size:13px;
    display:block;
    margin-bottom:2px;
}
.widget_events h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #ffffff;
}


.widget_events_list li a.links, a.widget_events_list.li.a.links  {
    font-weight:normal;
    font-size:12px;
    color: #58595B;
}
.widget_events_list li a.links:hover {
    font-weight:normal;
    font-size:12px;
    color: #ffffff;
}

span.title {
    color: #000000;
    display:inline-block;
    margin-bottom:0px;
    line-height:1.4em;
}

.widget_events_last {
	color: #ffffff;
	font-size: 17px;
	padding: 5px;
	background: #000000;
        font-family: 'Alwyn';	
}
.widget ul.events_last_ul {
   padding-top:5px;
    
}
.widget_events_last span.listtitle { 
    color: #C2B59B;
}


.widget_events h {
	color: #ff0000;
}

.widget_events_top {
	color: #F15A29;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 5px solid #f9b041;
	padding: 5px;
	background: #ffffff;
        font-family :'Alwyn Bold';
        margin:0px 1px 0px 1px;
}
.widget_vvv_widget { 
    border-top:2px solid #cccccc;
}
.widget_vvv_top {
	color: #F15A29;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 5px solid #f9b041;
	padding: 5px;
	background: #ffffff ;
        font-family: 'Alwyn Bold';
        margin:0px 1px 0px 1px;
}

.widget_news_top {
	color: #F15A29;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 5px solid #f9b041;
	padding: 5px;
	background: #ffffff;
        font-family: 'Alwyn Bold';
}

.widget_news {
	font-family: "Alwyn","lucida grande";
        color: #000000;
        border-top:2px solid #cccccc;   
        height:220px;
}
.widget_news_list.li {
    padding-left:5px;
}
.widget_news li a {
        font-family: "Alwyn", "lucida grande";        
	color: #000000;
        font-size:12px;
        font-weight:normal;
        
}
.widget_groups {
    
    height: 220px;
}
.widget_groups_top {
	color: #F15A29;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 5px solid #f9b041;
	padding: 5px;
        font-family:'Alwyn Bold';
        margin: 0px 1px 0px 1px;
}

.widget_groups_last {
        border-top:1px solid #cccccc;
	border-bottom-right-radius: 10px;
	
        background:#6D6E71;
}

.widget_groups_list { 
    font-family: "Alwyn", "lucida grande";
    height:32px;
    margin-top:12px;
    
}
.widget_groups_list li a span {
	color: #ffffff;
}

.widget_groups_list li a {
	color: #ffffff;
}

.widget_groups_list ul li a {
	color: #ffffff;
}

.widget_groups_list a {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

/* Clearfix fixes some floating issues */
.row:after , .row5:after, .lw:after , .clearfix:after 	{
  	content: "."; 
  	display: block; 
  	height: 0; 
	/* next 2 avoid margin at body bottom */
	line-height: 0;
	font-size: 0;
  	clear: both; 
  	visibility: hidden;
	}
	
.row, .lw, .row5, .clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix, * html .row, *html .row5, * html .lw {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}

.widget h3 { 
 text-shadow: none;
}
#w-area-3 .widget h3, #w-area-4 .widget h3 { 
 text-shadow: none;
}

ul.nav2 li a { 
 display: inline;
}
ul.nav2 ul li a { 
  content: "";
}
.page ul.nav2 li:after, ul.nav2 li:after {
  color:#aaa;
  content: "|";
  text-decoration: none;
  font-weight: normal;
}

.page ul.nav2 li:last-child:after,  ul.nav2 li:last-child:after {
  content: "";
}

.page ul.nav2 li a.hover, .page ul.nav2 li.current_page_item a, .page ul.nav2 li.current-cat a {
background: none; 
}

ul.nav2 li a.hover, ul.nav2 li a:hover, ul.nav2 li.current_page_item a, ul.nav2 li.current-cat a {
 background: none;
}

.widget ul li:last-child {
border: 0px;
}

.widget_pages ul , .widget_links ul {
border: 0px;
padding:5px;
margin:0px;
}

/*
#content:before {
font-size:32px;
content: "Nuovo Evento";
font-family:"Alwyn";
}
*/
.fixheight { 
height:100%;
max-height:100%;
}

#content article.post.first {
 border-top:0px;
 box-shadow:none;
}