/*
 *   Theme Name: ZthemeV2.0
 *   Theme URI: http://www.zuco.org/themes/
 *   Description: zuco.org WordPress Theme
 *   Author: Pietro Zuco
 *   Author URI: http://www.zuco.org
 *   Version: 2.0
 *   .
 *   .
 *   */
i

/*
#--------------------------------
#       Base configuration
#--------------------------------
*/

html {
	background-color: #666;
}
body {
	font: 62.5% "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
html,body {
        margin: 0px;
        padding:0px;
}

#container {
        width:975px;
        margin:0 auto;
        background-color: #FFF;
	/*border: 5px solid #35203B;*/
}

/*
#--------------------------------
#              HEADER
#--------------------------------
*/

#header {
	width: 975px;
        height: 155px;
	background-color: #FFF;
}

#header-top {
	height: 3.2em;
	width: 965px;
	background-color: #FFF;
}
#header-main {
	height: 120px;
        width: 965px;
	padding-left: 10px;
	background-color: #88A825;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
#--------------------------------
#         CONTENT/SIDEBAR
#--------------------------------
*/
#wrapper {
        width: 975px;
	height: 100%;
	background-color: #FFF;
}

#content {
	float: left;
        width: 600px;
        text-align: justify;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; 
}
#maincontent {
	float: left;
        width: 600px;
        text-align: justify;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; 
}
#maincontent table {
	border: none;
	width: 900px;
}	
#content table {
        width: 99%;
        border: 1px solid #CF4A30;
        margin-top: 2em;
        margin-bottom: 2em;
}
#content table th {
        background-color: #CF4A30;
        text-align: center;
}
#content table td {
        border: 1px solid #FFE4C4;
}
#content table table {
        border: none;
}
#content table table td {
        border: 1px dashed #DCDCDC;
}


#sidebar {
	/* remember to adjust the width if I change the border */
	float: left;
        width: 344px;
        background-color: #ED8C2B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted  #666;
}
/*
#--------------------------------
#             FOOTER
#--------------------------------
*/
#footer {
	clear: both;
        color: #FFF;
        width:100%;
        background-color: #35203B;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
}

#footer-top {

}
#footer-main {
	color: #FFF;
	font-size: 1.5em;
}
#footer-main a {
	color: #666;
	text-decoration: none;
}
#footer-main a:hover {
	text-decoration: underline;
}



/*
#--------------------------------
#            ID CUSTOM
#--------------------------------
*/
#header-top a {
	text-decoration: none;
	color: #506620;
	font-size: 2em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#header-top a:hover {
	background-color: #88A825;
	color: #FFF;

}
#header-top li {
        list-style: none;
	display: inline;
	line-height: 3em;
}

#blogtitle {
	font-size: 4em;
	font-weight: bold;
}
#blogtitle a {
	text-align: left;
	text-decoration: none;
	color: #FFF;
}

#description {
	text-align: left;
	font-size: 2em;
	color: #FFE4C4;
}
#sidebar ul {
        list-style: none;
        padding: 10px 10px 0 10px;
        margin: 0 0 20px 0;
}
#sidebar li {
	list-style: none;
}

#sidebar a {
	color: #35203B;
	text-decoration: none;
	font-size: 1.5em;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar img {
	border: none;
}
#selfintro {
	font-size: 1.1em;
}

#navigation {
	padding-top: 20px;
	padding-bottom: 40px;
}
#navigation a {
	font-size: 2em;
	color: #0000FF;	
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#alignleft {
	float: left;
}
#alignright {
	float: right;
}
#comments {
	padding: 10px;
        background-color: #FFE4C4;
        border: 1px solid #DCDCDC;
}
#comment-title {
	font-size: 1.5em;
	color: #4682B4;
	font-weight: bold;
}
#comment-number {
        font-size: 1.5em;
        color: #666;
        font-weight: bold;
	margin-bottom: 10px;
}
#commentlist li {
        list-style: none;
        padding: 10px 10px 0 10px;
        margin: 0 0 20px 0;
}
#commentlist a {
	text-decoration: none;
}
#commentlist {
	font-size: 1.2em;
}
#respond {
	font-size: 2em;
	color: #666;
	padding-top: 10px;
}
#respond-box textarea {
        background: #FFE4C4;
        border: 1px solid #CF4A30;
        width: 99%;
}
#respond-box input {
        background: #DCDCDC;
        border: 1px solid #666;
        color: #000;
}
#imglogo {
	padding-top: 5px;
	float: left;
}
/*
#--------------------------------
#            CLASSES
#--------------------------------
*/

.posttitle a {
	font-size: 2.3em;
	text-decoration: none; 
	color: #35203B;
	font-weight: bold;
}
.posttitle a:hover {
	text-decoration: underline;

}
.posttitle {
	padding-top: 20px;
}

.entry {
	font-size: 1.5em;
	padding-bottom: 30px;
}
.entry img {
	border: none;
}
.entry blockquote {
        background:url(images/blockquote.gif) no-repeat left top;
        margin:1em;
        padding:0 0 0 4em;
        color:#666;
}
.widgettitle {
	color: #FFE4C4;
	font-size: 2em
}
.widgettitle:hover {
	text-decoration: underline;
}
.date {
	color: #666;
	font-size: 1.3em;
}
.postmetadata {
	padding: 10px;
	background-color: #FAF0E6;
	border: 1px solid #D2B48C;
}
.meta-edit-post-link a {
	font-size: 2em;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
.meta-comments a {
	font-size: 1.5em;
	padding: 3px;
	width: 200px;
	text-decoration: none;
	color: #0000CD;
	font-weight: bold;
}
.meta-comments a:hover {
	text-decoration: underline;
}
.meta-category {
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
}
.meta-category a {
	text-decoration: none;
	color: #0000CD;
}
.meta-category a:hover {
	text-decoration: underline;
}
.meta-tags {
        font-weight: bold;
        font-size: 1.3em;
        color: #000;
}
.meta-tags a {
        text-decoration: none;
        color: #0000CD;
}

.meta-tags a:hover {
        text-decoration: underline;
}
.single-post-date {
	font-size: 1.2em;
	color: #666;
}	
.single-feed {
	font-size: 1.2em;
	font-weight: bold;
}
.single-feed a {
	color: #00F;
	text-decoration: none;
}
.single-feed a:hover {
	text-decoration: underline;
}
.trackback {
	font-size: 1.2em;
	padding-bottom: 5px;
}
.minipep {
	padding-right: 5px;
}
.column {
	font-size: 1.4em;
	width: 225px;
	overflow: hidden;
	white-space: nowrap;
}
.column a {
	color: #35203B;
	text-decoration: none;
}
.column a:hover {
	text-decoration: underline;
}
.columntitle {
	font-size: 3em;
	font-weight: bold;
}
.columntitle a {
	color: #ED8C2B;
	text-decoration: none;
}
.columntitle a:hover {
	color: #88A825;
}
