/*  
Theme Name: Wordpress Sunset Manor
Theme URI: http://www.amsterdamn.org
Description: Sunset Manor theme <br/><br/><b> Design by <a href="http://www.amsterdamn.org">Amsterdamn</a></b>
Author: Andiz
Author URI: http://www.amsterdamn.org
*/

/*
+++++++++++++++
General CSS -
+++++++++++++++
*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 2em;
background-color: #E8E8E8
;
color: #555;
}

a {
text-decoration: none;
}

#wrap {
width: 800px;
margin: 0 auto;
padding-top: 0px;
background-color: #fff;
}

/*
++++++++++++++++
++++++++++++++++
Logo -
This is the div for the logo. 
++++++++++++++++
*/

#logo {
background-image: url(images/logo_feigenblogOhne.gif);
background-position: bottom;
background-repeat: no-repeat;
width: 100%;
height: 160px;
cursor: pointer;
}

/*
+++++++++++++++
Alert -
The alert is optional, it can be customized by hand editing the header.php file, otherwise it will spit out the tagline of your blog.
++++++++++++++++
*/

#contentmain {
width: 792px;
padding: 2px;
padding-right: 4px;
padding-left: 4px;
background-color: #fff;
margin: 0 auto;
margin-bottom: 15px;
color: #7373a3;
text-align: center;
}

#contentmain a {
color: #fffff;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

#contentmain a:hover {
color: #000000;
border-bottom: 1px solid #333;
}

/*
+++++++++++++++
Three Column Madness -
Get's things going with three different columns, each holding their own.
+++++++++++++++
*/

#news .postmetadata
{ text-align:right;
  color:F3CC2D;
  margin-bottom:20px;
}

#news {
width: 740px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}

#news .words {
width: 290px;
padding: 5px;
float: left;
margin-right: 10px;
font-size: 12px;
line-height: 17px;
background-color: #fff;
color: #444;
}

#news .words .head {
width: 290px;
width: 100%;
height: 25px;
}

#news .words h2 a {
text-decoration: none;
background-color: #fff;
color: #333;
font-size: 12px;
margin-bottom: 12px;
padding: 0px;
border-bottom: 1px solid #fff;
}

#news .words h2 a:hover {
color: #000;
background-color: #fff;
margin-bottom: 12px;
padding: 0px;
border-bottom: 1px solid #fff;
}

#news .words .left {
font-size: 11px;
color: #ca1818;
margin-bottom: 10px;
}

#news .words a {
background-color: #f9f9f9;
color: #555;
padding: 2px;
}

#news .words a:hover {
background-color: #f2f2f2;
color: #000;
}

#news .facts {
width: 200px;
padding: 5px;
margin-right: 10px;
float: left;
background-color: #fff;
color: #666;
line-height: 14px;
font-size: 11px;
}

#news .facts .head {
width: 200px;
background-image: url(images/noteworthy_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .pgentry {
margin-bottom: 3px;
text-align:justify;
}

#news .ntentry {
margin-bottom: 2px;
margin-top: 2px;
}

#news .pgentry img {
border:0px;
margin: 0 auto;
padding: 3px;
margin-top: 5px;
margin-bottom: 5px;
}

#news .facts h2 {
color: #666;
font-weight: bold;
font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
padding: 0px;
}

#news .facts h2 a {
text-decoration: none;
color: #666;
}

#news .sidebars {
width: 150px;
padding: 5px;
float: right;
line-height: 16px;
}

#news .sidebars .head {
width: 200px;
background-image: url(images/browse_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .sidebars h2 {
color: #000000;
font-weight: bold;
font-size: 14px;
margin-top: 0px;
margin-bottom: 5px;
padding: 0px;
}

#news .sidebars h2 a {
text-decoration: none;
color: #333;
}

#news .sidebars h3 {
color: #666;
font-weight: normal;
font-size: 12px;
margin-top: 10px;
margin-bottom: 5px;
padding: 0px;
}

#news .sidebars ul {
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 12px;
}

#news .sidebars ul li {
list-style-type: none;
padding-bottom: 2px;
font-weight: normal;
}

#news .sidebars ul li a {
color: #555;
font-size:10px;
background-color: #fff;
display: block;
}

#news .sidebars ul li a:hover {
color: #333;
background-color: #f2f2f2;
}

#news .words h2 {
color: #333;
font-weight: normal;
font-size: 16px;
margin-top: 0px;
margin-bottom: 3px;
padding: 0px;
}

#news .words h2 a {
text-decoration: none;
color: #333;
}

#news .clear {
width: 100%;
height: 8px;
background-color: #fff;
}

#news {
width: 740px;
margin: 0 auto;
margin-top: 15px;
}

/*
+++++++++++++++++
Single Posts -
Single pages have an increased viewing area, and eliminates the noteworthy feature.
+++++++++++++++++
*/

#news .single {
width: 490px;
padding: 5px;
float: left;
margin-right: 20px;
font-size: 12px;
line-height: 17px;
background-color: #fff;
color: #444;
}

#news .single .post {
margin-bottom:20px;
}



#news .single .head {
width: 290px;
width: 100%;
height: 25px;
}

#news .single .post h2 a {
text-decoration: none;
background-color: #fff;
color: #453823;
font-weight: normal;
font-size: 18px;
margin-top:20px;
margin-bottom: 12px;
padding: 0px;
}

#news .single .post h2 a:hover {
color: #947A49;
background-color: #fff;
margin-bottom: 12px;
padding: 0px;
font-weight: normal;
}

#news .single .left {
font-size: 11px;
color: #ca1818;
margin-bottom: 10px;
}

#news .single a {
color: #555;
padding: 2px;
}

#news .single a:hover {
color: #000;
}



/*
+++++++++++++++++
Comments -
Manages the styling for comments forms.
+++++++++++++++++
*/

#commentarea {
width: 480px;
float: left;
padding-left: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 10px;
}

#commentarea h3 {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color: #666;
margin: 0px;
font-weight: normal;
}

.commentsblock{
margin:0.5em;
padding:1em;
}

.commentsblock textarea{
width:250px;
}

.commentsblock input, .commentsblock textarea{
border:1px solid #d1d1d1;
}

.commentsblock textarea:focus{
background:#eee;
border:1px solid #a1a1a1;
}

.commentsblock textarea:focus, .commentsblock input:focus{
background:#eee;
border:1px solid #a1a1a1;
}

.commentauthor{
display:block;
font-size:1.5em;
}

ol.commentlist{
color:#777;
font-size:11px;
list-style-type:none;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
margin:0;
margin-top:1.5em;
padding: 0px;
width: 80%;
}

ol.commentlist a {
color: #555;
text-decoration: none;
border-bottom: 1px dotted #000;
display: inline;
}
			
ol.commentlist a:hover {
color: #222;
text-decoration: none; 
}

.cauthor {
font-weight: bold;
font-size: 12px;
}

.cauthor a {
color: #555;
font-size: 12px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #000;
}

.cauthor a:hover {
color: #222;
text-decoration: none; 
}

.commentlist li{
margin-bottom:0.5em;
padding:0.5em 1em;
}

.alt{
background:#fff;
padding:0.5em;
}

.alt2{
background: #fff;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
margin: 10px auto;
padding: 5px 20px 5px 45px;
}

.comment-even, .comment-preview {
background-color: #F8FAFC;
}

.comment-odd {
background-color: #fff; /* Change this colour to add "Flip flopping" backgrounds */
}

.authorcomment { /* Author background color */
background-color: #f7f7f4;
}

/* Comment/Trackback Favatars & Gravatars */
.comment-favatar {
-moz-opacity:0.5;
opacity: 0.5;
background: center center;
float: right;
margin: 2px 0 0 0; 
width: 16px;
height: 16px;
}

.comment-favatar:hover {
-moz-opacity:1;
opacity: 1;
}

.trackback-favatar {
background: center center;
width: 16px;
height: 16px;
float: left;
margin: 2px 6px 0 2px;
cursor: pointer;
}
.comment-gravatar img {
float: right;
padding: 2px;
margin: 0;
border: 1px solid #A5A5A3;
width: 30px;
height: 30px;
background: #fff url(wp-content/gravatars/avatar.jpg) no-repeat center center;
}

#commentform textarea {
width: 90%;
}

.gravatar {
margin-right: -5px;
float: right;
border: 0px;
}

ol.commentlist blockquote {
background: #F8FAFC url("images/blockquote.gif") no-repeat left top;
border: 1px solid #ebebeb;
padding:1px;
line-height: normal;
font-size: 10px;
}

/*
+++++++++++++++++
The Deck -
The deck contains the slick drop down search form, using some Moo.fx and javascript to slide it down or close it up.
+++++++++++++++++
*/

#login {
width: 100%;
overflow: hidden;
background: #f2cc3d;
}

#deckcontent {
padding: 2px;
font-size: 12px;
color: #fff;
line-height: normal;
margin-top: 5px;
}

#deckcontent img {
vertical-align: middle;
}

#deckcontent a {
margin-right: 25px;
background-color: #000000;
padding: 3px;
text-decoration: none;
color: #333;
}

#deckcontent a:hover {
background-color: #f2cc3d;
}

#login-button {
width: 100%;
text-align: center;
}

#login-button a img, a:visited img, a:hover img {
border: none;
}

#search {
float: right;
margin-right: 5px;
width: 300px;
vertical-align: middle;
}

#searchimage {
float: left;
margin-left: 5px;
margin-right: 90px;
width: 300px;
vertical-align: middle;
}

#searchform .field {
font-family:verdana;
font-size:10pt;
background-color:#F7F7F2;
border:1px solid #A49E87;
width:205px;
}

/*
+++++++++++++
Search Results
+++++++++++++
*/

#searchpg {
width: 100%;
background-color: #f2f2f5;
padding: 2px;
margin-bottom: 7px;
}

#searchpg h3 {
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

/*
+++++++++++++
Footer -
Customize the footer in any way you see fit, but leave the link to Amsterdamn
++++++++++++++
*/

#preclear {
width: 100%;
height: 30px;
background-color: #fff;
}

#footer {
width: 732px;
padding: 2px;
padding-right: 4px;
padding-left: 4px;
background-color: #fff;
margin: 0 auto;
color: #111;
font-size: 12px;
}

#footer a {
color: #000;
text-decoration: bold;
border-bottom: 1px solid #ccc;
}

#footer a:hover {
color: #000;
border-bottom: 1px solid #333;
}


