/*  
Theme Name: CLVT

Theme URI: http://kino-eye.com/clvt/
Description: A WordPress theme for the Coffeelands Landmine Victims Trust web site.
Based in part on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Kris Britt and David Tames
Author URI: http://kino-eye.com/clvt/

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

*/



/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:  12px 12px 12px 12px;
	}

.commentlist li {
	font-weight: bold;
	}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:  12px 12px 12px 12px;
	}

.commentmetadata {
	font-weight: normal;
	margin:  12px 12px 12px 12px;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	

	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
	
.post h1{
	padding: 10px 10px 10px 20px;
	font: 1.7em/1.3em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #231200;

}

.post h2 {
	padding: 10px 10px 10px 20px;
	font: 1.5em/1.3em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #663300;

}

.post {
	text-align: left;
	margin: 0px 20px 20px 20px;
	xtext-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


/* End Structure */


/* ----------------
   Kludges Galore
   ---------------
   
   */

.straightjacket {
	margin: 0px 0px 0px 15px;
}


.sidebartext {
	padding: 0px 10px 0px 6px;
}


/* Begin 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: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

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

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

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

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
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;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
/* End Various Tags & Classes*/

/* ------------------------------------------ MERGE W/ Below --------------------------*/

/* Begin CLTV Section */

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #336699;
	background-image: url( );
	border-top: 2px solid #3399CC;
	border-bottom: 3px solid #006699;
	border-right: 1px solid #3399CC;
	color: #99FF99;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.4em 1.2em;
	background-color: #336699;
	background-image: url( );
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-left: 1px solid #3399CC;
}

#navcontainer ul li a:hover {
	background-color: #369;
	color: #FFFFCC;
}

/* TO DO 'current_page_item' thing to highlight currently selected menu item */

body {
	background-color: #daebff;
	background-repeat: no-repeat;
	background-position: center 50px;
}

div#hd {
    margin: 0px 0px 0px 0px;
	padding: 216px 0px 0px 0px;
	width: 100%;
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
}

div#bd {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	border-right: 3px solid #996d41;
	border-left: 3px solid #996d41;
}

/* -------------------
   LEFT COLUMN 
   -------------------  */

div.yui-b ul {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	}

div.yui-b li {
	margin: 0px;
	padding: 0px 30px 20px 20px;

}

div#news1 {
	background-color: #CC9966;
}

div#news2 {
	background-color: #663300;
}

div#news2 a:visited {
color: #669933;

}

/* ---------------------
   general styles
   ---------------------*/

div.yui-g {
	background-color: #999966;
}


div.yui-g  h1{
	padding: 20px 10px 10px 10px;
	font: 1.5em/1.2em Arial, Helvetica, sans-serif;
	color: #660000;

	/* david's been messin' in this section */

}

div.yui-g h2 {
	padding: 10px 0px 8px 10px;
	font: 1.1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	/* color: #CCCC33; */
	/* text-align: center; david's been messin' in this section */
}

div.yui-g  h3 {
	padding: 30px 30px 0px 30px;
	font: 1.7em/1.5em Arial, Helvetica, sans-serif;
	color: #231200;
}

div.yui-g  h4{
	padding: 10px 10px 10px 20px;
	font: bold 1.1em/1.1em Arial, Helvetica, sans-serif;
	color: #FFFFCC;

}

div.yui-g  p{
	padding: 10px 10px 10px 10px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #231200;
}


div.yui-g  dt{
	padding: 10px 10px 2px 10px;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #231200;
}

div.yui-g  dd{
	padding: 10px 10px 15px 24px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #231200;
}



#yui-main {
background-color: #CCCC99;
}

#leftcol {
height: 100%;
margin: 0px;
padding: 10px;

}

#middlecol {
background-color:#FBF7E3;
margin: 0px;
padding: 0px;
}


#rightcol {
background-color:#999966;
float: right;
margin: 0px;
padding: 0px;
}

/* 
-----------------------------------
----------- Profiles --------------
-----------------------------------	
*/
   
.profile {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 1px solid #CCCC99;
}

/* left and right side of the page */
	
.profile-left {
	float: left;
	width: 560px;
	margin: 0px 0px 0px 10px;
	padding: 10px;
}
	
.profile-right {
	float: right;
	width: 130px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

/* profile listing pages  */

.profile-list-icon {
	float: left;
	width: 88px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.profile-list-excerpt {
	float: right;
	width: 460px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* single profile pages */

.profile-image-left {
	float: left;
	width: 334px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.profile-stats-right {
	float: right;
	width: 214px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
/* profile font styles */


div.profile h1{
	padding: 10px 10px 10px 20px;
	font: 1.7em/1.3em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #660000;

}

div.profile h2 {
	padding: 10px 10px 10px 20px;
	font: 1.5em/1.3em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #231200;

}




div.profile p {
	padding: 10px 10px 10px 20px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #231200;
	}
	


/* 
-----------------------------------
Other CLVT Specific Styles and Such
-----------------------------------
*/

.special-form {
	margin: 0px;
	padding: 0px;
}

/* left and right side of the page */
	
.special-form-left {
	float: left;
	width: 450px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
	
.special-form-right {
	float: right;
	width: 170px;
	margin: 0px 6px 0px 30px;
	padding: 0px;
}



.caption {
	width: 90%;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.0em;
	color: #666666;
	margin-left: 6px;
	margin-right: 6px;
	}


img {
	border: 0px none;
	margin: 0px;
	padding: 10px 16px 12px 10px;
}



div#ft {
	height:60px;
 	background-image: url(./images/footerbrown.jpg);
	background-repeat: no-repeat;
}
	

div#ft p {
	font: 0.9em/1.1em Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	color: #999933;
	padding:10px 0 10px 20px;
}

#home a:link {
	color: #FFFFCC;
	text-decoration: none;
}

#home a:active {
}

#home a:hover {
	text-decoration: underline;
}
	
#home a:visited {
	color: #336633;
}

div#ft a:link {
	color: #FFFFCC;
	text-decoration: none;
}

div#ft a:active {
}

div#ft a:hover {
	text-decoration: underline;
}
	
div#ft a:visited {
	color: #336633;
}


a:link {
	color: #336600;
	text-decoration: none;
	}
	
a:hover {
	color: #00CC00;
	}

a:visited {
color: #003300;
	}
	



/* End CLTV Section */

