/*
	Theme Name: Modern Clix
	Them URI: http://www.rodrigogalindez.com
	Description: A minimal, grid based, elastic theme. Wordpress 2.7 ready.
	Version: 1
	Media: Screen
	Version: Tue 6, Jan 2008
	Author: Rodrigo Galindez
	Author URI: http://www.rodrigogalindez.com
	Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*	background: transparent url(images/grid-900.gif) repeat-y top center; */
	background: #daced1;
	color: #343434;
	overflow-y: scroll;
}

.textwidget {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;

}

.textwidget2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.4em;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
	margin-right: 5px;
}

wp-post-image {
	margin-bottom: 5px;
	margin-right: 8px;
}

.thn_img {
	border: 0;
	padding-left: 8px;
	padding-right: 8px;

}

h1, h2, h3, h4 {
	color: #ffffff;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.5em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.6em;

}

h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.3;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

widget widget_ctext {
	margin-left: 2em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

a {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #2c0068;
}

a:hover {
	color: #9e8fa3;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 90em;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#menu-main-menu {
	float:left;
	min-width:430px;
}

#menu-main-menu, #main-nav {
	padding: 0 0 .5em 0;
	overflow: hidden;
}

#main-nav a {
	font-weight: bold;
}

#main-nav ul {
	list-style-type: none;
}

#menu-main-menu li, #main-nav li.page_item {
	/*margin-right: 2.2em;*/
	/*float: left;*/
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
}
#main-nav lo a {
	font-size: 1.2em;
	line-height: 1.6;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 280px; //19em;
	background: #e5dee2;
	/*border-top: 6px solid #9e8fa3;*/
	border-bottom: 6px solid #daced1;
}

#header h1 {
	margin-top: .8em;
	margin-left: 50em;
	font-size: 1.2em;
	color: #d4761f;
	line-height: 1.4;
}

#header h1 a, #header h2 {
	color: #ffffff;
}

.page_stitle{
	margin-top: 1em;
	font-size: 12px;
	color: #daced1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;

}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 1em;
	overflow: hidden;
	background: #e5dee2;
}
#content a {
	text-decoration: none;
	/*	font-weight: bold;*/
	color: #2c0068;
}

#content a:hover {
	color: #9e8fa3;
}
ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .1em 8px .5em 8px;
	font-size: 1.0em;
	color: #343434;
	line-height: 1.4;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #ffffff;
	color: #e5dee2;
}

.contentlinks a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.contentlinks a:hover {
	color: #b8571d;}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 1em 0 2em 0;
	border-top: 1px solid #2d4d01;
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
	width: 30em;
}

.post-content h3 {
	line-height: 1.3;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment {
	border-top: 1px solid #111;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#sidebar a {
	font-weight: bold;
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	border-top: 1px solid #333;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img {
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	/*	text-transform: uppercase;*/
	color: #2b4802;
}

.contenthead {
	height: 6em;
	color: #2b4802;
	background: #e5dee2;
	border-bottom: 1px solid #2d4d01;}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	font-size:1.0em;
	padding: 0;
	background: #2d4d01;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -12.5em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.full-image-page  {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
/* Centering for older posts */

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
	padding-left:8px;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1.1em;
	line-height: 1.6;
	/*text-transform: uppercase;*/
	font-weight: bold;
	border-bottom: 1px solid #838175;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #7b776b;
	font-size: 1.1em;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

.sya_container {
	padding-left: 1em;
	padding-bottom: 1em;
}

.inputfx {
	width:97%;
	font-size:1em;
	background: #daced1;
	border: 0;
	font-weight: bold;
}
.form {
	border: 0;
	background: #daced1;
	font-weight: bold;
}
.wpcf7-form {
	color: #000000;
	border: 0;
}

/**
* SLIDER
**/

/** ----------------- **/
/* cursor on links */
a.cat_next, a.cat_prev, a.next, a.prev,
span.prev a, span.next a {
	display: inline-block;
	width: 21px;
	height: 20px;
	margin: 0px 2px 4px 2px;
	padding: 0px;
	cursor: pointer;
	overflow: hidden;
	/*
	text-indent: 100%;
	white-space: nowrap;
	*/
	vertical-align: middle;
	float: right; }

a.cat_next {
	/*background-image: url("images/prev-hover.png"); */
}

a.cat_prev {
	/*background-image: url("images/next-hover.png"); */}

/* cursor on links */
a.next {
	/*background-image: url("images/prev-hover.png"); */}

a.prev {
	/*background-image: url("images/next-hover.png"); */}

a:hover {
	color: #9e8fa3;
	text-decoration: none; }

#categories h2 a:hover, #categories h3 a:hover, #categories a.more-link:hover {
	color: #9e8fa3; }

.more-link {
	padding: 0;
	margin-top: 0px;
	font-weight: normal;
	display: inline; }

#categories .category:hover .excerpt a.more-link {
	color: #2c0068; }

#categories .category:hover .thumbnail a h3 {
	color: #2c0068; }

#feature .thumbnail img.thumb-start, #feature .thumbnail img {
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-radius-bottomleft: 5px; }


/* --- SLIDER --- */
/* container */
.catslider {
	box-sizing: border-box;
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #2d4d01;

}

.thumbnail {
	box-sizing: border-box;
}

.excerpt {
	box-sizing: border-box;
}

.category {
	box-sizing: border-box;
	padding:15px 0 0 0;
	background-color: #e5dee2;
	margin-bottom: 8px;
}

/* slide element */
div.catslider .slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding-top: 6px;
	width: 100%; }

/* first element */
div.catslider div.slide:first-child {
	display: block;
}

#categories .excerpt {
	overflow: hidden;
	font-size: 14px;
	font-weight: normal; }

#categories .excerpt p, #feature .excerpt p { }

#feature .excerpt p {
	margin-top: 25px; }

.cats {
	margin-top:15px;
	display:block;
	clear:both;
}

.cat_name a, .cat_name {
	/*background-color: #daced1;*/
	color:#2c0068;
	/*display:block;
	margin:0 5px 5px 0;
	padding:2px 5px;
	*/
	font-family: Helvetica Neue, Helvetica, Arial;

	font-size:10px;
	font-weight:bold;
}

.cat_name a:hover, a.cat_name:hover {
	/*background-color:#2c0068;
	color:#daced1;*/
	color:#9e8fa3;
}

.more-link:before {
	content:'\A';
	white-space:pre;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.spacings {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
}

.thumb {
	display:block;
	position:relative;
	float:left;
	padding:0px;
	margin:0px 4px 8px 4px;
	width:144px;
	height:144px;
}

.thumb img {
	position:absolute;
}

.thumb .thumb-text {
	position:absolute;
	width:100px;
	overflow:hidden;
	padding:10px;
	color:white;
	text-transform: uppercase;
	line-height:1.2em;
}

a.thumb {
	background-color:#fc5003;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	/* IE 5-7 */
	filter: alpha(opacity=1);

	/* Netscape */
	-moz-opacity: 1;

	/* Safari 1.x */
	-khtml-opacity: 1;

	/* Good browsers */
	opacity: 1;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

a.thumb:hover img {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	/* IE 5-7 */
	filter: alpha(opacity=0);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;


	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;

}

.tinythumb {
	float:left;
	padding:0;
	margin:0;
	position:relative;
	width:45px;
	height:45px;

	background-color: #fc5003;
}

.tinythumb img {
	padding:0;
	margin:0;

	-webkit-transition: all 4000ms ease-out;
	-moz-transition: all 4000ms ease-out;
	-o-transition: all 4000ms ease-out;
	transition: all 4000ms ease-out;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	/* IE 5-7 */
	filter: alpha(opacity=1);

	/* Netscape */
	-moz-opacity: 1;

	/* Safari 1.x */
	-khtml-opacity: 1;

	/* Good browsers */
	opacity: 1;
}

.tinythumb a:hover img {
	position:absolute;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	/* IE 5-7 */
	filter: alpha(opacity=0);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;

}

#header {
	position:relative;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#header-info {
	position:absolute;
	background-color: #fc5003;
	color:white;

	cursor:pointer;

	width:200px;
	height:200px;

	top:65px;
	left:8px;
	padding:15px;

	box-sizing: border-box;
	font-weight:normal;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif !important;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

	/* IE 5-7 */
	filter: alpha(opacity=0.2);

	/* Netscape */
	-moz-opacity: 0.2;

	/* Safari 1.x */
	-khtml-opacity: 0.2;

	/* Good browsers */
	opacity: 0.2;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#header-info a {
	color:white !important;
}

#header-info a:hover {

}

/*
#header:hover {

	height:600px;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;

}
*/

#header-info:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	/* IE 5-7 */
	filter: alpha(opacity=1);

	/* Netscape */
	-moz-opacity: 1;

	/* Safari 1.x */
	-khtml-opacity: 1;

	/* Good browsers */
	opacity: 1;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.header-nav {
	position:absolute;
	bottom:5px;

}

.unselectable {
	/* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
	/* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
	-moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
	-webkit-user-select: none;
	-ms-user-select: none; /* From IE10 only */
	user-select: none; /* Not valid CSS yet, as of July 2012 */

	-webkit-user-drag: none; /* Prevents dragging of images/divs etc */
	user-drag: none;
}
