/*
Theme Name:		Guacamole
Theme URI: 		http://guacamole-theme.com/
Description: 	Portfolio-style Clean Theme.
Author:			Wikichaves
Author URI: 	http://wikichaves.com/
Version: 		0.3.3
License:		GNU General Public License
License URI: 	license.txt
Tags: 			white, three-columns, fixed-width, translation-ready, photoblogging, sticky-post
*/


/* RESET */
/* v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* MAIN STYLES */

body {
	
	font-family:Helvetica, Arial, sans-serif;
	font-weight:300;
	color: #8c8c8c;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}
	

h2 {
	font-size:38px;
	}

h3 {
	font-size:32px;
	}

h4 {
	font-size:26px;
	}

h5 {
	font-size:22px;
	}


a {
	color:#690;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}




/* LAYOUT */


#header .wrapper {
	width:940px;
	margin:auto;
}

#container {	
	width:960px;
	margin: auto;
	min-height:500px;
}

#left {
	float:left;
	width:620px;
	overflow:hidden;
}

#right {
	float:left;
	width:300px;
	margin-left:20px;
}

#footer .wrapper {
	margin:auto;
	width:940px;
	padding:0 10px;
	line-height:18px;
	color:#e2e2e2;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 0 #505050;
	font-size:14px;
}

.w300 {width:300px; float:left; margin-right:20px;}

.w600 {width:600px}

#prev-next {
	clear:both;
	font-size:32px;
	float:left;
	width:940px;
	padding:5px 0;
}





@media screen and (max-width: 960px) {
		
	#header .wrapper {
		width:620px;
	}
	
	#container {	
		width:640px;
	}
	
	#left {
		float:left;
		width:620px;
		overflow:hidden;
	}
	
	#right {
		
	}  
	
	#footer .wrapper {
		width:620px;
	}
	
	.w300 { display:none;}
	
	#prev-next {
		width:620px;
	}

}



/* HEADER */



#bar {
	border-top:2px solid #690;
	position:fixed;
	display:block;
	width:100%;
	z-index:1000000;
	}
	
	
#header {
	padding:20px 0 20px ;
	height:38px;
	
	background: #F3F3F3; /* old browsers */
	background: -moz-linear-gradient(top, #F3F3F3 0%, #EDEDED 100%); /* firefox */	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#EDEDED)); /* webkit */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#EDEDED',GradientType=0 ); /* ie */
	
	border-bottom:1px solid #e4e4e4;
}


#header h1 {
	top:0;
	float:left;
	position:relative;
	font-size:28px;
	line-height:40px;
}

#header h1 a {
	color: #999;
}



#nav {
	float:right;
	font-size:12px;
	margin-top:14px;
	display:block;
}

#nav li {
	margin-left:15px;
	float:left;
	position: relative;
}

#nav li a {
	font-size:11px;
	color:#8c8c8c;	
	font-weight:bold;
	text-shadow:rgba(255,255,255,0.5) 1px 1px 0;
	padding:7px 7px;
	border: 1px solid #CCC ;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	/* Testing */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	background: #E2E2E2; /* old browsers */
	background: -moz-linear-gradient(top, #E2E2E2 0%, #CBCBCB 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2E2E2), color-stop(100%,#CBCBCB)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr='#CBCBCB',GradientType=0 ); /* ie */
	
	}

#nav li a:hover {
	color:#888888;
	text-decoration:none;
	-moz-box-shadow: 0 0px 5px #fff;
	-webkit-box-shadow: 0 0px 5px #fff;
	
	background: #eaeaea; /* old browsers */
	background: -moz-linear-gradient(top, #eaeaea 0%, #d3d3d3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d3d3d3)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d3d3d3',GradientType=0 ); /* ie */
	
}

#nav li a:active, #nav li.current-menu-item a, #nav li.current-post-ancestor a{
	color:#fff;
	text-decoration:none;	
	text-shadow:#030 1px 1px 0;
	border-color: #060;
	
	background: #93ad3f; /* Old browsers */
	background: -moz-linear-gradient(top, #93ad3f 0%, #7a9b27 15%, #496c02 85%, #4b6e03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93ad3f), color-stop(15%,#7a9b27), color-stop(85%,#496c02), color-stop(100%,#4b6e03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #93ad3f 0%,#7a9b27 15%,#496c02 85%,#4b6e03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #93ad3f 0%,#7a9b27 15%,#496c02 85%,#4b6e03 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #93ad3f 0%,#7a9b27 15%,#496c02 85%,#4b6e03 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93ad3f', endColorstr='#4b6e03',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #93ad3f 0%,#7a9b27 15%,#496c02 85%,#4b6e03 100%); /* W3C */
	
}

#nav li.current-post-ancestor a:hover, #nav li.current-menu-item a:hover {

	background: #87A03B; /* Old browsers */
	background: -moz-linear-gradient(top, #87A03B 0%, #314C02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87A03B), color-stop(100%,#314C02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #87A03B 0%,#314C02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #87A03B 0%,#314C02 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #87A03B 0%,#314C02 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87A03B', endColorstr='#314C02',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #87A03B 0%,#314C02 100%); /* W3C */
	
	
}



 /*submenu */
 
#nav ul ul {
	display: none;
	position:absolute;
	top:34px;
	left:0;
	float:left;
	min-width: 180px;
	z-index: 99999;
}

#nav ul ul ul {
}


#nav ul li:hover > ul {
	display:block;
}
	


/* HOME  */







#main {
	overflow:hidden;
	padding:0 10px;
	margin-bottom:20px;
	clear:both;
}

#main.nopadding {
	padding:0;
}

.notfound {
	margin:0 10px;
}





/* TOP - TITLE */

#top {
	padding:20px 10px;
}

#title h2 a {
	color:#8c8c8c;
}

#title h2 a:hover {
	text-decoration:none;
	color:#000;	
	}

#title h2 {
	float:left;
	font-size:40px;
	font-weight:300;
	letter-spacing:-1px;
}


#description {
	margin-top:20px;
	float:right;
	width:380px;
}



#description p {
	font-size:14px;
	line-height:16px;
	text-align:right;
}



/* INDEX */




.post.sticky {
	background: #E4FECB;
	}


.post-thumbnail {
	float:left;
	padding:8px;
	border-right:#f1f1f1 1px solid;
	border-bottom:#f1f1f1 1px solid;
	margin:0 10px 20px;
	
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	background: #f8f8f8;
	display:inline;/*IE*/
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	/* Testing */
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}


.post-thumbnail:hover{
	background: #E4FECB;
}


.post-thumbnail h4 {
	text-shadow:#fff 1px 1px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	height:16px;
	overflow:hidden;
	width:280px;
}

.post-thumbnail h4 a {
	color:#8c8c8c;
}

.post-thumbnail h4 a:hover {
	color:#690;
	text-decoration:none;
}




.thumbnail {
	border-left:#ccc 1px solid;
	border-top:#ccc 1px solid;
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
	margin-bottom:5px;	
	width:280px;
	height:184px;
	overflow:hidden;
	background:#f8f8f8;
}

.thumbnail img.wp-post-image {
	width:280px;
	height:184px;
}

.zoom {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}







/* SINGLE */


.entry {
	margin-bottom:40px;
}

#title h2, .entry h3, .entry h4, .entry h5, .entry p {
	text-shadow:1px 1px #fff;
	font-family:Helvetica, Arial, sans-serif;
	}

.entry h2 {
	margin-bottom:5px;
}

.entry h3 {
	margin-bottom:20px;
	}

.entry h4 {
	margin-bottom:20px;
	}

.entry h5 {
	margin-bottom:20px;
	}


.entry p {
	font-size:16px;
	margin-bottom:20px;
	line-height:30px;
}

.entry p.meta  {
	font-size:12px;
	line-height:20px;
	border-left:2px solid #dbdbdb;
	padding:5px 5px 5px 10px;
	background: #f8f8f8;
	margin-bottom:18px;
}

.entry p.meta a {
	padding:0 4px;
	background:#e4fecb;
	text-shadow:#fff 1px 1px 0;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	
}

.entry p.meta a:hover {
	text-decoration:none;
	color:#fff;
	background:#690;
	text-shadow:#333 1px 1px 0;
}

.entry a {
	color: #8c8c8c;
	border-bottom:1px dotted #690;
	text-decoration:none;
	background:#fff;
	}

.entry a:hover {
	text-decoration:none;
	background:#f7f3c5;
	color:#666;
	border-bottom-style:solid;
	}
	

.entry ol {
	list-style:decimal inside;
	margin-bottom:20px;
	margin-left:25px;
}

.entry ul {
	list-style: inside square;
	margin-bottom:20px;
	margin-left:25px;
}

.entry li {
	font-size:16px;
	margin-bottom:10px;
	line-height:30px;
}
	

.entry blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 10px 14px 22px;
	border-left:  #e8e8e8 6px solid;
	padding-left:10px;
	}

.entry small {
	font-size:14px;
}
	
.entry hr {
	border: none;
	border-bottom:#949494 1px solid;
	margin:20px 0;
}
	


.more-link  {
	float:left;
	border-top:#ccc 1px solid;
	padding:5px;
	width:630px;
	text-align:right;
}

a.more-link:hover  {
	background:#f1f1f1;
}
	


.entry img {
	border: 1px solid #ccc;
	padding:2px;	
}


.entry img.wp-post-image, .wp-post-image.medium {
	width:614px;
	border: 1px solid #dbdbdb;
	padding:2px;
}

a img:hover {
	border-color:#666;
}


.entry .alignleft,
.entry img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.entry .alignright,
.entry img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.entry .aligncenter,
.entry img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.entry img.wp-smiley {
	border:none;
	margin:0;
	padding:0;
}

.entry .alert {

background-color: #faf7e5;
border:#edc684 1px solid;
color: #666666;
font-size: 14px;
line-height: 22px;
margin-bottom: 36px;
padding: 12px 16px;
text-shadow: #ffffff;
}


p.nocomments {
	display:none;
	}

#comments li {
	list-style:none;
	}

#comments li .bypostauthor {
	}


ol.commentlist {
	list-style:none;
	margin:0;
	}

.comment-body {
	padding:20px;
	background: #f8f8f8;
	margin-bottom:20px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	/* Testing */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


.nopadding #prev-next {
	padding:25px 10px 5px;
}



#prev-next a {
	color:#ccc;
}

#prev-next a:hover {
	color:#999;
	text-decoration:none;
}

#prev-next .prev {
	float:left;
}

#prev-next .next {
	float:right;
}




/* BUTTONS */

.entry .button, .button {
	font-size:16px;
	padding:8px 12px;	
	color:#fff;
	background-position: 0 -70px;
	text-decoration:none;
	text-shadow:#030 1px 1px 0;
	cursor:pointer;
	border: 1px solid #030;
	
	background: #93ad3f; /* Old browsers */
	background: -moz-linear-gradient(top, #93ad3f 0%, #7a9b27 15%, #496c02 85%, #4b6e03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93ad3f), color-stop(15%,#7a9b27), color-stop(85%,#496c02), color-stop(100%,#4b6e03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #93ad3f 0%,#7a9b27 15%,#496c02 85%,#4b6e03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #93ad3f 0%,#7a9b27 15%,#496c02 85%,#4b6e03 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #93ad3f 0%,#7a9b27 15%,#496c02 85%,#4b6e03 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93ad3f', endColorstr='#4b6e03',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #93ad3f 0%,#7a9b27 15%,#496c02 85%,#4b6e03 100%); /* W3C */
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	/* Testing */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}

.entry .button:hover {
	text-decoration:none;
	border:1px solid #445c10;
	color:#FFF;
	
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	
	ckground: #87A03B; /* Old browsers */
	background: -moz-linear-gradient(top, #87A03B 0%, #314C02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87A03B), color-stop(100%,#314C02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #87A03B 0%,#314C02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #87A03B 0%,#314C02 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #87A03B 0%,#314C02 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87A03B', endColorstr='#314C02',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #87A03B 0%,#314C02 100%); /* W3C */
	
}

.entry .button.big {
	font-size:18px;
	padding:8px 12px 9px 12px;
}

.entry .button.medium, .button.medium {
	font-size:14px;
	padding:6px 10px;	
}

.entry .button.small {
	font-size:14px;
	padding:6px 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	
	/* Testing */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.entry .button.offline {
	background-position: 0 0;
	color:#8c8c8c;
	text-shadow:rgba(255,255,255,0.5) 1px 1px 0;
}
	
	
	
	
	
	
	
	
	

	



/* SIDEBAR */



#sidebar {
	
	width:250px;
	padding:25px;
	background: #f8f8f8;
	min-height:200px;
	
	color:#999;
	line-height:16px;
	margin-bottom:30px;
	
	border:1px solid #f8f8f8;
	
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	/* Testing */
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	
}

.widget {
	list-style:none;
	text-shadow:#FFF 1px 1px 0;
	margin-bottom:40px;	
	}   



.widget h4.widgettitle {
	font-size:18px;
	color:#666;
	margin-bottom:20px;
	font-weight:bold;
	
}

.widget p {
	margin-bottom:10px;
	line-height:20px;
	font-size:13px;	
}

.widget li {	
	margin-bottom:14px;
	line-height:16px;
	font-size:14px;
	list-style:square inside;
	
}

.widget li p {
	font-size:12px;	
}

.widget .tagcloud {font-size: 8px; line-height: 1.1;}



#ff-activity .title, #ff-activity .ff-list  {
	font-size:14px !important;
	margin-bottom:0 !important;
	line-height:20px;	
	}

#ff-activity p.ff-meta a.external {
	font-size:12px!important;
	color:#ccc;
	}

#ff-activity .ff-account a {
	font-size:14px !important;
	color: #999;
	}





/* FOOTER */


#footer {
	padding:25px 0;
	
	background: #666666; /* old browsers */
	background: -moz-linear-gradient(top, #5B5B5B 0%, #666 11px); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5B5B5B), color-stop(10px,#666)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B5B5B', endColorstr='#666',GradientType=0 ); /* ie */
}



#footer a {
    color:#e2e2e2;
	border-bottom:dotted 1px rgba(255,255,255,0.3);
	padding-bottom:1px;
	
}

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




#credits  {
	margin-top:20px;
}

#credits p {
	color:#c2c2c2;
	font-size:16px;
	line-height:24px;
	text-align:center;
}

#credits p a {
	color:#c2c2c2;
}


img#wpstats{display:none}

.clearer {
	clear:both;
	}
	




/* qTranslate Language Chooser */

#qtranslate-chooser {
	font-family:Verdana, Geneva, sans-serif;
	background:#690; 
	color:#FFF; 
	font-size:8px; 
	height:12px; 
	padding:1px 5px; 
	width:70px;
	float:right;
	margin-right:5px;
	
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;	
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;	
	border-bottom-right-radius: 3px;
	
	/* Testing */
	-moz-border-radius-bottomleft: 1px;
	-webkit-border-bottom-left-radius: 2px;	
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-bottom-right-radius: 2px;	
	border-bottom-right-radius: 2px;
	}

#qtranslate-chooser li {
	display:inline;
	padding:0 3px;
	}

#qtranslate-chooser li a {
	color:#FFF;
	}
	
	
img #cboxPhoto {
	width:940px !important;
	}
