/*  
Theme Name: FKCO Theme
Theme URI: http://wordpress.org/
Description: Adapted from the default WordPress theme for Friedman Kannenberg by Jim Hodgson (jim@jimhodgson.com).
Version: 2.0
Author: Jim Hodgson
Author URI: http://hodgsonco.com
*/
/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

.noborder { 
	border: 0;
	}

h2 { 
	background: #eee;
	text-align: center;
}
.navigation { 
	}
.alignleft { 
	float: left;
	}
.alignright { 
	float: right; 
	}


#leftcontent { 
	float: left;
	width: 200px;
	}
#main {
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	}
.honk { 
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}

.post { 
	float: left;
	padding-left: 30px;
	padding-bottom: 50px;
	color: #333;
	font-family: Verdana;
	font-size: 14px;
	width: 700px;
	line-height: 20px;
	}

#bottomlinks { 
	width: 750px;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: auto;
	clear: both;
} 

#bottomlinks a:link, #askaquestion a:link, #bottomlinks a:visited, #askaquestion a:visited {
        font-size:8pt;
        position:relative;
        display:block;
        width:220px;
        padding:4px;
        background:#868256;
        margin-bottom:6px;

        color:#fff;
        font-weight:bold;
        text-align:center;
}

#bottomlinks a:hover, #askaquestion a:hover {
        color:#333;
        background:#aca76e;
        text-decoration:none;
}

#askaquestion { 
	margin-top: 1px;
	clear: both;
	float: right;
	}

body, html {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	background:#3b381f;
	padding-top:40px;
}

#pageContainer {
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
}

/*------------------- NAVAREA -------------------*/
#navArea {
	font-size:9pt;
	background:#000;
	position:relative;
	z-index:5;				/* another hack for IE6 */
}

#navArea a:link, #navArea a:visited, #navArea a:hover {
	text-decoration:none;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	width: 900px;
}

#pageTitle a:link, #pageTitle a:visited {
	color:#000;
}

#mainContent {
	padding:7px 0 0 0;
}

#sideCol {
	text-transform: uppercase;
	margin-top: 50px;
	float: right;
}


#sideCol a:link, #sideCol a:visited {
	font-size:8pt;
	position:relative;
	display:block;
	width:90px;
	padding:4px;
	background:#868256;	
	margin-bottom:6px;
	
	color:#fff;
	font-weight:bold;
	text-align:center;
} 

#sideCol a:hover {
	color:#222;
	background:#aca76e;
	text-decoration:none;
}

#bottomContent {
}

#bottomContent a:link, #bottomContent a:visited {
	font-size:8pt;
	position:relative;
	display:block;
	width:220px;
	padding:4px;
	background:#868256;	
	margin-bottom:6px;
	
	color:#fff;
	font-weight:bold;
	text-align:center;
} 

#bottomContent a:hover {
	color:#333;
	/* background:#aca76e; */
	background:#fff;
	text-decoration:none;
}

/*------------------- FOOTER -------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size:8pt;
	color:#333;
}

#footer a:link, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}
#social img { 
	float: right;
}
#social { 
	width: 900px;
	margin: 0 auto;
	padding-bottom: 3px;
}
ul#menu-home-extra-links {
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
}
ul#menu-home-social {
	list-style-type: none;
	margin: 0;
}
	

