/*
Theme Name: Cancemucco
Author: Edo Grandinetti + Makkox
Version: 1.0

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
	
Changelog:
v1.0

*/

body {
	font: 13px/1.3 Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	color: #313131;
	background-color: #e8e7c2;
}

body.home {
	background: #e8e7c2 url(images/steacky-bg-3.jpg) no-repeat center 470px;
}

body.home.paged {
	background-image: none;
}

a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #ae2500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #ae2500;
	text-decoration: none;
}

h2 {
	font-size: 22px;
	margin: 0 0 20px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin: 0 0 15px;
}

.clear {
	clear: both;
	height: auto;
	overflow: hidden;
}

input[type=submit]:hover {
	cursor: pointer;
}

/* HEADER */

#header {
	width: 960px;
	clear: both;
	margin: 0 auto;
	/*border-bottom: 1px solid #271800;*/
	height: 200px;
	position: relative;
	z-index: 100;
	background: url(images/header_canemuccocom4.jpg) no-repeat center top;
}

.home #header {
	height: 360px;
	background: url(images/head-new.jpg) no-repeat center top;
}

#top {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	font: 18px "Trebuchet MS";
	text-transform: uppercase;
	/*background: url(images/headerbg.gif) no-repeat 0 bottom;*/
	position: relative;
	height: 100px;
	z-index: 200;
}

#top ul {
	position: absolute;
	right: 0;
}

#top li {
	float: left;
	height: 100px;
	margin: 0 10px;
}

#top li a {
	display: block;
	height: 60px;
	padding: 40px 0 0;
	text-align: center;
	text-decoration: none;
}

#top li a:hover {
	text-decoration: underline;
}

#top li.current_page_item a {
	color: #ae2500;
}

#logo {
	position: absolute;
	width: 313px;
	height: 114px;
	margin: 0;
	padding: 0;
	background: url(images/logo.png) no-repeat;
}

#logo a, #logo a:hover {
	background: url(images/logo.png) no-repeat;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	display: block;
}

#feed {
	width: 21px;
	height: 21px;
	background: url(images/feed.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 323px;
	top: 5px;
}

/*#feed:hover {
	background-position: left bottom;
}*/

#logo a.active, a#feed.active {
	background-position: left bottom;
}

#contact {
	height: 21px;
	width: 30px;
	background: url(images/contactbg.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	left: 374px;
	top: 5px;
	position: absolute;
}

#contact:hover {
	background-position: 0 bottom;
}

.tip {
	color: #666;
	height: 27px;
	width: 98px;
	text-align: center;
	background: url(images/topbaloon.png) no-repeat;
	position: absolute;	
	padding-top: 30px;
	display: block;
	top: 22px;
	left: 5px;
	text-indent: 0;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}

/* CONTENT */

#content {
	width: 600px;
	float: left;
}

/* STICKY */

#sticky {
	width: 370px;
	height: 103px;
	position: relative;
	margin: 195px 0 50px 85px;
	font-size: 12px;
	color: #000;
}

#sticky p {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

.stickyauthor {
	font-weight: bold;
}

.stickynumber {
	font-size: 30px;
	font-weight: bold;
}

.stickytext {
	font-size: 24px;
	font-weight: bold;
}

.stickymore {
	text-align: right;
	margin-top: 5px;
}

.stickylink {
	width: 495px;
	height: 130px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	top: -130px;
	left: -85px;
}

p.sms {
	position: absolute;
	top: 70px;
	right: -90px;
	width: 70px;
	height: 35px;
}

p.sms a {
	color: #484848;
	font-weight: normal;
	padding-bottom: 1px;
	width: 70px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}

#smsPopup {
	position: fixed;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}

#smsPopup p {
	margin: 0 -10%;
	background-color: #fff;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20%;
	padding: 5px;
}
/* FINE STICKY */

.post {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	height: 100%;
}

.cat a {
	text-transform: uppercase;
	color: #000;
	line-height: 1;
}

.cat a:hover {
	color: #ae2500;
}

.title {
	width: 83%;
}

.single .title, .page .title, .error404 .title {
	margin-bottom: 40px;
	font-size: 24px;
}

.page .title, .error404 .title  {
	width: 100%;
	margin-top: 20px;
}

.the_time {
	padding: 15px 0 0;
	clear: both;
	overflow: hidden;
	height: 50px;
	width: 90px;
	line-height: 1.1;
	color: #271800;
	position: absolute;
	right: 0;
	top: -10px;
}

.day {
	float: left;
	font-size: 30px;
	margin-right: 6px;
	color: #939278;
	font-weight: bold;
	font-style: italic;
}

.more {
	font-size: 12px;
}

.postbottom {
	clear: both;
	border-bottom: 1px solid #000;
	text-align: right;
	position: relative;
	top: -20px;
}

.commentslink {
	padding: 12px 0 0;
	font-size: 11px;
	position: relative;
	top: -15px;
}

.commentslink span {
	font-size: 30px;
}

.archive h1 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

/* SINGLE */

.single #content {
	margin-top: 20px;
}

.single .post {
	font-size: 110%;
}

.single .post li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 14px;
}

.single .post blockquote {
	background: url(images/blockquote.png) no-repeat 0 0;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 33px;
	padding-top: 10px;
	font-size: 12px;
	color: #444;
	font-style: italic;
}

.author {
	text-transform: uppercase;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999;
}

.author em {
	text-transform: none;
}

iframe {
	background-color: transparent;
	margin-left: 0px;
	position: relative;
	top: 4px;
}

.bottometa {
	color: #666;
	font-style: italic;
}

.single .post .bottometa li {
	margin: 10px 0 0;
	background-image: none;
	padding-left: 0;
}

.single .post .bottometa .alignright {
	font-size: 12px;
	width: 100px;
}

.bottometa .alignleft span {
	border-bottom: 1px solid #271800;
	padding-bottom: 1px;
}

.fb {
	position: relative;
	top: -4px;
}

.ff {
	position: relative;
	top: 2px;
}

/* COMMENTS */

#comments {
	position: relative;
	margin-top: 40px;
	clear: both;
}

#comments a {
	color: #ae2500;
	text-decoration: none;
}

#comments a:hover {
	color: #000;
}

#commentscount {
	font-style: italic;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

#comments a#addcomment {
	position: absolute;
	top: 0;
	right: 0;
	height: 17px;
	display: block;
	background: url(images/addcomment.png) no-repeat right;
	padding-right: 17px;
	font-style: italic;
	color: #8d8d8d;
	font-weight: normal;
}


#comments a#feedcomment {
	position: absolute;
	top: 0;
	right: 0;
	height: 17px;
	display: block;
	font-style: italic;
}

#comments-list li {
	border-bottom: 1px solid #000;
	padding: 5px 0 0;
	color: #434343;
}

#comments-list li p {
	margin: 0;
}

#comments-list li a:hover {
	border-bottom: 1px solid #ae2500;
}

#comments-list li.alt {
	color: #000;
}

#comments-list li .metacomment {
	margin-bottom: 5px;
	font-style: italic;
	color: #999;
}

#comments-list li.alt .metacomment {
	color: #666;
}

#comments-list .children {
	padding-left: 20px;
	margin-left: 0;
}

#comments-list .children li {
	border-top: 1px dashed #000;
	border-bottom: 0;
}

#comments a.comment-reply-link {
	font-style: italic;
	padding: 3px 18px 3px 3px;
}

#comments a.comment-reply-link:hover {
	background: url(images/addcomment.png) no-repeat right;	
	border-bottom: 0;
}

.avatar {
	float: right;
	padding: 2px;
	border: 1px solid #000;
	background-color: #fff;
}

#respond {
	margin: 10px 0 20px;
}

#respond .alignleft {
	width: 38%;
	line-height: 1.5;
	overflow: visible;
}

#respond label {
	text-transform: uppercase;
	font-style: italic;
	color: #484848;
	position: relative;
}

#respond input.text {
	background-color: #fffff7;
	border: 1px solid #000;
	width: 95%;
	height: 20px;
	padding: 2px 5px 0;
	margin: 0 0 5px;
}

#respond input.text:focus, #respond textarea:focus {
	background-color: #fff;
	border-color: #000;
}

#respond textarea {
	float: right;
	width: 60%;
	margin: 19px 0 0;
	height: 120px;
	background-color: #fffff7;
	border: 1px solid #000;
}

#submitcomment {
	background-color: #000;
	border: 1px solid #000;
	text-transform: uppercase;
	color: #fff;
	height: 25px;
	margin: 10px 0 0;
}

.required {
	text-transform: uppercase;
}

.topbtn {
	background: url(images/top.png) no-repeat;
	display: block;
	width: 20%;
	float: left;
	padding: 5px 0 5px 15px;
}

/* SIDEBAR */

#sidebar {
	width: 300px;
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 0 10px;
}

#sidebar a {
	color: #ae2500;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
}

#sidebar h3, #sidebar h4 {
	font-size: 18px;
	font-variant: small-caps;
	font-style: italic;
	margin-top: 10px;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

#sidebar #feedbackclub {
	margin: 0 0 20px;
}

#sidebar #feedbackclub img {
	margin: 0 5px 5px 0;
	float: left;
}


#sidebar .quote {
	font-size: 24px;
	padding-right: 2px;
	color: #000;
	line-height: 1px;
}

#sidebar #video {
margin-bottom: 20px;
}

#sidebar #video object, #sidebar #video embed { width: 300px; height: 225px } 

#categories {
	margin-bottom: 20px;
}

#categories li {
	margin-bottom: 5px;
}

#categories .children {
	margin: 5px 0 0 20px;
	list-style-type: disc;
}

#recentcomments {
	overflow: hidden;
	height: auto;
	margin: 10px 0;
}

#recentcomments li a {
	display: block;
	padding: 5px;
	margin: 0 5px;
	clear: both;
}

.commentauthor {
	font-style: italic;
	color: #6a6a6a;
	text-align: left;
	margin-left: 10px;
}

h3#tagtitle, h4#tagtitle {
	padding-top: 20px;
}

.st-tag-cloud {
	margin: 10px;
	text-align: center;
}

.st-tag-cloud a {
	margin-right: 5px;
}

/* PAGENAVI */


.wp-pagenavi {
	font-variant: small-caps;
	color: #434343;
	clear: both;
	margin-bottom: 20px;
}

.wp-pagenavi a {
	padding: 8px;
	margin: 0;
}

.wp-pagenavi span.current {
	color: #999;
	padding: 8px;
	margin: 0;
}

.wp-pagenavi span.extend {	
	padding: 8px;
	margin: 0;
}

/* FOOTER */

#footer {	
	clear: both;
	padding: 10px 0;
	margin: 20px auto;
	width: 960px;
	text-align: left;
	border-top: 1px solid #271800;
	overflow: hidden;
	height: auto;
}

#credits {
	float: right;
	text-transform: uppercase;
}

#footer h3, footer h4 {
	font-size: 15px;
	margin-bottom: 20px;
}

#footer ul {
	float: left;
	margin: 0 20px 0 0;
	width: 22%;
	font-size: 12px;
}

#footer ul li {
	margin-bottom: 8px;
}

#footer ul li ul {
	float: none;
	list-style-type: disc;
	margin-left: 15px;
}

/* SEARCH FORM */

#search {
	height: 20px;
	background-color: #fff;
	border: 1px solid #000;
	position: relative;
	width: 298px;
	margin-bottom: 20px;
	float: left;
}

#search input {
	display: inline;
	text-transform: uppercase;
}

#s {
	border: 0;
	position: absolute;
	background-color: transparent;
	padding: 2px 5px 0;
	height: 20px;
	width: 240px;
	font-style: italic;
	color: #434;
}

#submit {
	width: 70px;
	position: absolute;
	background-color: #000;
	border: 0;
	height: 100%;
	color: #fff;
	right: 0;
}

/* POPUP */

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:2000;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:3000;
padding:12px;
font-size:14px;
}

#popupContact a {
color: #c4112e;
}
#contactArea img {
text-align:  center;
clear: both;
display:block;
margin: 0 auto 15px
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
font-weight:700;
display:block;
cursor:pointer;
color: #c4112e;
}

#popupContact small {font-size:12px}

#popupContactClose2 { cursor:pointer;}

#button{
text-align:center;
margin:100px;
}
