/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Tahoma', 'Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif';
	background: #92b0ae url(images/bg.jpg) center repeat-y fixed;
	color: #63686b;
	text-align: center;
	}

a {
	color: #448a7f;
	text-decoration: none;
	}

a:hover {
	color: #b85b5a;
	text-decoration: none;
	}

#page {
	background-color: #f9fdff;
	text-align: right;
	}

#content {
	font-size: 1.15em
	}

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

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

.widecolumn {
	line-height: 1.6em;
	}

.postmetadata {
	text-align: right;
	}

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

#footer {
	background: transparent url('images/footer.jpg') no-repeat top; 
	border: none;
	}

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

h1, h2, h3 {
	font-family: 'Arial', 'Tahoma', 'Trebuchet MS', 'Verdana', 'Sans-Serif';
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #448a7f;
	}

h2, h2 a, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

h3 {
	color: #576066;
	}
	
.entry p a:visited {
	color: #4EA093;
	}

.entry p a {
	color: #4EA093;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Tahoma', 'Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif';
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.05em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

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

.commentmetadata {
	font-weight: normal;
	}

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

/* End Typography & Colors */



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

#page {
	margin: 0px auto;
	padding: 0;
	width: 760px;
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 162px; 
	width: 760px;
	border: none;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 70px 0 0;
	width: 630px;
	}

.post {
	margin: 0 30px 40px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	padding: 0;
	}

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

.widecolumn .smallattachment {
	text-align: center;
	width: 128px;
	margin: 5px 0px 5px 5px;
	float: right;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: right;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 73px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 29px 0 8px 0;
	text-align: center;
	}
	
#footer p a {
	margin: 0;
	text-align: center;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered',
	will center the image. */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 7px 2px 0;
	padding: 4px; 
	display: inline;
	float: left;
	}

img.alignleft {
	margin: 0 0 2px 7px; 
	padding: 4px; 
	display: inline; 
	float: right;
	}
	
/* 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: auto;
	margin-right: 0px;
	padding: 0 30px 0 0;
	padding-left: 0;
	padding-right: 10px;
	list-style: none;
	text-indent: -10px;
	} 

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

html>body .entry li {
	margin: 7px 10px 8px 0;
	}

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

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

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

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



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

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

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #bfd7d5;
	}

#commentform #submit {
	margin: 0;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: White;
	color: #696e71;
	}
/* 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 0 10px 5px;
	}

#commentform p {
	margin: 5px 0;
	}

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

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


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: normal;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	border-left: 0;
	border-right: 5px solid #ddd;
	padding-left: 0;
	padding-right: 20px;
	margin: 15px 10px 0 30px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

a img {
	border: none;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.single-navigation {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	}
/* End Various Tags & Classes*/

.contact-textarea {
	font-size: 1.1em;
	font-family: Tahoma;
	width: 50%;
}

#c_form_2 label {
	font-size: 0.9em;
}

.feedicon{
	vertical-align:middle;
	width:12px;
	height:12px;
	border:0;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

img#wpstats{display:none}