/*
Theme Name:     Zsten
Author:         Zsten
Template:       twentyten
*/

@import url("../twentyten/style.css");

/*            LAYOUT              */


#container {
float: right;
margin: 0 -200px 0 0;
}

#content {
margin: 0 220px 0 20px;
}

#primary,
#secondary {
float: left;
width: 180px;
margin-left: 20px;
}

#secondary {
clear: left;
}

/*           FONTS                      */

body,
input,
textarea,
.page-title span,
.pingback a.url {
font-family: Verdana, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
font-family: Verdana, sans-serif;
}
input[type=submit] {
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/*             STRUCTURE              */


#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
width: 800px;
}

#wrapper {
margin-top: 0;
padding: 0;
}


/*           GLOBAL                     */


a:link {
color: #444;
}
a:visited {
color: #444;
}
a:active,
a:hover {
color: #444;
}

/*          HEADER               */


#header {
padding: 0;
}

#site-title {
display: none;
}

#site-description {
display: none;
}

#branding img {
border: 0;
max-width: 800px;
}



/*            MENU                */



.lang_sel_sel,
.current-menu-item {
font-weight: bold;
}

.current-menu-item ul {
font-weight: normal;
}
#access {
background: #333;
width: 800px;
}

#access .menu-header,
div.menu {
font-size: 12px;
width: 800px;
}

#access ul li a {
color: #ddd;
}

#access ul ul a {
background: #fff;
color: #444;
}
#access li:hover > a,
#access ul ul :hover > a {
background: #444;
color: #ddd;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #ddd;
background: #444;
font-weight: normal;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color: #ddd;
background: #444;
font-weight: normal;
}

/*           CONTENT            */


#content,
#content input,
#content textarea {
font-size: 12px;
line-height: 22px;
}

#content .entry-title {
color: #444;
}

.entry-title a:link,
.entry-title a:visited {
color: #444;
}

.entry-meta {
display: none;
}

.entry-utility {
display: none;
}

.paged #nav-above,
.single #nav-above {
display: none;
}

#nav-below {
display: none;
}

.entry-content {
	text-align: justify;
}

/*       WIDGET AREA          */




.widget-area {
font-size: 11px;
line-height: 18px;
}

.widget-area h3 {
font-size: 11px;
}

.widget-area ul ul{
list-style: none;
}

.widget-title {
font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
text-decoration: none;
}

#main .widget-area ul {
margin-left: 0;
padding: 0;
}
#main .widget-area ul ul {
margin-left: 0;
}

.widget_nav_menu ul ul {
margin-left: 20px !important;
}




/*             FOOTER            */

#footer {
margin-bottom: 0;
}

#colophon {
border-top: 1px solid #777;
}
#site-info {
display: none;
}
#site-generator {
font-size: 10px;
}
#site-generator a {
color: #777;
}


