/*  
Theme Name: Ethica
Theme URI: http://www.ethicanet.org
Description: Custom theme for ethicanet.org. Copyright, all rights reserved.
Version: 1.0
Author: Virginia Van Vynckt 
Author URI: http://www.v3graphics.com
Liquid percentage-based layout inspired by Matthew James Taylor, matthewjamestaylor.com/blog Very elegant! */

body {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background: #e7e4d6;
	color: #000;
	text-align: center;
	margin: 0;
	}

/*#logobar {
	width:100%;
	height:100px;
	max-width:920px;
	text-align:left;
	margin:0 auto;
	}
#logobar a img {
	position:relative;
	z-index:99;
	border:0;
	margin:0.5em;
	}
*/
#pagewrapper {
	width:100%;
	max-width:920px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#fff;
	border: 4px double #CCCCCC;
	}
#header {
	width:100%;
	max-width:920px;
	height:220px;
	background:url(images/ethicabanner.jpg) no-repeat #fff;
	text-align:left;
	position:relative;
	}
#header p {
	padding:90px 0 0 70px;
	font:bold 18px "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	letter-spacing:1px;
	}
#suckerfishnav {
    font-size:12px;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    width:100%;
    text-transform:uppercase;
	}
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    margin:0;
    width:100%;
  	background: url(images/topnavbg.jpg) repeat-x #487AA5;
  }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 15px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:120px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    z-index:99;
	}
#suckerfishnav li li {
    display:block;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
    border-bottom:1px dotted #333c3f;
 }
#suckerfishnav li li a {
    padding:4px 10px;
 	width:130px;
    font-size:11px;
    color:#333c3f;
	text-align:left;
	}
#suckerfishnav li ul ul {
    margin:-20px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background: #CCC;
	}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#487AA5;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#487AA5;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#333c3f;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background: url(/images/tanbg.png) #e7e4d6;
	}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background: #e7e4d6;
    }

#searchform {
	margin:5px auto;
	padding:5px;
	background:url(/images/tanbg.png) #e7e4d6;
	}
/* column container */
	.colwrapper {
		text-align:left;
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		float:left;
		width:100%;			/* width of whole page */
		max-width:920px;
		overflow:hidden;		/* This chops off any overhanging divs */
		}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		background:#fff;
		}
	/* 2 Column (right menu) settings */
	.maincontent {
		background: #fff;		/* right column background colour */
	}
	.maincontent .colleft {
		right:26%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.maincontent .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:28%;			/* (right column width) plus (left column left padding) */
	}
	.maincontent .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:32%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

.nestedcol {
	clear:both;
	position:relative;
	width:100%;
	/*float:left;*/
	}
.innercol1,.innercol2 {
	position:relative;
	float:left;
	}
.innercol1 {
	width:45%;
	margin: 0 2%;
	}
.innercol2 {
	width:45%;
	margin: 0 2%;
	}
.editor_logo {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px dotted #333c3f;
	color:#333c3f;
	margin:0;
}
.archive {
	padding-top:1em;
	}
.caption {
	font-size: 0.8em;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 10px 5px;
	}
	
#footer {
	clear:both;
	border-top: 1px dotted #333c3f;
	padding: 5px;
	font-size:0.8em;
	margin: 10px 5px;
	text-align:center;
	}

.caption {
	font-size: 0.8em;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 10px 5px;
	}
	
.col2 ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.col2 ul li {
	padding:5px 5px 5px 10px;
	text-indent:-10px;

	}

#childlist a {
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	margin: 1em 0 0 4em;
	}
#childlist a:hover {
	text-decoration:underline;
	}
h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	line-height: 1.6em;/*need line heights so headers don't pick up body copy line height*/
	}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 13px 0 0 0;
	}

h3 {
	font-size: 1.2em;
	line-height:1.2em;
	}
blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(images/blockquote.gif) no-repeat left top;
         }
.innercol1 h2, .innercol2 h2, .col2 h2, .widgettitle {
	font-size: 1.2em;
	color:#333c3f;
	text-transform:uppercase;
	padding:5px 0;
	border-bottom: 1px dotted #455359;
	background:url(/images/tanbg.png) center repeat-x #fff;
	}
.innercol1 h4 a, .innercol2 h4 a{
	font-size:1.1em;
	}

#header .description {
	visibility: hidden/*type is built into photo*/;
	}

#sidebar, #sidebar2 {
	width:20%;
	float:left;
}
#sidebar h2, #sidebar2 h2 {
	font-size: 1em;
	color:#835852;
	text-transform:uppercase;
	padding:5px 0;
	border-top: 1px dotted #835852;
	border-bottom: 1px dotted #835852;
}

.addthis {
	font-size:11px;
	text-align:center;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h1, h1 a, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite, .col2 a {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.comment-author a{
	text-decoration:underline;
	}
.comment-text {
	font-weight: bold;
	text-align: left;
	padding:0 10px;
	border-bottom: 1px dotted #835852;
	margin: 0 0 10px 0;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata, .postmetadata{
	color: #835852;
	font-size: 0.8em;
	text-align:left;
	}

p {
         margin-top:0;
         }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #1b5285;
	text-decoration: none;
	}

a {
	color: #2067a6;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
.addthis {
	text-align:center;
	}


/* Begin Structure */

/* Begin Images */

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.aligncenter {
	text-align:center;
	margin: 0 auto;
	}
/* End Images */
