/*  
Theme Name: Indigo
Author: EszettDesign
Author URL: http://eszettdesign.com/ 
*/


* {
	padding: 0;
	margin: 0;
	}
li {
	list-style: none;
	}	

body {
	font-size: 70%;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	background: #FFF url('images/header-bg.jpg') repeat-x top left;
	text-align: center;
	margin: 0 auto;
	}


p {
	color: #211F1D;
	padding: 0 20px 20px 20px;
	}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}	
h1 { /* entry header */
	font-size: 1.6em;
	text-align: left;
	color: #3b2f80;
	margin-bottom: 15px;
	}
h2 { 
	font-size: 1.2em;
	color: #3b2f80;
	margin: 15px 0;
	font-weight: bold;
	}	
h3 {
	font-size: 1.2em;
	color: #3b2f80;
	text-indent: 2em;
	margin: 15px 0;
	}

a { /* , h2 a:hover, h3 a:hover  */
	color: #3b2f80;
	text-decoration: none;
	}
a:hover {
	color: #3b2f80;
	text-decoration: underline;
	}
a img {
	border: none;
	}
.entry p a {
	color: #26b6c6;
	}
.entry p a:hover {
	text-decoration: underline;
	}
.entry p a:visited {
	color: #26b6c6;
	}

#page {
	postition: relative;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: auto;
	}

#header {
	position: relative;
	background: url('images/header.jpg') no-repeat top left;
	width: 950px;
	height: 160px;
	margin: 0 auto;
	font-size: 1.2em;
	padding-right: 10px;
	z-index: 5;
	}
#mainnav, #lang {
    float: right;
    width: auto;
    height: 46px;
    position: relative;
    margin: 15px 0 0 20px;
    line-height: normal;
    background: url(images/mainnav-center.gif) no-repeat top right;
	}

#mainnav ul, #lang ul {
    width: auto;
    height: 46px;
    padding: 15px 8px 0 8px;
    background: url('images/mainnav-left.gif') no-repeat top left;
    }

/*-- !fix width if more links are added! --*/

/* Hides from IE-mac \*/
* html #mainnav ul {width: 285px;}
* html #lang ul {width: 250px;}
/* End hide from IE-mac */

    #mainnav li, #lang li {
    float: left; 
    margin: 0 5px;
    }
    #mainnav a{
    display: block;
    font-weight: bold;
    color: #26b6c6;
    }
    #lang a {
    	display: block;
    	font-weight: normal;
    	color: #26b6c6;
    	}
    #mainnav a:hover, #lang a:hover {
	color: #3b2f80;
	text-decoration: none;
	}
    #mainnav .current_page_item a {
    	color: #3b2f80;
    	}

#logo {
	width: 163;
	height: 81;
	position: absolute;
	top: 88px;
	left: 110px;
	}
#headerimg 	{      /* tagline */
	float: right;
	padding-top: 70px;
	clear: both;
	width: 343px;
	height: 18px;
	} 
/*-- !to fix tagline postition in IE6! --*/

/* Hides from IE-mac \*/
* html #headerimg  {padding-top: 55px;}
/* End hide from IE-mac */

#content {
	position: relative;
	font-size: 1.2em;
	width: 960px;
	height: auto;
	clear: both;
	margin: 2px auto 30px auto;
	line-height: 1.6em;
	z-index: 1;
	}
#content span {
	padding: -30px;
	}

#intro {
	width: 960px;
	height: 300px;
	background: #FFF url(images/content-bg.jpg) repeat-x top left;
	padding: 50px 0 10px 0;
	text-align: center;
	margin-top: 3px;
	}
	#intro ul {
		float: left;
		display: inline;
		}
	#intro li {
		width: 190px;
		height: auto;
		padding: 0 25px;
		float: left;
		}
		.intro .divider {
			background: url(images/divider.gif) no-repeat right bottom;
			}
	
	#intro h1 {
		clear: both;
		text-align: center;
		}
	#intro p {
		padding: 0 0 30px 0;
		text-align: center;
		}	

#sidebar {
	postition: relative;
	float: left;
	padding: 30px 5px;
	width: 240px;
	height: auto;
	text-align: left;
	}
	#sidebar h2 {
		margin: 15px 0 5px 0;
		font-size: 1.1em;
		}
	#sidebar li {
		line-height: 1.8em;
		}		
	#sidebar a {
		color: #26b6c6;
		font-weight: bold;
		font-size: 1em;
		}
		#sidebar .widgettitle a {
			color: #3b2f80;
			font-size: 1.2em;
			}
			#sidebar li ul li {
				list-style: url(images/bullet.gif) outside;
				margin-left: 25px;
				padding-left: 0;
				}	
	
.widecolumn {
	position: relative;
	float: right;
	padding: 25px 25px 0 25px;
	width: 660px;
	text-align: left;
	background: #FFF url(images/content-bg.jpg) repeat-x top left;
	}
.post {
	margin: 20px auto 0 auto;
	padding-bottom: 20px;  
	text-align: left;
	}
.post li{
	display: inline;
	}
	.post hr {
		display: block;
		}
.categories p {
	height: 100px;
	}
	
.listing {
	padding-bottom: 20px;
	min-height: 9em;
	clear: both;
	}

/*-- !to fix hight in IE6! --*/

/* Hides from IE-mac \*/
* html .listing  {height: 9em;}
/* End hide from IE-mac */

.listing ul {
	float: left;
	margin-left: 60px;
	display: inline;
	}
.listing li {
	font-weight: bold;
	color: #3b2f80;
	display: list-item;
	list-style: url(images/bullet.gif) outside;
	margin: 0 0 10px 50px;
	}

.entry port-single p {
	width: 660px;
	float: right;
	}
.entry port-single .gallery {
	width: 650px;
	float: left;
	}

.gallery {
	width: 650px;
	height: 120px;
	margin: 0 auto;
	clear: both;
	}
.gallery ul {
	width: 650px;
	margin-left: 5px;
	}
.gallery li {
	float: left;
	margin: 15px 12px;	
	}	

.photo-row {
	clear: both;
	}
.photo-row img{
	margin: 0 15px 25px 15px;
	}


.note p {
	width: 600px;
	margin: 40px auto 0 auto;
	height: 30px;
	color: #3b2f80; 
	}
.note {
	font-size: .8em;
	color: #3b2f80;
	clear: both;
	}
	
#footer {
	postition: relative;
	width: 960px;
	height: 50px;
	clear: both;
	margin: 20px auto 0 auto;
	border-top: #aee8ca 1px solid;
	font-size: 1em;
	padding-top: 5px;
	}		
	#footer ul {
		display: inline;
		height: 15px;
		}
	#footer li {
		color: #26b6c6;
		display: inline;
       	text-align: center;
        list-style: none;
        padding: 0 8px;
		}
	.alignright {
		float: right;
		}
	.alignleft {
		float: left;
		}

p img {
	padding: 0;
	max-width: 100%;
	}
img.centered, .center {
	display: block;
	margin: 20px auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}
img.alignleft {
	margin: 0 20px 2px 0;
	display: inline;
	}
.widecolumn img {
	float: left;
	}

hr {
	display: none;
	}

/*	
.navigation {
	display: block;
	text-align: center;
	}		
*/
/* End Images */
/*
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #303133;
	}
*/
	
/*
.current-cat a {
        color: #3b2f80;
	text-decoration: underline;
        }
*/