/*======================================
Theme Name: zeeDisplay
Theme URI: http://themezee.com/zeeDisplay
Description: zeeDisplay is a professional wordpress theme with rounded corners and great features: Custom Logo, Several predefined Color Schemes, Unlimited Colors via Colorpicker, Content Slider, 125x125 Banner Widget, SocialMedia Buttons Widget, Dropdown Navigation, Theme Option Panel, Footer Sidebar and more
Version: 1.0.5
Author: ThemeZee
Author URI: http://themezee.com
Tags:  two-columns, light, custom-background, sticky-post, custom-menu, threaded-comments, translation-ready, theme-options, fixed-width, custom-colors, custom-header, editor-style, right-sidebar, rtl-language-support, white, blue
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*============================ RESET ============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*============================ SETUP ============================*/
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Tahoma;
	font-size: 0.9em;
	border: 0;
	color: #222;
	background: #efefef;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link, a:visited{
	color: #0066ee;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
input, textarea {
	background-color: #f5f5f5; 
	margin: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
}
/*============================ WRAPPER ============================*/
#header {
    margin: 30px auto;
	width: 900px;
	height: 70px;
}
/*============================ STRUCTURE ============================*/
#wrap {
	clear: both;
	margin: 30px auto;
	width: 900px;
	padding: 0;
	text-align: left;
	background: #fff;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#content {
	float: left;
	width: 530px;
	margin-top: 20px;
	padding: 10px 25px;
}
.fullwidth {
	width: 860px !important;
}

/*============================ SIDEBAR ============================*/
#sidebar {
	width: 290px;
	padding-top: 40px;
	margin-left: 585px;
}
#sidebar ul li h2 {
	color: #0066ee;
	height: 25px;
	line-height: 25px;
	font-size: 1.3em;
	padding: 2px 15px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #ccc;
	background: url(images/sidebar_bg.png) repeat-x #eee;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#sidebar ul li {
	margin-bottom: 20px;
}
#sidebar ul li ul, #sidebar ul li div{
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#sidebar ul li div ul, #sidebar ul li div ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li ul {
	list-style: circle inside;
	color: #777;
}
#sidebar a, #sidebar ul {
	font-size: 1.0em;
}
#sidebar a:link, #sidebar a:visited  {
	color:#333;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color:#777;
	text-decoration: underline;
}
#sidebar ul ul li {
	margin: 5px 10px;
	padding: 0;
	border: 0;
}
#sidebar ul ul ul {
	border: none;
	padding: 0;
}
#sidebar .children {
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}
/* Theme SocialMedia Widget */
#socialmedia_buttons img{
	margin: 1px;
}
/* Theme Ads Widget */
#ads img{
	margin: 3px;
}
/* Theme Search Widget */
.screen-reader-text {
	display: none;
}
#s {
	background: #eee;
	border: 1px solid #ddd;
	padding: 6px 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	width: 150px;
}
#searchsubmit {
	margin-left: 5px;
	padding: 5px 10px;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#searchsubmit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
}
/*============================ HEADER ============================*/
#head {
	height: 60px;
	margin-top: 10px;
}
#logo {
	float: left;
    width: 300px;
	margin-top: 5px;
}
#logo h1 {
	padding: 0 10px;
	font-size: 2.1em;
	color: #333;
}
/*============================ TOP NAVIGATION ============================*/
#topnavi {
	float: right;
	margin: 20px 0;
	padding: 5px 20px;
	border: 1px solid #ddd;
	background: #fff;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
}
#topnavi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#topnavi ul li{
	position: relative;
	display: inline;
	float: left;
	cursor: pointer;
	margin: 0; 
	padding: 5px 0;
}
/*Top level menu link items style*/
#topnavi ul li a{
	padding: 4px 15px;
    font-size: 1.0em;
    font-weight: bold;
    font-family: tahoma, arial;
    color: #333;
}
#topnavi ul li a:link, #topnavi ul li a:visited{
	text-decoration: none;
}
#topnavi ul li a:hover{
	text-decoration: underline;
}

/*1st sub level menu*/
#topnavi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: 0;
	padding-top: 5px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#topnavi ul li ul li{
	display: list-item;
	width: 160px;
	float: none;
	margin: 0 !important;
	padding: 10px 10px 5px 10px !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#topnavi ul li ul li ul{
	padding: 0 !important;
	margin-top: 0;
	margin-left: -2px;
	border-top: 1px solid #ddd;
}
/* Sub level menu links style */
#topnavi ul li ul li a{
	height: 30px;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal !important;
	color: #000 !important;
	text-decoration: none !important;
}
#topnavi ul li ul li a:hover{
	text-decoration: underline !important;
	background: none;
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari, Chrome */
	-khtml-border-radius: 0; /* Konqueror */
}
#topnavi ul li.current_page_item a, #topnavi ul li.current-cat a, #topnavi ul li.current-menu-item a {
	color: #0066ee;
	text-decoration: underline;
}
/*============================ NAVIGATION ============================*/
#navi {
	margin: 0;
	float: left;
	padding: 0 10px;
	width: 880px;
	background: url(images/navi_bg.png) repeat-x #333;
	font-family: tahoma, arial;
	-moz-border-radius-topleft:10px; /* Firefox */
	-moz-border-radius-topright:10px; /* Firefox */
	-webkit-border-top-left-radius:10px; /* Safari, Chrome */
	-webkit-border-top-right-radius:10px; /* Safari, Chrome */
	-khtml-border-top-left-radius:10px; /* Konqueror */
	-khtml-border-top-right-radius:10px; /* Konqueror */
}
#navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#navi ul li{
	position: relative;
	display: inline;
	float: left;
	margin: 0;
}
/*Top level menu link items style*/
#navi ul li a{
	display: block;
	padding: 10px 20px;
	font-size: 1.0em;
	font-weight: bold;
}
#navi ul li a:link, #navi ul li a:visited{
	color: #fff;
	text-decoration: none;
}
#navi ul li a:hover{
	color: #ccc;
	background: #333;
}
/*1st sub level menu*/
#navi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: -1px 0 0 0;
	padding: 0;
	background: #333;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navi ul li ul li{
	display: list-item;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #444;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navi ul li ul li ul{
	margin-top: -1px !important;
}
/* Sub level menu links style */
#navi ul li ul li a{
	width: 170px; /*width of sub menus*/
	padding: 10px !important;
	margin: 0 !important;
	font-weight: normal !important;
	font-size: 0.9em;
	color: #eee !important;
	text-decoration: none !important;
}
#navi ul li ul li a:hover{
	background: #444;
	color: #ddd !important;
}

#navi ul li.current_page_item a strong, #navi ul li.current-cat a strong, #navi ul li.current-menu-item a strong{
	text-decoration: underline;
}
/*============================ More_Posts, Calendar ============================*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
}
#wp-calendar td{
	text-align: center;
}
.more-link {
	display: block;
	float: right;
	margin: 35px 0 10px;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 0.9em;
	font-weight: bold;
}
.moretext {
	padding: 5px 15px;
	background: url(images/button.png) repeat-x;
	border: 1px solid #ddd;	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
}
.moretext:hover {
	background: url(images/button_hover.png) repeat-x;
}
/*============================ POST ============================*/
.post {
	margin: 5px 10px 35px 0;
}
.sticky, .bypostauthor { }
.post h2, .attachment h2 {
	padding-bottom: 2px;
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 1.9em;
	font-weight:normal;
	color:#0066ee;
}
.page h2 {
	font-size: 2.8em;
}
.post h2 a:link, .post h2 a:visited {
	color:#0066ee;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	color: #555 !important;
}
.entry {
	line-height: 1.5em;
}
.entry h1, .comment h1 {
	font-size: 1.9em;
	margin: 30px 0 0 0;
	color: #444;
}
.entry h2, .comment h2 {
	font-size: 1.7em;
	margin: 25px 0 0 0;
	padding: 0;
	color: #444;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #444;
}
.entry h4, .comment h4 {
	font-size: 1.3em;
	margin: 15px 0 0 0;
	color: #444;
}
.entry h5 , .comment h5{
	font-size: 1.2em;
	margin: 10px 0 0 0;
	color: #444;
	font-weight: bold;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	color: #444;
	font-weight: bold;
}
.entry p {
	margin: 5px 0 15px 0;
}
.arh {
	font-size: 1.4em;
	color:#444;
	padding: 10px 15px;
	margin: 10px 5px 20px 0;
	border: 1px solid #ccc;
	background: url(images/sidebar_bg.png) repeat-x #ddd;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
.postmeta {
	font-size: 0.9em;
	margin-bottom: 5px;
}
.postmeta a:link, .postmeta a:visited, .postinfo a:link, .postinfo a:visited {
	color:#444;
	text-decoration: underline;
}
.postmeta a:hover, .postmeta a:active, .postinfo a:hover, .postinfo a:active {
	color:#555;
	text-decoration: none;
}
.postinfo {
	margin: 10px 0;
	padding: 5px 15px;
	color: #333;
	font-size: 0.9em;
	background: url(images/sidebar_bg.png) repeat-x #ddd;
	border: 1px solid #ccc;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
}
.postinfo a {
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}
.postinfo a:hover{
	text-decoration: underline !important;
}
span.folder,span.tag,span.comment,span.author,span.date{
	padding: 0 5px 3px 19px;
}
span.date{
	background: url(images/icons/date.png) no-repeat top left;
}
span.author{
	background: url(images/icons/author.png) no-repeat top left;
}
span.folder{
	background: url(images/icons/category.png) no-repeat top left;
}
span.comment{
	background: url(images/icons/comment.png) no-repeat top left;
}
span.tag{
	background: url(images/icons/tag.png) no-repeat top left;
}
/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 20px 1.5em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 20px 1.5em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: left;
	margin-left: -40px;
	font-family: "Times New Roman";
}
blockquote:after{ 
	content:close-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: "Times New Roman";
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 20px 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 15px;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 5px 15px;
}
.entry tr.odd td {
	background: #eee;
}
/*============================ POST Images ============================*/
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 6px 3px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 10px 5px 10px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.wp-post-image {
	border: 5px solid #ddd;
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
/*============================ Featured Posts Slider ============================*/
#content-slider {
	margin: 0 5px 20px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#slideshow {  
    width: 490px;  
    padding: 0;  
    margin:  0;
}
#slideshow .post{  
    padding: 0;
	margin: 0;
	border: none;
}
#slideshow .post h2 {
	font-size: 1.9em;
	font-weight:normal;
}
#slide_panel {
	margin: 10px 0;
	height: 25px;
	width: 495px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	background: url(images/sidebar_bg.png) repeat-x #ddd;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#slide_head {
	float: left;
	font-size: 1.4em;
	color: #444;
}
#slide_keys {
	float: right;
	margin-top: 5px;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.2em;
	font-family: arial, verdana;
	cursor: pointer;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold !important;
	text-decoration: none;
}
#slide_keys a:hover {
	text-decoration: underline;
}
/*============================ Comments ============================*/
#comments, #respond {
	padding: 5px;
	background-color: #fff;
}
#comments h3, #respond h3 {
	font-size: 1.4em;
	color:#444;
	padding: 10px 15px;
	margin: 10px 5px 20px 0;
	border: 1px solid #ccc;
	background: url(images/sidebar_bg.png) repeat-x #ddd;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
/* Reset #comments h3 */ 
.comment h3 {
	padding: 0 !important;
	margin: 10px 0 !important;
	border: none !important;
	background: none !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color:#444;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color:#555;
	text-decoration: underline;
}
.comment_navi {
	margin: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: left;
}
.commentlist .comment {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border: 1px solid #ddd;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
.comment-author img {
	float: left;
	margin: 5px 10px 15px 0;
}
.comment-author .says {
	display: none;
}
.comment-author .fn {
	line-height: 30px;
	color: #006bff;
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
}
.commentlist .children {
	margin-top: 10px;
	margin-left: 25px;
}
.commentlist .children .comment{
	background: #f5f5f5;
}
.commentlist .children .comment ul .comment {
	background: #eee;
}
.commentlist p {
	clear: left;
	margin: 10px 5px 10px 0;
}
.comment-reply-link {
	text-decoration: underline !important;
	color:#0066ee !important;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0 15px 10px;
}
#commentform input {
	display: block;
	width: 250px;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 10px 20px 0;
}
#commentform #submit {
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#commentform #submit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
}
#commentform label {
	font-size: 1.0em;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
}
/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 5px;
	padding: 0 5px;
}
.wp-pagenavi .pages {
    float: right;
	margin-top: -5px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
.wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 3px 8px;
    color: #333 !important;
    text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
.wp-pagenavi a:hover {
	background: url(images/button_hover.png) repeat-x #eee;
}
.wp-pagenavi .current {
    margin: 0 5px 0 0;
    padding: 3px 8px;
    background-color: #0066ee;
    color: #fff;
    text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
/*============================ BOTTOM BAR ============================*/
#bottombar {
	margin-top: 20px;
	padding: 15px 10px;
	background: #444;
	border-top: 7px solid #666;
}
#bottombar ul li h2 {
	color: #fff;
	background: url(images/navi_bg.png) repeat-x #505050;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 15px;
	margin-bottom: 15px;
	font-family: verdana, arial;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#bottombar ul li {
	width: 198px;
	float:left;
	margin: 10px 5px;
	padding: 5px;
	border: 1px solid #505050;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#bottombar ul li div {
	margin: 0;
	padding: 0 5px;
	line-height: 1.5em;
}
#bottombar ul li ul {
	padding: 0 5px;
	list-style: circle inside !important;
	color: #ddd;
}
#bottombar a, #bottombar ul {
	color:#fff;
	font-size: 1.0em;
	text-decoration: none;
}
#bottombar a:hover {
	color:#aaa;
	text-decoration: underline;
}
#bottombar ul ul li {
	margin: 0;
	padding: 3px;
	border: none;
}
/*============================ FOOT ============================*/
#footer {
	clear: both;
	margin: 0 0 10px 0;
	padding: 15px 0 10px 30px;
	height: 25px;
	background: url(images/navi_bg.png) repeat-x #333;
	font-family: tahoma, arial;
	color: #fff;
	-moz-border-radius-bottomleft:10px; /* Firefox */
	-moz-border-radius-bottomright:10px; /* Firefox */
	-webkit-border-bottom-left-radius:10px; /* Safari, Chrome */
	-webkit-border-bottom-right-radius:10px; /* Safari, Chrome */
	-khtml-border-bottom-left-radius:10px; /* Konqueror */
	-khtml-border-bottom-right-radius:10px; /* Konqueror */
}
#footer p {
	font-size: 0.9em;
	color: #555;
	padding: 10px;
	margin: 0;
	text-align: left;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
.credit_link {
	float: right;
	font-size: 0.8em;
	margin: 3px 20px 0 0;
}
