/*
Theme Name: Devella
Theme URI: http://www.devella.net/
Description: The WordPress theme developed by Sean Kleinjung for Devella. It is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Sean Kleinjung
Author URI: http://blog.devella.net
Tags: green, custom header, fixed width, two columns, widgets
*/

/************************************************
/* Global Styles
/***********************************************/

body {
	height: 100%;
	background: #E7E1C1 url('images/tree_background.jpg') no-repeat center top;
	color: #333;
}

p {
	margin: 15px 0 15px 0;
	text-align: justify;
	font-size: 108%;
	line-height: 161.6%;
}

blockquote {
	margin: 5px 0 5px 0;
	text-align: justify;
	font-size: 93%;
	font-style: italic;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #408040;
}

em {
	color: black;
	font-weight: bold;
}

label {
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul.links {
	display: inline;
	/*
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	*/
	padding-left: 4px;
	padding-right: 4px;
}

ul.links li {
	display: inline;
/*	border-right: 1px solid #999;  */
	margin: 3px 4px 0 4px;
}


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

#hd {
	background: #CFE6CF url('images/header_background.png') no-repeat scroll right; 
	height: 100px;
	
	border-left: 1px solid #408040;
	border-right: 1px solid #408040;
	border-bottom: 1px solid #ccc;
}

#hd h1 {
	float: left;
	margin-top: 37px;
	margin-left: -20px;
	font-size: 161.6%;
	width: 350px;
	text-align: center;
	color: black;
}

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

#ft {
	background-color: #CFE6CF;
	height: 50px;
	text-align: center;
	clear: both;
	padding-top: 10px;

	border-left: 1px solid #408040;
	border-right: 1px solid #408040;
	border-top: 1px solid #ccc;
}

#ft p {
	color: black;
	font-size: 93%;
	text-align: center;
	margin: 10px;
}

/************************************************
/* Body
/***********************************************/

#bd {
	background: #805940 url('images/content_background.png') repeat-y; 
	padding: 10px 10px 10px 20px;

/*	border: 1px none #999; */
	border-left: 1px solid #408040;
	border-right: 1px solid #408040;
}

#yui-main .yui-b {
	padding-right: 12px;
}

.section {
margin: 0;
padding: 0;
/*
	margin: -3px 0 12px 7px;
	padding-top: 3px;
	padding-left: 12px;
*/

	/*
	border-left: 1px dotted #ccc;
	*/
}	

h2 {
	font-size: 153.9%;
	font-weight: bold;
	margin: 5px 0 3px -10px;
	border-left: 8px solid #408040;	
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	clear: both;
	color: black;
}

h3 {
	font-size: 116%;
	font-weight: bold;
	margin: 35px 0 -5px 0;
	border-bottom: 1px solid #CFE6CF;
	color: black;
}

h4 {
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	margin: 25px 0 -12px 0;
	color: black;
}

/*
h3 {
	font-size: 138.5%;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #408040;	
	text-align: center;
}
*/

table {
	width: 450px;
	margin: 15px 25px 15px 25px;
}

th {
	background-color: #408040;
	color: white;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid black;
}

td {
	background-color: #CFE6CF;
	padding: 5px;
}

pre.code {
	background-color: #CFE6CF;
	color: black;
	padding: 8px;
	margin: 0;
	font-family: "Courier New" Courier monospace;

	border-left: 1px solid #408040;	
	border-top: 2px solid #408040;
	border-right: 1px solid #408040;
	border-bottom: 2px solid #408040;
}



/* captions for code samples */
.caption {
	color: black;
	text-align: center;
}

.quote {
	margin: 0pt 8px 0pt 10px; 
	width: 240px; 
	float: right; 
	font-size: 1.75em; 
	text-align: center; 
	background-color: white;
}

.standoutLine {
	color: black;
	margin: 20px 10px;
	padding: 10px 20px;
	border: 1px none #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	clear: both;
	text-align: center;
}

.finePrint {
	font-size: 77%;
	margin: 20px 10px;
	padding: 10px 20px;
	clear: both;
	text-align: center;
}

.downloadLink {
	font-size: 197%;
	text-align: center;
	background-color: #CFE6CF;
	border: 1px solid #408040;
	padding: 15px 0;
}

ul.inlineLinkList {
	clear: both;
	margin-bottom: 15px;
	margin-top: 50px;
	border: 2px solid #CFE6CF;
	padding: 10px 0 8px 0;
	text-align: center;
}

ul.inlineLinkList li {
	display: inline;
	margin: 0 10px;
}

/************************************************
/* Sidebar
/***********************************************/

.sidebar {
	height: 426px;
}

.sidebar h3 {
	margin-top: 0;
	margin-bottom: 0;
}

ul.menu li a {
	display: block;
	font-size: 131%;
	padding: 5px 0 5px 10px;
	border-left: 8px solid #408040;	
	color: #408040;
}

ul.menu li a:hover {
	background-color: #CFE6CF;
}

ul.menu li.current_page_item a /*, ul.menu li.current_page_ancestor a*/ {
	color: #333;
	font-weight: normal;
}

ul.menu li.current_page_item a:hover {
	background-color: white;
	text-decoration: none;
	cursor: default;
}

ul.servicesMenu {
	margin-top: 8px;
}

ul.servicesMenu a {
	font-size: 108%;
}

/* forms */

.formRow {
	margin-bottom: 10px;
}

.formRow label {
	font-weight: bold;
}

.sidebarBox input {
	width: 137px;
}

/* sidebar rounded corners */

.sidebarBox {
	background: url('images/sidebar_box/tl.png') no-repeat top left;
	margin: 0 4px 10px 4px;
}
.sidebarBoxTop {
	background: url('images/sidebar_box/tr.png') no-repeat top right;
}
.sidebarBoxBottom {
	background: url('images/sidebar_box/bl.png') no-repeat bottom left;
}
.sidebarBoxBottom div {
	background: url('images/sidebar_box/br.png') no-repeat bottom right;
}
.sidebarBoxContent {
	background: url('images/sidebar_box/r.png') top right repeat-y;
}

.sidebarBoxTop div, .sidebarBoxTop,
.sidebarBoxBottom div, .sidebarBoxBottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.sidebarBoxContent, .sidebarBoxBottom {
}
.sidebarBoxContent { padding: 0 15px; }

/************************************************
/* Wordpress Image/Caption Classes
/***********************************************/

.wp-caption {
	margin: 38px 0 5px 0;
	padding: 0;
}

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

.aligncenter {
	text-align: center;
}

.screenshot {
	padding: 1px 1px;
	border: 1px solid #408040;	
}

/************************************************
/* Page Specific - Contact
/***********************************************/

.contactInfo {
	text-align: center;
	margin: 308px 0 5px 0;
	padding: 10px 0 0 0;
	font-size: 123.1%;
	line-height: 167%;
}

/************************************************
/* Page Specific - Attributions
/***********************************************/

.attributionPhoto {
	margin-top: 18px;
}

/************************************************
/* Page Specific - ThumbMaster Pages
/***********************************************/

dl {
	padding: 0 10px;
}

dl dt {
	font-size: 108%;
	text-decoration: underline;
}

dl dd {
	text-align: justify;
	font-size: 108%;
	margin: 15px 0 15px 25px;
}

pre.declaration {
	color: black;
 	padding: 23px 10px 0 10px;
	font-family: "Courier New" Courier monospace;
}

dl.parameters {
 	padding: 23px 10px 0 10px;
}

.imageSizeExamples th, .imageSizeExamples td {
	text-align: center;
}

.imageOptions {
	margin-bottom: 15px;
	margin-top: 12px;
	border: 2px solid #CFE6CF;
	padding: 10px 0 8px 0;
}

.imageOptions label {
	display: block;
	text-align: right;
}

.contactInfo {
	text-align: center;
	margin: 9px 0 5px 0;
	font-size: 123.1%;
	line-height: 167%;
}

.comparison {
	overflow-x: hidden;
	margin-top: 0;
}

.comparison h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 4px;
}

.comparison img {
	border: 1px solid #408040;
	margin: 3px 0;
}

.comparison ul {
	text-align: center;
}

.thumbMaster {
	text-align: right;
}
