/*
Theme Name: Classy
Theme URI: http://benediktrb.de
Description: Fresh and Clean Wordpress Theme by <a href="http://benediktrb.de">BenediktRB</a>
Version: 1.0
Author: Benedikt Rieke-Benninghaus
*/


/* ------------------------------------------------------------------------------- Definitions */

* {margin: 0; padding: 0; border: none; outline:none;}

body { 
	margin: 0;
	padding: 0; 
        background: #f4f4f4 url(images/bkgrn.gif) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #f4;
	text-align: left;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Myriad", Verdana, Arial, sans-serif;
	font-weight: normal;
 	padding:0;
 	margin:0;
	color:#1E1E1E;
}

a:link, a:visited { color: #BB3030; text-decoration: none;}
a:hover, a:active {color: #450B0B; text-decoration: none;}
.nodisplay {display:none;}
p, ul, ol {line-height: 20px; margin-left:30px; margin-top: 10px; margin-bottom: 10px;}
ol, ul {list-style-type: none;}


/* -------------------------------------------------------------------------------- Containerproperties */


#topline {
	background: #3B3B3B url(images/top.gif) repeat-x top left;
	height: 37px;
	width: 100%;
}

#header {
        float: left;	
        background: #ffc800;
        height: 163px;
   	width: 100%;
	
}


#wrap {
   	margin: 0px auto;
        padding: 10px 0 0 0;
   	width: 90%;
}

#content {
   	border:1px solid #AAAAAD;
	border-top:none;
        background:#fff;
        float: left;
        width: 68%;
}

#infobox {
   	margin: 0px;
   	padding: 4px 0 0 0px;
   	width: 100%;
        align: left;
	background:#F4F6FB;
	border:1px solid #AAAAAD;
	border-top:none;
        border-left: none;
        border-right: none;
}

#navigation {
float: right;
	background: #fff;
	margin: 0;
	padding:0;
   	width: 30%;
	line-height: 1.5em;
	display: inline;
	border:1px solid #AAAAAD;
	border-top:none;
}

#navigation2 {
float: right;
	background: #fff;
	margin: 0;
	padding:0;
   	width: 30%;
	line-height: 1.5em;
	display: inline;
	border:1px solid #AAAAAD;
	border-top:none;
}

#footer {
	background: #F5F5F6 url(images/footer.gif) repeat-x bottom left;
	margin: 15px 0 0 0;
	height:37px;
}


/* ------------------------------------------------------------------------------------------- Header */

#logo{
	background: #ffc800 url(images/logo.gif) no-repeat 0 0%;
	margin-top: 20px;
        position: absolute;
	left: 100px;
        height: 118px;
        width: 377px;
}
#logo h1 {
	padding: 24px 0 0 80px;
	color:#1E1E1E;
	font-size:40px;
}
#logo h1 a{
	color:#1E1E1E;
}
#logo h1 a:hover{
	color:#585858;
}

#menu {	
	margin:0 0 0 30px;
}


#menu ul{
	list-style-type:none;
        float:left;
}

#menu li{
	display: inline;
}

#menu li a, #menu li a:visited{
        background:transparent url(images/top_link.gif) repeat-x;
	height: 29px;
        padding: 8px 15px 0 15px;
	color: #fff;
        font-weight: bold;
        text-align: center;
	text-decoration: none;
        float:left;
	margin-right: 10px;
	border-left:1px solid #203106;
	border-right:1px solid #203106;
}

#menu li a:hover{
        background:transparent url(images/top_link_hover.gif) repeat-x;
}

#search {
	float:right;
        margin: 0px 16px 0px 1px;

}
input#typein{
	height:18px;
	width:185px;
	padding: 1px 10px  0 0;

}
input#submit{
        margin-top: 10px;
}

#infobox h2{
 	margin-left: 10px;
        margin-bottom: 4px;
        font-size:13px;
}


/* ------------------------------------------------------------------------------------- right Sidebar */

#rssfeed {
	height:79px;
	with:305px;
	padding:2px 0 15px 15px;
	margin:0 0 15px 0;
	border-bottom:1px solid #AAAAAD;
}

#rssfeed h2 {
	padding:4px;
	font-size:22px;
}

#navigation h2 {
	margin: 5px 0 8px 0;
	padding: 0 0 10px 0;
	color: #55543C;
	font-size: 15px;
}

#navigation ul {
	margin: 0 0 10px 15px;
        padding: 0 0 0 10px;
	list-style-type: disc;
}

#navigation ul li {
	font-size: 11px;
        margin: 0;
	padding: 0;
        font-weight:bold;
}


#navigation2 ul {
	margin: 0 0 10px 15px;
        padding: 0 0 0 10px;
}

#navigation2 ul li {
	font-size: 11px;
        margin: 0;
	padding: 0;
        font-weight:bold;
}



#navigation ul.children li {
	font-size: 10px;
        margin: 0;
	padding: 0;
        font-weight:normal;
}

#navigation ul li a {
	margin: 0;
	padding: 0px;
	display: inline;
	color: #3B3B3B;
	text-decoration: none;
	border-bottom:1pxdotted #2D2D2D;
}


#navigation ul li a:hover {
	background:#35520b;
	color: #fff;
}


#navigation ul li.rss a {
	padding:0 0 0 25px;
	border:none;
        background: url(images/rss.jpg) no-repeat 6px 50%;
}

#navigation ul li.rss a:hover {
	color:#000;
        
}

.laste, .category {
	padding: 5px 10px 0 15px;
}


#navigation .category h2 {
	padding: 0 0 0 25px;
	background: url(images/category.gif) no-repeat 0px 50%;
}


#navigation .laste h2 {
	padding: 0 0 0 25px;
	background: url(images/laste.gif) no-repeat 0px 50%;
}


#navigation .blogroll {
	float:left;
	width:49%;
}

#navigation .blogroll h2 {
	padding: 0 0 0 25px;
	background: url(images/blogroll.gif) no-repeat 0px 50%;
}

#navigation .meta {
	padding: 0 0 0 15px;
	width:49%;
}

#navigation .meta h2 {
	padding: 0 0 0 23px;
	background: url(images/metah.gif) no-repeat 0px 50%;
}

#navigation .archive {
	float:right;
	width:49%;
}

#navigation .archive h2 {
	padding: 0 0 0 25px;
	background: url(images/archive.gif) no-repeat 0px 50%;
}


/* --------------------------------------------------------------------------------------- Content Area */

.article {
	margin: 25px 0 0 0;
} 

.article h2 {
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	font-size: 15px;
}


.article h2 a:link, 
.article h2 a:visited {
	color: #3B3B3B;
	text-decoration: none;
}

.article a:hover, 
.article a:active {
	color: #710D0D;
	text-decoration: none;
}

#content .postmetadata, 
#content .thecontent {
	margin: 15px 25px 15px 0px;
}

.thecontent p{
	margin: 15px 0 0 25px;
}

.postmetadata {
	border:1px solid #DADADA;
        border-left: none;
        border-right: none;
        border-bottom: none;
        height:32px;
	width: 100%;
	background: #fff url(images/meta.gif) repeat-x top left;
	}

.postmetadata p {
	padding:0px;
        margin: 4px 0 0 10px;
}

#content blockquote {
   	padding: 0px 0 0 20px;
   	margin: 0px 5px 5px 15px;
	

}

#content code {
	min-height:60px;
	font-family: Fixedsys, Helvetica, "Lucida Grande", Verdana, sans-serif;
   	margin: 5px 5px 5px 20px;
   	padding: 0 0 0 45px;
	display: block;
	background:#fff url(images/code.jpg) no-repeat top left;

}

.searcherg {
float:left;
display:block;
   	padding: 5px;
   	margin: 5px 5px 5px 20px;
	background: #F5F6FB;
   	border-left: 4px solid #444;
width:92%;
}

#content ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#content ul li {
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
}

#content li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	background:transparent url(images/-list.gif) no-repeat 0px 50%;
	display: block;
	text-decoration: none;
}

.pages {
	margin:15px 0 0 0;
	border:1px solid #DADADA;
	float: left;
	height:32px;
	width: 100%;
	background: #fff url(images/meta.gif) repeat-x top left;
	}

.page-previous {
	float: left;
	padding: 8px;
	}
.page-next {
	float: right;
	padding: 8px;
	}

/* ----------------------------------------------------------------------------------------- Content Icons */

.time {
	padding: 0 0 0 24px;
	background: url(images/time.gif) no-repeat 0 0;
}
.filed {
	margin:0 0 0 15px;
	padding: 0 0 0 20px;
	background: url(images/filed.gif) no-repeat 0 0;
}
.comments {
	margin:0 0 0 15px;
	padding: 0 0 0 24px;
	background: url(images/comments.gif) no-repeat 0 0;
}
.trackback {
	margin:0 0 0 15px;
	padding: 0 0 0 24px;
	background: url(images/trackback.gif) no-repeat 0 0;
}


.goon {
	margin: 5px 0 0 0;
	padding: 3px 3px 3px 30px;
	background: #F5F6FB url(images/goon.gif) no-repeat 10px 50%;
	font-weight: bold;
}

.thecontent {
	margin: 15px 0 0 0;
}


/* ------------------------------------------------------------------------------------- Comment Area */

.comment {
	margin: 40px 0 0 0;
}

.comment h3 {
	padding: 0 0 0 24px;
	background: url(images/ucomments.gif) no-repeat 0 60%;
	border-bottom: 1px solid #525D6B;
	font-size:20px;
}

.comment h4 {
	margin: 15px 0 10px 0;
	padding: 0 0 0 24px;
	background: url(images/write.gif) no-repeat 0 50%;
	font-size: 16px;
	border-bottom: 1px solid #525D6B;
}

.comment input,textarea {
   	margin: 2px;
   	padding: 4px;
	background:#fff url(images/com_bg.gif) repeat-x top left;
   	color: #3B3B3B;
   	border: 1px solid #5A5A5A;
}

.comment textarea {
   	width: 80%;
   	height: 150px;
}

.comment input:focus,
.comment textarea: focus {
   	background: #29303C;
}

.comment input[type=submit] {
   	font-weight: bold;
}

.comment ol.commentlist {
   	margin: 5px;
   	padding: 10px;
   	list-style-type: none;
}

.comment ol.commentlist li {
   	margin: 7px;
   	padding: 10px;
}

.comment li {
   	margin: 0 0 10px 0;
   	border-bottom:2px solid #323232;
}


/* ------------------------------------------------------------------------------------------------ Footer */

#footer p {
	padding: 0 0 0 0;
	text-align: center;
	color: #F3F8F2;
}

#footer a{
	color: #EAEAEA;
	text-decoration:underline;
}
#footer a:hover{
	color: #EAEAEA;
	text-decoration:none;
}

.footer-left {
	padding: 8px 0 0 0px;
	float: left;
        font-size: 80%;
	}

.footer-right {
	float: right;
	padding: 8px 20px 0 0;
        font-size: 80%;
        }

/* ------------------------------------------------------------------------------------------------------- */
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Scott*/
div.pagination {
	text-align:center;
float:left;
display:block;
   	padding: 5px;
   	margin: 5px 5px 5px 20px;
	width:92%;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #ffbe00;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #5f9114;
	font-weight: bold;
	background-color: #5f9114;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
/*
Attach the following to your theme's style.css
Of course, you can adapt it to fit your needs and taste
*/

/* Advanced Search form */

#ctas_form {
	text-align: left;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 15px;
}

#ctas_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before { /* for the default theme */
	content: '';
} 

#ctas_form input {
	border: 1px solid #777;
	background-color: #f9f9f9;
	color: #444;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#ctas_month1, #ctas_month2, #ctas_year1, #ctas_year2 {
	text-align: center;
}

/* End Advanced Search form */ 
