/*
Theme Name: Genericblue
Theme URI: http://www.mertural.com
Description: Genericblue Theme
Version: 1.0
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
font-style: italic;
}

body
{
	font-family: Georgia, Book Antiqua, sans-serif, Times New Roman;
	font-size: 10pt;
	color: black; 
	background-image: url('images/marmoon.png');
}

a
{
	color: #400A0E; 
	
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	width: 1000px;
        margin:0 auto;
        background-color: #EFE1C2;
        border-right: solid 1px #EFE1C2;
        border-left: solid 1px #EFE1C2;
}

img
{
border-color: white;
}

/* Header */

#header
{
	position: relative;
	background: #400A0E url('images/logo.jpg') top right no-repeat; /* color era #004778 */
	height: 10em;
	padding-left: 2em;
	border-bottom: solid 1px #EFE1C2;
}

#header h1
{
	position: absolute;
	top: 0.8em;
	font-size: 3em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	text-decoration: none;
        color: #FFF0CF;
}

#header h1 a:hover
{
	color: #D9B36D;
}

#header h2
{
	position: absolute;
	font-size: 1.4em;
	top: 4em;
        color: #EFE1C2;
}

#header h1 a img 
{
border-color: white;
}

/* Menu */

#menu
{ 
text-align: left;
padding-left: 0em;
padding-top: 0.3em;
padding-bottom: 0.3em;
background: #4a3534;
border-bottom: solid 1px #EFE1C2;
}

#menu ul
{
list-style: none;
}

#menu li
{
display: inline;
}

#menu li.first
{
	border: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #EFE1C2;
	padding: 0em;
	text-decoration: none;
        padding-left: 0.8em;
        padding-right: 0.8em;
}

#menu li a:hover
{
	color: #382225;
        background-color: #efe1c2;
}


/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1em;
}

#content h2,h3,h4,h5,h6
{
	color: black; 
	margin-bottom: 1em;
	border-bottom: dashed 1px #FFF0CF;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
        margin-top: 1em;
        margin-bottom: 0em;
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}




#content blockquote
{
	margin-bottom: 1em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}


/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%; 
}

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

#primaryContent p {
font-size: 11pt;
}

#primaryContent h2
{
border-bottom: dashed 1px black;
}

.imgsx {
float: left;
margin-right: 0.5em;
}

#primaryContent p img {
border: solid 0px #dfdfdf;
}

textarea {

}


/* per Not found */

.alignSx
{
float: left;
}

#google {
clear: both;
text-align: center;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em; 
	padding: 0em 2em 0em 2em;
	/*
        lo sfondo viene gestito inline
        background: #ead7b0 url('images/sfondo1.jpg') top right no-repeat;
        */
        height: 800px;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	hheight: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
        position: relative;
	float: right;
	width: 14em;
        padding: 0em 2em 0em 2em; 

	/* padding: 3em 2em 1.5em 2em; */
	background: #dcceb2 url('images/_a2.gif') top left repeat-y;
        height: 800px;
        border: solid 1px #bbac96;
}

#tertiaryContent img {
border: solid 2px black;
}

#tertiaryContent h3 a img {
border: solid 0px black;
}


#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

.ricerca
{
margin-bottom: 20px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px black;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}



#wp_quotes
{
margin-bottom: 20px;
}

.wp_quotes_quote
{
font-style: italic;
}


/* FlickR box */
.zg_div
{
margin:0px 5px 20px 0px;
width:117px;
}

.zg_div_inner
{
border: solid 1px #000000;
background-color:#ffffff;
color:#666666;
text-align:center;
font-family:arial, helvetica;
font-size:11px;
}

.zg_div a, .zg_div a:hover, .zg_div a:visited
{
color:#3993ff;
background:inherit !important;
text-decoration:none !important;
}
			