/*
Theme Name: Nearly-Sprung
Theme URI: http://geriandricky.maxwells.net.nz/2006/07/30/nearly-sprung-wordpress-theme/
Description: 3 Column Rework of "Almost-Spring" by Becca Wei. With the intention of no vertical scrolling needed on a 1024x768 screen (vertical space has been optimised). See style.css for licensing information.
Author: Richard "Jodi" Maxwell
Author URI: http://www.maxwells.net.nz/
Version: 1.0

I have built in support for the following plugins:
-Sidebar widgets (two columns)
-Photopress
-Geo Mashup
-Next/Previous Post in same Category plugins
-Official Comments
-Viper's plugin list

3 column setup, left and right are fixed, center is fluid

based on almost-spring
http://beccary.com/goodies/wordpress-themes/

and 'The Holy Grail of Layouts: Example #2: A List Apart'
http://www.alistapart.com/articles/holygrail

------ License Info ------
This Theme is released under the GPL license, with the exception of the image 'headerbackground-Wales-2002-07-06-WhatYouLookingAt-R-SkomerIslandPembrokeshire.jpg' which is released under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License (To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.)
--------------------------

*/

/***************** 3 Column Layout ******************/

/*
	left = 150px wide, 10px padding each side (20 total)
	right = 150px wide, 10px padding each side (20 total)
	cc padding = 15px either side (30 total)
*/

body 
{
	min-width: 720px;         /* 580 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#container 
{
	padding-left: 180px;      /* LC fullwidth */
	padding-right: 250px;     /* RC fullwidth + CC padding (ADDING 70)*/
}

#norightcontainer 
{
	padding-left: 180px;      /* LC fullwidth */
	padding-right:250px;     /* RC fullwidth + CC padding (ADDING 70)*/
}


#emptycontainer 
{
	padding-left: 10px;      /* LC fullwidth */
	padding-right:10px;     /* RC fullwidth + CC padding (ADDING 70)*/
}


#norightcontainer .column 
{
	position: relative;
	float: left;
}


#container .column 
{
	position: relative;
	float: left;
}

#centrecontent 
{
	padding: 0px 15px;      /* CC padding */
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
}

/* Structure */



#leftsidebar
{
	width: 160px;             /* LC width - LC padding was 130*/
	padding: 0 0px 0px;    /* LC padding  was 0 10*/
	right: 200px;             /* LC fullwidth + CC padding was 180 */
	margin-left: -100%;
	text-align: left;
	/* border:1px solid #000;*/
	/* background:#EFEFEF; */
}

#rightsidebar
{
	width: 200px;             /* RC width - RC padding ADDING 70 */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
	text-align: left;
}

#footer 
{
	clear: both;
}

/* Essential Layout (IE Fix) */
* html #leftsidebar {
	left: 220px;              /* RC fullwidth */
}

/* Essential Layout (IE Fix) */
*+html #leftsidebar {
	left: 220px;              /* RC fullwidth */
}

/********************** Global **********************/

/* Structure */

body 
{
	margin: 0;
	padding: 0;
}

p 
{
	margin: 1.2em 0;
}

ol, ul 
{
	/* margin: 1.2em 0 1.2em 2em; */
	padding: 0;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 0.5em 0;
}

blockquote 
{
	margin: 0 20px;
	padding: 0 20px;
}

form, 
img 
{
	margin: 0;
	padding: 0;
	border: 0;
}


/* Typography */

body 
{
	font-size: 90%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

p 
{
	font-size: 1em;
	line-height: 1.5em;
}

ol, ul 
{
	font-size: 1em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

h1
{
	font-size: 1.5em;
}

h2 
{
	font-size: 1.4em;
	color:#310000;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

a 
{
	text-decoration: none;
}


blockquote 
{
	font-size: 0.9em;
}

code 
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

.small 
{
	font-size: 0.9em;
}

/* Colour and borders */

body 
{
	background: #FFFFFF;
}

a:link 
{
	color: #E58712;
}

a:visited 
{
	color: #B96F17;
}

a:hover, a:active 
{
	color: #9BBB38;
}

input, textarea, select 
{
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	margin-bottom: 4px;
}

blockquote 
{
	border-left: 4px solid #E8E7D0;
}

code 
{
	color: #666;
}

.small 
{
	color: #999;
}

/*--------Green List for icon on green pages --- */

.greenbox {
	border:1px solid green;
	margin-left:5px;
	background-color:#66CC66;
}

.greenlist {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
.greenlist li {	
    padding-left: 14px;
    background-image: url(/images/green_ding.jpg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    }
    
.greenlist h2 {
	color:#008000;
}

html[xmlns] .greenlist {
    padding-left: 2em;
    }

html[xmlns] .greenlist li {
    background: none; /* undo the background-image */
    list-style-image: url(/images/green_ding.jpg);
    padding: 0;
    }


/********************** Sitemap **********************/

.ddsg-wrapper ul li {
margin-left:20px;
margin-right:0px;
} 


/********************** NewHeader **********************/



#newheader 
{
	
	background-color:#310000;
	height:121px;
	max-height: 121px; /* 75 + 13 */
	min-width:862px;
	width:100%;
	margin-top:0px;
	/*border-style:solid;
	border-width:1px;
	border-color:#1111FF;*/
	}


#UCCheader 
{
	height:200px;
	min-width:862px;
	width:100%;
	margin-top:0px;
	/*border-style:solid;
	border-width:1px;
	border-color:#1111FF;*/
	}

#UCCleft
{
	float:left;
	position:relative;
	width:139px;
	padding:0;
	/*border-style:solid;
	border-width:2px;
	border-color:#FFFF22;*/
}


#UCCright
{
		padding:0;
	margin-left:138px;
	/*border-style:solid;
	border-width:2px;
	border-color:#22FF22;*/
}


#headerleft
{
	float:left;
	position:relative;
	height:121px;
	width:139px;
	padding:0;
	/*border-style:solid;
	border-width:2px;
	border-color:#FFFF22;*/
}

#headerright
{
	background: url(http://centralchurch.us/imagerotate.php) no-repeat bottom right;
	position:relative;
	height:121px;
	padding:0;
	margin-left:138px;
	/*border-style:solid;
	border-width:2px;
	border-color:#22FF22;*/
}

#headerright h1
{
	padding:30px 0 0 0;
	font-family:helvetica;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:lighter;
	text-align:left;
	letter-spacing:0.3em;
	
}

#headerright h2
{
	font-family:helvetica;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:lighter;
	text-align:left;
	letter-spacing:0.3em;
}


#UCCright h1
{
	padding:30px 0 0 0;
	font-family:helvetica;
	font-size:1.6em;
	font-weight:lighter;
	text-align:left;
	letter-spacing:0.3em;
	
}

#UCCright h2
{
	font-family:helvetica;
	font-size:1.0em;
	font-weight:lighter;
	text-align:left;
	letter-spacing:0.3em;
}




#searchbar
{
	width:600px;
/*
	border-style:solid;
	border-color:red;
	border-width:thick;
*/
	height:auto;
	float:right;
	padding-right:10px;
}

#searchbar ul
{
	list-style:none;
	color:white;
}

#searchbar li
{
	font-size: 1.2em;
	display:inline;
}

#searchbar form
{
	float:right;
	vertical-align: top;
}


/* Structure */




/******************* Main Content *******************/

ul.wlist {
list-style: none;
}

li.pagenav {
list-style:disc ;
font-weight: bold;
}

li.page_item {
/*margin-left:5px;*/
font-weight: normal;
}

#div.post-entry ul li {
margin-left:2em;
}

/******************* Breadcrumb *******************/

#breadcrumb
{
	padding: 10px 0px 10px 0px;
		
}

/********** Previous and Next by Catagory ***********/

/* Structure */

#postnavigation
{	
	width:500px;
	margin-bottom:50px;
	margin-left:200px;
}


#postnavigation a
{	
	padding: 0.7em 0.7em 0.7em 0.7em;
	border: 1px solid #E8E7D0;
	background-color: #FAFAF0;
}




/******************* Left Sidebar *******************/

/* Structure */

#leftsidebar ul 
{
	list-style-type: none;
	/* margin-left:5px; fix for IE6? */
}


#leftsidebar h2 
{
	display: inline;
	margin: 0.6em 0 0.3em 0;
	padding: 0 10px 0 0;
	font-size: 1em;
}

/* Colour and Borders */

#leftsidebar h2 a 
{
	background: url(images/arrow.gif) no-repeat center right;
	color: #9BBB38;
}

#leftsidebar ul ul 
{
	border-top: 1px solid #E8E7D0;
	background-color: #FAFAF0;
}


#leftsidebar ul ul li 
{
	border-bottom: 1px solid #E8E7D0;
}

#leftsidebar ul ul li a:hover 
{
	background-color: #EFEFEF;

}


#leftsidebar ul ul ul 
{
	border: none;
}
#leftsidebar ul ul ul li 
{
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}

/****************** Right Sidebar *******************/

/* Structure */

#rightsidebar h2 
{
	/* display: inline; */
	margin: 0.6em 0 0.3em 0;
	padding: 6px 10px 0 0;
}

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

#rightsidebar ul 
{
	margin: 0.25em 0 0 0;
	padding: 0;
}

#rightsidebar ul ul 
{
	margin: 0.5em 0;
}

#rightsidebar ul ul li 
{
	padding: 0 0 0 10px;
}

#rightsidebar ul ul li a 
{
	display: block;
	margin: 0 0 0 -10px;
	padding: 0em 10px;
	voice-family: inherit;
} 
html>body #rightsidebar ul ul li a 
{
	/*width: 180px;*/
}

#rightsidebar .textwidget {
	border: 1px #E8E7D0;
	background-color:#FAFAF0;
	padding: 0em 5px 0em 5px;
	margin-left:5px;
}

#rightsidebar ul ul ul 
{
	margin: 0;
}

#rightsidebar ul ul ul li 
{
	margin: 0 0 0 -10px;
	padding: 0 0 0 20px;
}

#rightsidebar ul ul ul li a 
{
	margin: 0 0 0 -25px;
	padding: 0em 10px 0em 25px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 

html>body #rightsidebar ul ul ul li a 
{
	
}

/* Typography */



#rightsidebar h2 
{
	font-size: 1.2em;
}

#rightsidebar ul 
{
	list-style-type: none;
}

/* Colour and Borders */

#rightsidebar h2 a 
{
	background: url(images/arrow.gif) no-repeat center right;
	color: #9BBB38;
}
#rightsidebar h2 a:hover 
{
	color: #E58712;
}

#rightsidebar ul ul 
{
	border-top: 1px solid #E8E7D0;
	background-color: #FAFAF0;
}

#rightsidebar ul ul li 
{
	border-bottom: 1px solid #E8E7D0;
}

#rightsidebar ul ul li a:hover 
{
	background-color: #EFEFEF;

}

#rightsidebar ul ul ul 
{
	border: none;
}
#rightsidebar ul ul ul li 
{
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}

/********************** Footer **********************/


/* Structure */

#footer 
{
	clear: both;
}

#footer p 
{
	margin: 0;
	padding: 10px 10px 0px 0px;
}

/* Typography */

#footer 
{
	font-size: 0.9em;
	text-align: center;
}

#footer p 
{
	font-size: 0.9em;
	text-align: center;
}

/* Colour and borders */

#footer p 
{
	background-color: #FFFFFF;
	border-top: 1px solid #EFEFEF;
}

/******************* Thumbs Widget ******************/

/* Structure */

#photopress_randomthumbs
{
	width: 100%;
	margin: 0.5em 0 0 0;
	padding: 0;
}

/* Typography */

#photopress_randomthumbs
{
	text-align: center;
}

.curl {
	margin-bottom:10px;
	background: #FFFFFF url(images/curleeque3.gif) bottom right no-repeat;
	width:70%;
	padding-bottom:20px;
	padding-left:0px;
}


/*===== o0o: CAPTIONS =====*/
.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f8f8f8;
padding-top:4px;
margin:10px
}

.wp-caption img {
border:0 none;
margin:0;
padding:0
}

.wp-caption p.wp-caption-text {
color:#666;
font-style:italic;
line-height:17px;
margin:0;
padding:0 4px 5px
}

/***************** Calendar Styles ******************/

/* Structure */

#wp-calendar 
{
	margin: 0 0 1.2em 0;
	width: 130px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 128px;	
} 
html>body #wp-calendar 
{
	width: 128px;
}

#wp-calendar caption 
{
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
}

#wp-calendar td a 
{
	display: block;
	width: 100%;
}

#wp-calendar td#next, 
#wp-calendar td#prev 
{
	padding: 0.1em 2px;
}

#wp-calendar td#next a, 
#wp-calendar td#prev a 
{
	display: inline;
}

/* Typography */

#wp-calendar 
{
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
}

#wp-calendar caption 
{
	font-weight: bold;
}

#wp-calendar td#next 
{
	text-align: right;
}

#wp-calendar td#prev 
{
	text-align: left;
}

/* Colour and borders */

#wp-calendar 
{
	border: 1px solid #E8E7D0;
	background: #FAFAF0;
}

#wp-calendar caption 
{
	background: #9BBB38;  
	color: #FFF;
}

#wp-calendar td 
{
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}

#wp-calendar td.pad 
{
	background: transparent;
}

#wp-calendar td#next, 
#wp-calendar td#prev 
{
	background: transparent;
}

/********************** Blog ************************/

/* Structure */
.postentry,
.postfeedback
{
	margin-left: 1em;
}

.posttitle 
{
	margin-bottom: 0;
	width: 100%;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.posttitle a 
{
	float: left;
	padding: 0 10px;
}

.postmeta 
{
	margin-top: 0;
	padding-top: 1px;
}

.permalink 
{
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
}

.commentslink 
{
	padding: 0 0 0 17px;
}

/* Typography */

.postmeta 
{
	font-size: 0.9em;
}

/* Colour and borders */

/*

.posttitle 
{
	color: #FFF;
}

.posttitle a 
{
	background: #9BBB38 url(images/posttitle.gif) no-repeat top right;
}

.posttitle a:link, 
.posttitle a:visited 
{
	color: #FFF;	
}

.posttitle a:hover, 
.posttitle a:active
{
	background: #E8E7D0 url(images/posttitle.gif) no-repeat 100% -91px;
	color: #80904F;
}

*/

.postmeta 
{
	background: url(images/postmeta.gif) no-repeat top left;
	color: #999;
}

.postmeta .postauthor
{
	color: #8BAB28;
}

.permalink 
{
	background: url(images/permalink.gif) no-repeat center left;
}

.commentslink 
{
	background: url(images/commentslink.gif) no-repeat center left;
}


/******************** Comments **********************/

/* Structure */

#commentlist 
{
	margin: 1.2em 0;
	padding: 0;
}

#commentlist li 
{
	padding: 1px 20px;
}

.commenttitle 
{
	margin-bottom: 0;
}

.commentmeta 
{
	margin-top: 0;
}

#comment 
{
	width: 98%;
}

/* Typography */

#commentlist 
{
	list-style-type: none;
}

.commenttitle 
{
	font-size: 1.1em;
}

.commentmeta 
{
	font-size: 0.9em;
}

/* Colour and borders */

#commentlist 
{
	border-bottom: 1px solid #E8E7D0;
}

#commentlist li 
{
	border-top: 1px solid #E8E7D0;
	background-color: #FFF;
}

.alt 
{
	background-color: #FAFAF0 !important;
}

.commentmeta 
{
	color: #999;
}

.officialcomment
{
	background-color: #F0F0F0 !important;
}

/********************* Images ***********************/
p img 
{
	padding: 0;
	max-width: 100%;
}

/*	
	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) 
*/
	
img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 10px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}
	
.alignleft 
{
	float: left
}

.reallysmallthumbs a img
{
	width: 60px;
	height:60px;
	float: left;
	margin: 1px;
}

/******************* Geo Mashup *********************/
#geoMashup 
{
	width:630px;
	height:400px;
}
				
.locationinfo 
{
	overflow:auto;
	height:210px;
	width:320px;
	font-size:70%;
}

.locationinfo img
{	
	height:108px;
	width:auto;
}

/********************* Sociable *********************/
.sociable_tagline
{
	display: none;
}

.sociable ul
{
	margin: 0;
	padding: 0;
}

.sociable
{
	margin: 0em 0em -1em 0em;
}

.sociable li
{
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px 1px 0px 1px;
}

/*************** Vipers Plugins Used ****************/
/* Structure */
#viperplugintable
{
	margin: 0px;
	padding: 0px;
}

#viperplugintable td
{
	padding: 3px;
}

/* Typography */
.pluginrow, 
.pluginrowalt
{
	font-size: 0.9em;
}

/* Colour and borders */
.pluginrowalt
{
	background-color: #FAFAF0;
}

#viperplugintable
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#viperplugintable td,
#viperplugintable th
{
	border-left: 1px solid black;
	border-top: 1px solid black;
}

/****************** Holly Hacks *********************/

/* holly hacks to fix peekabo bugs in IE */

/* Hides from IE5-mac \*/
*+html li {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
*+html #postnavigation {width: 145px; height: 2px;}
/* End hide from IE5-mac */


/* main nav */
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
		}
		
#menu li {
    background: none repeat scroll 0 0 #D4D8BD;
    height: 26px;
    position: relative;
}	

#menu a, .menu_left a:visited {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #000000;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 4px;
    text-decoration: none;
    text-indent: 1px;
}

#menu ul ul {
    left: 160px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 160px;
}

#menu li:hover > ul {
		visibility:visible;
			}

#menu a:hover, a:focus {
		background-color:#E2E2C1;
		color:#333366;
		}		
		
	/* accesskey styling */
	.accesskey { text-decoration:underline; }
	
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.hmenu {width:100%; height:32px; position:relative; z-index:100;border-right:1px solid #585752; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .hmenu {width:100%; w\idth:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.hmenu ul {padding:0;margin:0;list-style-type:none;}


.hmenu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.hmenu li {float:left;position:relative;}
/* style the links for the top level */

.hmenu a, .hmenu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; height:30px; border:1px solid #585752; border-width:1px 0 1px 1px; background:#a6a299; padding-left:10px; padding-right:10px; line-height:29px; font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .hmenu a, * html .hmenu a:visited {}

/* style the second level background */
.hmenu ul ul a.drop, .hmenu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.hmenu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.hmenu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.hmenu ul ul ul a, .hmenu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.hmenu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.hmenu ul ul {visibility:hidden; position:absolute;height:0;top:31px;left:0; border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .hmenu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.hmenu ul ul ul{left:149px; top:-1px;}

/* position the third level flyout menu for a left flyout */
.hmenu ul ul ul.left {}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.hmenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.hmenu ul ul a, .hmenu ul ul a:visited {background:#e5e1d6; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .hmenu ul ul a, * html .hmenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.hmenu a:hover, .hmenu ul ul a:hover{color:#000; background:#fcd6a7;}
.hmenu :hover > a, .hmenu ul ul :hover > a {color:#000; background:#fcd6a7;}

/* make the second level visible when hover on first level list OR link */
.hmenu ul li:hover ul,
.hmenu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.hmenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.hmenu ul :hover ul :hover ul{ visibility:visible;}



