/* 
	Theme Name: RichWP Magazine
	Theme URL: http://www.RichWP.com
	Description: Magazine theme created for WordPress.
	Author: Felix Krusch
	Author URI: http://www.RichWP.com
	Version: 1.1
	Tags: blog theme, blog design, blogging
	
	The RichWP Magazine Theme is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		V1.0 - 2009-03-05 Release of RichWP Magazine
		V1.1 - 2009-07-10 IE6 Bug Fixes, New Corners, Header Change
*/

body {
	background: #F7F7F7 url(bg.gif) repeat top left;
	color: #2D2D2D;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

#wrap {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	background: #fff;
}



/*************************** Header START ***************************/
/* Logo */
#logo {
	width:990px;
	height:144px;
	float:left;
	background: url(images/headers/rotate.php) no-repeat top left;
}
#toplogo{
    padding: 10px 0;
    float: left;
    width: 360px;
    }
#logo img{
	padding: 0 5px 0 0;
}

#logo h1{
	color: #3D3D3D;
	font-size: 28px;
	font-family: Verdana, Arial, Tahoma;
	font-weight:bold;
	margin: 30px 0 0 3px;
	float:left;
	padding-bottom: .25em
}

#logo h1 a, #header h1 a:active, #header h1 a:visited {
	color: #3D3D3D;
	text-decoration:none;
}

#logo h2{
	color: #3D3D3D;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	margin: 44px 0 0 3px;
	float:left;
}

#logo h2 a, #logo h1 a:active, #logo h2 a:visited{
	color: #3D3D3D;
	text-decoration:none;
}

/* Logo END */

#header {
	background:url(bg_header.gif) repeat-x bottom #FFFFFF;
	height:28px;
	padding: 0;	
	margin:0 0 10px 0;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Header Navigation (Big Thanx to Suckerfish ;-) */
#header2 {
	float:right;
	margin: 10px 0 0 0;
}
#nav2 {
  	float:right;
	margin: 1px 0 0 0;
}
#nav2 a, #nav2 a:link, #nav2 a:visited {
	color: #4D4D4D;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
	margin: 0px;
	padding: 8px 10px 7px 10px;
}

#nav2 a:hover, #nav2 a:active {
	color: #4D4D4D;
	margin: 0;
	padding: 8px 10px 7px 10px;
	text-decoration: underline;
}

#nav {
	float:left;
	margin: 1px 0 0 0;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	color: #4D4D4D;
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
	margin: 0px;
	padding: 8px 10px 7px 10px;
}

#nav li a:hover, #nav li a:active {
	color: #4D4D4D;
	margin: 0;
	padding: 8px 10px 7px 10px;
	text-decoration: underline;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	opacity: .90;
	filter: alpha(opacity=90);
	background: #EEEEEE;
	width: 150px;
	color: #4D4D4D;
	float: none;
	margin: 0 0 0 4px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
	
#nav li li a:hover, #nav li li a:active {
	opacity: .85;
	filter: alpha(opacity=85);
	background: #f6b551;
	color: #FFFFFF;
	margin: 0 0 0 4px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #f6b551;
	border-left: 1px solid #f6b551;
	border-right: 1px solid #f6b551;
}

#nav li {
	float: left;
	padding: 0px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#nav li li { 
}

#nav li ul a { 
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active { 
	text-decoration:none;
}

#nav li ul ul {
	margin: -21px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

#rss_top {
	width:16px;
	height:16px;
	float: left;
	margin: 6px 0 0 13px;
}
/* Header Navigation END */


/* Header Search */
#header_search {
	float: right;
	margin: 5px 5px 0 5px;
}

#header_search form {
	margin: 0;
	padding: 0;
	display:block;
}

#search input {
	color:#626262;
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width:130px;
	padding:0 5px 0 5px;
	margin:1px 5px 0px 9px;
	vertical-align:middle;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search .input {
	width:16px;
	height:16px;
	background:none;
	border:none;
	padding:0;
	margin:0 3px 0 0;
	vertical-align:middle;
}
/* Header Search END */

/*************************** Header END ***************************/

.boxes {
	position:relative;
	z-index:999;
	background: url(bg_box.gif) bottom repeat-x #FFFFFF;
	border: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.boxes2 {
	position:relative;
	z-index:999;
	background: url(bg_box.gif) bottom repeat-x #FFFFFF;
	border: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.boxes2 h3 {
	background:url(bg_header.gif) repeat-x bottom #FFFFFF;
	height:28px;
	padding: 0;	
	margin:0;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #D6D6D6;
	font-size: 12px;
	line-height: 28px;
	padding: 0 10px;
	font-weight: normal;
}


/*************************** Content START ***************************/

#col_left { 
	width: 800px;
	margin: 15px 0 30px 0;
	float: left;
}

#sidebar_left {
    width: 180px;
    float: left;
    display: inline;
}
#center {
    margin-left: 190px;
}
#content {
	padding-bottom:40px;
	margin: 0 0 20px 0;
	float:left;
	line-height: 22px;
	width: 600px;
}
.single {padding: 0 20px 20px 20px;margin-bottom:20px;}
#content a{
	color:#2D2D2D;
	text-decoration:underline;
}

#content a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

#content p{
	margin: 0 0 15px 0;
}

#tag_box {
	margin: 0 0 15px 0;
	padding: 5px 15px 5px 15px;
}

#content_home_left{
	width: 620px;
	float: left;
	margin: 15px 0 30px 0;
	display:inline;
}

#content_home_right{
	width: 300px;
	float: right;
	margin: 10px 0 30px 0;
	display:inline;
}


.boxes a{
	color:#7D7D7D;
	text-decoration:none;
}

.boxes a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.box_h2 a{
	color:#000062;
	text-decoration:none;
}

.box_h2 a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

.more_articles_link {
	font-size:10px;
	padding: 5px 0 0 20px;
}

.more_articles_link a{
	color:#7D7D7D;
	text-decoration:none;
}

.more_articles_link a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.date_home {
	font-size:10px;
	padding: 0;
	margin: 0;
	color: #4D4D4D;
}
/*************************** home.php START ***************************/

/*************************** home.php box 630px;  feature posts START ***************************/

#content_home_630 {
	width: 570px;
	font-size:12px;
	line-height:18px;
	margin:0 0 0 0;
	padding: 19px 19px 23px 19px;
	float:left;
}

#content_home_630_img {
	position:relative;
	z-index:999;
	width:550px;
	padding: 0;
	margin:0;
}


/*************************** home.php box 630px; feature posts END ***************************/
/*************************** home.php box 630px START  4 posts START***************************/

#content_home_630x4 {
	width: 590px;
	font-size:12px;
	line-height:18px;
	margin:20px 0 0 0;
	padding: 15px 19px 11px 0;
	float:left;
}

.content_home_630x42_box {
	width: 570px;
	height: 360px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 19px;
	font-size:11px;
	line-height:16px;
}
.content_home_630x4_box {
	width: 570px;
	height: 90px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 19px;
	font-size:11px;
	line-height:16px;
}

.content_home_630x4_title {
	background:url(arrow_title.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 0 0 5px 10px;
	margin: 0 0 0 7px;
	color: #2D2D2D;
}

.content_home_630x4_title a{
	color:#2D2D2D;
	text-decoration:none;
}

.content_home_630x4_title a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

.content_home_630x4_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}
.content_home_630x4_box img.canguro {
	width: 560px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}
.blocks { display: block; float: left; width: 110px; background: url(blocks.png) no-repeat top left; padding:0 0 0 15px;}
.blocks1 {margin-left: 50px;}

.content_home_630x4_box h2{
	font-size:14px;
	padding: 0 0 7px 0;
	margin:0;
}

.content_home_630_text p{
	padding:0;
	margin:0;
}



/*************************** home.php box 310px START ***************************/
.content_home_310_left {
	width: 274px;
	font-size:12px;
	line-height:18px;
	margin:20px 10px 0 0;
	padding: 15px 19px 13px 0;
	float:left;
	display:inline;
}

.content_home_310_right {
	width: 274px;
	font-size:12px;
	line-height:18px;
	margin:20px 0 0 0;
	padding: 15px 19px 13px 0;
	float:left;
	display:inline;
}

.content_home_330_box {
	width: 256px;
	height: 85px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 19px;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_330_box img {
	width: 75px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_home_330_box h2{
	font-size:12px;
	padding: 0 0 5px 0;
	margin:0;
}


.content_home_330_text p{
	padding:0;
	margin:0;
}



/*************************** home.php box 310px END ***************************/
.lilboxes_left {
	width: 170px;
	font-size:12px;
	line-height:18px;
	margin:20px 16px 0 0;
	padding: 15px 10px 13px 10px;
	float:left;
	display:inline;
}

.lilboxes_right {
	width: 170px;
	font-size:12px;
	line-height:18px;
	margin:20px 0 0 0;
	padding: 15px 10px 13px 10px;
	float:left;
	display:inline;
}

.lilboxes {
	width: 151px;
	height: 80px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 5px;
	font-size:11px;
	line-height:16px;
	display: inline;
}

.lilboxes img {
	width: 80px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.lilboxes_left h2, .lilboxes_right h2{
	font-size:12px;
	padding: 0 0 5px 0;
	margin:0;
	text-align: center;
}


.lilboxes_text p{
	padding:0;
	margin:0;
}

/*************************** home.php box 340px START ***************************/
#content_home_340 {
	width:278px;
	height: 440px;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	float:right;
	line-height:13px;
	font-size:10px;
}

#content_home_340 h1{
	padding: 0 0 20px 0;
	margin: 0;
	font-size:14px;
}

#content_home_340 h2,p{
	padding: 0 0 5px 0;
	margin: 0;
}

#content_home_340 h2 {
	font-size:11px;
}


.content_home_340_text {
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_340_archive a{
	color: #2D2D2D;
	text-decoration:underline;
}

.content_home_340_archive a:hover{
	color: #5D5D5D;
	text-decoration:none;
}

/*************************** home.php box 340px END ***************************/

/*************************** archives.php ***************************/
#box_archive_wrap{
	width:960px;
	padding: 20px 0 20px 0;
}

#box_archive_wrap ul{
	list-style: url(arrow_sidebar.gif);
}

#box_archive_wrap li a{
	color:#5D5D5D;
	text-decoration:none;
}

#box_archive_wrap li a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

#box_archives_left {
	width: 264px;
	padding:0 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_middle {
	width: 265px;
	padding:0 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_right {
	width: 265px;
	padding:0 20px 20px 20px;
	margin: 0 0 0 0;
	float:right;
	display:inline;
}

/*************************** archives.php END ***************************/
/*************************** archive.php START ***************************/
#archive_wrap {
	padding: 15px 20px 20px 20px;
	margin: 0 0 20px 0;
	float:left;
	line-height:22px;
}

.archive_title {
	margin:0;
	padding:0;
}

#archive_wrap a{
	text-decoration:none;
}

#archive_wrap a:hover{
	text-decoration:underline;
}
.content_archive_600_box {
	height: 150px;
	padding: 10px 0 10px 0;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
	width: 560px;
}

.content_archive_600_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_archive_600_box h2{
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
}

.content_archive_600_box h2 {
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
}

.date_archive{
	font-size:10px;
	padding: 0 0 5px 0 ;
	margin: 0;
	color: #4D4D4D;
}
.content_archive_600_text p{
	padding:0;
	margin:0;
}
/*************************** archive.php END ***************************/

/* page.php / single.php */

#page_content_left {
	width: 600px;
	float:left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	line-height:22px;
}

#page_content_left p {
	margin: 0 0 15px 0;
}

#page_content_left a {
	color: #5D5D5D;
}

#page_content_left a:hover {
	color: #2D2D2D;
}

#crumps {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size:10px;
	color:2D2D2D;
	border-bottom:1px dotted #5D5D5D;
	line-height:18px;
}

#crumps a {
	text-decoration:none;
}

#crumps a:hover {
	text-decoration:underline;
}


.page_title_left {
	font-size:20px;
	padding: 15px 0 20px 0;
	margin: 0 0 0 0;
	color: #000062;
}
#content h3 {
    color: #f6b551;
}
.single_title {
	font-size:20px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.date {
	font-size:10px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}


/* Images @ page.php & single.php */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding:0;
	margin: 4px 10px 6px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-caption-text {
	background:#EEEEEE;
	font-size:10px;
	margin:0;
	padding:0 5px 0 5px;
}

.wp-caption.alignleft{
	margin: 4px 10px 0 0;
	display: inline;
}

.wp-caption.alignright{
	margin: 4px 0 0 10px;
	display: inline;
}

.gallery-icon img{
	width: 180px;
	height: 135px;
	padding: 5px;
}

/************************* Comments START *************************/
#comments_wrap {
	margin: 20px 0 0 0;
	padding: 15px 15px 30px 15px;
}


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

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	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: 18px;
	text-transform: none;
	padding: 10px 0 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
	
#comments {
	padding: 0;
	margin: 0;
}

.comment-author {
	color: #2D2D2D;
}

.comment-meta a{
	color: #2D2D2D;
	text-decoration:none;
}

.reply a {
	color: #5D5D5D;
}

.reply a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}

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

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond {
	margin: 50px 0 0 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 40px 0;
	float: right;
}



.commentlist {
	padding: 0;
	text-align: justify;
	width: 100%;
	margin: 0;
	
}

.alt {
	padding: 10px 0 10px 20px;
	margin: 0;
}


	
.commentlist li {
	margin: 15px 0 10px 0;
	list-style: none;
}

.commentlist { 
	margin-right: -5px;

}

.commentlist p {
	margin: 0 5px 10px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}

/*************************** Sidebar START ***************************/
#sidebar {
	width: 180px;
	float: right;
	margin: 15px 0 20px 10px;
	padding: 0 0 0 0px;
}

.sidebox {
	padding: 0 0px 13px 0px;
	margin: 0 0 20px 0;
}

#sidebar form {
	margin: 0;
}

#sidebar ul {
	margin: 0 0 0 20px;;
	padding: 0 0 0 0;
	list-style: url(arrow_sidebar.gif);
}

#sidebar li {
	margin-bottom: 5px;
	color: #2D2D2D;
}

#sidebar li li {
	margin-bottom: 0;
	padding: 0 0 0 5px;
}

#sidebar a {
	color: #5D5D5D;
	text-decoration: none;
}

#sidebar a:hover {
	color: 5D5D5D;
	text-decoration:underline;
}

/* sidebar - When Widgets are not activated */
#sidebar h3 {
	color: #fff;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 25px;
	background: url(h3bg.gif) no-repeat;
	display: block;
	height: 26px;
}
#sidebar_left .boxes h3, #sidebar_left .boxes h2 {
	color: #000062;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 5px;
	background: url(h3bgleft.gif) no-repeat;
	display: block;
	height: 26px;
}
#sidebar_left .boxes2 h1.bb {
	color: #000062;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0 5px;
	background: url(h3bgleft.gif) no-repeat;
	display: block;
	height: 26px;
	line-height: 26px;
}



#sidebar h4, #sidebar_left h4 {
text-align: center;
line-height: 16px;
margin: 10px 0 5px 0;
}
h4.calltoaction a {
    background: url(orangebg.gif) no-repeat;
    display: block;
    width: 150px;
    color: #fff;
    height: 24px;
    line-height: 24px;
}
h4.calltoaction2 a {
    background: url(orangebg.gif)repeat-x;
    display: block;
    width: 250px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
h4.calltoaction3 a {
    background: url(orangebg.gif)repeat-x;
    display: block;
    width: 100px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
#sidebar a.call, #sidebar_left a.call, #content a.call {
    color: #fff;
    text-decoration: none;
    }
#content a:hover.call {
text-decoration: underline;
}
.textwidget {
    padding: 10px;
}
#sidebar_left ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	list-style: url(arrow_sidebar.gif);
}

#sidebar_left li {
	margin-bottom: 5px;
	color: #2D2D2D;
}
li#recent-posts-3 {
list-style: none;
}

#sidebar_left li li {
	margin-bottom: 0;
	padding: 0 0 5px 5px;
}

#sidebar_left a {
	color: #5D5D5D;
	text-decoration: none;
}

#sidebar_left a:hover {
	color: 5D5D5D;
	text-decoration:underline;
}

/* sidebar - When Widgets are not activated */
#side_search input {
	color:#5D5D5D;
	font-family: Verdana, Arial, Tahoma;
	font-size:14px;
	width:160px;
	height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 9px;
	vertical-align:middle;
}

#side_search .input {
	width:21px;
	height:20px;
	background:none;
	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}

#calendar a a:link a:visited a:hover {
	font-weight:bold;
}

#calendar caption {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

#s, input.textbox {
	border:1px solid #e0e0e0;
	margin-bottom:10px;
}

#searchbtn, input.submit {
	background:#fff;
	border:1px solid #e0e0e0;
}

.textwidget {
font-size: 12px;
line-height:19px;
}
/*************************** Sidebar END ***************************/


/*************************** Footer START ***************************/
#footer {
	position:relative;
	z-index:999;
	clear:both;
	border-top:#7D7D7D 1px solid;
	margin: 0 auto 0 auto;
	padding:6px 0 20px 0;
	width:960px;
	text-align: center;
}

.footer_text {
	color:#4D4D4D;
	font-size:11px;
}

.footer_text a{
	color: #7D6D6D;
	text-decoration:none;
}

.footer_text a:hover{
	color: #7D6D6D;
	text-decoration:underline;
}
/*************************** Footer END ***************************/
img.alignright, img.aligncenter, img.alignleft {
	border: 1px solid #ccc;
	padding: 3px;
	}
ul#sliderbody {margin: 0;padding: 0;
}
#sliderbody img {border: none;}
	
div.bookmarkify {margin: 0px;border: none;padding: 0px;height: 1%;background: transparent;text-align: left;vertical-align: middle;font-family: verdana, arial;font-size: 12px;}

div.bookmarkify a {text-decoration: none;font-family: verdana, arial;}

div.bookmarkify a:hover {text-decoration: underline;}

div.bookmarkify div.title {margin: 0px;border: none;padding: 0px;height: 1%;background: transparent;vertical-align: auto;font-weight: bold;}

div.bookmarkify div.linkbuttons {margin: 0px;padding: 2px;height: 1%;background: transparent;vertical-align: auto;}

div.bookmarkify div.linkbuttons a {margin: 0px;border: none;padding: 2px;height: 1%;background: transparent;vertical-align: auto;}

div.bookmarkify div.linkbuttons a img {margin: 0px;border: 1px outset silver;padding: 2px;display: inline;background: transparent;vertical-align: auto;}

div.bookmarkify div.brand {margin: 0px;border: none;padding: 2px;height: 1%;background: transparent;vertical-align: auto;}

div.bookmarkify div.brand a {margin: 0px;
	border: none;
	padding: 0px;
	height: 1%;
	background: transparent;
	vertical-align: auto;
	color: gray;
	font-weight: normal;
}

#tabs {float:right;margin-bottom:-3px;}
#tabs img {border:0;}
a.carouselBtn {display:none;}

li#rss-3 {list-style:none;}
#sidebar_left h2 a.rsswidget {color:#000062;}


/**Splash**/
#splashheader h1 a {
	display:block;
	width:970px;
	height:76px;
	text-indent:-9999px;
	background:url(images/splashlogo.gif) no-repeat;
	}

#australia a {
	display:block;
	width:800px;
	height:154px;
	text-indent:-9999px;
	background:url(images/australia-splash.gif) no-repeat;
	}
	
#canada a {
	display:block;
	width:800px;
	height:154px;
	text-indent:-9999px;
	background:url(images/canada-splash.gif) no-repeat;
	}

#australia a:active, #australia a:hover, #canada a:active, #canada a:hover {
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	}
		
.splash h2 {
	font-size:26px;
	color:#F6B551;
	font-weight:normal;
	text-align:center;
	letter-spacing:-1px;
	margin-top:0;
	margin-bottom:5px;
	}
	
.splash li {margin-bottom:0;}

#blog {
	margin-left:255px;
	}

#content_home_630x4-splash {
	width: 472px;
	font-size:12px;
	line-height:18px;
	margin:20px 0 0 0;
	padding: 0px 19px 11px 0;
	float:left;
}

.content_home_630x4_box-splash {
	width: 452px;
	height: 55px;
	padding: 0 0 5px 0;
	margin: 0 0 0 19px;
	font-size:11px;
	line-height:16px;
}

		
h2.blog {
	font-size:18px;
	color:#29417b;
	margin-bottom:0;
	padding:0;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:12px;
	}
	
h3.bloglink {margin-top:5px;padding:0;}
	
h3.bloglink a, #blog strong {
	font-size:12px;
	color:#888;
	margin-top:0;
	padding:0;
	letter-spacing:-1px;
	}
	
#blog strong {
	text-align:center;
	}
	
	
#blogsplash {
	float:left;
	width:195px;
	}

#sussplash {
	float:right;
	display:inline;	
	text-align:center;
	}
	
	
img.noborder {border:0;}

p#cta-contacto, p#cta-inscribete, p#cta-trabaja, p#cta-promociones {margin-top: 10px;margin-bottom:0;padding:0;}

#cta-contacto, #cta-contacto a {
background:url("cta-contacto.png") no-repeat scroll 0 0 transparent;
display:block;
height:44px;
width:151px;
}

#cta-contacto a {
background-position: 0 -44px;
}

#cta-inscribete, #cta-inscribete a {
background:url("cta-inscribete.png") no-repeat scroll 0 0 transparent;
display:block;
height:44px;
width:151px;
}

#cta-inscribete a {
background-position: 0 -44px;
}

#cta-promociones, #cta-promociones a {
background:url("cta-promociones.png") no-repeat scroll 0 0 transparent;
display:block;
height:44px;
width:151px;
}

#cta-promociones a {
background-position: 0 -44px;
}

#cta-trabaja, #cta-trabaja a {
background:url("cta-trabaja.png") no-repeat scroll 0 0 transparent;
display:block;
height:44px;
width:151px;
}

p#cta-promociones {margin-left:10px;}

#cta-trabaja a {
background-position: 0 -44px;
}

