/*  

Theme Name: joaoflux 4
Theme URI: http://joaoflux.net/
Description: joaoflux WordPress theme based on internet services template realized by <a href="http://www.solucija.com">luka cvrk</a> and Simplify by <a href="http://www.italiasw.com/">Matteo Turchetto</a>. This theme is widget ready and has a 3rd column for Google Ads.
Version: 4.0
Author: Joachim Stein
Author URI: http://joaoflux.net/


*/


 
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 12pt "Times New Roman", serif; 
	line-height: 1em;
	color: #333; 
}

a:link, a:visited {
	color: #000;
	background: #transparent;
	}

a:hover, a:active {
	color: #000;
	background: yellow;
	text-decoration: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
	font-family: Helvetica, Arial, Sans-Serif;
	clear: both;
	padding: 0;
	}

h2 {
	margin: 1em 0 0 0;
	font-size: 2em;
	line-height: 1em;
	}
	
h2.pagetitle {
	margin: 1em 0 0 0;
	font-size: 1.1em;
	}
	
h2.widgettitle {
	margin: 2em 0 0 0;
	font-size: 1.1em;
	}	
	
h3 {
	margin: 1em 0 0 0;
	clear: both;
	font-size: 2em;
	line-height: 1em;
}

h1 alink,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
	text-decoration: none;
	}


h1 a:active,
h1 a:hover,
h2 a:active,
h2 a:hover,
h3 a:active,
h3 a:hover {
	color: #000;
	background-color: yellow;
	text-decoration: none;
	}

p {	/* font-family: Times; */ margin: 0 0 5px 0; }

p.wp-caption-text, .gallery-caption {
color: #333;
font-size: 0.8em;
}

img {border-width: 0px;}

p.description {
font-weight:normal;
}

blockquote {
font-style:italic;
}

blockquote p {
font-style:italic;
}

.subheader {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 1em 0;
	color: #000;
}

.caption {
color: #000;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 0.8em;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.clear {
clear: both;
line-height: 1px;
height: 1px;
}

div.right_articles ul {
margin: 0px;
padding : 0px;
list-style : none;
}

div.taxonomie {
	font-size: 0.8em;
}

/* layout
   ------ */

.header {
	font-family: Helvetica, Arial, Sans-Serif;
	background-color: #eee;
	color: #fff;
	margin: 0.5em 0 1em 0;
	padding: 0.2em;
	border: 0px solid #fff;
}
	
div.logo {
	padding: 1px 0px 0px 4px;
	float: left;
}

div.logo a:link, div.logo a:visited {
	font-size: 1.8em;
	line-height: 1em;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: transparent;
	letter-spacing: 5px;
	}

div.logo a:hover, div.logo a:active {
	color: #fff;
	font-style: italic;
	}

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 0; 
}

.navigation {
	clear: both;
	margin: 1em 0 1em 0;
}


/* search
   ------ */

form.search {
	margin: 0;
	float: right;
	}

input.text { 
	font-size: 1em;
	width: 308px; 
	border: 1px dotted #000;
	background: #FFF;
	padding: 1px; 
	color: #000;
}

form.newsletter input.text { 
	font-size: 1.2em;
	width: 220px; 
	border: 1px dotted #000;
	background: #FFF;
	padding: 1px; 
	color: #000;
}

input.submit {
	background: transparent;
	border: 0;
	padding: 3px 2px;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

input.submit:hover {
	color: #fff;
	font-style: italic;
	cursor: pointer;
	cursor: hand;
}

form.newsletter {
	padding: 2px;
	background-color: #eee;
}


form.newsletter input.submit {
	background-color: transparent;
	border: 0;
	padding: 3px 2px;
	margin: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

form.newsletter input.submit:hover {
	background-color: transparent;
	color: #fff;
	font-style: italic;
	cursor: pointer;
	cursor: hand;
}


.main {
	float: left;
	width: 620px;
	line-height: 1.5em;
}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0;
	color: #000;
	font-size: 0.8em;
}

ul#sidebar {
	float: left;
	width: 340px;
	padding: 0px;
	margin: 0px;
}

ul#sidebar li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 0 0px 0;
}

ul#sidebar ul {
	margin: 0;
	padding: 0 0 2em 0;
	list-style:none;
}


.textwidget {
}

/* --------------------------------------------------
Index Navigation
-------------------------------------------------- */

li.page_item a {
font-weight: normal;
display: block;
font-size: 1.5em;
line-height: 1em;
font-style: italic;	
font-family: "Times New Roman", Serif;
background-color: #eee;
padding: 2px 4px 2px 4px;
text-decoration: none;
white-space: nowrap;
color: #000;
letter-spacing: 1px;
border: 0px solid #fff;
}

li.page_item a:hover {
background-color: yellow;
color: #000;
}

/* --------------------------------------------------
Comments
-------------------------------------------------- */

#respond, #comments {
background: url(images/line.gif) repeat-x left bottom; 
font-size: 12px;
color: #75B370;
font-weight: bold;
margin: 1.25em 0;
}
.commentsblock { padding-left: 10px; }

.commentbody {  }

.commentfooter { margin-top: 1em; margin-bottom: 2em; }

.commentbody { margin: 5px }

.commentbody h4 { font-size: 11px; margin-bottom: 10px; }

.commentbody p { margin-left: 10px; }


/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

.hilitebox {
background:#FFFFCC;
border-top:2px solid  #ffcc33;
border-bottom:2px solid #ffcc33;
margin:5px;
padding:3px 5px;
}


/* --------------------------------------------------
Custom
-------------------------------------------------- */

div.ZMSGraphic 
	{ 
	margin: 0px 4px 4px 4px;
	}
	
/**********************/
/* Custom Teaser */
/**********************/

span.ctHead {
text-transform: capitalize;
font: bold 1.8em Helvetica, Arial, Sans-Serif;
margin: 0px 0px 2px 0px;
padding: 0px 0px 0px 0px;
}

h3.section {
padding: 0px 0px 1px 0px;
margin-bottom: 10px;
color: #000;
margin-top: 1em;
font-size: 0.8em;
font-weight: normal;
letter-spacing: 0.1em;
border-bottom: 0px solid #000;
}


img.brainPrint {
margin: 20px 30px 20px 30px;
}

div.poll {
width:520px;
height:460px;
background-repeat: no-repeat;
background-position: 50% 50%;
}

div.brainPrint {
display: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 10pt;
color: #666;
font-style: italic;
}

a.brainPrint:hover, a.brainPrint:active {
	background-color: transparent;
}

div.pollResult {
margin: 0px 20px 0px 20px;
text-align: center;
}

div.pollResult span.label {

}

div.pollResult span.result {
font-family: Arial, Helvetica, sans-serif;
font-size: 40pt;
font-weight: bold;
color: #666;
line-height: 40pt;
}

form.poll {
text-align: center;
}
