/*
Theme Name: One Happy Interface
Theme URI:
Description: kuttisme redesign.
Author: The Dream Team
Version: 1.0
Tags:
*/

/*
----------------
STYLE GROUPS:
----------------
- FONT FACES
- RESET STYLES (resets all default margin and padding on all html-elements)
- DEFAULT STYLES (define default styles on html-tags)
- CONTAINERE (all layout, boxes, colomns etc.)
- PARAGRAPH STYLES (all <p> styles)
- IMAGES STYLES (all <img> styles)
- LIST STYLES (all <ul>, <ol>, <li> styles)
- LINK STYLES (all <a> styles)
- FORM STYLES (all form and formrelated tags)
- HEADLINE STYLES (all <h1> to <h6>)
- TABLE STYLES (all table-related styles)
- ORPHANS (here goes all styles that doesnt match any other group)
----------------
*/


/*
---------------------------------------------------------------------------------------------
FONT FACES
---------------------------------------------------------------------------------------------
*/
@font-face {
	font-family: "BebasRegular";
	src:  url("../fonts/bebas___.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
@font-face {
	font-family: "Bebas Neue";
	src:  url("../fonts/BebasNeue-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

/*
---------------------------------------------------------------------------------------------
RESET STYLES
---------------------------------------------------------------------------------------------
*/
html, body, form, * {
	margin: 0;
	padding:0;
}



/*
---------------------------------------------------------------------------------------------
DEFAULT STYLES
---------------------------------------------------------------------------------------------
*/
body {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #444;
	background: #4e5659 url(../images/bg-body.jpg) fixed repeat-x left top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: none;
	font-style: italic;
	font-size: 2.4em;
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.1);
}
h2 {
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	color: #000;
	margin: 20px 0 10px;
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.1);
}
h3 {
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:1.3em;
	margin:17px 0 5px;
}
h4 {
}
ul, ol {

}
ul {
}
ol {
}
li {
}
p {
	line-height:1.4;
	margin:0.4em 1em 1em 0;
}
a, a:link, a:visited {
	color: #00a2d7;
	text-decoration: none;
}
a:hover, a:active {
	color: #fe5a00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fe5a00;
	text-decoration: underline;
	outline: 0 none;
}



form, input, textarea, option, select, fieldset {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
fieldset {}
img {
	border: 0;
}
strong {
	font-weight:bold !important;
}



/*
---------------------------------------------------------------------------------------------
CONTAINERE
---------------------------------------------------------------------------------------------
*/
#page {
	margin: 30px auto;
	width:964px;
	text-align:left;
	position: relative;
	z-index: 100;
}
#header {
	height: 88px;
	overflow: hidden;
}
#logo {
	width: 526px;
	float: left;
	margin-left: 26px;
}
#search {
	width: 300px;
	float: right;
	margin-left: 30px;
}
.main #search {
	width: auto;
	float: none;
	margin-left: 0px;
}
#mainContent {
	overflow: hidden;
	background-color: #494e51;
	border: 1px solid #303537;
	box-shadow: 0px 0px 5px #111;
	-moz-box-shadow: 0px 0px 5px #111;
	-webkit-box-shadow: 0px 0px 5px #111;
	border-top: none;
	margin-top: 4px;
	padding-bottom: 9px;
	clear: both;
}
#mainNavigation {
	overflow:hidden;
	background: #6f7476;
	background: -moz-linear-gradient(top,  #8c9091,  #52585b);
	background: -webkit-gradient(linear, left top, left bottom, from(#8c9091), to(#52585b));
	height: 53px;
	border-bottom: 1px solid #434343;
	position: relative;
	z-index: 60;
	margin-bottom: 9px;
}
#miniSitemap {
	padding-top: 20px;
	overflow: hidden;
	font-size: 0.9em;
}
.newsLetter {
	border-top: 1px dashed #5b6163;
	border-bottom: 1px dashed #5b6163;
	margin:15px 13px 0;
	overflow:hidden;
	position:relative;
}
.newsLetter .wrapper {
	position:relative;
	z-index:70;
	overflow:hidden;
	padding:10px 20px;
}
.newsLetter .bg {
	background-color:#CACACA;
	height:56px;
	opacity:0.25;
	position:absolute;
	top:1px;
	width:938px;
	z-index:69;
}
#footer {
	margin: 10px 34px;
	padding: 0px;
	color: #919292;
	font-size: 0.9em;
	overflow:hidden;
}
.main {
	position:relative;
	left:9px;
	width:638px;
	float:left;
	padding-bottom: 20px;
	background-color: #fff;
	border: 1px solid #434343;
	padding-top: 30px;
}
.sidePanel {
	position:relative;
	right:9px;
	width:293px;
	float:right;
	background-color: #51585a;
	border: 1px solid #434343;
	padding-bottom: 20px;
	padding-top: 30px;
}
.main .modul {
	margin: 0 20px;
}
.about .modulWhite {
	padding: 0px 5px 0 15px;
	display: inline-block;
	border-bottom: 9px solid #494E51;
	border-right: 1px solid #434343;
	width: 284px;
}
.about .extra {
	border-left: 1px dashed #BBBDBD;
	margin: 40px 5px 25px -5px;
}
.about .modulWhite .content {
	font-size:0.9em;
	margin-bottom: 15px;
}
.about .modulWhite .blueButton {
	font-size:1.2em;
	float: none;
	display:inline-block;
}
.sidePanel .modul {
	font-size: 0.95em;
	margin-top: -43px;
	margin-bottom: 60px;
}
.sidePanel div.first {
	margin-top: -30px;
}
.sidePanel .about {
	background-color:#fff;
	position: relative;
	left: -11px;
	top: -30px;
	right: -1px;
	width: 305px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0 !important;
	border-top: none !important;
	margin-bottom: 0;
}
#miniSitemap .modul {
	padding-left:20px;
	float:left;
	border-left: 1px dashed #909496;
}
#miniSitemap .width1 {
	width: 175px;
}
#miniSitemap .width2, #miniSitemap .widget_recent_entries {
	width: 340px;
}
#newsLetter .width2, #newsLetter2 .width2 {
	width: 380px;
}
#miniSitemap div.first {
	border-left: none;
	margin-left:14px;
}
.cutLine {
	position:fixed;
	z-index:50;
	width:100%;
	height:1123px;
	top:0;
	background: transparent url(../images/bg-cutLine.png) fixed no-repeat center top;
}
.meta {
	margin: 10px 0 15px;
	background-color:#f9f9f9;
	padding:8px 10px;
	color:#777;
	overflow:hidden;
	border-top: 1px dashed #bbbdbd;
	border-bottom: 1px dashed #bbbdbd;
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
}
.postListing .meta {
	margin: 10px 0 8px;
	height: 20px;
	overflow: visible;
}
.postListing .head p {
	margin-bottom: 9px !important;
	margin-top: 2px !important;
	font-size: 1.1em !important;
}
.postListing .head h2 {
	margin-bottom: 0px;
	margin-top: 20px;
}
.meta .date {
	width: 30%;
	float:left;
}
.meta .amountComments  {
	width: 30%;
	float:right;
	text-align: right;
}
.meta .tags {
	width: 70%;
	float:right;
	text-align: right;
}
.postListing .meta .tags {
	float:left;
	text-align: left;
}
.meta .number {
	width: 10%;
	float:left;
}
.meta .writer {
	width: 60%;
	float:left;
}
.blueButton {
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	display: block;
	float: left;
	color:#00a2d7;;
	border: 1px solid #a6d0e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e4f4fb;
	background: -moz-linear-gradient(top,  #fbfffe,  #d1ebfa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfffe), to(#d1ebfa));
	text-shadow: 0 1px 1px rgba(255,255,255,.9);
}
.blueButton:hover {
	color:#FB772E;
	text-decoration: none;
	border: 1px solid #eed2c4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e4f4fb;
	background: -moz-linear-gradient(top,  #fffcfb,  #fadfd1);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcfb), to(#fadfd1));
}
.main .social {
	border-bottom:9px solid #494E51;
	border-top:9px solid #494E51;
	margin:0 -1px;
	overflow:hidden;
	padding:10px 0 10px 17px;
}
.blueButton span {
	padding: 3px 5px 3px 5px;
	display: block;
}
.blueButton .facebook, .facebook {
	background: url(../images/icon-facebook.gif) no-repeat 5px 4px;
	display: block;
	padding: 3px 5px 3px 26px;
}
.blueButton .twitter, .twitter {
	background: url(../images/icon-twitter.gif) no-repeat 5px 4px;
	display: block;
	padding: 3px 5px 3px 26px;
}
.blueButton .trackback, .trackback {
	background: url(../images/icon-trackback.gif) no-repeat 5px 4px;
	display: block;
	padding: 3px 5px 3px 26px;
}
.blueButton .rss, .rss {
	background: url(../images/icon-rss.gif) no-repeat 5px 4px;
	display: block;
	padding: 3px 5px 3px 26px;
}
.blueButton .email, .email {
	background: url(../images/icon-email.gif) no-repeat 5px 4px;
	display: block;
	padding: 3px 5px 3px 32px;
}
.newsLetter .facebook, .newsLetter .twitter, .newsLetter .trackback, .newsLetter .rss, .newsLetter .email  {
	background-position: 5px 2px;
}
.post {
	padding-bottom: 20px;
}
.main .comments .meta {
	margin-bottom: 10px;
	font-size:1.2em;
	padding: 0;
}



.main .comments .number {
	background-color: #ededed;
	border-right:1px solid #fff;
	color:#FE5A00;
	width:5%;
	text-align:center;
	padding: 2px 5px 8px;
}
.main .comments .writer {
	width: 60%;
	line-height: 1.2;
	padding: 5px 5px 5px 15px;
}
.main .comments .date {
	text-align:right;
	width: 28%;
	font-size: 0.8em;
	padding: 5px;
}
.main .comments .content .content {
	margin-left: 55px;
	font-size: 0.95em;
}
.main .reply {
	background-color: #f5fafb;
	border-color: #bedadf;
}
.main .reply .number {
	background-color: #e8f3f5;
	color: #00A2D7;
}
#footer .left {
	float:left;
	width: 500px;
}
#footer .right {
	float:right;
	width: 200px;
}
.sidePanel .writer .image {
	float:left;
	width: 81px;
	position:relative;
	left:0px;
	overflow:hidden;
}
.sidePanel .writer .image img {
	margin: 0 18px 0 12px;
	background:none repeat scroll 0 0 #f9f9f9;
	border:1px solid #CCCCCC;
	padding:3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);


}
.sidePanel .about .head, .sidePanel .about .content {
	margin-left: 15px;
}
.sidePanel .writer .head, .sidePanel .writer .content {
	margin-left: 81px;
}
.sidePanel .content {
	padding: 0px 5px 5px 15px;
	color:#cbcdce;
}
.about .content {
	padding: 0;
	color:#444444;
}
.newsLetter .head {
	float:left;
}
.newsLetter .content {
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.newsLetter .right {
	float: right;
}
.newsLetter .right .content {
	float:left;
	margin-top: 8px;
}
.main .postListing {
	margin: 0;
	border-bottom:1px dashed #BBBDBD;
	overflow:hidden;
	padding-bottom: 0;
}
.main .postListing.last {
	border-bottom:none;
	margin-bottom: -18px;
}
.main .postListing.last .content {
	padding-bottom: 20px;
}
.main .first {
	margin-top: -30px;
}
.main .modul .inlineColomn {
	float:left;
	width:500px;
	position:relative;
	left: 25px;
	padding-bottom: 20px;
}
.main .postListing .date {
	width:86px;
	background-color:#f9f9f9;
	left: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.1);

}
.main .first .inlineColomn {
	padding-top: 35px;
}
.main .first h2 {
	margin-bottom: 0;
}
.main .first .inlineColomn h2 {
	margin-top: 0;
}
.main .modul .date .year {
	text-transform: uppercase;
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
}
.main .first .date .year {
	margin-top: 0;
}
.main .modul .date .day {
	color: #fe5a00;
	font-size: 2.6em;
	margin-top: -7px;
}
.main .modul .date .month {
	color: #999;
}
#logo .txt {
	font-family: BebasRegular, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:3.1em;
	letter-spacing:2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
#logo .tagline {
	font-family: BebasRegular, Arial, Helvetica, sans-serif;
	color:#cbcdce;
	font-size:1.3em;
	letter-spacing:1px;
	word-spacing: 4px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

#logo .txt a, #logo .txt a:link, #logo .txt a:visited  {
	color: #fff;
	text-decoration: none;
}
#logo .txt a:hover, #logo .txt a:active  {
	color: #a3def1;
	text-decoration: none;
	outline: 0 none;
}
.main .category {
	border-bottom:none;
	margin: -30px 0 -20px;
	padding: 30px 0 20px 25px;
	border-left: 86px solid #F9F9F9;
}
.main #nav-above {
	background-color: #F9F9F9;
	padding: 5px 0 5px 114px;
	margin: 10px 25px 0 0;
	border-top: 1px dashed #BBBDBD;
	border-bottom: 1px dashed #BBBDBD;
}
.main #nav-below {
	background-color: #F9F9F9;
	padding: 15px 0 15px 114px;
	margin: 0px 0px -20px 0;
}
.home .main #nav-below {
	padding-bottom: 35px;
}
.nav-previous {
	float:right;
	text-align:right;
	width:200px;
	padding-right: 25px;
}
.nav-next {
	width: 200px;
	float: left;
}
.fbLikeContainer {
	margin: 5px 0;
	border-top: 1px dashed #BBBDBD !important;
	padding-top: 10px !important;
	margin-bottom: -10px !important;
}


/*
---------------------------------------------------------------------------------------------
PARAGRAPH STYLES
---------------------------------------------------------------------------------------------
*/
.head p {
	font-size:1.1em;
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
}
.comments p {
	line-height:1.3em;
	margin:0.7em 0;
}
.sidePanel p {
	line-height: 1.3;
	margin-right: 10px;
	margin-top: 0.1em;
}
.sidePanel .about p {
	margin-right: 0px;
	line-height: 1.4;
}
.post .head p {
	margin-bottom:5px;
	font-size:1.3em;
}
.tagline {
	margin-bottom: 0;
	color:#fff;
}
.sidePanel .writer .head p {
	margin-top: -5px;
	margin-bottom:0;
	font-family:inherit;
	font-weight:bold;
	font-size: 1em
}
.logged-in-as {
	margin:	1em 0 0.3em;
}
.mainList li p {
	font-size: 0.7em;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .right p {
	float:right;
	line-height: normal;
	margin:0;
	margin-right: 1px;
}
#footer .right a {
	display:block;
	float:right;
}




/*
---------------------------------------------------------------------------------------------
IMAGES STYLES
---------------------------------------------------------------------------------------------
*/
#footer .right img {
	margin-top: 0px;
	margin-left:10px;
	float:right;
}
.sidePanel .writer .content img {
	display:block
	;margin-top:-1px;
	margin-left:70px;
}
.mainList li .avatar {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	left:-97px;
	padding:3px;
	position:absolute;
	top:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
}
.inlineColomn .picture {
	width: 40px;
	float: left;
	margin: -15px 10px -10px -15px;
	background-color:#FFFFFF;
	padding: 5px;
}
.inlineColomn .picture .avatar {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
}
body.author .inlineColomn .picture {
	display: none;
}



/*
---------------------------------------------------------------------------------------------
LIST STYLES
---------------------------------------------------------------------------------------------
*/
#mainNavigation ul {
	border-top: 6px solid #babcbd;
	list-style:none outside none;
	margin:0;
	padding:0;
	overflow: visible;
	position: relative;
	z-index: 59;
}
#mainNavigation li {
	float:left;
	margin:0;
	padding:0;
	border-right: 1px solid #1f2223;
	border-left:1px solid #74797b;
	position: relative;
	top: -6px;
}
#mainNavigation li.first {
	border-left: none;
}
#mainNavigation li.last {
	border-right:1px solid #74797b;
}
#miniSitemap ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
#miniSitemap li {
	margin-bottom: 9px;
	margin-right:10px;
}
.main ul, .main ol {
	margin: 10px 20px;
}
.main li {
	line-height:1.4;
	margin-bottom:5px;
}
.social ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
.social li {
	float:left;
	margin:0;
	padding:0;
	margin-right: 10px;
}
.social li.last {
	margin-right: 0px;
}

.newsLetter ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
.newsLetter li {
	float:right;
	margin:0;
	padding:0;
}
.main .comments ol {
	list-style:none outside none;
	margin: 0px;
}
.main .comments li {
	list-style: none outside none;
	margin-top: 10px;
	margin-bottom: 35px;
}

.main .mainList {
	list-style:none;
	margin-top:20px;
	margin-left: 0;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
.mainList li {
	margin-bottom:20px;
	position: relative;
}
.mainList a, .mainList a:link, .mainList a:visited {
	border-bottom:1px dashed #BBBDBD;
	padding-bottom: 5px;
	text-decoration: none;
	font-style: italic;
}
.mainList a:hover, .mainList a:active {
	border-bottom:1px solid #FE5A00;
	color: #FE5A00;
	text-decoration: none;
}
.mainList .number {
	color:#FE5A00;
}
.mainList .txt {
	color:#444;
}
.mainList a:hover .txt {
	color:#FE5A00;
}
.sidePanel .sidePanelList {
	list-style:none;
	margin-top:10px;
	margin-right: 5px;
	margin-left: 0;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;

}
.sidePanelList li {
	margin-bottom:15px;
	padding-bottom: 15px;
	border-bottom:1px dashed #909496;
	overflow: hidden;
}
.sidePanelList a, .sidePanelList a:link, .sidePanelList a:visited {
	text-decoration: none;
	font-style: italic;
	font-size:1.3em;
	display:  block;
	margin-bottom: 3px;
}
.sidePanelList a:hover, .sidePanelList a:active {
	color: #FE5A00;
	text-decoration: underline;
}
.sidePanelList .date {
	color:#CBCDCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style: normal;
}
.sidePanelList .txt {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style: normal;
}
.sidePanelList a:hover .txt {
	color:#FE5A00;
}
.main .children {
	margin-left: 0;
	margin-right: 0;
	margin-top: 35px;
}
#miniSitemap .modul li a.blocked {
	display: block;
	margin-bottom: 1px;
}
#miniSitemap .modul li .date {
	color: #CBCDCE;
}




/*
---------------------------------------------------------------------------------------------
LINK STYLES
---------------------------------------------------------------------------------------------
*/
#mainNavigation li a, #mainNavigation li a:link, #mainNavigation li a:visited {
	outline: 0 none;
	color:#fff;
	padding:12px 17px 13px;
	text-decoration:none;
	display:inline-block;
	border-top: 6px solid #babcbd;
	text-transform: uppercase;
	font-size: 1.3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-family: BebasRegular,Arial,Helvetica,sans-serif;
	word-spacing: 4px;
}
#mainNavigation li a:hover, #mainNavigation li a:active {
	color:#fff;
	border-top: 6px solid #a3def1;
	background: #6e7274;
	background: -moz-linear-gradient(top,  #6e7274,  #3a3f42);
	background: -webkit-gradient(linear, left top, left bottom, from(#6e7274), to(#3a3f42));
	text-shadow: 0 1px 1px rgba(0,0,0,.9);
}
#mainNavigation li.current-menu-item a, #mainNavigation li.current-menu-item a:link, #mainNavigation li.current-menu-item a:visited,
.home #mainNavigation li.first a, .home #mainNavigation li.first a:link, .home #mainNavigation li.first a:visited,
#mainNavigation li.current-menu-parent a, #mainNavigation li.current-menu-parent a:link, #mainNavigation li.current-menu-parent a:visited,
#mainNavigation li.current-menu-ancestor a, #mainNavigation li.current-menu-ancestor a:link, #mainNavigation li.current-menu-ancestor a:visited {
	color:#fff;
	border-top: 6px solid #a3def1;
	background: #00a3d7;
	background: -moz-linear-gradient(top,  #00a3d7,  #006a8c);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a3d7), to(#006a8c));
}
#mainNavigation li.current-menu-item a:hover, #mainNavigation li.current-menu-item a:active,
.home #mainNavigation li.first a:hover, .home #mainNavigation li.first a:active,
#mainNavigation li.current-menu-parent a:hover, #mainNavigation li.current-menu-parent a:active,
#mainNavigation li.current-menu-ancestor a:hover, #mainNavigation li.current-menu-ancestor a:active {
	background: #00a3d7;
	background: -moz-linear-gradient(top,  #006a8c,  #00a3d7);
	background: -webkit-gradient(linear, left top, left bottom, from(#006a8c), to(#00a3d7));
}
#mainNavigation li.first a {
	padding-left:25px;
}
#mainNavigation li a.last {
	border-right: 1px solid #1f2223;
}
.sidePanel .modul a, .sidePanel .modul a:link, .sidePanel .modul a:visited, #miniSitemap a, #miniSitemap a:link, #miniSitemap a:visited {
	/*color: #3dcdfc;*/
	color: #75ddff;
	text-decoration: none;
}
.sidePanel .modul a:hover, .sidePanel.modul  a:active, #miniSitemap a:hover, #miniSitemap a:active, .sidePanel .modul a:hover span, #miniSitemap .modul a:hover span {
	color: #fb772e;
}
.sidePanel .about a, .sidePanel .about a:link, .sidePanel .about a:visited {
	color:#00A2D7;
}
.sidePanel .about a:hover, .sidePanel.about  a:active {
	color:#FE5A00;
	text-decoration:underline;
}
.sidePanel .about .blueButton:hover, .sidePanel .about  blueButton:active {
	text-decoration:none;
}
.seeAll {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.newsLetter a, .newsLetter a:link, .newsLetter a:link {
	color: #fff;
	font-size: 0.9em;
	margin-left: 15px;
}
.newsLetter a:hover, .newsLetter a:active {
	color: #FB772E;
	text-decoration: none;
}
.contact {
	list-style:none outside none;
	margin-top:10px;
}
.contact li {
	margin-bottom: 5px;
}
.sidePanel .modul .contact a, .sidePanel .modul .contact a:link, .sidePanel .modul .contact a:link {
	color: #fff;
	font-size: 0.9em;
}
.sidePanel .modul .contact a:hover, .sidePanel .modul .contact a:active {
	color: #FB772E;
}




/*
---------------------------------------------------------------------------------------------
FORM STYLES
---------------------------------------------------------------------------------------------
*/
input[type=submit] {
	text-transform: uppercase;
	padding: 4px 10px;
	font-weight: bold;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	color: #fff;
	border: solid 1px #fff;
	background: #0093c4;
	background: -moz-linear-gradient(top,  #00a2d7,  #02769c);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a2d7), to(#02769c));
}
input[type=submit]:hover {
	background: #02769c;
	background: -moz-linear-gradient(top,  #02769c,  #00a2d7);
	background: -webkit-gradient(linear, left top, left bottom, from(#02769c), to(#00a2d7));
}
input[type=submit]:active {
	background: #02769c;
	background: -moz-linear-gradient(top,  #02769c,  #00a2d7);
	background: -webkit-gradient(linear, left top, left bottom, from(#02769c), to(#00a2d7));
}
.addComment input[type=submit] {
	/*margin-top: 1em;*/
	float: none;
	margin: 5px 0;
}
.floatButton {
	margin-left: 7px;
}
input, textarea, .idleField {
	float: left;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	color: #333;
	background-color: #fff;
}
input[type=hidden] {
	display: none;
}
.text {
	color: #999;
}
#search form {
	display: inline-block;
	float:right;
	margin-right:12px;
	margin-top: 48px;
}
.main #search form  {
	display: block;
	float:none;
	margin-right:12px;
	margin-top: 10px;
}
.newsLetter #search {
	margin:0px;
}
.newsLetter #search form  {
	display: block;
	float:none;
	margin:0px;
}
.main input[type=submit] {
	border-color: #3bb0d6;
}
.addComment label {
	display:block;
	margin:1.5em 0 0.3em;
	width: 250px;
}
.addComment .idleField {
	display:block;
	background-color:#f3f3f3;
	width: 250px;
	margin:0.1em 0 1em;
}
.main .idleField {
	background-color:#f3f3f3;
}
.focusField {
	border:solid 1px #4cd0fb;
	background:#ebf7fa;
	color:#000;
}
.addComment .focusField {
	border:solid 1px #4cd0fb;
	background:#ebf7fa;
	color:#000;
	width: 250px;
	margin:0.1em 0 1em;
	display: block;
}
.addComment input[type=checkbox] {
	display:block;
	float:left;
	background-color:#f3f3f3;
	border:none;
	margin:0.5em 0.5em 0 1.5em;
}
.commentSubscribeEmail {
	padding: 0 0 0 20px;
}
#subscribe-reloaded {
	margin-left: -20px;
	margin-top: 4px;
}
.addComment textarea, .addComment textarea.idleField {
	width: 570px;
	height: 150px;
	margin-bottom: 0;
	resize: none;
	float: none;
}
.addComment textarea.focusField {
	width: 570px;
	height: 150px;
	margin-bottom: 0;
}
.addComment .commentSubscribeEmail label {
	width: auto;
}

/*
---------------------------------------------------------------------------------------------
HEADLINE STYLES
---------------------------------------------------------------------------------------------
*/
.sidePanel h2, #miniSitemap h2, #footer h2 {
	color: #ccc;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 8px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.sidePanel h2 {
	font-size: 1.39em;
}
#miniSitemap h2 {
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-family: BebasRegular,Arial,Helvetica,sans-serif;
	word-spacing: 4px;
	font-size: 1.39em;
}
.newsLetter h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-right: 10px;
	margin-top: 11px;
	margin-bottom: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.sidePanel h2.first {
	margin-top: 0;
}
.main .head h2 {
	font-size: 1.8em;
}
.comments .head h2 {
	margin-bottom: 1em;
	margin-top: 0.9em
}
.addComment .head  {
	border-top: 1px dashed #666666;
	margin-top:-1px;
}
.addComment .head h2  {
	margin-bottom:0;
}
.sidePanel h3 {
	font-size: 1.55em;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: 20px;
}
.sidePanel h3.first {
	margin-top: 10px;
}
.tagline {
	margin-bottom: 0;
	color:#fff;
	margin: 0;
}
.sidePanel .modul h2 {
	padding: 10px 5px 0px 15px;
	margin-bottom: 10px;
	word-spacing: 4px;
	border-top: 6px solid #cbcdce;
	background: #6a6f71;
	background: -moz-linear-gradient(top,  #808586,  #51585a);
	background: -webkit-gradient(linear, left top, left bottom, from(#808586), to(#51585a));
	color: #fff;
	margin-top: 15px;
	width: 273px;
	font-family: BebasRegular,Arial,Helvetica,sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.sidePanel .about .head h2 {
	font-family: Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: none;
	font-style: italic;
	font-size: 1.6em;
	margin-bottom: 5px;
	position: relative;
	top: -3px;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	width: 202px;
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.1);
}




/*
---------------------------------------------------------------------------------------------
TABLE STYLES
---------------------------------------------------------------------------------------------
*/




/*
---------------------------------------------------------------------------------------------
ORPHANS
---------------------------------------------------------------------------------------------
*/
.white, #miniSitemap #secondary {
	color: #fff;
}
.gray {
	color: #cbcdce;
	font-style: italic;
}
.clear {
	clear:both;
}
.float {
	float:left;
}
.addComment .epost {margin:0.1em 0 0em;}
.addComment .keepPosted {margin:0.5em 0 0.5em;}
.addComment .url {margin-top: 1em;}
.addComment .urlTxt {margin:1em 0 0.1em 2.3em;}
.addComment .urlTxtInput {margin-left:1.5em;}
.noShow, .screen-reader-text {display:none;}
.single-post .sidePanel .about, .author .sidePanel .about, .sidePanel .writer {display: none;}
.single-post .sidePanel .writer, .author .sidePanel .writer {display: block;}
.main .required {margin-left:5px;}
blockquote {
	background-color:#F9F9F9;
	border-bottom:1px dashed #BBBDBD;
	border-top:1px dashed #BBBDBD;
	color:#777777;
	padding: 8px 20px 12px;
	font-style: italic;
	font-family:  Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	font-size: 1.2em;
	margin: 20px 0;
}
blockquote p {margin: 0;padding: 0;}
.main .headTagline {font-size:0.5em;display:block;color:#777;font-style:normal;margin-bottom: 5px;}

/*
---------------------------------------------------------------------------------------------
SUBSCRIBE TO COMMENTS
---------------------------------------------------------------------------------------------
*/
#post_list_form ul,
#email_list_form ul {
	list-style: none;
}


#post_list_form ul input,
#email_list_form ul input {
	margin-right: 5px;
}

#post_list_form p input,
#email_list_form p input {
	display: inline;
	float: none;
}

