/*
Theme Name: Flare3D
Author: Digbang
Author URI: http://www.digbang.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: black;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	float: left;
	}

#header {
	background: url('images/header.jpg') no-repeat bottom center;
	}

#headerimg 	{
	height: 106px;
	width: 1024px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size:11px;
	font-family:arial;
	color:#f8b605;
	}

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

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/border-bottom.png') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 23px;
	font-weight: bold;
	font-family: Arial;
	color:#2b98c2;
	}

#sidebar h2 {
	font-family:arial;
	font-size: 23px;
	font-weight:bold;
	color: #2b98c2;
	}

h3 {
	font-size: 1.3em;
	}

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: #2b98c2;
	}

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;*/
	color: #2b98c2;	
	}

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	width:40px;
	height:41px;
	border: 1px solid #eee;
	margin: 0 20px 0 0;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: arial;
	font-size:12px;	
	}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #2B98C2;
	text-decoration: none;
	}


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

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

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

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



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page-container {
	background-color:red;
	margin: 0px auto;
	padding: 0;
	width: 1024px;
	}

#page {
	margin: 0;
	padding: 0;
	width: 1024px;
	}



#headerimg {
	margin: 0;
	height: 106px;
	width: 1024px;
	
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	width: 600px;
	}

.widecolumn {
	float:left;
	padding: 0 0 20px 45px;
	width: 600px;
	}

.post {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	text-align: justify;
	border-bottom:1px solid #bcc2c4;	
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 0 10px 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 910px;
	height:17px;
	clear: both;
	float:left;
	}

#footer p {
	margin: 0;
	padding:0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

f.pagetitle {
	margin-top: 30px;
	text-align: center;
}

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

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

h3.comments {
	padding: 0;
	margin: 30px auto 20px ;
	color:#f8b605;
	font-family:arial;
	font-size:16px;
	font-weight:normal;	
	}
/* 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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	font-family:arial;
	font-size:12px;
	color:#424b4d;
	width:222px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 8px 0;
	padding: 0 0 8px 0;
	font-size:12px;
	font-family:arial;
	border-bottom:1px  dotted #92a3a9;
	}
/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width:520px;
	height:130px;
	margin: 10px 0 0 20px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	background: url('images/sendbutton.png');
	width:98px;
	height:28px;
	border:0 none;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-999px;
	}
/* End Form Elements */



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

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

.commentlist li 
	{	
	padding: 10px 5px 10px 10px;
	list-style: none;
	border:none;
	border-bottom:1px solid #d6e4e8;
	}
.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: 20px 0 10px 0px;
	margin:0 0 0 545px;
	width: 280px;
	float: left;
	margin:0 0 0 33px;
	position: relative;
	left: 85px;
}

#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;
	margin: 0 0 5px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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;
}


#header
{
	background: url('images/header.jpg') no-repeat top left;
	width: 1024px;
	height: 127px;
}
	#header a#BtnLogo
	{
		left:72px;
		position:relative;
		top:16px;
	}
		#header a#BtnLogo img
		{
			height:75px;
			width:232px;
		}
	#header #TxtSearch
	{
		background-color:transparent;
		border:0 none;
		left:51px;
		position:relative;		
		color: #868990;
		font-family:Tahoma;
		font-size:11px;
		width:145px;		
	}
	#header #nav-menu
	{
		left:286px;
		position:relative;
		top:90px;
		width:465px;
	}
		#header #nav-menu ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
			font-family:arial;
			font-size:13px;
		}
			#header #nav-menu ul li
			{
				float: left;
				margin: 0 0.64em;
				position: relative;
			}
				#header #nav-menu ul li a
				{
					color: #b3ced6;
				}

				
				#header #nav-menu ul li a.selected
				{
					color: #ffffff;
					font-weight: bold;
				}							
				
				#header #nav-menu ul li div.submenu
				{
					display: none;
					position: absolute;
					position:absolute;
					top:14px;
					left:-16px;
				}
				
				#header #nav-menu ul li div.submenu ul
				{
					float:left;
					background: #000000;
					border-left: solid #032527 1px;
					border-right: solid #032527 1px;
					border-bottom: solid #032527 1px;
					background:#000000 none repeat scroll 0 0;
					border-bottom:1px solid #032527;
					border-left:1px solid #032527;
					border-right:1px solid #032527;
					padding: 0px 4px 7px 4px;
					margin: 14px 0 0 0;
										
					-moz-border-radius-bottomleft: 5px;
					-moz-border-radius-bottomright: 5px; 
					-webkit-border-radius-bottomleft: 5px;
					-webkit-border-radius-bottomright: 5px;
				}

				#header #nav-menu ul li div.submenu ul li
				{
					padding: 3px 0 3px 0;
				}
				
				#header #nav-menu ul li div.submenu ul li a
				{
					color: #ffffff;
				}
				
				#header #nav-menu ul li div.submenu ul li a:hover
				{
					color: #ffffff;
					text-decoration: underline;						
				}
				
								
	#header #header-toolbox
	{
		float:right;
		color:#B3CED6;
		font-size:13px;
		width:620px;
		position:relative;
		top:-41px;
		margin:0 59px 0 0;
	}
		#header #header-toolbox a
		{
			color: #B3CED6;
		}
		#header #header-toolbox div.localize
		{
			float: right;
			color: #cccccc;
			font-family: Tahoma;
			font-size: 11px;
			width: 95px;
		}
		
div.borderTop
{
	background: url('images/border-top.png') no-repeat bottom center;
	height:9px;
	width:909px;
}

#sidebar div.subscribe
{
	width:240px;
	font-family:arial;
	font-size:13px;
	color:#424b4d;
	float:left;
	margin: 0 0 10px 0;
}

#sidebar a.rss
{
	background: url('images/rss.png') no-repeat left center;
	float:left;
	height:32px;
	line-height:32px;
	margin:0 8px 0 0;
	padding:0 0 0 40px;
}

#sidebar a.twitter
{
	background: url('images/twitter.png') no-repeat left center;
	float:left;
	height:32px;
	line-height:32px;
	margin:0 8px 0 0;
	padding:0 0 0 40px;
}

#sidebar a.facebook
{
	background: url('images/facebook.png') no-repeat left center;
	float:left;
	height:32px;
	line-height:32px;
	margin:0 8px 0 0;
	padding:0 0 0 40px;
}

#sidebar div.socialConteiner
{
	width:240px;
	margin: 0 0 20px 0;
	float:left;
}

#sidebar div.borderTopSidebar
{
	background: url('images/borderTopSidebar.png') no-repeat bottom center;
	height:12px;
	width:281px;
	float:left;		
}

div.sidebarContentAll
{
	width:261px;
	padding: 0px 0 20px 20px;
	background: #D5EBF4 url(images/fondoSidebar.png) repeat-x scroll center bottom;
	position:relative;	
	float:left;
}

#sidebar div.sidebarBorder
{
	width:281px;
	height:14px;
	float:left;		
	background: url('images/borderSidebar.png');
}

div.date
{
	background: url('images/date.png');
	height:66px;
	width:66px;
	float:left;
	margin: 0 10px 0 -80px;
	z-index:1;
	position:relative;
}

#content div.title
{
	background: url('images/title.png');
	margin: 20px 0 20px 0;
	height:20px;
	width:288px;
}
#content h2.titlePost a
{
	font-family:arial;
	color:#2b98c2;
	font-weight:bold;
	font-size:23px;
}
#content small.postedIn 
{
	font-family:arial;
	font-size:12px;
	color:#424b4d;
	margin: 5px 0 0 0;
}

#content small.postedIn a
{
	font-family:arial;
	font-size:12px;
	color:#f8b605;
}

#content div.entryText
{
	font-family:arial;
	font-size:13px;
	color:#424b4d;		
}

#content div.entryText a
{
	text-decoration:none;
	color: #2b98c2;
}

#content div.titlePostAll
{
	margin:0;
}

#content div.titlePostContent
{
	padding:3px 0 0 0;
	
}

#content div.date div.fecha
{
	height:46px;
	width:46px;
	font-family:arial;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	margin:9px 9px 9px 10px;
	text-align:center;
}

#content p.postmetadata a
{
	color:#f8b605;
}

#content div.date div.fecha span.day
{
	display:block;
	font-size:30px;
	line-height:30px;
}


#content div.date div.fecha span.month
{
	font-size:12px;
	text-transform: uppercase;
}

#footer
{
	background: url('/static/images/layout/bkg_footer.png') no-repeat center;
	width: 1024px;
	height:62px;
	padding-top:26px;
	text-align:center;
	color: #ebe7e7;
	font-size: 11px;
	font-family: Tahoma;
}

	#footer a
	{
		color: #ebe7e7;
	}
	#footer #footer-hr
	{
		background: url('/static/images/layout/footer_hr.jpg') no-repeat top left;
		width:288px;
		height:3px;
		line-height:3px;
		margin:auto;
		margin-top:7px;
		margin-bottom:5px;
	}
div.respond
{
	background: url('images/leavecomment.png');	
	height:340px;
	width:559px;	
	margin: 20px 0 0 0;
}

div.commentTitle
{
	background: url('images/commentTitle.png');	
	height:20px;
	width:249px;
}

label.commentSubtitle
{
	width:333px;
	height:22px;
	font-family:arial;
	font-size:13px;
	color:#FFFFFF;
	margin: 5px 0 0 20px;
}


div.commentSubtitle
{
	width:333px;
	height:22px;
	font-family:arial;
	font-size:13px;
	color:#FFFFFF;
	margin: 0px 0 0 20px;
	float:left;	
}

input.inputText
{
	float:left;	
	margin: 0 0 0 0px;
	width:236px;
}

div.contenedor
{
	width:520px;
	float:left;
	margin:8px 0 0 0;		
	padding:0;
}

div.contenedorLogin
{
	width:530px;
	float:left;
	margin-top:15px;	
}

div.btnSend
{
	float:left;
	margin: 0 0 0 20px;
}

div.login
{
	color:#FFFFFF;	
	font-size:11px;
	float:right;
	margin:0px 0 0 20px;
}

div.login a
{
	color:#f8b605;
}

div.dataMissing
{
	width:400px;	
	padding: 0 0 0 20px;
}

div.contenedor label.text
{
	width:400px;
	color:#FFFFFF;
	font-family:arial;
	font-size:13px;
	margin: 0 0 0 20px;
}

/*CSS Sabrosus style pagination*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	font-family:arial;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #bcc2c4;
	
	text-decoration: none; 
	color: #424b4d;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2b98c2;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}


#header #nav-menu div.menuConteiner
{	
	height:25px;
	width:700px;
	margin: 0 0 0 50px;
}


/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

