/*
Theme Name: Chile Jam
Theme URI: http://chilejam.com/
Description: The Official Theme of Michael J's Website
Version: 1.0
Author: MCCE
Author URI: http://mcceweb.com/
Tags: buddypress
*/

body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #8c7c69;
	text-align: left;
	}

div.clear {
	display: block;
	clear: both;
}	
	
#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	}
	
#backing {
	background: url(images/wrapperbg.jpg) top center repeat-y;
}	

#header {
	padding-top: 25px;
}	
	
#header, #header a {
	font-size: 20pt;
	color: #333;
	font-weight: bold;
	}
	
span.description {
	font-size: 12pt;
	color: #999;
	font-style: italic;
	}
	
span.name {
	font-size: 12pt;
	color: #666;
	font-style: italic;		
	}	

#content {
	width: 720px;
	float: left;
	border-top: 10px solid #8c7c69;
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background: #a69785;
	border-top: 10px solid #8c7c69;
	text-align: center;
	font-size: 10pt;
	width: 1000px;
	margin: 0 auto;
	}
	
#footer p, #footer a {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 10pt;
}

small {
	font-size: 8pt;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 36pt;
	text-align: center;
	}

	h2 {
	font-size: 24pt;
	}

h2.pagetitle {
	font-size: 20pt;
	}

#sidebar h2 {
	font-size: 15px;
	line-height: 27px;
	height:27px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(images/heading.jpg);
	border: 3px solid #8c7c69;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	}

h3 {
	font-size: 18pt;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {

}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 10pt 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/*	Begin Headers */
h1 {
	padding: 0;
	margin: 10px 0;
	}

h2 {
	padding: 0;
	margin: 10px 0;
	}

h2.pagetitle {
	margin: 30px 0 0 0;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}

.entry li {
	margin: 7px 0 8px 20px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
p.postmetadata {
background:#D6CFC7;
border:2px solid #8C7C69;
margin:2px;
padding: 10px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul {
	margin: 0;
	background: #a69785;
	padding-bottom: 10px;
}

#sidebar ul li ul li {
	list-style: none;
	display: block;
	background: #a69785;
	padding: 0;
	color: #fff;
	margin: 0;
	width: 100%;
	}	

#sidebar ul li ul#twitter_update_list li {
	padding: 5px;
	border-bottom: 2px solid #D6CFC7;
	}		
	
#sidebar ul li ul#linksmenu li {
	list-style: none;
	display: block;
	background: #a69785;
	padding: 0;
	color: #fff;
	margin: 0;
	height: 31px;
	width: 100%;
	}	

#sidebar ul li ul#linksmenu li a {
	background: #a69785;	
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 30px;
	padding-left: 20px;
	display: block;
	float: left;
	width: 100%;
	}			
	
#sidebar ul li ul#linksmenu li a:hover {
	background: #D6CFC7;
	color: #8C7C69;
	}			
	
#sidebar a {
	display: block;
	color: #fff;
}

#sidebar a:hover {
	color: #8C7C69;
	text-decoration: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 150px;
	float: left;
	padding: 2px;
	}

#sidebar #searchsubmit {
	width:70px;
	border: 2px solid #8c7c69;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	background: url(images/heading.jpg) bottom center;
}

#sidebar #searchsubmit:hover {
	background: url(images/heading.jpg) top center;
	cursor: hand;
	cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#cbox {
		position: absolute;
		width: 600px;
		text-align: left;
		margin-top: -50px;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin-left: 5px;
	width: 275px;
	float: left;
	border-top: 10px solid #8c7c69;
	background: #d6cfc7;
	overflow: hidden;
	}
	
#sidebar div {
	padding: 5px;
}	

#sidebar div.textwidget {
	padding: 0 !important;
}

#sidebar div.textwidget div {
	padding: 0 !important;
}

#twitter_div a {
	width: auto;
	line-height: auto;
	float: none;
	display: inline;
}

#sidebar div label {
	display: block;
	width:90px;
	float: left;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

#sidebar div input ,
#sidebar div textarea{
	width:160px;
}

#sidebar .sb-button{
	width:75px;
	margin: 5px;
	border: 2px solid #8c7c69;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	background: url(images/heading.jpg) bottom center;
	float: right;
}

#sidebar .sb-button:hover {
	background: url(images/heading.jpg) top center;
	cursor: hand;
	cursor: pointer;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#sidebar ul#linksmenu {
	margin: -5px;
}




.front-featured {
        min-height: 300px;
        height: auto !important;
        display: inline;
}

.featured {
	padding-right: 4%;
	min-height: 300px;
        height: auto !important;
        height: 300px;
	dispaly: inline;
	margin-left: 4%;
}

.blog-index {
        float: left;
	display: inline;
        width: 58%;
        min-width: 300px;
        min-height: 250px;
        height: auto !important;
        height: 250px;
	margin-left: 75px;
	margin-top: 5px;
	margin-right: 30px;
        padding-bottom: 40px;
        }


.single {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 7%;
        min-height: 300px;
        height: auto !important;
        height: 300px;

	display: inline;
}

.imgborder img {
	padding: 5px;
	margin-right: 5px;
	background: #ebebeb;
}

.photo {
	float: left;
	margin: 0;
	padding: 0px;
	display: inline;
}

.shadow-left {
	padding: 0px;
	margin: 0px;
	background: url(images/shadow-left.png) no-repeat left bottom;
}
.shadow-right {
	margin: 0px;
	background: url(images/shadow-right.png) no-repeat right bottom;
	padding: 15px;
}
ul#photoslide {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 695px;
	height: 285px;
	overflow: hidden;
}

.category-list {
	width: 100%;
	float: left;
	}

div.news .pic {
        width: 80px;
        height: 80px;
        background: #000;
        float: left;
        margin-right: 8px;
        margin-bottom: 8px;
}

div.category-list .pic {
        width: 80px;
        height: 80px;
        background: #000;
        margin-right: 8px;
        margin-bottom: 8px;
}



.archive-image {
	float: left;
	width: 40%;
	min-height: 200px;
	min-width: 200px;	
        height: auto !important;
        height: 200px;
	margin-top: 25px;
	margin-left: 25px;
	}

.archive-image .pic {
	float: left;
	}

/****** FRONT PAGE NEWS SECTION ******/
.news h2 {
        padding-top: 20px;
}

.news h3 {
	margin-bottom: 10px;
	letter-spacing: 3px;
	}

div.news .pic {
	width: 60px;
	height: 60px;
}

#footer p {
border-top: dotted 1px #fff;
padding: 20px;
}

#footer ul {
margin: 0;
padding: 5px 0;
list-style: none;
}

#footer p ul li {
display: inline;
padding: 0 5px;
margin: 0;
border-right: 1px solid #fff;
}

#footer ul li:last-child {
border-right: none;
}

#bbar1, #bbar2, #bbar3 {
display: block;
float: left;
border-right: dotted 1px #fff;
width: 33%;
}

#bbar1 ul ul li, #bbar2 ul ul li, #bbar3 ul ul li {
text-align: left;
list-style: disc inside;
margin: 0 5px;
}

#bbar1 h2, #bbar2 h2, #bbar3 h2 {
text-align: left;
margin: 0 5px;
font-size: 14pt;
}

#bbar3 {
border-right: none;
}

#xtraslider {
display: block;
}

.photo-alignleft {
        float: left;
        padding: 10px;
        text-align: left;
}
.photo-alignright {
        float: right;
        margin-right: 0px;
        padding: 10px;
        text-align: right;
}


/****** COMMENT STYLE *******/
div.comments {
	padding-top: 10px;
}
#respond {
	min-width: 250px;
	width: 60%;
	float: right;
	position: relative;
	padding: 10px;
	background: #eaeaea;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.commentlist {
	width: 100%;
	float: left;
	background: #efefef;
}
.comments .navigation {
}

textarea#comment {
	width: 100%;
}
.navigation-comment {
	width: 300px;
	float: left;
}
.comment-box {
	width: 100%;
}
h3#comments, div#respond h3 {
}
ol.commentlist {
	list-style: none;
	line-height: 18px;
}
ol.commentlist li {
	padding: 15px;
	width: 95%;
}
ol.commentlist li .avatar {
	margin: 0px 8px 5px 0;
}

.children li {
	list-style: none;
	}
cite.fn {
}
.says {
}
	
.comment-body img {
	float: left;
	}
.comment-body {
	margin-top: 0px;
	}
.comment-meta {
}
.comment p {
	margin-top: 15px;
}
#content form#commentform p {
	padding: 5px 0;
}
#content form input {
	padding: 5px;
}
#content form input#submit {
	background: #ccc;
}

#content td {
	text-align: left;
}

#content td.sale-header {
	background: #8C7C69;
	color: #ffffff;
	font-weight: bold;
}

/****** Slide Comment Toggle *********/


.comment-slide-btn {
        background: #999;
        font: normal 10px Helvetica;
        padding-top: 3px;
        padding-bottom: 3px;
        width: 120px;
        text-align: center;
        margin: 25px 0 5px 0;
        color: #fff;
	
}

.comment-slide-btn:hover, .active {
        text-decoration: none;
        background: #aaa;
        }


#toggle-comment {
        float: left;
        color: #fff;
        font-weight: bold;
        }

#toggle-comment a {
        color: #fff;
        }

#comment-area {
	margin-left: 40px;
	}


/******* IMAGE PREVIEW STYLE*******/

.pic a img {
        border: none;
}
.pic a:hover img {
        background: #ccc;
}


#imgPreviewWithStyles {
    background: #ccc;
    padding: 5px;
    z-index: 9;
    border: none;
}

#imgPreviewWithStyles span {
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

#gigya-socialize-widget-content {
float: none !important;
display: block !important;
margin: 0 !important;
padding: 0 !important;
}