/*  
Theme Name: Goopress
Theme URI: http://www.wpdesigner.com
Description: Goopress Wordpress theme created by Small Potato.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/




/*
  body{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #000;
}
*/

#navigation {

position: absolute; 
right: 27px; 
top: 109px;
align: right;
font-size: 8pt;
}

#hr_top {
	margin: 7px 0px 0px 0px;
	border: 0;
	height: 1px;
	text-align: left;
	color: #006597;
}
.search-excerpt {
background-color: #E6FF00;
} 
body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #FFFFFF;
	font-size: 12px; 
	margin: 0;
}


h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}


/*
a{
	text-decoration: underline;
	color: #009;
}

a:hover{
	text-decoration: none;
}
*/

a img{
	border: 0;
}

address, dl, p{
	padding: 15px 0 0;
}


blockquote{
	margin: 15px 0 0;
	background: #efefef;
}

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: 2px;
	text-align: left;
	background: #9b9b9b;
	color: #006597;
}


/* Modified image styles of WordPress Default Theme, Kubrick */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.entry img{
	border: 1px solid #ccc;
}

/* end image styles */

input, textarea{
	font-family: Verdana, 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;
}

pre{
	width: 90%;
}

small{
	font-size: 12px;
}

#container {
       /* float: left; */
	 width: 100%; 
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
        border-collapse: collapse;

        border-bottom: 1px solid #006597; 
}


#header{
	/* float: center; */
	width: 93%;
	margin: 0px 0px 0px 0px;
	padding: 7px 27px;
}
#header_login{
	/* float: center; */
        position: absolute;
        top: 0px;
        right: 10px;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 7px 27px;
}

#site_title{
	float: left;
}

#site_title h1{
	font-family: "Times New Roman", Georgia;
	font-size: 36px;
	font-weight: normal;
	color: #ad0000;
}

#site_title h1 a{
	color: #ad0000;
}

#site_description{
        font-family: Verdana;
        position: absolute;
        top: 33px;
        left: 56%;
	float: left;
	/* width: 95%; */
	font-size: 14px;
        font-color: black;
        text-align: center;
}
#head_right{
	font-family: Verdana;
	position: absolute;
	top: 20px;
	right: 15px;
	float: left;
	/* width: 95%; */
	font-size: 14px;
	font-color: black;
	text-align: center;
}
									

#page{
	float: left;
	width: 95%;
}

.narrowcolumn{
        position: absolute;
        top: 125px;
        left:220px;
	/* width: 80%;   480 */
	display: inline;
        margin-right: 10px;
        padding-right: 10px;
        padding-left: 10px;
border: 1px solid #006699;
}

.post{
	padding: 20px 0;
}

.postdate{
	padding: 5px 0 0;
	font-weight: bold;
	color: #666;
}

.entry{
	line-height: 20px;
}
.entry img{
        border-collapse: collapse;
        width:25%;
        height:25%;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.entry h2{
	font-size: 18px;
}

.entry h3{
	font-size: 16px;
}

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.postinfo a{
	color: #008000;
}

.browse{
	border-top: 2px solid #999;
	padding: 5px;
	background: #efefef;
}

.sidebar{
        position: absolute;
        top: 125px;
        left:10px;
	float: left;
	width: 200px;
        border: 1px solid #006699;

        

}
						

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;

}

.sidebar ul li{
	margin: 20px 0 0;
	padding: 0;
}

.sidebar ul li#search input{
	margin: 0 0 0;
}

.sidebar ul li h2{
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;

/*	border-top: 2px solid #a03;
	padding: 0 0 0 5px;
	background: #006699; */  /* #efefef; */
}

.sidebar ul li.pagenav h2, .sidebar ul li#pages h2{
/*	border: 1px solid #006699;  */
	background: #006699; /* #a03; */
/*	color: #fff;  */
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;


}

.sidebar ul li.pagenav ul li.page_item a, .sidebar ul li#pages ul li.page_item a{
	font-weight: bold;
	color: #000;
}

.sidebar ul li.pagenav ul li.page_item ul li.page_item a, .sidebar ul li#pages ul li.page_item ul li.page_item a{
	font-weight: normal;
}

.sidebar ul ul li{
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 24px;
}

.sidebar ul ul ul li{
	border: 0;
	padding: 0 0 0 10px;
}


/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #ccc;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	line-height: 24px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 2px;
	text-align: center;
	vertical-align: top;
	background: transparent; /* #A9B8C2; */  /* #eee; */
}

table#wp-calendar td{
	padding: 3px;

	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */




#footer{
	float: left;
	width: 100%;
	margin: 20px 0 20px;
	border-top: 1px solid #ccc;
}

#footer p{
	padding: 15px 0;
}
#search {margin:0px;}
