/*  
Theme Name: Oneonta Custom Theme
Theme URI: http://www.wpdesigner.com/
Description: Custom theme designed specifically for Oneonta based on "Not So Sleek" version 1.0 created by <a href="http://www.wpdesigner.com">Small Potato</a>
Version: 2
Author: Joss
Author URI: http://www.atomroot.com

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

body{
	font-family: Arial, Helvetica, "Trebuchet MS", Georgia, Sans-Serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #ddd;
	color: #333;
}

h1, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}

a{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eee;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ccc;
	color: #ccc;
}

small{
	font-size: 10px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.top-menu{
	margin: 20px 0 10px 25px; 
}

.top-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu ul li{
	display: inline;
	padding-left: 15px;
}

.top-menu ul li h1{
	display: inline;
	font-size: 11px;
}

.top-menu a{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}

.top-menu a:hover{
	text-decoration: underline;
}

#container{
	margin: 0 auto;
	width: 780px;
	text-align: left;
	vertical-align: top;
}

#header{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 780px;
	height: 200px;
	background: #fff /* url(http://www.oneontacoop.com/wp-content/themes/k2-modified/images/headers/k2-structures3.jpg) no-repeat*/;
} 

#page{
	float: left;
	width: 780px;
	margin-bottom: 20px;
	background: #fff;
}

.narrowcolumn{
	float: left;
	width: 580px;
	text-align: left;
	vertical-align: top;
	background: #fff url(images/narrowcolumn.gif) no-repeat;
}

.post{
	padding: 0 20px 20px;
}

h2{
	padding: 10px;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 20px;
	line-height: 18px;
	color: #CC0000;
	font-weight: normal;
	margin-top: 20px;
}

h2 a{
  color: #6A6A6A;
  font-weight: normal;
}

.entry{
	border: 1px solid #eee;
	padding: 0 10px 10px;
	line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	margin: 0;
	background-color: transparent;
}

.entry h1{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.entry  h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.entry img{
	border: 0px solid #eee;
	/* padding: 4px; */
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.postmetadata{
	padding-top: 10px;
}

.pn{
	border: 1px solid #eee;
	border-top: 0;
	padding: 10px;
	line-height: 18px;
	background: #f9f9f9;
}

.pn a{
	color: #333;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 11px;
	background: #eee;
	color: #000;
}

.sidebarAddress{
	font-family: Arial, Helvetica, "Trebuchet MS", Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #333;
}

#sidebar{
	float: left;
	width: 200px;
	background: #fff url(images/sidebar.gif) no-repeat;
}

#sidebar ul{
	margin: 0px 20px 20px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul ul{
	border: 0px solid #eee;
	border-top: 0;
	padding: 0 10px 10px;
	margin: 0;
}

#sidebar ul li#search input{
	margin: 0 0 5px;
}

#sidebar ul li#search{
	padding: 20px 0 0;
}

#sidebar ul ul li{
	padding: 5px 0 0;
	line-height: 18px;
}

#sidebar ul ul li a{
	text-decoration: none;
}

#sidebar ul ul li a:hover{
	text-decoration: underline;
}

#sidebar ul ul li a:before{
	content: "+ ";
	color: #5588bb;
}

#sidebar ul ul ul{
	border: 0;
	padding: 0 0 0 10px;
}

#sidebar ul ul ul li a:before{
	content: "";
}

.commentlist ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 11px;
	background: #eee;
	color: #000;
}

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #eee;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */
.pikachoose{width:410px;margin:0 auto 0 auto;}
/* This is the ul you have all your images in */
.pikachoose ul{padding-left:0;width:400px;margin:0 auto;padding-top:10px;overflow:hidden;}
.pikachoose ul li{float: left;border:1px solid #555;padding:0px;background:#777;margin:2px;}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surrounder for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:400px;height:300px;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:0px;left:0px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{position:relative;}
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:400px;height:36px;padding-top:4px;text-align:center;position:absolute;bottom:4px;left:0px;color:white;background:url('http://www.oneontacoop.com/photos/1003-GardenGrows/black.png') top left;}
.pika_caption2{width:400px;height:36px;padding-top:4px;text-align:center;position:absolute;bottom:4px;left:0px;color:white;top left;}
.pika_caption a{color:white;font-size:11px;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('http://www.oneontacoop.com/photos/1003-GardenGrows/play.png') top center no-repeat;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('http://www.oneontacoop.com/photos/1003-GardenGrows/pause.png') top center no-repeat;}

.pika_navigation a{font-size: 11px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('http://www.oneontacoop.com/photos/1003-GardenGrows/rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('http://www.oneontacoop.com/photos/1003-GardenGrows/fastf.png') top right no-repeat;}


#footer{
	font-size: 10px;
	text-align: center;
}