@import url(global.css);

#header {background:url(../images/guestbook_banner.jpg) no-repeat;}

/*=ENTRIES======================================================*/

#entries {float:left; padding:10px 10px 0 35px; width:555px; margin-left:10px; margin-top:0;}
#entries .entry {padding:20px; background:#e2d8a3; margin:0 0 20px 0; border-bottom:1px solid #777; border-top:1px solid #aaa; border-left:1px solid #aaa; border-right:1px solid #777;}
#entries .entry p a.delete_button {position:relative; left:410px; top:10px; display:block; width:80px; padding:3px; background:#4a2c14; color:#fddfa8; font-size:smaller;}

#entries h1 {font-size:3.5em; font-family:"Century Gothic", Tahoma, Arial, Helvetica, sans-serif; color:#5c2d22; font-weight:normal; background:transparent url(../images/rule.gif) bottom left repeat-x;}
#entries h2 {font-size:3em; font-family:Tahoma, Arial, Helvetica, sans-serif; color:#333; font-weight:normal; background:transparent url(../images/rule.gif) bottom left repeat-x;}
#entries h3 {font-size:2.5em; font-family:"Century Gothic", Tahoma, Arial, Helvetica, sans-serif; color:#222; font-weight:normal;}
#entries h4 {font-family:"Century Gothic", Tahoma, Arial, Helvetica, sans-serif; color:#5c2d22; font-weight:bold;}

#new_entry form label {display:block; font-weight:bold;}
#new_entry .warning {color:red; text-transform:uppercase; font-weight:bold; padding:10px; border:1px solid red;}

/** Tab selectors*/
#entries_nav {margin-bottom:10px;}
#entries_nav ul {width:570px; position:relative; top:1px; overflow:hidden;}
#entries_nav li {float:left;}
#entries_nav li a {display:block; background:#dfc594; padding:5px 10px; border-bottom:1px solid #aaa; border-top:1px solid #aaa; border-left:1px solid #aaa; border-right:1px solid #777; text-decoration:none; text-align:center; margin-right:5px;}
#entries_nav li a.active {border-bottom:1px solid #ddd; background:#fddfa8;}
#entries_nav li a:hover {background:#fddfa8;}

/*=SECONDARY PANEL================================================*/
#secondary {position:relative; width:340px; padding-top:340px; margin-left:620px; margin-top:0; background:transparent url(../images/secondary_bg_top.jpg) no-repeat;}

#secondary_wrapper {width:340px; background:transparent url(../images/secondary_bg_mid.png) repeat-y; min-height:650px;}

#secondary_content {position:absolute; width:260px; padding:0 25px; top:25px;}
#secondary_content .rightpanel {padding-bottom:20px;}
#secondary_content h2 {font-size:1.9em; font-family:Georgia, "Times New Roman", times, serif; text-transform:uppercase; color:#6c3528;}
#secondary_content p {font-size:1.1em; font-family:Arial, sans-serif;}
#secondary_content ul {padding:15px;}
#secondary_content li {font-size:1.3em; font-family:Arial, sans-serif;}
