
/*
Theme Name:  Gold and Blue
Description: A boxed up 2-column WordPress 2.x theme
Version: 2.0
Author: Alekz
*/

/*
This WordPress theme is designed by AlekZ
Copyright (c) 2008

XHTML and CSS released under the GNU Public License or GPL. You can
view a copy of the HTML version of the GNU General Public License at
http://www.gnu.org/copyleft/gpl.html

style.css is organized by template ->
	* Main index.php, page.php and single.php
		* post entryspecific declarations
	* comments.php
	* header.php
		* wp_list_pages link declarations
	* footer.php
	* sidebar.php
		* searchspecific declarations
		* calendarspecific declarations
*/

/*
"Main" section
*/






body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #FFF5DD;
    margin: 0px;
    padding: 0px;
    width: 97%;
    max-width: 800px;
    /*  behavior: url("http://alekz.net/hover.htc"); */
  }


a {
    color: #000080;
    
    padding: 0px 1px 0px 1px;
    text-decoration: none;
  }


a:hover {
    text-decoration: none;
    color: #000080;
    background-color: #CBCBEF;
  }


a img {
    border: none;
    padding: 0;
    margin-bottom: 0px;
    vertical-align: middle;
  }


a img:hover {
    background-color : inherit;
  }


acronym, abbr {
    cursor: help;
    border-bottom: 1px dashed #963;
  }

/* classes used by the_meta() */


ul.post-meta {
    list-style: none;
  }


ul.post-meta span.post-meta-key {
    font-weight: bold;
  }


#content {
    position: absolute;
    top: 0;
    width: 540px;
    margin-bottom : 20px;
    margin-left : 15px;
    margin-right : 255px;
    margin-top : 50px;
    padding-bottom : 10px;
/*    padding-left : 155px; */
	left: 155px;
    padding-right : 0px;
    padding-top : 0px;
  }


#nav a {
    text-decoration: none;
    color: #000080;
    padding: 0px 3px 0px 3px;
  }



#nav #nav-forward {
    float: right;
    text-align: right;
    margin-top: 10px;
    padding: 0px;
  }


#nav #nav-backward {
    float: left;
    text-align: left;
    margin-top: 10px;
    padding: 0px;
  }

/* post entry-specific declarations */


.nextpage {
    font-size: .8em;
    text-align: right;
  }


.post {
    text-align: left;
    background-color: #FFF8EE;
    margin-bottom: 8px;
    padding: 20px 20px 0px 20px;
  }


DIV.post {
    position: relative;
    margin-top:2.5em;
    padding-top:1.5em;
    background-color: #FFF8EE;
    margin-left: 4px;
    border: 1px solid #000080;
    -moz-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;

  }

blockquote {
	background-color: #fffdf5;
    padding: 0.5em 2em 0.5em 2em;
    border: 1px solid #a48a6a;
  }

.post FIELDSET.quote {
	position: relative;
	padding: 5px;
	border: 1px solid #a48a6a; 
	background-color: #fffdf5;
	width: 85%;
	
}
.post LEGEND.quote-wrote {
	margin: 3px;
	border: 0px;
	color: #000080;
	background: none;
}


.post img {
    margin: 10px;
  }

.post-content img {

    -moz-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;
    }

.post-content img:hover {
  -moz-box-shadow:   none;
  -webkit-box-shadow: none;
  box-shadow: none;
}    

.post-content img.left, img.alignleft {
   float: left; 
   margin-right: 20px
  }  

.post-content img.right, img.alignright {
   float: right; 
   margin-left: 20px
  }  


.post-content {
    color: #000;
    margin: 0px;
    padding: 0px 12px 12px 5px;
  }

.post-content a {
    font-weight : bold;
}

.post-header {
    text-align: left;
    color: #000080;
    margin: 0px;
    padding: 0px;
  }


.post-header h2 {
    font-size: 1em;
    padding: 3px 0px 0px 3px;
  }


.post-meta {
    font-size: .75em;
    text-align: left;
    color: #606060;
    background-color: #FFF8EE;
    margin: 0px 1px 1px 0px;
    padding: 1px 0px 1px 0px;
  }


.post-meta a {
    text-decoration: none;
    padding: 0px 3px 0px 3px;
  }

/*
.post-meta a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fc0;
    padding: 0px 2px 0px 2px;
    border: 1px solid #a46000;
  }
*/



.other_langs a img {
    margin: 0px;
  }


.post-meta p {
    margin: 0px;
    padding: 0px;
  }

h1 {
    font-size: 1em;
    font-weight: normal; 
    color: #000080;
    background-color: #FFF5CC;
    margin: 0px;
    padding: 0px;
  }

.post-title {
    font-size: 1.1em;
    background-color: #FFF5CC;
  }


DIV.post-title-index {
    font-size: 1.1em;
    font-weight: normal; 
    color: #000080;
    background-color: #FFF5CC;

}

DIV.post-title-index:hover {
    text-decoration: none;
    background-color: #CBCBEF;
    -moz-box-shadow:  none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

DIV.post-title {
    margin: 0px;
    position: relative;;
    top: -2.5em;
    left: -0.5em;
    padding: 0.6em 0.6em 0.6em 0.6em;
    border: 1px solid #000080;	 
    -moz-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;
  }

/* DIV.post-title:hover {
    text-decoration: none;
    color: #000080;
    background-color: #CBCBEF;
  }
*/

.post-title a {
    text-decoration: none;
    color: #000080;  
  } 

/*
.post-title a:hover, .post-title h1 a:hover, {
    text-decoration: none;
    color: #000;
    background-color: #fc0;
    padding: 0px 0px 0px 0px;
    border: 1px solid #a46000;
  }*/

/*
comments.php section
*/




h3#comments, h3#postcomment {
    color: #606000;
  }


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
    background-color: #fffdf5;
    border: 1px solid #a46000;
    padding: .2em;
  }


#commentform textarea {
    width: 98%;
  }


#commentform #submit, #acp-preview {
    width: 150px;
    color: #000;
    background-color: #fc0;
    border: 1px solid #a46000;
  }



#commentlist {
    width: 98%;
    margin: 0px;
    padding: 0px;
  }


#commentlist li {
    list-style-type: none;
    color: #000;
    /* margin: 10px 0px 10px 0px;
    padding: 10px 20px 0px 20px;
    border-top: 1px solid #a84;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #a84;
    */;
  }


#commentlist li p.commenter {
    font-size: .8em;
  }


#commentlist .comment-top {
    position: relative;
    font-size: .9em;
    margin: -7px -17px 0px -17px;
    /* border-bottom: 1px solid #a84;
    */;
  }


#commentlist .comment-top a {
    display: block;
    text-decoration: none;
    padding: 1px;
  }

/*
#commentlist .comment-top a:hover {
    text-decoration: none;
    color: #fff8df;
    background-color: #cca000;
  }
*/


.meta-comment {
    color: #606060;
  }


.meta-comment a {
    text-decoration: none;
    padding: 0px 3px 0px 3px;
  }

/*
.meta-comment a:hover {
    color: #000;
    background-color: #fc0;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
    border: 1px solid #a46000;
  }
*/

 div.comment-box {    
    text-align: left;
    margin-bottom: 10px;
    margin-top:3em;
    margin-left: 4px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;    
    position: relative;
    background-color: #FFF8EE;
    border: 1px solid #000080;
  }

div.comment-shadowbox {

    -moz-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;   
 }   


div.author {
    background-color: #FFF5CC;
    margin: 0px;
    position: relative;;
    top: -1em;
    left: -0.5em;
    padding: 0.6em 0.6em 0.6em 0.6em;
    border: 1px solid #000080;	
  }

div.author-comment {
    width: 30%;

    -moz-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.50) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.50) 5px 5px 10px 0px;   
    }
    
div.author-pingback {
    width: 90%;
    }    


div.author-url:hover {
    text-decoration: none;
    color: #000080;
    background-color: #CBCBEF;
     -moz-box-shadow:  none;
    -webkit-box-shadow: none;
    box-shadow: none;
  
  }




/*
header.php section
*/


div.vcard {
	position: relative;
	float: right;
	padding: 1px;
	top: -20px;
    margin: 0px;
	}

div.vcard img.avatar {	
	padding: 0px;
	margin: 0px;
	
	}

#name {
    position: relative;
    top: 0px;
    right: 10px;
    text-align: left;
    color: #400;
    background-color: #fc0;
    margin: 0px 0px 1.5em -21px;
    padding-left: 20px;
    border-top: 1px solid #800;
    border-right: 1px solid #fff8df;
    border-bottom: 1px solid #fff8df;
    border-left: 1px solid #fc0;
  }


#name h1 {
    font-size: 1.8em;
    letter-spacing: .1em;
    margin: 3px 0px 3px 3px;
  }


#name h1 .nolink {
    padding: 2px 3px 2px 3px;
  }


#name h1 a {
    text-decoration: none;
    color: #400;
    padding: 2px 3px 2px 3px;
  }



#tag {
    color : #a48a6a;
    font-size : .8em;
    margin-bottom : 0px;
    margin-left : 5px;
    margin-right : 225px;
    margin-top : 0px;
    padding-bottom : 2px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 2px;
    text-align : right;
  }

/* wp_list_pages link declarations */


#pages-menu {
    font-size: .8em;
    text-align: right;
    margin: 4px 10px 4px 0px;
  }


#pages-menu a {
    font-size: 130%;
    text-transform: lowercase;
    text-decoration: none;
    color: #800;
    padding: 2px 5px 2px 5px;
  }

/*
#pages-menu a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fc0;
    padding: 2px 4px 2px 4px;
    border: 1px solid #a46000;
  }
*/









#pages-menu ul {
    display: inline;
    list-style-type: none;
  }


#pages-menu ul li {
    display: inline;
  }

/*
footer.php section
*/





#footer {
	position: absolute;
	bottom: 0px;
    font-size: .7em;
    text-align: center;
    color: #606060;
    margin: 45px 240px 0px 10px;
  }


#footer p {
    /*background-color: #fcf2da;
    */background-color: #faf0d8;
    padding: 4px 20px 4px 20px;
    border-top: 1px solid #a84;
    border-right: 1px solid #fff8df;
    border-bottom: 1px solid #fff8df;
    border-left: 1px solid #a84;
  }

/*
sidebar.php section
*/






/*
#archives a:hover, #categories a:hover, #meta a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fc0;
    border: 1px solid #a46000;
  }
*/



#header {
    top: 0px;
    color: #000;
    background-color: #fff5cc;
    margin: 5px 10px 5px 10px;
    padding: 0px 5px 0px 30px;
    border-top: 1px solid #fff8df;
    border-right: 1px solid #a84;
    border-bottom: 1px solid #a84;
    border-left: 1px solid #fff8df;
  }


#sidebar {
    font-size : .8em;
    line-height : 1.2em;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 5px;
    padding-right : 0px;
    padding-top : 40px;
    position : absolute;
    left:  750px;
    top : 0px;
    width : 225px;
  }


#sidebar img {
    margin: 0px 0px 2px 0px;
    padding: 0px;
  }


#sidebar li {
    text-align: left;
	margin-bottom: 6px;
    padding: 0px 0px 9px 6px;
  }


#sidebar a {
    text-decoration: none;
    color: #000080;
    padding: 0px 3px 0px 3px;
  }

/*
#sidebar a:hover {
    text-decoration: none;
    color: #fff8df;
    background-color: #cca000;
    padding-right: 0px 2px 0px 2px;
  }
*/


#sidebar form {
    width: 100%;
    margin: 0px;
  }


#sidebar h2 {
    font-size: 1em;
    color: #606000;
    margin:0px;
    padding: 0px;
  }


#sidebar ul {
    letter-spacing: 0.1em;
    font-weight: bold;
    list-style-type: none;
    margin: 0px;
    padding-left: 3px;
  }


#sidebar ul ul {
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }


#sidebar ul ul li {
    letter-spacing: 0px;
    margin: 0px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
  }


#sidebar ul ul li a {
    text-decoration: none;
    padding: 0px 3px 0px 3px;
  }

/*
#sidebar ul ul li a:hover {
    text-decoration: none;
    padding: 0px 2px 0px 2px;
  }
*/



#sidebar ul ul ul.children {
    margin-bottom: 3px;
    padding-left: 4px;
  }

/* search-specific declarations */




#searchform {
    text-align: center;
    margin-left: 0px;
    padding: 0px;
  }


#searchform input#s {
    width: 100px;
    color: #606000;
    background-color: #fffdf5;
    border: 1px solid #a46000;
  }


#searchform input#submit {
    width: 60px;
    color: #000;
    background-color: #fc0;
    border: 1px solid #a46000;
  }

/* calendar-specific declarations */



#calendar {
    text-align: left;
    margin: 0px;
    padding: 6px;
  }


#wp-calendar {
    font-size: 8px;
    margin: 0px;
    width: 188px;
    border-top: 1px solid #a84;
    border-right: 1px solid #fff8df;
    border-bottom: 1px solid #fff8df;
    border-left: 1px solid #a84;
  }


#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;
    text-decoration: none;
  }

/*
#wp-calendar a:hover {
    color: #000;
    background-color: #fc0;
  }
*/


#wp-calendar caption {
    font-size: 1.2em;
    text-align: left;
    padding-bottom: 2px;
  }


#wp-calendar td {
    letter-spacing: normal;
    color: #606060;
    padding: 2px 0;
    text-align: center;
  }

/*
#wp-calendar td.pad:hover {
    color: #e4d4a4;
    background-color: #e4d4a4;
  }
*/




#wp-calendar #today {
    color: #606060;
    background-color: #fc0;
  }


#wp-calendar th {
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
  }


#about {
    font-weight : normal;
  }


#about ul.rss_feeds {
    padding-left: 10px;
    list-style-type: none;
    /* list-style-image : url('/i/rss.png');
    */ vertical-align : middle;
  }


FIELDSET {
    position: relative;
    margin-top:2.5em;
    padding-top:1.5em;
    background-color: #FFF8EE;
    margin-left: 4px;
    border: 1px solid #000080;
  }


LEGEND {
/*    position:absolute;
    top: -1.5em; */
    background-color: #FFF5CC;

    left: .5em;
    padding: 0.6em 0.6em 0.6em 0.6em;
    border: 1px solid #000080;
  }


LEGEND:hover {
    text-decoration: none;
    color: #000080;
    background-color: #CBCBEF;
  }


.rating {
    font-size : .75em;
    margin-left : 220px;
    text-align : left;
  }


.rating img {
    margin: 0px;
    padding: 0px;
  }


.addthis {
    position: absolute;
    float: left;
    left: 10px;
  }


.addthis img {
    margin-bottom: 0px;
    margin-top: -1px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }


.keywords {
    visibility : hidden;
    margin: 0;
    padding: 0;
    font-size: 0.5em;
  }


#languages span {
  }


#languages span.current_language_item {
    padding: 1px;
    border: 1px solid #000080;
  }


#languages span.language_item {
    border: 0;
  }


span.slashdigglicious a img {
    margin: 0px;
  }


#leader_bottom {
  }

.table_brd {
	margin: -1px; 
	border-collapse: collapse; 
	background-color: #fff5dd;
}

.table_brd TD {
	margin: 0px; 
	border: 1px solid #000080; 
	padding: 3px
}

#main_page_footer {
	left: 0px;
	width: 540px;
    margin: 0px;
    padding: 0px;
  }

FIELDSET.footer_box {
	border: 1px solid #000080;
	background-color: #FFF5DD;
}

LEGEND.footer_box_legend {
	border: 0px;
	background-color: #FFF5DD;
	font-family : Arial, 'sans-serif';
    font-size : 8px;
    color: #000080;
}

.screen {
background-color :  #FFFFFF;
border: 1px solid #000080;
padding: 10px;
font-size : 11px;
font-family: Courier;
font-style: normal;
color: #000000;
} 

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: none;
	background: #FFF5DD;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #FFF5DD;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #FFF5DD;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

#top_frame {
	top : 0px;
	left : 0px;
	color: #000080;
	/* background-color : #FFF8EE; */
	background-color : #335291;
	height : 40px;
	position: fixed;
	border: none;
	z-index : 2;
}

#cat_name {
    font-size : 16px;
	background-color : #FFF5DD;
    font-style : italic;
    font-weight : bold;
    width : 200px;
    left: 0px;
    top: 0px;
    position: fixed;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #000080;
    height: 39px;
    z-index: 10;
  }

#hor_menu {
/*	background-color : #FFF5DD; */
	background-color : #F2E6D5;
/*	left : 200px;
 	padding-left : 200px;  */
 	top: 0px;
	position: fixed;
	height: 39px;
	z-index: 2;
	width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;	
	border-bottom: 1px solid #000080;
    -moz-box-shadow: rgba(0,0,0,0.30) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.30) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.30) 5px 5px 10px 0px;
  }

#patch {
 background-color : #F2E6D5;   
 	position: fixed;
 	float: left;
 	top: 20px;
 	left: 0px;
 	width: 140px;
 	z-index: 3;
    height: 20px;
    padding: 0px;
    margin" 0px;
   border: none;
   }

#ver_menu {
 	top: 40px;
	position: fixed;
/*	background-color : #FFF5DD; */	
	background-color : #F2E6D5;
	width: 140px;
	height: 100%;
	border-right: 1px solid #000080;
	z-index: 2; 
	padding-right: 0px;
    margin-right: 0px;	
   -moz-box-shadow: rgba(0,0,0,0.30) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.30) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.30) 5px 5px 10px 0px;
}


.site_name {
	background-color : #FFF5DD;
	font-size : 16px;
font-style : italic;
	color: #000080;
font-weight : bold;
 right: 0px;
 top: 0px;
 text-align: right;
/*    float: right;
//	position: fixed;
//	border-bottom: 1px solid #000080;
//	height: 39px;

//	width: auto;
//	z-index: 3;
//	margin: 0px;
//	padding: 0px; */
}

#orphus_blk {
	position: fixed;
	bottom: 0px;
	left: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}
