/*  
Theme Name: Aonach Fresh Theme
Theme URI: http://wordpress.org/
Description: FrankP's aonach  theme (renamed) based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5.1
Author: Frank P
Author URI: http://aonach.com

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/





/* Created by TopStyle Pro Trial Version - www.bradsoft.com */

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #1A3100;
	text-align: center;
	background : url(images/header-back-5.jpg) repeat-x;
}
	

	
	
#container{
	width:740px;
	margin-left: auto;
	margin-right: auto;
	text-align : left;

}

#innerContainer{
	float:left;
	display: inline;
	width:698px;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	/*border-left: 1px solid #80B147;
	border-right:1px solid #80B147;*/
	/* background : url(images/content-back.gif) repeat-y; */
}


#header{
	/*margin-top:5px;
	*/
	float:left;
	display: inline;
	width:740px;
	height:100px;
	/*text-align:center;*/
	/*margin-bottom:10px;
	*/
	/*background-color:#80B147;*/
	/*background : url(images/header-back-3.jpg) repeat-x;*/
}

#content{
	float:left;
	display: inline;
	/*width:487px;*/
	width:487px;
	margin-right:15px;
	padding-right:15px ;
	/*padding-bottom:10px;*/
	padding-top:10px;
	/*border-right: 1px solid #80B147;*/
}

#innerContent{
	float:left;
	display: inline;
	width:487px;
	margin-top:5px;
}

#underHeader{
	padding-top:10px;
	height:120px;
	/*border:1px solid green;*/
}

.navigation {
	float:left;
		display:inline;
	width:487px;
	border-bottom:1px dotted #639ACE;
	padding:5px 0 5px 0;
	margin-bottom:20px;
	clear:both;
}

#sidebar{
	float:right;
	display: inline;
	width:180px;
}

#nav{
	float:left;
	display: inline;
	margin-top:0px;
	margin-bottom:5px;
	width:180px;
}

.sidebarSection1{
	float:left;
	display: inline;
	width:180px;
	margin-top:5px;
	margin-bottom: 5px;
}

#footer{
	width:718px;
	/*width:90%;*/
	float:left;
	display: inline;
	/*background-color:#D6E0CA;*/
	text-align: center;
	border-top:1px solid #80B147;
	padding:10px;
	/*border-left: 1px solid #80B147;
	border-right:1px solid #80B147;*/

}

#footerCol1, #footerCol2, #footerCol3{
	float:left;
	display:inline;
	width: 218px;
	padding: 0 10px 10px 10px;
	
}

#footerCol2, #footerCol3{
	border-left: 1px solid #80B147;
}

#footer p{
	text-align: left;
	font-size: 1em;
	color: #1A3100;
}


.post {
	float:left;
	display:inline;
	width:487px;
	margin: 0 0 40px;
	text-align: justify;
	padding-left:5px;
	}

/*
.postmetadata {
float:left;
display:inline;
	width:200px;
	text-align: center;
	}
	*/



	.postmetadata{
	clear: left;
	margin-bottom:0;
	margin-top:5px;
	padding-top:5px;
	/*width:95%;*/
	margin-left:auto;
	margin-right:auto;

}
*/

.description {
	text-align: center;
		font-size: 1.2em;
	text-align: center;
	}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
	p.postmetadata {
	/*width:95% !important;*/
}
	
iframe  {
  width:470px;
  height:830px;
  }	

/* headers ------------------------------------------------------- */


h1, h2, h3{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px 0 0 0;
	padding: 2px 4px 2px 4px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#80B147;
}

h1{
	font-size:3em;
	text-align:center;
}

h2{
	font-size:2em;
	
}

h1 a:link, h2 a:link, h3 a:link{
	color:#FFFFFF;
	border:none;
}

h1 a:hover,  h2 a:hover, h3 a:hover{
 	color: #FECC03 !important;
 	border:none;
}

h1 a:visited, h2 a:visited, h3 a:visited{
	color:#FFFFFF;
	border:none;
}




#sidebar h1{
	font-size : 2em;
	text-align:left;
	padding:2px;
}



#sidebar h2{
		font-size : 1.4em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color:#D6E0CA;
		color:#284A00;
		padding:2px;
}

#footer h1{

	font-size:1.2em;
}


h2.pagetitle {
	/*margin-top: 30px;*/


}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

	
	

/* floating ------------------------------------------- */
.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

img.floatLeft{
	margin-right:1em;
	margin-top:1em;
}

img.floatRight{
	margin-left:1em;
	margin-top:1em;
}


/* html elements  */



img{
	border:0;
}

p, li{
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: justify;
	/*letter-spacing: 0.001em;*/
}

p{
	margin-top:1em;
	margin-bottom:2em;
	/*padding-left:5px;
	padding-right:5px;*/
	/*width:98%;
	margin-left:auto;
	margin-right:auto;*/
}


/* links generally ----------------------------------------------- */
a.link1{
	border:none;
}

a:hover.link1{
		border:none;
}

a{
	color: #1A3100;
	text-decoration : none;
	/*border-bottom: 1px solid  #80B147;*/
	border-bottom: 1px dotted #A90303;
}



a:link{
	color: #1A3100;
	text-decoration : none;

}

a:visited{

}

a:hover {
	border-bottom: 1px solid #A90303;

}

a:active {

}

a img {
	border: none;
	}
	
a.noUnderline{
			border: none;
	}

/* sidebar & nav links  --------------------------------------------------*/




#sidebar{
	color:#173752;
}

#sidebar p{
	font-size: 1em;
	color: #284A00;
	/*line-height : 1.25em;*/
}





#sidebar ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	
}

#sidebar li{
	font-size:1.4em;
	margin: 2px 0 0 0;
}



#sidebar li a{
	/*background-color : #FFFFFF;*/
	display: block;
	/*padding: 2px 2px 2px 0.5em;*/
	padding:2px;
	text-decoration: none;
	width: 176px;
	color : #A90303;
	background-color: #FECC03;
	border:none;
}

html>body #sidebar li a {
		width: auto;
		}

#sidebar ul a:link{
	color : #A90303;

}

#sidebar ul a:visited{
	color : #A90303;
}

#sidebar ul a:hover {
	color : #FECC03;
	background-color: #A90303;

}

#sidebar ul  a:active {
	color : #EB2929;
}




/* --------------------------------------------------------------------------------- */
	






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



.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em '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.1em;
	}

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

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

.commentmetadata {
	font-weight: normal;
	}



#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
	small{
	color:#8CB247;
}
	
code {
	font: 0.8em 'Courier New', Courier, Fixed;
	text-align:left;
	color:#AF2929;
	}

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



	












/* 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 {
	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;
	}
	
	html>body #footer ul{
	margin-left: 0px;
	padding: 0 0 0 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body #footer  li {
	margin: 7px 0 8px 0;
}

#footer li{
			font-size: 1em;
}

#footer ul li:before {
	content: "\00BB \0020";
	}
	
	/*
#sidebar ul, #sidebar ul ol {
	margin: 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: 115px;
	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;
	}

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



/* Begin Comments*/

	#commentSection{
		float:left;
	display:inline;
	width:487px;
	/*border:1px solid red;*/
}
	
	
	
.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}
	
	.commentlist ol{
	margin:0;
	padding:0;
}

.commentlist li {
	margin: 0 0 3px 0;
	padding: 15px 10px 3px 4px;
	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 Calendar */

	
	
	
#wp-calendar #prev 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;
	}
	

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










/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
