/*
------------------------------------------------------------------------
Theme Name:    News
Description:   No Support by the Developer.
Version:       1.0II

------------------------------------------------------------------------

*/
 
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}

a {
	outline: none;
        color: #cc0000;
        text-decoration: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background-color: #e7e6e6;
	clear: both;
	border-top: 1px solid #cccccc;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background-color: #e7e6e6;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

.red {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
}


/*
------------------------------------------------------------------------
HEADER - Logo & Search Form & FeactPosts
------------------------------------------------------------------------
*/

#header {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 160px;
	text-align: left;
}

.logo, .logo a, .logo a:visited {
	margin: 1px 0px 4px 0px;
	padding: 0px;
        font-family: Geneva, Arial;
	font-weight: bold;
	letter-spacing: -2px;
	color: #cc0000;
	text-decoration: none;
	float: left;
        width: 297px;
}

.search {
	margin: 5px 0px 0px 0px;
	padding: 5px;
	
	background-color: #e7e6e6;

	float: right;
}

.search .input {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	width: 150px;
	
	font-family: Arial;
	font-size: 11px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.fposts {
	margin: 4px 0px 0px 0px;
	padding: 5px;
	background-color: #f2f1f1;
        font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
}


.newsfeed, newsfeed a {
	margin: 25px 0px 0px 30px;
	padding: 2px;
        float: left;
	outline: none;
        color: #cc0000;
    
}


.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #000000;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

a img {
         border: 0px;
           }

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	height: 30px;
}

.main_menu li {
	margin: 6px 20px 4px 8px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;
	color: #cc0000;
	text-decoration: none;
	display: block;
	border-bottom: 0px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 0px solid #cc0000;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;
	
	width: 100%;
	height: 32px;
	background-color: #e7e6e6;
	
	border-bottom: 1px solid #cccccc;	
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	color: #999999;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;

}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 640px;
	
	float: left;
}

.column_right {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	width: 300px;
	
	float: right;
}


.column_right_sidebar {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	width: 300px;
	
	float: right;
}


.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}


/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	
        margin: 2px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	background-color: #ffffff;
}

#featured h1 a, #featured h1 a:visited {
	color: #cc0000;
}

#featured h1 a:hover {
	color: #cc0000;
}

#featured h2 {
	color: #cc0000;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #cc0000;
	border-bottom: 0px solid #222222;
}

#featured h2 a:hover {
	color: #222222;
	border-bottom: 0px solid #222222;
}

#featured h2 i {
	color: #222222;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #222222;
	text-decoration: none;

	border-bottom: 0px solid #333333;
}

#featured h2 i a:hover {
	color: #cc0000;
	border-bottom: 0px solid #cc0000;
}

#featured p {
	color: #222222;
}

#featured p a, #featured p a:visited {
	color: #000000;
	border-bottom: 0px solid #333333;
}

#featured p a:hover {
	color: #000000;
	border-bottom: 0px solid #000000;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

#featured ul, #featured ol {
	margin: 2px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 10px 10px 20px;
	
	background-color: #000000;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;

	border-bottom: 1px dashed #aaaaaa;
}

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	color: #336699;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;

}



.meta {

	margin: 0px 0px 15px 0px;
	padding: 0px;

	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img {
    margin: 3px 10px 5px 0px;
    padding: 0px;
    

    
    
    /* add in new auto width */
    width: auto;
    height: 82px;
    
    border: 2px;
    clear:both;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #cc0000;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	float: right;
	border: none;
}

#entry p {
	margin: 20px 0px 20px 0px;
	
	font-size: 12px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 12px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #336699;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #e7e6e6;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {
	margin: 0px;
	padding: 0px;
	
	border: 5px solid #e7e6e6;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
	
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	
	height: 27px;
	
	background-color: #e7e6e6;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color: #e7e6e6;
	
	font-size: 11px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	
	background-color: #e7e6e6;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Tabs */

/* Widgets */

#content .widget ul, .widget_openxwpwidget {
	padding: 10x 10px 8px 10px;
	border: 5px solid #e7e6e6;
}



.widget li a, .widget li a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin-left: 10px;
}

.widget li a:hover {
	color: #cc0000;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {

border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: Geneva, Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #cc0000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #cc0000;
}

h2 {
	margin: 14px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	font-family: Geneva, Arial;
	text-transform: uppercase;
	color: #cc0000;

}


h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #cc0000;
	text-decoration: none;
	border-bottom: 0px solid #222222;
}

h2 a:hover {
	color: #cc0000;
}

h2 i {
	color: #222222;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #222222;
}

h2 i a:hover {
	color: #cc0000;
}


h3 {
	margin: 14px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Geneva, Arial;
	text-transform: uppercase;
	color: #000000;

}


}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}

h4 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Geneva, Arial;
	color: #000000;

}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	margin-top: 5px;
	padding: 3px 0px 3px 0px;
	
	width: 100%;
	background-color: #e7e6e6;
}

#footer p.left {
margin-left: 20px;	
font-size: 11px;
	color: #999999;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #999999;
	float: right;
margin-right: 20px;
}

#footer p a, #footer p a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #000000;
}

div.author {
  float: left;
  border: thin silver solid;
  margin: 2px 14px 0px 0px;
  padding: 4px;
}

#feattab1 {
text-decoration: none;
width:100%;
margin-top:0px;
margin-bottom:2px;

}

.thumb {
padding-right:6px;
padding-bottom:4px;

}


/*
------------------------------------------------------------------------
SEGUINTE E ANTERIOR
------------------------------------------------------------------------
*/

.btnav { background-color: #ffffff; } 

.alignleft {
text-align: left;
}


.alignright {
text-align: right;
}

/*
------------------------------------------------------------------------
IMG INDEX
------------------------------------------------------------------------
*/

img.fl{margin:0 18px 10px 0; background:#F4F4F4; border:1px solid #DDDDDD; padding:15px; }
img.fll, .entrytc img{background:#F4F4F4; border:1px solid #DDDDDD; padding:5px; margin:0px 10px 6px 0px }
img.fl:hover, img.fll:hover, .entrytc img:hover{border:1px solid #666 }
.fl, .fll{float:left }
.fr, .frr{float:right }

.entrytc {
text-align: justify;
height: 160px;
}

.hr_postpub {
	margin: -3px;
	padding: 0px;
	height: 8px;
	background-color: #e7e6e6;
	clear: both;
	border-top: 1px solid #cccccc;
}

.dotendpost {
border-bottom:1px dashed #AAAAAA;
line-height: 160px;
list-style-type:none;
margin-bottom:16px;
}


.fan_box a:hover{
  text-decoration: none;
}
.fan_box .full_widget{
  height: 200px;
  border: 0 !important;
  background: none !important;
  position: relative;
}
.fan_box .connect_top{
  background: none !important;
  padding: 0 !important;
}
.fan_box .profileimage, .fan_box .name_block{
  display: none;
}
.fan_box .connect_action{
  padding: 0 !important;
}
.fan_box .connections{
  padding: 0 !important;
  border: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}
span.total{
  color: #FF6600;
  font-weight: bold;
}
.fan_box .connections .connections_grid {
  padding-top: 10px !important;
}
.fan_box .connections_grid .grid_item{
  padding: 0 10px 10px 0 !important;
}
.fan_box .connections_grid .grid_item .name{
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: normal;
  color: #666 !important;
  padding-top: 1px !important;
}
.fan_box .connect_widget{
position: absolute;
bottom: 0;
right: 10px;
margin: 0 !important;
}
.fan_box .connect_widget .connect_widget_interactive_area {
margin: 0 !important;
}
.fan_box .connect_widget td.connect_widget_vertical_center {
padding: 0 !important;
}

div.addthis_toolbox {
margin-left: 8px;   

}