/* ----------------------------------------
Theme Name: Code is Poetry
Theme URI: http://www.codeispoetry.org
Description: Design for personal excercies in code.
Version: 1.0
Author: Ashutosh Kadakia
Author URI: http://www.askthefool.com
---------------------------------------- */

/*
style.org
public style sheet (green) by Jonathan Corum
updated January 24, 2004

You are welcome to use this style sheet.
For additional colors, please see http://www.style.org/css/
*/


/* TAGS */

BODY {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Lucida Sans", Georgia, serif;
	font-size: 15px;
	height: 100%;
}

TABLE TD {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 11px;
}

P, BLOCKQUOTE {
	line-height: 160%;
}

UL, OL {
	line-height: 130%;
}

A {
	color: #3D5A7D;
	text-decoration: none;
}

A:hover {
	color: #993333;
	text-decoration: underline;
}

SUP {
	font-family: Verdana, sans-serif;
	font-size: smallest;
	line-height: 100%;
}


/* HEADER */

.shadow1 {
	background-color: #999999;
	border-bottom: 1px solid #BBBBBB;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.shadow2 {
	background-color: #DDDDDD;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.header {
	background: #336666;
	border-bottom: 1px solid #333333;
	padding: 3px 10px 3px 10px;
}

.framework {
	width: 100%;
}

.head {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}


/* FOOTER */

.footer {
	background: #88BBBB;
	color: #444444;
	border-top: 1px solid #333333;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 70px;
}

.footertext {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}


/* CONTENT */

H1 {
	color: #111111;
	font-family: Trebuchet MS;
	font-size: 31px;
	font-weight: normal;
	margin-bottom: 0px;
}

H2 {
	color: #004444;
	font-family: Trebuchet MS;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

H3 {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 5px;
}

.breadcrumb {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 50px;
}

.content {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 100px;
}

.deck {
	color: #333333;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	margin-top: 3px;
}

.byline {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 16px;
}

.dateline {
	color: #666666;
	font-size: 12px;
	font-family: Verdana;
}

.footline {
	font-family: Verdana;
	font-style: italic;
	margin-top: 16px;
}

.subsection {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pullquote {
	background-color: #DDEEEE;
	color: #333333;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 35%;
	float: right;
}

.smallcaps {
	font-variant: small-caps;
}


/* IMAGES */

.titleimage {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: 20px;
	margin-left: 30px;
}

#title, {
 width: 300px; height: 90px;
 background-image: url(logo.gif);
 background-repeat: no-repeat;
}

/* TABLES */

.caption {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.captiontitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}


/* RULES */

.rule {
	border-top: 1px dotted #666666;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* TABS */

.tab_on {
	background-color: #DDEEFF;
	position: relative;
	z-index: 30;
	float: left;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	font-family: Verdana, "Lucida Sans", sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.tab {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	float: left;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-family: Verdana, "Lucida Sans", sans-serif;
	font-size: 14px;
	color: #990000;
}

.tableft {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	float: left;
	padding: 3px 7px 1px 7px;
	margin-right: 3px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
}

.tabrule {
	background-color: #DDEEFF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 3px;
	font-size: 1px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

.tabfade {
	background-color: #DDEEFF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.tabfade2 {
	background-color: #ECF6FF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.tabfade3 {
	background-color: #EFF9FF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 10px;
}



/* ALTERNATE TAB BLOCK */

.tabblock {
	/* can be used instead of tabrule and tabfades */
	background-color: #DDEEFF;
	position: relative;
	z-index: 20;
	top: -1px;
	padding: 7px 5px 5px 5px;
	border: 1px solid #999999;
}

.tabblock td {
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	padding-right: 3px;
}


/* SEARCH RESULTS */

.howmany {
	font-size: 14px;
	text-align: right;
}

.searchresults h4 {
	font-size: 21px;
	margin: .4em 0;
	font-weight: normal;
}

.searchresults h4 span {
	margin-left: -35px;
	display: block;
	position: absolute;
	font-size: 24px;
	color: #999;
}

.searchresults {
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.summary {
	font-size: 14px;
	color: #333;
}
.date {
	font-size: 10px;
	color: #333;
}


.searchresults p {
	margin: 0;
}

.searchresults .source {
	color: #090;
	text-align: right;
}

.searchresults li {
	margin-bottom: 1.5em;
}

.next {
	display: block;
	padding: 1em;
	font-size: 22px;
	float: right;
	width: 30%;
	border: 1px solid #ccc;
}

.next:hover {
	border: 1px solid #333;
}

#ycred {
	clear: both;
	margin-bottom: 1em;
	font-style: italic;
}
