/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ccf !important;
}

strong, em, b, i {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

#page {
	padding: 0px;
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	height: 130px !important;
}

#header h1.blog-title {
	padding:50px 40px 0 !important;
}


#header h1 { letter-spacing: -3px; }

.post { border-bottom: 3px dotted #ccc; }

.exif li { font-size: 8px; color: #ccc; line-height: 8px; }

.columns-three #primary {
	margin-left: 0px;
}

.columns-two #sidebar-main, .columns-three #sidebar-main {
	border-left:1px dotted;
	width:199px;
}

.columns-three #sidebar-alt {
	left: 0;
	margin-left: 0;
}

#subscribe_to_announces { 
    font-size: 10px; 
}   
 
#subscribe_to_announces input, #subscribe_to_announces select  { 
    font-size: 10px; 
}   

#subscribe_to_announces input { width: auto;  }
#subscribe_to_announces select, #subscribe_to_announces textarea { width: 130px; }
#subscribe_to_announces textarea { height: 130px; }

#subscribe_to_announces input.sendbutton { margin-left: auto; margin-right: auto; margin-top: 0px; 
background: none; background-color: orange; }
#subscribe_to_announces legend { margin-left: auto; margin-right: auto; color: orange; font-weight: bold; letter-spacing: -2px; }
#subscribe_to_announces .cform { margin-left: auto; margin-right: auto; width: 144px; 
	border: 1px dotted orange; padding:2px; }
#subscribe_to_announces fieldset { border: none; background-color: inherit; }

#subscribe_to_announces ol.cf-ol li { margin: 0px !important; }


.entry-content .cform, .entry-content label.seccap {
	width: auto; 
}

.entry-content .cform {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.entry-content .cform input.sendbutton {
	margin: 10px 10px 10px 0;
}

.entry-content .cform .area {
	width: 80%;
	height: 150px;
}

div.entry-content h2 {
	line-height: 1em;
}

div.entry-content h2 font {
	line-height: 1em;
}

#primary_single div.entry-content h2 {
	line-height: 1.4em;
}

#primary_single {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#primary_single h1 {
	line-height: 1.2em;
}

#primary_single .entry-content {
	font-size: 1.4em;
}

.entry-content {
	font-size: 1.4em;
}

.entry-content code, .entry-content pre{
	font-size: 0.9em;
}


/* .secondary#sidebar-alt div {
	margin-top: 0px;
} */
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}



