/*
THEME NAME: Affinity
AUTHOR: Jenny Medford
*/


/* structure */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #00334e;
	text-align: center;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	width: 816px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
        text-align:left;
        clear:both;

}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 176px;
	width: 816px;

}

#header-right {
	float: right;
	height: 144px;
	width: 448px;
	margin-top: 32px;
	margin-right: 32px;
}

#container {
	width: 816px; 
        clear:both;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
        padding-top:1px;
       

}       
#leftside {
        float: left;
	width: 173px;
        margin-bottom:20px;
}
#navigation {
	height: 252px;
	width: 173px;
	margin-left: 0px;
        margin-top:43px;
      
}

#content{
	float: right;
	width: 555px;
	margin-right: 45px;
        margin-top:43px;

}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #57A3c9;	

}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #57A3c9;	
        padding-top:25px;
}

#footer{
	background-image: url(images/footer.gif);
	height: 20px;
	width: 816px;
        clear:both;
}

#primary {
	float: left;
	width: 173px;

}
.entry-content {
margin-bottom: 25px;
     
}

#nav-below {
width:550px;
}
#nav-below .nav-previous {
float:left;
}
#nav-below .nav-next {
float:right;
}
a {font-weight:bold; color:#57A3c9;text-decoration:none;outline:none;}
a:hover {font-weight:bold; color:#57A3c9;text-decoration:underline;}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}
img.aligncenter {
margin-left : auto;
margin-right : auto;
display : block;
}
img.alignright {
margin : 0 0 13px 20px;
display : inline;
clear:both;
}
img.alignleft {
margin : 0 20px 13px 0;
display : inline;
clear:both;
}
.left {
float : left;
padding-right : 5px;
}
.alignleft {
float : left;
}
.right {
float : right;
padding-left : 5px;
}
.alignright {
float : right;
}
.wp-caption {
border : 1px solid #59350b;
text-align : center;
background-color : #f3f3f3;
padding-top : 4px;
margin : 10px;
}
.wp-caption img {
margin : 0;
padding : 0;
border : 0 none;
}
.wp-caption p.wp-caption-text {
font-size : 11px;
line-height : 17px;
padding : 0 4px 5px;
margin : 0;
}

sup { vertical-align: super; font-size:10px; }
h1 sup { vertical-align: super; font-size:10px; }


/* IE6 css fixer v0.4: Fri, 24 Jul 2009 06:00:38 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#header-right,
#leftside,
#content,
#primary,
.left,
.right,
#nav-below .nav-previous,.alignleft,
#nav-below .nav-next,.alignright {display:inline;}
