/*
Theme Name: Affect untheme-two-column
Theme URI: http://itscalledwebdesign.com/2008/11/17/untheme-two-column/
Description: The untheme was designed for either the ultra miniminist or as a starting place for a new WP design.
Version: 0.9
Author: Lloyd Armbrust
Author URI: http://lloydmedia.com/
Tags: custom header, fixed width, two columns, widgets, css

	Untheme two-column
	 http://itscalledwebdesign.com/

	This theme was designed and built by Lloyd Armbrust 
	as a starting place for new blog designs.  Most of 
	the	CSS was found and adapted from the Kubrick 1.5
	theme found at http://binarybonsai.com/kubrick/
	
	You can find Lloyd Armbrust's sandbox at http://itscalledwebdesign.com/
	and his website at http://lloydmedia.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/ 



/***********************
* Style.css            *
***********************/
body {
	font-size: 62.5%; /* What did one em say to another? Who's your daddy?! */
	font-family:  Arial,Tahoma,Verdana;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	background-color: #E8C8B3;
	}
	
#page {
	margin: 0 auto;
	padding: 10px 15px 10px 15px;
	width: 900px;	
	text-align: left;
	background-color: #fff;
	}


	/***********************
	* Blocks               *
	***********************/
	hr {
		display: none;
		}

	small {
		font-size: 0.9em;
		line-height: 1.5em;
		}

	.hidden {
		display: none;
		}
		
	.clear {
		clear: both;
		}


	/***********************
	* Alignment            *
	***********************/
	.alignright {
		float: right;
		}

	.alignleft {
		float: left
		}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	.center {
		text-align: center;
		}
		
		
	/***********************
	* Headings             *
	***********************/
	h1 {
	font-size: 2em;
	text-indent: -1000em;
		}

	h2 {
		font-size: 1.6em;
		margin-top: 0; 
		color: #7A49C8;
		
		}

	h2.pagetitle {
	font-size: 1.6em;
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	color: #7A49C8;
		}

	h3 {
		font-size: 1.2em;
		padding: 0;
		margin: 10px 0 0;
		}


	h1, h2, h3 {
		
		font-weight: bold;
		}

	h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
		text-decoration: none;
		color: #fff;
		}

	h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #333;
		}

	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none;
		}


	/***********************
	* Links                *
	***********************/
	a, h2 a:hover, h3 a:hover {
		color: #C87A49;
		text-decoration: none;
		}

	a:hover {
		color: #C87A49;
		text-decoration: underline;
		}

	


	/***********************
	* Lists                *
	***********************/
	html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

	html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-position: inside;
	list-style-type: disc;
		}
		
	.entry ol li {
	margin: 7px 0 8px 10px;
	list-style-image: none;
	list-style-type: none;
			}	
		


	/***********************
	* Misc                 *
	***********************/
	code {
		font: 1.1em 'Courier New', Courier, Fixed;
		}

	acronym, abbr, span.caps	{
		font-size: 0.9em;
		letter-spacing: .07em;
		}
		
	acronym, abbr, span.caps {
		cursor: help;
		}

	acronym, abbr {
		border-bottom: 1px dashed #999;
		}

	blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		border-left: 5px solid #ddd;
		}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

/***********************
* Header               *
***********************/

#housekeeping {
	padding: 2px 10px 2px 0;
	float: right;
	font-size: 1.2em;
	width: 200px
	display: box;	
}

#housekeeping a{
color: #333333;
}
	
/***********************
* Header               *
***********************/

	
#header {
	height:150px;
	margin:0;
	padding:0px;
	width:900px;
}
	
#headerimg .centre {
	background-color: #c87a49;
	background-image:url(images/header_back.gif);
	background-repeat:repeat-x;
	float: left;
	height: 150px;
	width: 886px;
}

#headerimg .centre .logo{
	height: 128px;
	width: 184px;
	padding: 12px 0;
	margin-left: 5px;
	float: left;
}
#headerimg .centre .text {
	background-image:url(images/affect_text.png);
	background-position:15px 46px;
	background-repeat:no-repeat;
	float:left;
	height:105px;
	padding:8px 0 8px 15px;
	width:400px;
}

#headerimg .left {
	background-image: url(images/header_left.gif);
	background-color: #c87a49;
	float: left;
	height: 150px;
	width: 7px;
	background-repeat: no-repeat;
	background-position: left top;
}

#headerimg .right {
	background-image: url(images/header_right.gif);
	background-color: #c87a49;
	float: right;
	height: 150px;
	width: 7px;
	background-repeat: no-repeat;
	background-position: left top;
	
}

#headerimg .description {
	font-size:1.5em;
	padding-top:38px;
	text-align:left;
	font-weight: bold;
}

#headerimg .centre .helpline {
	background-image:url(images/helpline.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:right;
	margin-top:50px;
	padding:5px 0 0 40px;
	width:14em;
	min-height: 50px;
}
#headerimg .centre .helpline h3 {
	font-size: 1.5em;
	color: #FFF;
	margin: 0;
	
}


	/***********************
	* Nav bar              *
	***********************/

#navwrapper {
	border-top:1px dotted #C87A49;
	height:35px;
	line-height:45px;
	margin-top:10px;
	width:900px;
}


 #nav {

      width: 900px;
      margin: auto;
	background:#fff;
	line-height:30px;
	    }

	


	
	/***********************
	* Content              *
	***********************/
	
	#main {
	background-color:#FFFFFF;
	font-size:1.4em;
	min-height:200px;
	margin:5px 0;
	width:900px;
	}
	
	

	 #end {
	background-image: url(images/main_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 900px;
	margin: 0 15px 12px 15px;
	}

	/***********************
	* Narrow Column        *
	***********************/
	.narrowcolumn {
	
	float: left;
	/*margin: 15px;*/
	padding-top: 15px;
	width: 620px;
			}
		
	.narrowcolumn .post {
	margin: 0 20px 15px 20px;
		
	}
	
	.narrowcolumn .postmetadata {
		text-align: center;
		padding-top: 5px;
		display: none;
		}
		
	.narrowcolumn .entry .widecolumn .entry {
		line-height: 1.4em;
		}

		
	 .bottom{
	background-image: url(images/main_end.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 8px;
	width: 700px;
	}
	
	

	.narrowcolumn h2 a{
	color: #333333;
	font-size: 0.9em;
	text-decoration: none;
	}

	.narrowcolumn h2 a:hover{
	color: #333333;
	text-decoration: underline;
	}
	
	.narrowcolumn h2{
		color: #333;		
		font-size: 1.4em;
			}
		
	.narrowcolumn a{
	font-weight: bold;
	text-decoration: underline;

	}
	
	#post-28  h2{
		color: #333;
		padding-left: 0px;
	}

	.narrowcolumn h3 a {
	text-decoration: underline;
	}

	/***********************
	* Wide Column          *
	***********************/
	.widecolumn {
		line-height: 1.6em;
		margin: 10px 15px 10px 15px;
		padding: 0;
		width: 930px;
		background-color: #FFF;
		}
		
	.widecolumn .top{
		background-image: url(images/wide_top.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 9px;
		width: 930px;		
	}
	
	.widecolumn .bottom{
	background-image: url(images/wide_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
	width: 930px;
	}
	
	.widecolumn .content{
		padding: 0 15px;
		
	}
		
	.widecolumn .entry p {
		font-size: 1.05em;
		}	
	
	.widecolumn .post {
		margin: 0;
		}
	.widecolumn .postmetadata {
		margin: 30px 0;
		}

	.widecolumn .attachment {
		text-align: center;
		margin: 5px 0px;
		}

	.widecolumn .smallattachment {
		text-align: center;
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}
	
	
	/***********************
	* Entry                *
	***********************/
	.entry p a:visited {
		color: #C87A49;
		}
		
	.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

	.entry ol li {
		margin: 0;
		padding: 0;
		}
		
	.entry ul li:before, #sidebar ul ul li:before {
	
	list-style-type: none;
		}


	/***********************
	* Post                 *
	***********************/
	.post {
		margin: 0 0 40px;
		text-align: justify;
		border-bottom: 1px dotted #C87A49;
		margin-bottom: 15px;
		}

	.post hr {
		display: block;
		}
	.postmetadata {
		clear: both;
		}
		
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
		
	.alt {
		background-color: #f8f8f8;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}

	/***********************
	* Images               *
	***********************/
	a img {
		border: none;
		}
		
	p img {
		padding: 0;
		max-width: 100%;
		}
		
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	img.alignright {
	padding: 0px;
	margin: 0 0 2px 10px;
	display: inline;
	border: 1px solid #BBBBBB;
		}

	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}
	
		/***********************
		* Image Captions       *
		***********************/

		.wp-caption {
			border: 1px solid #ddd;
			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;
			}


	
/***********************
* Sidebar              *
***********************/
	#sidebar {
		float:right;
		margin:0;
		padding:20px 10px 0 0 !important;
		width:250px;
			}

	#sidebar img{
		padding: 0 0 10px 0;
	}


#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	background-image: url(images/search_form.gif);
	background-repeat: no-repeat;
	background-position: left -4px;
	height: 28px;
	border: none;
	background-color: transparent;
	}

#sidebar #searchsubmit {
	background-color:transparent;
	background-image:url(images/search.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	cursor:pointer;
	height:28px;
	padding:1px;
	text-indent:-5000px;
	width:57px;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	text-decoration:none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
mall, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	

	/***********************
	* sidebar box               *
	***********************/	
	#sidebar .box {
		background-color:#009999;
		font-size:1.3em;
		margin-bottom:10px;
		width:250px;
}	
	
	#sidebar .box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;		
	}
	
		
	#sidebar .box ul li {
		list-style-position: inside;
		list-style-image: url(images/tri.gif);
		
		}	
	
	

	
	#sidebar .box .box_top{
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 250px;
	}
	
	#sidebar .box .box_end{
	background-image: url(images/box_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 250px;
	}
	
	#sidebar .box .content{
	padding: 0 15px 10px 15px;
	font-size: 0.7em;
	color: #FFF;
	}
	
	#sidebar .box .content h3{
	font-size: 1.2em;
	font-weight:bold;
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	}
	
	#sidebar .box .content p{
	text-align: center;
	margin: 0px	
	}
	
	#sidebar .box a{
	color: #fff;
	font-weight: bold;
		}

	#sidebar .box a:hover, #sidebar .box a:visited{
	color: #fff;
	}


	/***********************
	* Search               *
	***********************/
	
	#sidebar #search {
		background-color:#C87A49;
		margin-top:15px;
	}

	#sidebar #search .search_top{
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 200px;
	}
	
	#sidebar #search .search_end{
	background-image: url(images/menu_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 200px;
	}
	
	
	#searchform {
		margin: 0 ;
		padding: 0px 3px;
		float: right;
		}

	.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

	select {
		width: 130px;
		}
	/***********************
	* news            *
	***********************/

	#sidebar #news {
		background-color:#C87A49;
		margin-top:15px;
	}
	
	#sidebar #news .news_top{
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 200px;
	}
	
	#sidebar #news .news_end{
	background-image: url(images/menu_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 200px;
	}
	
	#sidebar #news #recentposts{
		padding: 5px 10px;
		font-size: 1.3em;
	}
	
	#sidebar ul li a {	
	color: #FFF;
	padding-left: 0;
	text-decoration: none;		
	}

	#sidebar ul li a:hover {	
	
	text-decoration: underline;		
	}
	
/* image rotator */

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:166px;
	margin: 0 0 15px 0;
	
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {	
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}





	/***********************
	* Calendar             *
	***********************/
	#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}
		
	#wp-calendar a {
		text-decoration: none;
		display: block;
		}

	#wp-calendar caption {
		font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		text-align: center;
		width: 100%;
		}
		
	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
		}
		
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

	#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff; }
		
	#wp-calendar #prev a, #wp-calendar #next a {
		font-size: 9pt;
		}
		
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}



/***********************
* Comments             *
***********************/
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
#commentform #submit {
	margin: 0;
	float: right;
	}
	
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}
	
	
/***********************
* Footer               *
***********************/
#footer {
	background:none;
	border: none;
	clear:both;
	margin:0 auto;
	padding:5px 0;
	width:900px;
}
	
#footer .menuleft{
		background-image: url(images/menu_left.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 30px;
		width: 6px;
		float: left;
	}
	
#footer .content {
	background-color:#C87A49;
	float:left;
	height:17px;
	padding:6px 0 7px 15px;
	width:873px;
}	
#footer .menuright{
		background-image: url(images/menu_right.gif);
		background-repeat: no-repeat;
		background-position: right top;
		height: 30px;
		width: 6px;
		float:right;
	}
	
	
	

#footer p {
	margin: 0;
	padding: 0 0;
	text-align: left;
	font-size: 1.05em;
	color: #FFF;
	}
	
#footer ul {
	list-style:  none;
	margin: 0;
	}

#footer li	{
	float: left;
	padding: 0 9px;
	}
	
#footer a {
	color: #000;
	font-size: .8em;
	}

#wordpress	{
	float: right;
	}
	
#wordpress a {
	display: block;
	background: transparent url(./images/sticker.png) no-repeat top center!important;
	width: 62px;
	height: 62px;
	margin: 10px;
	text-decoration: none;
	}

#wordpress a:hover {
	background: transparent url(./images/sticker.png) no-repeat bottom center!important;
	}

.post-edit-link{
	display: none;
}	


/*** ESSENTIAL STYLES ***/
#suckerfishnav {
	background:#fff repeat-x;
	border-bottom:dotted 1px #C87A49;
	font-size:1.4em;
	font-weight:bold;
	width:100%;
	    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;	
     margin:0;
    width:100%;
    }
#suckerfishnav a {
	border-right:1px solid #C87A49;
	color:#333333;
	display:block;
	line-height:15px;
	margin: 0;
	padding:5px 10px;
	text-decoration:none;
}
#suckerfishnav  ul li a:hover {
    color:#ffffff;
	background-color: #C87A49 !important; 
        }	
		
#suckerfishnav a:active {
    color:#ffffff !important;
	background-color: #C87A49;
        }			
	
#suckerfishnav li {
    float:left;
    padding:0;
    position: relative;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:10em;
    font-weight:normal;
    margin:0;
    line-height:1;
	top: 25px;
	
	padding-bottom: 13px;
	z-index:99;


       }
#suckerfishnav li.current_page_item{
	background-color: #C87A49;
	color: #fff;
}


#suckerfishnav li li {
    width:14em;
    border-bottom:1px solid #C87A49;
    border-left:1px solid #C87A49;
    border-right:1px solid #C87A49;
    font-weight:bold;
	background: #C87A49;
	padding: 5px 0;
  
    }
#suckerfishnav li li a {
    padding:2px 10px 6px 10px;
    width:14em;
    font-size:0.9em;
	border-right: none;
    color:#444444;
	height: 10px;
    }
#suckerfishnav li ul ul {
    margin:-19px 0 0 100px;
	    }

#suckerfishnav li li:hover {
    background:#C87A49;
    }
#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:#ffffff;
	background-color: #C87A49; 
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
	background: #C87A49 none repeat scroll 0 0;
    }
#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:#444444;
    }
#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:#fffeff;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }
