/*
	Theme Name: Zenkay Admin
	Theme URI: http://www.zenkay.net/
	Description: Zenkay Admin is a specular copy of the wordpress admin panel. Copy it from   <a href="http://www.zenkay.net/">my site</a>.
	Version: 1.00
	Author: Andrea Mostosi
	Author URI: http://www.zenkay.net/
	Tags: minimal, fluid width, two columns
*/

/* ---------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* == Zenkay.net == */

body {
	margin: 0;
	font-size: 62.5%;
	font-family: Helvetica, Sans-Serif;
	background: #fff;
	color: #000;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* == Super Header == */

#super-header {
	position: relative;
	width: 100%;
	height: 25px;
	background: #464646;
	color: #ccc;
}

#super-header ul {
	margin: 0px 20px;
	float: right;
}

#super-header a {
	color: #ccc;
}

#super-header ul li {
	display: inline;
	font-size: 11px;
	height: 10px;
	float: left;
	line-height: 25px;
}

#super-header ul li a, #super-header ul li span {
	display: block;
	color: #ccc;
	padding: 0 5px;
	text-decoration: underline;
}

#super-header ul li a:hover, #super-header ul li.current_page_item a {
	color: #fff;
}

/* == Header == */

#header {
	position:relative;
	width: 100%;
	background: #e4f2fd;
}

#header #blogtitle {
	font-size: 36px;
	font-family: Georgia, Serif; 
	color: #000; 
	font-weight: normal;
	padding: 5px 20px;
	line-height: 50px;
}

#header #blogtitle a, #header #blogtitle a:hover {
	color: #000;
	text-decoration: none;
	display: block;
}

/* == Main Menu == */

#main-menu {
	position: relative;
	width: 100%;
	height: 30px;
	background: #e4f2fd;
	color: white;
	border-bottom: 1px solid #c6d9e9;
}

#main-menu a {
	color: #fff;
}

#main-menu ul {
	margin: 0px 0px;
	float: left;
}

#main-menu ul li {
	display: inline;
	font-size: 16px;
	height: 10px;
	padding-left: 0px;
}

#main-menu ul li span {
	display: block;
	float: left;
	line-height: 28px;
	color: #2583ad;
	padding: 0 10px;
	text-decoration: none;
	margin-left: 10px;
}

/* hack for gecko khtml and webkit */
#main-menu ul li span{
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#main-menu ul li span {
	border: solid #c6d9e9;
	border-width: 1px;
	border-bottom: solid #fff;
	background: #fff;
}


/* == Footer == */

#footer {
	width: 100%;
	clear: both;
	margin: 0px;
	color: #bbb;
	font-size: 12px;
	background: #464646;
	font-family: Georgia, Serif;
	font-style: italic;
	padding: 15px 0px;
}

#footer #note {
	position: relative;
	margin: 0px 10px;
}

#footer a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #blogsubtitle {
	position: relative;
	margin: 0px 10px;
	font-family: Serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
}

/* == Container == */

#container {
	position:relative;
	width: 100%;
	overflow: hidden;
	min-width: 780px;
	text-align: center;
}

#content { 
	position: relative;
	overflow: hidden;
	min-width: 780px;
	width: 90%;
	margin: 5% auto;
	padding: 0;
	font-size: 14px;
	text-align: left;
}

/* == Post == */

#content a:hover, #content .title a:hover {
	background: #ffb;
	color: #d54e21;
	text-decoration: none;
	border-bottom: 1px solid #d54e21;
}

#content {
	font-family: Helvetica, Sans-Serif;
	color: #000000;
	line-height: 2.0em;
	text-align: left;
	padding: 8px 0px 0px 0px;
}


#content h2, #content h3, #content h4 {
	position: relative;
	display: block;
	font-weight: normal;
	color: #2583ad;
	margin: 15px 0;
	
}

#content ul {
	list-style-type: circle;
	margin: 0.5em 0;
}

#content ul li {
	margin-left: 20px;
}

/* == Generali == */

h1 {font-size:20px;}
h2 {font-size:18px; border-bottom: 1px solid #2583ad;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

#content a:link, #content a:visited {
	color: #2583ad;
	text-decoration: none;
}

#content a:hover {
	color: #d54e21;
	border-bottom: 1px solid #d54e21;
	text-decoration: none;
}

#content p a {
	font-family: Helvetica, Sans-Serif;
	margin: 10px 0px;
}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #2583ad;
}

input {
	margin-bottom:5px;
	vertical-align: middle;
}

select{
	font-family: Helvetica, Sans-Serif;
}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {clear:both;}
.spacer {height:29px;}

a img {
	border: 0px;
}

/* == Commenti == */

#postmetadata {
	font-size: 10px;
}

.nocomments {
	background: none; 
	color: #000000;
}

.commenttitle {
	font-family: Georgia, Serif;
	color: #2583ad;
	text-align: left;
	font-size: 16px;
	margin: 15px 0 5px 0;
	padding: 2px 0px 2px 0px;
	border-bottom: 2px solid #2583ad;
}

#respond {
	display: block;
	font-family: Georgia, Serif;
	color: #2583ad;
	text-align: left;
	font-size: 16px;
	margin: 15px 0 5px 0;
	padding: 2px 0px 2px 0px;
	border-bottom: 2px solid #2583ad;
}

.commentlist {
	list-style: none;
}

.commentbody {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #2583ad;
}

.adminbody {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #d54e21;
}
.commenthead {
	color: #000;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #2583ad;
	background: #fff;
}

.adminhead {
	color: #000;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #d54e21;
	background: #fff;
}

.authorlink {
	font-size: 14px; 
	font-weight: bold;
}

.authorlink a {
	font-size: 14px; 
	font-weight: bold;
}

.commentlink {
	font-size: 14px; 
	color: #000000;
}



/* ------------------ OLD CSS ------------------------- */

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #73943B;
	border-bottom: 1px solid #73943B;
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}

.commentcount {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Serif;
}

.trackhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	border-bottom: 1px dotted #80b608;
	background: url(images/track.jpg) no-repeat top left;
}

.trackbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #80b608;
}

.trackbody p a {
	color: #000000;
}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}

#commentform p a {
	font-family: Helvetica, Sans-Serif;
}

#email, #author, #url {
	color: #000000;
	font-size: 12px;
	background: none;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #73943B;
	font-family: Helvetica, Sans-Serif;
}

#comment {
	width: 400px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #2583ad;
	padding: 2px 2px 2px 2px;
	margin: 10px 0px;
}

#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 14px;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #2583ad;
	font-family: Helvetica, Sans-Serif;
}

pre.code {
	border: dashed 1px #666;
	margin: 10px;
	padding: 5px;
}

p {
	padding: 0.5em 0;
}

/* == Widget == */

#wp-calendar td {font-size:11px;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:11px;
	border-bottom: 0px solid #73943B;}

.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;

}

#akismetwrap{
	margin:2px 0 2px 25px;
}
.rsswidget img {
	padding:1px;
	background:#ff0 fixed;
}
