/*
Theme Name: Greenviolet bon soir
Version: Oct2008
Author: me
(Started with "Starkers" for clean living.)
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* Now: fun! */

body {
        width:100%;
        background:#cfcbae;
		font-size:90%;
   		font-family: "lucida grande", arial, sans-serif;		
   		text-align:center;
		}
#fixed {
		background-image: url(/gv/2008redesign-layout.png); /*985x212*/
   		background-repeat: no-repeat;
   		margin:0 auto;
   		width:985px;   /* you can use px, em or % */
   		text-align:left;
/*   		border-left: 2px solid #000;
   		border-right: 2px solid #000;*/
   		height: 212px; /* had to add this Mar09 as wasn't appearing */
   		}    
    
    
    
    
    
	a {
    	color:#2f003d;
		border-bottom:1px solid #000;
	}
	a:hover {
		border-bottom:1px solid #2f003d;
	}
	
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
	
	blockquote {
		margin-left: 4em;
		padding-left: 1em;
		border-left:2px solid #cfdbae;
		color:#303308;
		font-size:.9em;
	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	
/* OTHER TEXT */	
	
	.col2, .col3 {
		font-size:.8em;
	}
		.col2 ul li a, .col3 ul li a, .col2 p a, .col3 p a {
			border-bottom:none;
		}
		.col2 a, .col3 a {
			border:none;
		}
		.col2 .sidebaritem, .col3 .sidebaritem {
			margin:2ex 0 6ex 0;
		}
	.postmetadata {
		font-variant:small-caps;
		color:#616161;
	}
		.postmetadata a, .postmetadata a:hover {
			border:none;
			}
			
	ul#twitter_update_list {
	/*	list-style-type:disc;*/
	}
		ul#twitter_update_list li {
			padding:1px;
			border:1px solid #c1c1c1;
	}
	
	ol.commentlist {
	
	}
		ol.commentlist li {
			padding:2em;
			border:1px solid #c1c1c1;
			margin:2ex 0;
		}
	
	
	/* Header styles */
    #header {
		height: 212px;
        clear:both;
        float:left;
        width:100%;
        position: relative;
    }

	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    /*margin:10px 0 0 0;
	    padding:0;*/
	    position:absolute;
	    bottom: 13px;
	    left: 13px;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
		display: block;
		float: left;
		margin:1px;
		padding: 3px;
	    background:#eee;
	    color:#000;
	    text-decoration:none;	
		border:none;	
	}
	/*#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative; 
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}*/
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;		/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* 3 column blog style settings */
	.blogstyle {
	    background:#fff;    	/* Right column background colour */
/*	    border-left:2px solid #000;
	    border-right:2px solid #000;*/
	}
    .blogstyle .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .blogstyle .colleft {
        float:left;
        width:100%;
        margin-left:-200px; 	/* Width of centre column */
        background:#fff;    	/* Left column background colour */
    }
    .blogstyle .col1wrap {
        float:left;
	    width:50%;
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.blogstyle .col1 {
        margin:0 15px 0 415px;	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:100%;
	    overflow:hidden;
	}
    .blogstyle .col2 {
        float:right;
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        left:185px;         	/* Width of the left-had side padding on the left column */
    }
    .blogstyle .col3 {
        float:right;
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        position:relative;
        left:555px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		background-color:#616161;
		border-top:1px solid #000;
    }
    #footer p, #fixed p {
        padding:10px;
        margin:0;
		font-size:smaller;
    }



/* NEEDED FOR WP IMAGE HANDLING */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left; margin-right:5px;
}

.alignright {
   float: right; margin-left:5px;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}