/*
Theme Name: Gallery, a Thematic child theme
Theme URI: http://www.chris-wallace.com/2009/05/04/gallery-wordpress-theme/
Description: The ultimate gallery-style Thematic child theme for WordPress.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Template: thematic
Version: 1.1.2
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
/* Reset browser defaults */
/* Apply a basic layout */
/* Apply basic image styles */
/* Prepare theme for plugins */
@import url('../thematic/library/styles/reset.css');
 
 
@import url('../thematic/library/layouts/2c-l-fixed.css');
 
 
@import url('../thematic/library/styles/images.css');
 
 
@import url('../thematic/library/styles/plugins.css');
 
 
input,select,textarea {
	color: #eee;
	background-color: #a7722d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px }
 
input[type="submit"],
input[type="button"],
button {
	background: url("images/btn-bg.jpg") repeat-x left top;
	color:#ddd;
	font-weight: normal;
	position: relative;
	height: 22px;
	overflow: hidden;
	border: 1px solid #101010;
	padding: 3px 18px;
	font-size: 10px;
	line-height: 0.75em;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
 

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	background-position: 0 -22px;
	color: #ddd }
 
input[type="submit"]:active,
input[type="button"]:active,
button:active {
	background-position: 0 -44px;
	padding-top: 4px;
	padding-bottom: 0 }

/* custom comments buttom RCS */

form#commentform input#submit {
	padding: 0;
	background: url(images/sobre_bg.png);
	width:120px;
	height:80px;
	background-position:-4px 0px;
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7); 
	color:#bd4b05;
	font-family: "American Typewriter", "Courier New", Monaco, monospace;
	letter-spacing: .15em;
	transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

form#commentform input#submit:hover{
	background: url(images/sobre_bg.png);
	background-position: -126px 0px;
	background-repeat: no-repeat;
	color: #f1e890;
	text-shadow: 1px 1px 2px #bd4b05;

}
form#commentform input#submit:active{
	background: url(images/sobre_bg.png);
	background-position:-4px 0px;
	background-repeat: no-repeat;
	color: #333; 

}
/* en custom comments buttom RCS */ 


abbr { border-bottom: 1px dotted #555 }
 
pre {
	background-color: #191919;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	margin: 10px 0;
	#ccc-space: pre;
	overflow: auto }
 
pre,
code { font-size: 12px; }
 
body {
	padding-top: 16px;
	background:whiteSmoke;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: .825em;
	font-style: normal;
}
 
/* bg graphic */
#wrapper {
	height: auto;
	/*  min-height: 300px */ }
 
/* end bg graphic */
a {
	color: #c4be94;
	text-decoration: none }
 
	a:hover { color: #666; }
 
h1, h2, h3 {
	font-weight: normal;
	letter-spacing: 0.11em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	font-size: 0.83em; }
 
h2 {
	font-size: 1.5em;
	margin-bottom: 0.7em }
 
#content ol,
#content ul { margin-bottom: 1em }
 
.single #content li { line-height: 1.4em }
 
.single #content ul {
	color: #666;
	font-size:.825em; }
 
.single #content li {
	padding: 10px 0 10px 24px;
	list-style: none;
	position: relative;
	/*border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
*/ }
 
ul.hidden_dias {
	visibility: hidden;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 2em;
	padding-top: 0;
	list-style-type: none;
	font-size: .8em; }
 
	ul.hidden_dias li {
	margin: 0px;
	border-left-width: 1px;
	border-left-color: #e29c2e;
	padding-right: 0px;
	padding-left: 0px;
	border-right-color: #e29c2e;
	border-right-width: 1px;
	border-left-style: dotted;
	border-bottom-style: none;
	border-right-style: dotted;
	border-top-style: none;
	display: inline; }
 
.twitter { background: url("images/icons/twitter.png") no-repeat left center }
 
.twitter1 { background: url("images/icons/twitter.png") no-repeat left center }
 
.delicious { background: url("images/icons/delicious.png") no-repeat left center }
 
.designer { background: url("images/icons/person.png") no-repeat left center }
 
.enlarge { background: url("images/icons/enlarge_mini.png") no-repeat left center }
 
.cc {
	background: url("images/icons/cc.png") no-repeat left center;
	font-size: 75%;
	color:#666; }
 
	.cc a { color:#666 }
 
.site-link { background: url("images/icons/globe.png") no-repeat left center }
 
#wrapper_header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding-top: 6px;
	width: 960px;
	height: 200px;
	overflow:hidden;
	position:relative;
	margin-bottom: 0; }
 
#header {
	background: url(images/bg_header_grays_left_sprite.png) no-repeat;
	background-position:0 0;
	height: 156px;
	padding-left: 9px;
	padding-right: 0px;
	width: 960px;
	margin: 0 auto;
}

#header:hover {
	background: url(images/bg_header_grays_left_sprite.png) no-repeat;
	background-position: 0 -156px;

}
 
#branding,#access {
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	 width: 960px; }
 
#branding {
	height: 60px; /* padding: 10px 0 1em 0; */
	margin-top: 0; }
 
#blog-title {
	text-align: left;
	display: inline;
	float: left; }
 
	#blog-title a {
	display: block;
	width: 233px;
	height: 66px;
	text-indent: -9000px;
	margin-bottom: 10px }
 
.msie #blog-title a {
	position: relative;
	margin-bottom: -10px }
 
#blog-description {
	color:#936;
	font-size:0.9em;
	line-height: 1.4em;
	font-weight:normal;
	text-align: right;
	padding-top: 66px }
 
#access {
	height: 45px;
	margin-top: 3em;
	clear: both;
	font-family: Verdana, Geneva, sans-serif; /* background: url("images/menu-bg-trans1.png") no-repeat top left; */
	font-style: normal;
	font-weight: normal;
	line-height:2em; }
	
#access #category-menu {
	padding: 26px 0px;
} 
	#access #category-menu ul {
/* 	padding:; */
	color: #666; }
 
	#access #category-menu li {
	letter-spacing: 0.04em;
	float: left;
	height: 45px }
 
	#access #category-menu li a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	padding: 8px;
	margin-right: 8px;
	color: #98a7ae;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	text-shadow: 0px 1px 0px white;
	transition: all .4s linear;
    -o-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
	}
 
	#access #category-menu li.blog-description span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	height: 20px;
	padding: 8px;
	margin-right: 8px;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	color: #a19a92;
	font-weight: normal }
 
	#access #category-menu li.home a {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	text-align: left;
	width: 24px;
	background: url("images/ico-home-trans4.png") no-repeat;
	background-position: center 13px;
	padding-bottom: 0;
	transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none; }
 
	#access #category-menu li.home a:hover { background-position: center -16px }
 
	#access #category-menu li.current_page_item { }
 
	#access #category-menu li.current_page_item a { color: #dddddd; }
 
	#access #category-menu li:first-child { margin-left: 10px; }
 
	#access #category-menu li a:hover { color: #4e749b }
 
	#access #category-menu li.blog-description { float: right }
 
#blog-description { display: none }
 
#page-menu {
	position: absolute;
	bottom: 38px;
	right: 20px;
	margin: 0 auto;
	width: 300px;
	font-size: .8em;
	color: #888;
	z-index: 100;
	font-family: "Lucida Grande", Verdana, sans-serif; }
 
	#page-menu #page-nav { text-align: right }
 
	#page-menu #page-nav li {
	float: right;
	margin: 10px 0 0 4px }
 
	#page-menu #page-nav li a {
	font-family: Verdana, "Lucida Grande", sans-serif; 
	margin: 0 .5em 0 .5em;
	background-color:#e9e9e9;
	padding: 6px 8px;
	font-size: 10px;
	font-weight: normal;
	color: #4e749b;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	opacity: .5;
		/* Firefox */
		-moz-transition: opacity .5s ease 0.25s;	
		/* WebKit */
		-webkit-transition: opacity .5s ease 0.25s;	
		/* Opera */
		-o-transition: opacity .5s ease 0.25s;	
		/* Standard */
		transition: opacity .5s ease 0.25s;	
}
 
	#page-menu #page-nav li.rss a {
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	color:#4e749b;
	padding-left: 20px;
	background: #eee url("images/ico-rss-trans.png") no-repeat 4px center }
 
	#page-menu #page-nav li a:hover {
	background-color: #4e749b;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	color: #b4c0d4;
	opacity: 1;
	/* Firefox */
		-moz-transition: opacity 1s ease 0.5s;	
		/* WebKit */
		-webkit-transition: opacity 1s ease 0.5s;	
		/* Opera */
		-o-transition: opacity 1s ease 0.5s;	
		/* Standard */
		transition: opacity 1s ease 0.5s;	
}
 
.skip-link { display: none; }
 
#main {
	background-image: url(images/light-source-trans2.png);
	background-position: -60px -80px;
	background-repeat: repeat-x;
/* 	background-color: #eee; */
	padding-left: 9px;
	padding-top: 8px;
	margin: 0 auto 30px auto;
	border: 1px #eee solid;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7); }
 
#primary,
#secondary { display: none }
 
.page #primary { display: block }
 
.aside { width: 270px }
 
#content {
	width: 940px;
	margin: 0;
	float: none;
	padding-top: 0 }
 
.msie #content,
.single #content,
.home #content,
.page #content { padding-top: 10px }
 
.page #content {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #eee url("images/bg_home_colored.png") no-repeat left top;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 3em;
	margin-left: 320px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 584px }
 
	.page #content li {
	list-style: disc;
	margin-left: 20px }
 
.single #container {
	position: relative; /* background: url("/blog/wp-content/themes/thematic/images/bg_header_1bw.png") no-repeat top left; */
	/* 	background-color: #1b1b1b; */ }
	
.single .entry-content a {
	transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.single .entry-content {
	display: inline;
	float: left;
	margin: 20px 0 0 550px;
	width: 385px }
 
.single .artwork-container {
	float: left;
	margin-left: -935px; }
 
.single .entry-artwork {
	border: 1px solid #cfcfcf;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	margin-left: 1em;
	background-image: url(images/light-source-trans.png);
	background-repeat: no-repeat;
	background-position: 80% 50%;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	}

.single .entry-artwork:hover {
	background-image: url(images/light-source-trans.png);
	background-repeat: no-repeat;
	background-position: -100px 50px;
	}
.single .navigation {
	margin-top: 10px;
	padding-top: 0; }
 
.single .entry-content h1,
h1.page-title {
	letter-spacing: 0.11em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: bold;
	/*  text-shadow: #333 0px 1px 1px; */ }
 
/* rcs category title */
h1.page-title {
	padding-left: 0.5em;
	font-size: 90%;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-bottom: 1em;
	color: #4c4c54; }
 
/* rcs category title */


.entry-content {
	margin-top: 24px;
	padding: 1.4em 0 1em 0;
	/*font-size: 0.85em; */
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #666;
}
 
.entry-content p { 
	padding-top: 1.3em;
}
 
.entry-content p a:link, a:visited { color: #666; }
 
.entry-content p a:hover {
	text-shadow: 0px -1px 0px white;
	color: #666; }
 
.home .entry-content,
.tag .entry-content,
.category .entry-content,
.archive .entry-content {
	float: left;
	width: 134px;
	margin: 0 0 5px 0; }
 
/* thumb */
.home .entry-content a,
.tag .entry-content a,
.category .entry-content a,
.archive .entry-content a {
	border: solid 1px #ccc;
	display: block;
	height: 125px;
	width: 125px;
	overflow: hidden;
	position: relative;
	background-color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../../../../blog/wp-content/themes/thematic1/images/light-source-trans.png);
	background-position: 0px 0px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	text-shadow: 0 1px 0 white;
/* 	opacity: 1; */
		/* Firefox */
/* 		-moz-transition: opacity 1s ease 0.5s;	 */
		/* WebKit */
/* 		-webkit-transition: opacity 1s ease 0.5s;	 */
		/* Opera */
/* 		-o-transition: opacity 1s ease 0.5s;	 */
		/* Standard */
/* 		transition: opacity 1s ease 0.5s;	 */
}

/*
.home .entry-content a:hover,
.tag .entry-content a:hover,
.category .entry-content a:hover,
.archive .entry-content a:hover {
	opacity: .4;
*/
	/* Firefox */
/* 	-moz-transition: opacity 0.5s ease 0.15s; */
	/* WebKit */
/* 	-webkit-transition: opacity 0.5s ease 0.15s; */
	/* Opera */
/* 	-o-transition: opacity 0.5s ease 0.15s; */
	/* Standard */
/* 	transition: opacity 0.5s ease 0.15s; */

/*
-moz-transform:rotate(12deg);
-webkit-transform:rotate(12deg);
-o-transform:rotate(12deg);
-ms-transform:rotate(12deg);
}*/



 
/* end thumb */

.home .entry-content a img,
.tag .entry-content a img,
.category .entry-content a img,
.archive .entry-content a img {
	position: absolute;
	z-index: 5; }
 
.home .entry-content a span.slide-title,
.tag .entry-content a span.slide-title,
.category .entry-content a span.slide-title,
.archive .entry-content a span.slide-title {
	position: absolute;
	top: 108px;
	left: 3px;
	width: 300px;
	line-height: 1em;
	color: #666 !important;
	font-size: .8em;
	text-transform: uppercase;
	z-index: 0 }
 
.home .entry-content,
.tag .entry-content,
.category .entry-content,
.archive .entry-content { position: relative }
 
.home .entry-content .new,
.tag .entry-content .new,
.category .entry-content .new,
.archive .entry-content .new {
	display: block;
	position: absolute;
	top: -9px;
	right: 10px;
	width: 42px;
	height: 22px;
	background: url("images/ico-new-trans.png") no-repeat top left;
	z-index: 200 }
 
span.cover-up {
	background: url(../../../../blog/wp-content/themes/thematic1/images/bottom_quotes.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 0;
	height: 125px;
	width: 20px;
	z-index: 4 }
 
.main-aside h3 {
	font-weight: normal;
	color: #999;
	padding: 5px 0 5px 10px }
 
/* rcs hacks */
.hiddeous { display:none; /* esconde el Social Profilr */ }
 
.screen-reader-text { display: none; /* esconde el "search for" */ }
 

.wp-caption {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7); 
}
.wp-caption:hover {
	background-color: white; 
}

.wp-caption img {
	margin-top: 4px;
	border: 1px solid #eee; 
}
 
p.wp-caption-text {
	text-align: center;
	font-family: "Lucida Grande", Verdana,"Trebuchet MS", sans-serif; 
	font-size: 9px;
	padding-bottom: 1.2em;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding:4px 0 4px 0;
}

/*
stiles only tag cloud
*/
li#tag_cloud-2.widgetcontainer { /* text-shadow: 0px 1px 0px white; */ }
 
	li#tag_cloud-2.widgetcontainer a { color: #e0e0e0;
 }
 
	li#tag_cloud-2.widgetcontainer a:hover {
	color: #6ab1d4; }
 
/*
stiles only tag cloud
*/
/* rcs hacks */

div.textwidget {
line-height: 140%;
}

.main-aside .xoxo li {
	margin: 0 0 2em 0;
	padding: 15px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(images/light-source-trans1.png);
	background-repeat: no-repeat;
	background-position: -15px -28px;
	background-color: #171717; }
 
	.main-aside .xoxo li div {
	letter-spacing:0.15em;
	color:#666;
	padding: 0 0 0 10px;
	font-size: 0.8em; }
 
	.main-aside .xoxo li div table a { color: #abaf37; }
 
	.main-aside .xoxo li div table { width: 90%; }
 
	.main-aside .xoxo li a {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing:0.15em;
	color:#666;
	padding: 0 0 0 10px;
	font-size: 0.8em; }
 
	.main-aside .xoxo li a:hover { color:#333; }
 
	.main-aside .xoxo li ul li {
	font-family: "MS Mincho", Georgia, serif;
	color: #333;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0 }
 
.main-aside p { margin-bottom: 1em; }

div#third.aside.sub-aside ul.xoxo {
line-height: 180%;

}
form#searchform { margin: 0 0 0 0 }
 
legend {
	font-size: 1.2em;
	font-weight: 700;
	color: #ccc }
 
.form-label,
.wpcf7-form label {
	display: block;
	margin: 5px 0 0 0 }
 
input[type="text"],
input[type="password"],
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #2C232B;
	color: #999999;
	padding: 5px;
	background-color: #333;
	background-image: url(images/light-source-trans1.png);
	background-repeat: no-repeat; }
 
input#s, input#noresults-s, input#error404-s {
	font-family: "MS Mincho", Georgia, serif;
	font-size: 1.1em;
	color: #878787;
}
input#searchsubmit {
	margin-top: 1em;
}
 
.navigation {
	font-size:.75em;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
	overflow: hidden;
	text-transform: uppercase;
	width: 90%;
	padding-right: 1em;
	padding-left: 1em; }
 
	.navigation a { color:#666; }
 
#nav-above { display: none; }
 
#nav-below {
	clear: both;
	padding-top: 10px;
	height: auto;
	overflow: auto;
	padding-bottom: 10px }
 
.nav-next {
	float: right;
	text-align: right;
	width: 47%; }
 
.home .nav-next,
.tag .nav-next,
.category .nav-next,
.archive .nav-next { margin-right: 5px }
 
.nav-previous {
	float: left;
	width: 47%; }
 
.home #nav-above,
.tag #nav-above,
.category #nav-above { display: none; }
 
.hentry { width: auto }
 
.entry-title {
	color: #5d4a46;
	font-size: 88%;
	font-weight: normal;
	letter-spacing: .022em;
	margin-bottom: 1em;
	padding: 0px 0px 0px .5em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}
 
	.entry-title a { color: #666 }
 
.post .entry-meta,.post .entry-utility {
	color: #afafa1;
	font-size: 0.825em;
	margin-bottom: 24px;
	padding-bottom: 5px; }
 
/* p‡rrafo content */
.post p, .entry-content p {
	line-height: 160%;
	padding: 0 .8em;
	margin-bottom: 1em;
	color: #747474;
	text-transform: none;
}
.entry-content p.onwhite {
	text-shadow: 0px 1px 0px white;
}
/* end p‡rrafo content */

.post pre,#content .page pre { font-size: 1.6em; }
 
.post dt {
	margin-bottom: 5px;
	padding-bottom: 5px; }
 
.post dd {
	color: #eee;
	margin-bottom: 1em; }
 
.post dl {
	margin-bottom: 1.3em;
	padding-left: 20px; }
 
.post a.more-link {
	background: #be194f;
	color: #fff;
	font-size: 0.75em;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase; }
 
	.post a.more-link:hover { background: #d93c6f; }
 
a.more-link .meta-nav { display: none; }
 
.post h3,.post h4,.post h5,.post h6 {
	margin: 5px 0;
	padding: 5px 0; }
 
.post h4 { font-size: 1.4em; }
 
.post h5 {
	font-size: 1.2em;
	text-transform: uppercase; }
 
.post h6 {
	font-size: 1.1em;
	text-transform: uppercase; }
 
.post blockquote {
	color: #999;
	margin: 10px 0px;
	padding: 10px 20px 1px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-style: italic; }
 
	.post blockquote p { font-style: italic; }
 
.post .page-link {
	font-size: 0.825em;
	margin-bottom: 20px;
	text-transform: uppercase; }
 
.page-link a {
	background: #f0f0f0;
	padding: 5px 10px; /*
 border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-top: 1px solid #eee;
*/
	text-decoration: none; }
 
.post .entry-utility {
	margin-bottom: 0; /* border-top: 1px solid #232323; */
	padding: 5px 0 0 0; }

div#post-0 p, div#post-0 h1 {
	text-shadow: none;
}

.btc-powered { font-size: 0.825em }
 
#comments {
	font-size: 0.9em;
	color: #666;
	margin-top: 20px; /* background-color:#333; */
	padding: 30px 0 0 0;
	clear: both;
	overflow: auto;
	background-image: url(images/commnets_bg_kotaix_wp.png);
	background-repeat: repeat-x; }
 
	#comments a { color: #666244 }
 
	#comments a:hover { color: #998a83 }
 
	#comments input[type="text"], #comments textarea {
	font-size: 100%;
	color: #989898 }
 
	#comments h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 7px 12px 7px 42px;
	font-weight: normal;
	background:url("images/ico-comment.png") no-repeat 16px center }
 
	#comments #respond h3 { background-image: url("images/ico-person.png") }
 
	#comments #comments-list #respond h3 { background-image: url("images/ico-reply.png") }
 
.formcontainer { /* border-top: 1px solid #282828; */ }
 
#comments-list {
	margin-left: 0.8em; /*  border-top: 1px solid #141414; */
	padding-bottom: 18px;
	padding-right: 0;
	padding-top: 0;
	float: left;
	margin-right: 30px;
	width: 496px; }
 
	#comments-list ol,#comments-list ul {
	list-style: none;
	margin: 0; }
 
	#comments-list ol { margin: 0 0 18px 0; }
 
	#comments-list li {
	padding: 18px 1.5em 18px 1.5em;
	position: relative;
	/*
 border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
*/ }
 
	#comments-list ol { /*  border-bottom: 1px solid #282828 */ }
 
.single #content #comments-list li,
.page #content #comments-list li {
	padding: 20px 0;
	position: relative;
	z-index: 0 }
 
#comments-list li .avatar {
	height: 60px;
	width: 60px;
	padding: 4px;
	background: #666; /*
 border: 1px solid #282828;*/
	float: left;
	position: relative;
	margin-left: -95px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }
 
#comments-list .comment-author,
#comments-list .comment-meta,
#comments-list .comment-content,
#comments-list .unapproved {
	display: block;
	margin-left: 100px }
 
#comments-list .unapproved {
	border-color: #4f3a38;
	border-style: solid;
	border-width: 1px;
	font-size: 95%;
	background-color: #5c120d;
	color: #a07d69;
	margin-bottom: 15px;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }
 
#comments-list .comment-author {
	font-weight: normal;
	font-size: 1.3em;
	padding: 5px 0 0 0; }
 
#comments-list .comment-meta {
	color: #666;
	font-size: 11px;
	padding: 10px 0 9px 0; }
 
	#comments-list .comment-meta a {
	color: #666244;
	font-style: normal;
	text-decoration: none; }
 
	#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover { color: #998a83; }
 
#comments-list .comment-content { padding-right: 10px }
 
#commentform {
	padding: 15px;
	width: 360px }
 
.comment-reply-link {
	font-size: 11px;
	padding: 0 0 18px 0;
	text-align: right; }
 
.hover-url {
	color: #444;
	margin-left: 10px;
	font-weight: normal;
	font-family: "Lucida Grande","Trebuchet MS", Verdana, sans-serif }
 
.comment-reply-link a {
	color: #eee;
	font-style: italic;
	text-decoration: none; }
 
.comment-navigation {
	font-weight: normal;
	margin-right: 0.5em;
	padding: 0; }
 
	.comment-navigation a {
	border: 1px solid #ccc;
	color: #eee;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none; }
 
	.comment-navigation a:active,.comment-navigation a:hover { color: #FF4B33; }
 
	.comment-navigation a,.comment-navigation span { margin-right: 0.5em; }
 
#trackbacks-list .comment-content {
	left: -9000px;
	position: absolute; }
 
#respond {
	margin-bottom: 22px; /*  border-top: 1px solid #141414; */
	overflow: hidden;
	padding: 28px 0 0 0;
	width: 390px;
	float: right;
	position: relative;
	z-index: 4 }

#comments #respond p.comment-notes{
	font-family:Verdana, "Lucida Grande", Arial,sans-serif;
	color: #c0b9c3;
	line-height: 150%;
	margin-bottom: .9em;
	padding-bottom: .8em;
	border-bottom: #ccc 1px dotted;
}

#comments-list #respond {
	margin: 0;
	padding: 0;
	float: none;
	width: 520px }
 
#comments-list #commentform { width: auto }
 
#comments-list ul #respond { margin: 0; }
 
#cancel-comment-reply {
	font-size: 11px;
	position: absolute;
	right: 1.5em;
	top: 7px; }
 
#respond .required {
	color: #FF4B33;
	font-weight: normal; }
 
.form-section {
	padding: 0 0 10px 0;
	clear: both;
	overflow: auto }
 
#form-allowed-tags.form-section p { color: #878787 }
 
	#form-allowed-tags.form-section p span { color: #b3b3b3 }
 
.form-section label { font-size: 11px; }
 
.form-section .form-label {
	width: 35%;
	float: left;
	clear: both;
	text-align: right }
 
.form-section .form-input {
	width: 65%;
	float: right;
	text-align: right }
 
	.form-section .form-input input { width: 80% }
 
.form-section .form-textarea {
	padding: 22px 0 0 0;
	width: 100%;
	text-align: left }
 
	.form-section .form-textarea textarea { width: 94% }
 
#respond #comment-notes {
	line-height: 1.2em;
	margin: 5px 0 20px 0;
	font-size: 0.9em }
 
#comments-list ul.children { margin-left: 20px; }
 
.single #content #comments-list ul.children li {
	padding-left: 25px;
	background: url("images/ico-reply.png") no-repeat 5px 20px }
 
#form-section-comment .form-label { display: none }
 
#form-allowed-tags p {
	color: #ccc;
	font-size: 10px;
	line-height: normal;
	margin: 0; }
 
#form-allowed-tags span { font-style: italic; }
 
.form-submit { padding: 18px 0 0 0 }
 
.subscribe-to-comments {
	color: #eee;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0; }
 
.solo-subscribe-to-comments {
	color: #eee;
	font-size: 11px;
	padding: 18px 0 0 0; }
 
.comment_license {
	clear: both;
	color: #eee;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0; }


/* comment on fb */
h3.fbook {
	border: fuchsia;
}

/* comment on fb */

#footer {
	background: url(images/footer_2011.png) center top;
	;
	background-repeat: repeat-x;
	background-color:#8aaec1;
	font-size: 0.83em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	z-index: 0;
	color: #e2e2e2;
	margin-top: 20px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0; }
 
	#footer a { color: #666 }
 
	#footer a:hover { color: #666 }
#subsidiary {
    width:960px;
}
	#subsidiary .aside {
	margin: 0 0 0 0;
}
 
	#footer #subsidiary .aside { width: 960px; margin: 0 auto;}
 
	#footer .widgetcontainer {
	color: #807d75;
	float: left;
	width: 240px;
	height: 230px;
	padding: 20px;
	margin: 20px;
/* 	border: 1px solid #b4c6ce; */
	background: url(images/light-source-trans1.png) no-repeat -15px -28px;
	/* 	background-color: #171717; */
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .7);
	transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear; 
}
	#footer .widgetcontainer:hover {
	background: url(images/light-source-trans3.png) no-repeat -20px -20px;
	background: rgba(255, 255, 255, .4);
}
  
	#footer .widgetcontainer h3 { margin-bottom: 10px }
 
	#footer .widgetcontainer a:hover { color: #999 }
 
	#footer .reset { clear: both }
 
#siteinfo {
	background: url(images/menu-bg-trans1.png) 980px -5px no-repeat;
	width: 800px;
	margin: 0 auto;
	font-size: 9px;
	font-weight: normal;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Verdana;
	text-align: right;
	color: #666;
	padding: 1em;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .3)
	transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
}
#siteinfo:hover {
	background:url(images/menu-bg-trans1.png)-10px -10px no-repeat;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .3);
} 
	#siteinfo a {
	text-decoration: none;
	color: #4e749b;	
}
 
	#siteinfo a:hover { color: #eee; }
 
#author-info {
	border: 1px dotted #ccc;
	padding: 5px;
	overflow: hidden;
	font-size: 1.2em;
	margin-bottom: 20px; }
 
	#author-info h2 {
	border-bottom: 3px double #ddd;
	padding: 5px 0;
	font-size: 1.8em;
	margin-bottom: 10px; }
 
	#author-info .avatar {
	float: left;
	border: 3px double #ddd;
	margin: 0 10px 10px 0; }
 
/* IE6 fixes */
.ie6 .single .entry-content { height: 450px }
 
.ie6 .entry-content { height:130px; }
 
.ie6,
.ie6 #container {
	width: 100%;
	overflow: hidden }
 
.ie6 #blog-title a { overflow: auto }
 
.ie6 #category-menu,
.ie6 #category-nav { width: 940px }
 
.ie6 #category-menu { margin: 10px 0 0 10px }
 
.ie6 #category-nav li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	height: auto }
 
	.ie6 #category-nav li.blog-description { float: right }
 
	.ie6 #category-nav li.blog-description span { float: right }
 
.ie6 #category-nav a { float: left }
 
.ie6 .single #content { height: auto }
 
/* Styles for Contact Form 7 plugin */
div.wpcf7-response-output { display: none }

div.wpcf7 {
    background-image: url(images/kotaix_button_sm_screen_vert_sprites.png);
    background-repeat: no-repeat;
    background-position: 300px 40px;
    opacity: 0.3;
	/* Firefox */
	-moz-transition: opacity 2s ease 0.5s;
	/* WebKit */
	-webkit-transition: opacity 2s ease 0.5s;
	/* Opera */
	-o-transition: opacity 2s ease 0.5s;
	/* Standard */
	transition: opacity 2s ease 0.5s;
}
div.wpcf7:hover {
    	opacity: 1.0;
	/* Firefox */
	-moz-transition: opacity 2s ease 0.5s;
	/* WebKit */
	-webkit-transition: opacity 2s ease 0.5s;
	/* Opera */
	-o-transition: opacity 2s ease 0.5s;
	/* Standard */
	transition: opacity 2s ease 0.5s;
        background-image: url(images/kotaix_button_sm_screen_vert_sprites.png);
    background-repeat: no-repeat;
    background-position: 300px -545px;
    
}

 
/* Styles for WP Post Ratings plugin */
.post-ratings {
	margin-bottom: 10px;
	float: right;
	width: 100px !important;
	margin-top: 5px;
	overflow: hidden;
	height: 20px }
 
	.post-ratings small { font-size: .7em; }
 
.post-ratings-text { display:none !important }
 
/* Styles for BuySellAds widget */
.BuySellAds_widget {
	width: 935px;
	margin: 0;
	padding: 3px 0;
	height: auto;
	overflow: auto; }
 
	.BuySellAds_widget a {
	background-color:#191919;
	border:3px solid #191919;
	display:block;
	height:125px;
	overflow:hidden;
	position:relative;
	width:125px;
	float: left;
	margin:0 3px 0 0; }
 
	.BuySellAds_widget a:hover { border-color: #191919 }
 
	.BuySellAds_widget img {
	border: 0;
	clear: right; }
 
	.BuySellAds_widget a.adhere {
	background: #191919;
	border:3px solid #191919;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	width: 125px;
	height: 125px;
	margin:0 3px 0 0; }
 
	.BuySellAds_widget a.adhere:hover {
	background: #191919;
	border: 3px solid #191919;
	color: #777; }
 
/* RCS extra */

#banner_blog {
	background: url(images/kotaix_blog_banner.png) no-repeat 0px 0px;
	transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
   background-color:transparent;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .0);
    border-radius : 4px;
    -moz-border-radius : 4px;
    -webkit-border-radius : 4px;
	opacity: .5;
	margin-top: 12px;
	padding: 10px 0px;
 
}

#banner_blog:hover {
	background: rgba(255, 255, 255, .8) url(images/kotaix_blog_banner.png) no-repeat 0px 0px;
    border: 1px solid #dedede;
    box-shadow: 0 1px 1px rgba(153, 153, 153, .7);
    -moz-box-shadow: 0 1px 1px rgba(153, 153, 153, .7);
    -webkit-box-shadow: 0 1px 1px rgba(153, 153, 153, .7);
    border-radius : 4px;
    -moz-border-radius : 4px;
    -webkit-border-radius : 4px;
	opacity: 1;
	margin-top: 12px;
	padding: 10px 0px;


}

.ccommons {
	float: left;
	font: normal 75%/1.4em "Lucida Grande", Verdana, Geneva, "Trebuchet MS", sans-serif;
	letter-spacing: .15em;
	padding-bottom: 0px;
	margin-top: 3px;
	width:80%; }
 
.meta a:link , .meta a:visited { color:#6ab1d4; }
.meta a:hover { color:#ee8a00; }
 
.ccommons span { color:#444 }
 
.meta img { margin-bottom: 4px; }
 
/* end RCS extra */
