﻿/* TODO Copyrights */

/* GENERAL */
html, body{background:#369;}

/* Level 1 - Main layout */
#main_container{width:100%;background:#369;}
#header_top_container{background: url(../images/layout-header-top-background.png) repeat-x;}
#header_bottom_container{background:#FFD700;border-bottom: 2px solid #EAE9E1;border-top: 1px solid #EAE9E1;}
#central_container{background:#FFF;}
#footer_container{border-top:2px solid #FFD700;background: url('../images/layout-footer-background.png') repeat-x;}

#central{min-height:400px;background-color:#FFF;width:1024px;margin:auto;overflow:hidden;}
#footer{width:1024px;margin:auto;}

/* Level 2 - Header */
#header #top{overflow:hidden;width:1024px;margin:auto;}
#header #top #logo{height:150px;width:380px;float:left;}
#header #top #languages{padding:4px; float:right;width:200px;text-align:right;}
#header #top #languages li{float:right;display:block;width:16px;padding:0px 0px 0px 10px;}
#header #top #languages li#login{width:50px;}
#header #top #languages li#login a{color:#FFFFFF;font-size:12px}

#header #bottom{clear:both; overflow:hidden;height:26px;background-color:#FFD700;width:1024px;margin:auto;}

#header #bottom #menu{float:left;position:absolute;}
#header #bottom #menu li{float:left;text-align:center;padding:6px 24px;border-left:1px dotted #336699;}
#header #bottom #menu li a{color:#000;font-weight:normal;}

#header #bottom #search{float:right;width:225px;padding:3px 0px 4px 0px;}
#header #bottom #search #input{float:right;display:none;}
#header #bottom #search #input input{width:178px;border:1px solid #000;padding:4px;color:#AAA;font-family:Verdana;font-size:10px;}
#header #bottom #search #button{float:right;cursor:pointer;}

/* Level 2 - Main part */
#central #path{padding:10px 10px 0px 10px;}

/* Level 2 - Footer */
#footer {}
#footer #copyrights{padding:11px 0px;font-size:10px;font-weight:bold;color:#FFF;text-align:center;clear:both;}
#footer #delicious{width:492px;padding:10px;float:left;}
#footer #delicious a {color:#FFFFFF;}
#footer #delicious .delicious-tag {color:#FFD700;}
#footer #delicious .delicious-network-username a {color:#FFD700;}
#footer #twitter{width:492px;padding:10px;float:left;}
