/*---:[ core layout elements ]:---*/
* { margin: 0; padding: 0; }
body { background-image: url(/wp-content/uploads/images/bg-body.jpg); background-color: #ffffff; background-repeat: repeat-x; color: #444444; font-size: 62.5%; }
#page { background: #fff; background-image: url(/wp-content/uploads/images/bg-inside.jpg); background-repeat: no-repeat; }
#header { display: none; clear: both; padding: 0px; }
#column_wrap { float: left; }
.post_box, .teasers_box { border-top: 1px dotted #bbb; clear: both; }
.teasers_box .post_box { border-top: none; clear: none; margin: 0; }
.teasers_box img { display: none; }
.teaser { float: left; }
.teaser_right { float: right; }
.top { border: none !important; }
#sidebar_1 { border-right: 1px dotted #ccc; }
#footer { border-top: 3px double #ccc; clear: both; color: #888; height: 35px; }
/*---:[ global elements ]:---*/
a { color: #2361a1; text-decoration: none; }
h1 a, h2 a { text-decoration: none; }
a:hover { text-decoration: underline; }
a.post_image_link { outline: none; }
a img { border: none; }
blockquote { border-left: 1px solid #ddd; color: #666; }
abbr, acronym { border-bottom: none; cursor: help; letter-spacing: 1px; line-height: 1em; text-transform: uppercase; }
code { background: #eee; line-height: 1em; }
pre { background: #eee; border: 1px solid #ddd; clear: both; overflow: auto; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }
p { text-indent: 1px; }
/*---:[ form inputs ]:---*/
textarea { background: #eee; border-bottom-color: #ddd; border-right-color: #ddd; border: 1px solid #aaa; color: #444; font-size: 1em; }
input:focus, textarea:focus { background: #fff; border-bottom-color: #ccc; border-color: #777; border-right-color: #ccc; }
.sidebar .text_input { width: 95%; }
input.form_submit { background: url('images/submit-bg.gif'); border-left-color: #ccc; border-top-color: #ccc; border: 3px double #999; color: #333; cursor: pointer; font-weight: bold; overflow: visible; width: auto !important; }
#commentform input.form_submit { border-width: 3px; }
input.form_submit:hover { color: #090; }
/*---:[ universal image classes ]:---*/
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { clear: both; display: block; float: none; margin-left: auto; margin-right: auto; }
img.alignnone, img.block { clear: both; display: block; }
img.frame { background: #eee; border-color: #ddd; border-style: solid; }
img.stack { clear: none !important; }
img[align="left"] { clear: left; float: left; }
img[align="right"] { clear: right; float: right; }
img[align="middle"] { clear: both; display: block; float: none; margin-left: auto; margin-right: auto; }
/*---:[ image captioning ]:---*/
.wp-caption { background-color: #eee; border-color: #ddd; border-style: solid; font-style: italic; text-align: center; }
	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; }
	.wp-caption.aligncenter { clear: both; float: none; margin-left: auto; margin-right: auto; }
	.wp-caption.alignnone { clear: both; }
/*---:[ headlines and bylines ]:---*/
h1,  h3, h6 { font-weight: normal; }
#sidebars h3 { font-weight: bold; }
#sidebars li { font-size: 11px; }
h4, h5 { font-weight: bold; }
h5, h6 { letter-spacing: 1px; text-transform: uppercase; }
h2 { font-size: 11px; font-weight: normal; font-family: Arial; color: #444; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { color: #cc0000; font-variant: small-caps; letter-spacing: 2px; }
h2 a { color: #333; }
	h2 a:hover { color: #2361a1; }
/*---:[ headline meta data (includes bylines) ]:---*/
.headline_area h2 { font-weight: normal; }
.teasers_box h2 { font-weight: normal; }
.headline_meta { color: #888; font-style: italic; }
	.headline_meta span, .headline_meta abbr { font-style: normal; letter-spacing: 1px; text-transform: uppercase; }
	.headline_meta a { border-bottom: 1px solid #eee; color: #888; }
		.headline_meta a:hover { color: #333; }
/*---:[ nav menu styles ]:---*/
ul#tabs { border-width: 0 0 1px 1px; border: 0px solid #fff; list-style: none; }
	ul#tabs li { background: #003366; border-bottom-color: #fff; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #fff; border-left-style: solid; border-left-width: 0px; border-right-color: #fff; border-right-style: solid; border-right-width: 1px; border-top-color: #fff; border-top-style: solid; border-top-width: 1px; float: left; margin-bottom: -0.1em; }
		ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #cc0000; border-bottom-color: #fff; border-bottom-style: solid; border-bottom: 1px; padding-bottom: 0.0em; }
		ul#tabs li a { color: #fff; display: block; letter-spacing: 0.2em; line-height: 1em; text-decoration: none; text-transform: uppercase; }
			ul#tabs li a:hover { background-color: #cc0000; color: #fff; text-decoration: none; }
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { color: #fff; cursor: default; }
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { background-color: #cc0000; text-decoration: none; }
/*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; }
	#header #logo a { color: #333; }
		#header #logo a:hover { color: #2361a1; }
.tagline { font-size: 12px; color: #333; font-weight: bold; margin: 0px; padding: 0px; position: absolute; margin-top: -999px }
#logo { margin-top: -1000px; position: absolute; }
/*---:[ content styles ]:---*/
.format_text a { text-decoration: underline; }
	.format_text a:hover { text-decoration: none; }
.format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }
.format_text ul { list-style: none; }
.format_text dt { font-weight: bold; }
/*---:[ pullquotes ]:---*/
.format_text blockquote.right, .format_text blockquote.left { border: none; }
.format_text blockquote.right { float: right; }
.format_text blockquote.left { float: left; }
.format_text blockquote.right p, .format_text blockquote.left p { margin: 0 !important; }
/*---:[ end pullquotes ]:---*/
.format_text .ad { clear: right; float: right; }
.format_text .ad_left { clear: left; float: left; }
/*---:[ after-post elements ]:---*/
.format_text .to_comments { clear: both; color: #666; }
	.format_text .to_comments span { color: #333; line-height: 1em; }
		.format_text .to_comments span.bracket { color: #ccc; }
	.format_text .to_comments a { color: #666; text-decoration: none; }
		.format_text .to_comments a:hover { color: #333; text-decoration: underline; }
/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.post_tags { color: #666; }
	.post_tags a { text-decoration: none; }
		.post_tags a:hover { text-decoration: underline; }
/*---:[ feature box ]:---*/
#feature_box { background: #eee; border-bottom: 2px solid #ddd; }
/*---:[ home page teasers ]:---*/
.teaser a.teaser_link { display: block; }
	.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { color: #888; font-style: italic; }
	.teaser .teaser_author .author { font-style: normal; letter-spacing: 1px; text-transform: uppercase; }
.teaser .teaser_date { color: #888; }
.teaser .edit_post { color: #888; letter-spacing: 1px; }
.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { border-bottom: 1px solid #eee; color: #888; letter-spacing: 1px; text-transform: uppercase; }
.teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #333; }
.teaser .teaser_author a { font-style: normal; }
.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }
/*---:[ archive information block ]:---*/
#archive_info {  }
	#archive_info p { font-size: 11px; margin-top: 2px; }
/*---:[ navigation links ]:---*/
.prev_next { border-top: 2px solid #ddd; clear: both; color: #666; letter-spacing: 2px; text-transform: uppercase; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
		.prev_next a:hover { text-decoration: underline; }
.post_nav a { letter-spacing: normal; text-transform: none; }
#comment_nav_2 { border-bottom: 2px solid #ddd; border-top: 0; }
/*---:[ multimedia box ]:---*/
#multimedia_box { height: 290px; width: 330px; }
#image_box { background: #eee; border-bottom: 1px solid #333; }
	#image_box img { background: #fff; border-color: #bbb; border-style: solid; display: block; }
/*---:[ video box styles ]:---*/
#video_box { background-image: url(/wp-content/uploads/images/sprite1.png); background-repeat: no-repeat; height: 290px; margin-left: 8px; margin-top: 10px; width: 330px; }
/*---:[ custom box styles ]:---*/
#custom_box { background: #eee; border-bottom: 1px solid #333; }
/*---:[ sidebar styles ]:---*/
#categories-433937101 li { list-style-type: none;	background-position: -91px -405px;	width:12px;	height:12px;	background-image:url(http://www.blogtico.com/wp-content/uploads/images/sprite1.png);background-repeat: no-repeat; padding-left: 15px; list-style-position: inside; font-size: 12px; }
#categories-433937101 .children li { list-style-position: inside; }
#widget_killer_recent_entries-424355432 li { list-style-position: inside; }
#linkcat-70 li {  list-style-position: inside; }

.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
li.widget { width: 100%; }
li.centered { text-align: center; }
li.widget p a { text-decoration: underline; }
	li.widget p a:hover { text-decoration: none; }
li.widget ul { list-style: none; }
	li.widget ul li .num_comments { color: #333; }
/*---:[ widget box styles ]:---*/
li.widget .widget_box { background: #e3f0f2; border-color: #addde6; border-style: solid; }
/*---:[ google custom search ]:---*/
li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
li.thesis_widget_google_cse form input[type="submit"] { background: url('images/submit-bg.gif'); border-left-color: #ccc; border-top-color: #ccc; border: 3px double #999; color: #333; cursor: pointer; font-weight: bold; }
	li.thesis_widget_google_cse form input[type="submit"]:hover { color: #2361a1; }
/*---:[ calendar widget ]:---*/
#calendar_wrap { padding: 0 1%; width: 98%; }
	#calendar_wrap a { font-weight: bold; }
		#calendar_wrap a:hover { background: #ddd; text-decoration: none; }
table#wp-calendar { border-collapse: collapse; width: 98%; }
	table#wp-calendar caption { background: #e5e5e5; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; }
	table#wp-calendar th { background: #f2f2f2; border-bottom: 1px solid #ddd; text-align: center; width: 14%; }
	table#wp-calendar td { color: #888; text-align: center; width: 14%; }
	table#wp-calendar td#next, table#wp-calendar td#prev { letter-spacing: 1px; text-transform: uppercase; width: 45%; }
	table#wp-calendar td#next { text-align: right; }
	table#wp-calendar td#prev { text-align: left; }
/*---:[ comment styles ]:---*/
.comments_intro p { color: #666; }
.comments_intro a { text-decoration: underline; }
	.comments_intro a:hover { text-decoration: none; }
.comments_intro span { color: #333; line-height: 1em; }
	.comments_intro span.bracket { color: #ccc; }
dl#comment_list { border-top: 1px dotted #bbb; background-color: #f9f9f9; }
	dl#comment_list dt a:hover { text-decoration: underline; }
	dl#comment_list dt .comment_author { font-weight: bold; }
.avatar img { float: right; }
.comment_time, .edit_comment { color: #888; }
.comment_time { white-space: nowrap; }
	.comment_time a, .edit_comment a { color: #888; }
	.comment_time a:hover, .edit_comment a:hover { color: #888; }
.comment_num { float: right; }
dl#comment_list .comment_num a { color: #aaa; font-weight: bold; }
	dl#comment_list .comment_num a:hover { background: #aaa; color: #fff; text-decoration: none; }
dl#comment_list .bypostauthor { background: #e7f8fb; }
dl#comment_list dd { border-bottom: 1px dotted #bbb; }
	dl#comment_list dd p.reply a { color: #888; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
		dl#comment_list dd p.reply a:hover { text-decoration: underline; }
dl#comment_list dl { border-top: 0; }
	dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
	dl#comment_list dl dd { border-bottom: 0px; }
	dl#comment_list dl .bypostauthor { background: none; }
	dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-color: #ddd; border-style: solid; }
	dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }
a.comment_link { border-bottom: 1px solid #bbb; color: #333; font-variant: small-caps; text-decoration: none; }
	a.comment_link:hover { border-bottom-color: #333; color: #333; }
/*---:[ author comment and alternating comment colors ]:---*/
/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
dl#trackback_list { border-top: 1px dotted #bbb; }
	dl#trackback_list dt a { color: #333; }
		dl#trackback_list dt a:hover { color: #333; text-decoration: underline; }
	dl#trackback_list dd { color: #888; }
.comments_closed p { color: #888; letter-spacing: 1px; text-transform: uppercase; }
/*---:[ comment form styles ]:---*/
#respond_intro p { color: #555; }
	#respond_intro p a { font-weight: bold; }
		#respond_intro p a:hover { text-decoration: underline; }
.login_alert { background: #f5f5f5; border: 1px solid #ddd; }
	.login_alert p { font-weight: bold; }
		.login_alert p a:hover { text-decoration: underline; }
.comment_moderated { font-weight: bold; }
#commentform { border-top: 1px dotted #bbb; }
	#commentform p { margin-bottom: 1em; }
		#commentform p a { text-decoration: underline; }
			#commentform p a:hover { text-decoration: none; }
		#commentform p .required { color: #d00; }
	#commentform span.allowed { background: #f9f7e4; border-color: #bbb; border-style: dotted; color: #807e70; display: block; }
		#commentform span.allowed span { display: block; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
#commentform p.subscribe-to-comments label { font-size: 1em; }
/*---:[ footer styles ]:---*/
#footer a { color: #888; text-decoration: underline; }
	#footer a:hover { color: #333; }
/*---:[ self-clearing floats]:---*/
ul#tabs:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
/*---:[ custom styles]:---*/
#banner { border: none; float: right; margin-right: 50px;  background-repeat: no-repeat; background-position: left bottom; display: block; height: 34px; width: 325px; background-image: url(http://www.blogtico.com/wp-content/uploads/images/sprite2.gif); margin-top: 35px;}
#blogtico { background-repeat: no-repeat; background-position: left top; display: block; height: 59px; width: 196px; float:left; background-image: url(http://www.blogtico.com/wp-content/uploads/images/sprite2.gif); margin-top: 15px;}
#sidebar_1 li { padding-left: 4px; }
.boton { background: #2361a1; color: #fff; }
#divider { border-top-color: #CCCCCC; border-top-style: dotted; border-top-width: 1px; height: 2px; margin-bottom: 1px; margin-top: 1px; width: 915px; }
#videohead { background-color: #003366; height: 25px; width: 348px; }
	#videohead h3 { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; font-weight: bold; margin: 0px; padding-left: 8px; padding-top: 4px; }
.pub_right { background-color: #FFFFFF; margin-top: 50px; position: absolute; visibility: visible; z-index: 1; height: 22px; width: 120px; }
.pub_horz { background-color: #fff; width: 468px; height: 25px; position: absolute; z-index: 1; visibility: visible; margin-top: 130px; }
.pub_horz1 { background-color: #ffffff; width: 468px; height: 20px; position: absolute; z-index: 1; visibility: visible; margin-top: 40px; }
#linkcat-70 { margin-bottom: 12px; }
#pages { margin-bottom: 18px; }
#categories-433937101 { margin-bottom: 18px; }
#text-437406241 { margin-bottom: 12px; }
.page-item-288 a { color: #990000 }
.azul { color: #003366; font-weight: bold; }
.rojo { color: #CC0000; font-weight: bold; }
img#wpstats { display: none }
#div-4760227962032995017 a { font-size: 11px; font-weight: normal; }
.clear { clear: both; }
.pub_horz2 { background-color:#fff; width:300px; height:20px; position:absolute; z-index:1; visibility:visible;  margin-top: 233px;}
.pub_horz3 { background-color:#fff; width:120px; height:20px; position:absolute; z-index:1; visibility:visible;  margin-top: 0px;}


/*---:[ social ]:---*/
#friendfeed { background-repeat: no-repeat; background-position: -62px bottom; display: block; height: 21px; width: 21px; float:left; background-image: url(http://www.blogtico.com/wp-content/uploads/images/sprite1.png); }
#stumble { background-repeat: no-repeat; background-position: -40px bottom; display: block; height: 21px; width: 21px; float:left; background-image: url(http://www.blogtico.com/wp-content/uploads/images/sprite1.png); }
#facebook { background-repeat: no-repeat; background-position: -19px bottom; display: block; height: 21px; width: 21px; float:left; background-image: url(http://www.blogtico.com/wp-content/uploads/images/sprite1.png); }
#twitter { background-repeat: no-repeat; background-position: left bottom; display: block; height: 21px; width: 21px; float:left; background-image: url(http://www.blogtico.com/wp-content/uploads/images/sprite1.png); }