/*
Table of Content
*******************************************
WRAPPER
- HEADLINES
  -- Headlines in entries
  -- Archive and single post page titles
  -- Mainpage Titles
  -- Widget Titles
  -- Other headlines
- MAINPAGE GENERIC
  -- Mainpage post excerpt classes
- MASTHEAD 
  -- Top ad and masthead border
- HEADER
   -- Site Name/logo
   -- 468 header ad
- NAVIGATION BARS and SEARCH BOX
  -- Category list navigation
  -- Page list navigation
  -- Search box
- PRIMARY TOP WRAPPER
  -- Main Content
     -- Featured Slider
	 -- The block below featured slider
  -- MidColPosts (Block between featured slider and 120*600 ad)
  -- Mainpage top sidebar
- MEDIA BAR
- PRIMARY BOTTOM
  -- Primary bottom ad (300x250 ad display below media bar)
  -- Primary bottom tabs
- SECONDARY CONTENT WRAPPER
  -- Secondary content left boxes
  -- Sidebar bottom - mainpage
- FOOTER
- GLOBALS and CLASSES
- INNER PAGE CONTENT
- INNER PAGE SIDEBARS
  -- Wide Sidebar
  -- Narrow Sidebar
- INNER PAGE SLIDERS
- ARCHIVE PAGE
- COMMENT STYLE
- COMMENT FORM ELEMENTS

- Image Size Adjustments * Some sections (eg, featured slider, featured slider thumbs, p.gallery...) requires certain size of images. To get exact values, some css rules are applied for those thumbnails
*/

body {
	background:#fff;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
}
#wrapper {
	padding:0 5px 7px;
	background:#fff;
	width:970px;
	margin:0 auto;
}

/* HEADLINES
============================================================== */
h1,h2,h3,h4,h5,h6 {
	color:#222;
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
} 

/*
h7 {
	color:#222;
	font-weight:normal;
	display:inline;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	
}
h7.secondaryCTitle{
	text-transform:uppercase;
	font-size:23px;
	padding-bottom:0px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 0px 0;
	width:100%;
	overflow:hidden;
}
*/

/*HEADLINES IN POST */
.post h1 {
	font-size:22px;
	font-family:'palatino linotype',palatino,'times new roman',times,serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h2 {
	font-size:18px;
	font-family:georgia, 'palatino linotype',palatino,'times new roman',times,serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h3 {
	font-size:16px;
	font-family:arial, verdana, sans-serif;
	letter-spacing:0px;
	font-weight:bold;
}
.post h4 {
	font-size:14px;
	font-family:verdana, tahoma, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}

/* Style of titles for single post pages */
h1.singlePageTitle { 
	font-size:30px;
	color:#cd1713;
	line-height:1.0em;
	margin:0 0 8px 0;
	letter-spacing:-2px;
	font-family:"trebuchet ms", arial, sans-serif !important;
	font-weight:normal !important;
}
/* Archive page titles */
h1.archiveTitle{
	color:#cd1713;
	font-weight:normal;
	font-family:"trebuchet ms", arial, sans-serif;
	font-size:22px;
	margin:0 0 3px 0;
}


h1.archiveTitle a{
	color:#cd1713;
}
h1.archiveTitle a:hover{
	text-decoration:underline;
}
/* MAIN PAGE HEADLINES */
/* Title of featured post on wide slider */
h1.widefeaturedTitle {
color:#2d2d2d;
	font:28px "trebuchet ms", arial, sans-serif;
	font-weight:bold;
	display:block;
}
h1.widefeaturedTitle a {
color:#2d2d2d;
	display:block;
	padding:3px 0px 3px 0px;
}
h1.widefeaturedTitle a:hover {
color:#cd1713;
	
}
/* Title of featured post on slider */

h2.featuredTitle { 
	font:17px "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	display:block;
}
h2.featuredTitle a {
	color:#fff;
	display:block;
	padding:3px;
}
h2.featuredTitle a:hover {
	text-decoration:underline;
}
/* Post titles display on homepage */
h2.postTitle{
	font-size:18px;
	color:#2d2d2d;
	margin:0 0 6px 0;
	line-height:1.0em;
}
h2.postTitle a{
	color:#2d2d2d;
}
h2.postTitle a:hover{
	color:#cd1713;
}
/* bottom box titles */
h2.secondaryCTitle{
	text-transform:uppercase;
	font-size:23px;
	padding-bottom:4px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 12px 0;
	width:100%;
	overflow:hidden;
}
h2.secondaryCTitle a{
	color:#cd1713;
}
h2.secondaryCTitle a:hover{
	color:#000000;
	}
/* Main page secondary content sidebar post titles */
h2.sidebarPostTitle{
	color:#2d2d2d;
	font-size:13px;
	line-height:1.3em;
	font-weight:bold;
}
h2.sidebarPostTitle a {
	color:#2d2d2d;
}

h2.sidebarPostTitle a:hover{
	color:#2d2d2d;
	text-decoration:underline;
}
h2.titleMediaCat{
	color:#7c7b7b;
	font-size:15px;
	height:32px;
	line-height:13px;
}
h2.titleMediaCat a {
	color:#7c7b7b;
}
/* Widget titles */
h2.widget_title{
	text-transform:uppercase;
	color:#cd1713;
	font-size:23px;
	margin:4px 0;
	letter-spacing:-1px;
}
h2.widget_title a, h2.widget_title a:hover{
	color:#cd1713;
}
h2.widget_title2{
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	font-family:arial, tahoma, sans-serif;
}
h2.widget_title2 a, h2.widget_title a:hover{
	color:#cd1713;
}
h3.widget_sTitle{
	color:#cd1713;
	font-size:18px;
	margin-bottom:4px;
	letter-spacing:-1px;
}
h3.widget_sTitle a, h3.widget_sTitle a:hover{
	color:#cd1713;
}
h3.widget_sTitle_b,h3.widget_sTitle_b a, h3.widget_sTitle_b a:hover{
	color:#222;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	letter-spacing:-1px;
}
h3.widget_sTitle_b-dropdown,h3.widget_sTitle_b-dropdown a, h3.widget_sTitle_b-dropdown a:hover{
	width:120px;
	color:#222;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	margin-left:6px;
	letter-spacing:-1px;
}

h3#comments{
	color:#222;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	letter-spacing:-1px;
}
h3#leaveComment{
	color:#222;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	letter-spacing:-1px;
}

/* Wrapper for main page post excerpts excerpts */
#wrapper .featuredPost {
	padding:5px 0;
	border-bottom:1px dotted #666;
	margin-bottom:6px;
}
#wrapper .featuredPost p {
	padding-bottom:5px;
}
#wrapper .featuredPost2 {
	padding:5px 0;
	margin-bottom:2px;
}
#wrapper .featuredPost2 p {
	padding-bottom:0px;
}
#wrapper .featuredPostMeta {
	display:block;
	font-style:italic;
	font-size:11px;
	text-align:right;
	padding-top:3px;
}
#wrapper .featuredPostMeta a{
	color:#cd1713;
}
#wrapper .featuredPostMeta a:hover {
	text-decoration:underline;
}
#wrapper .lastPost {
	border:none;
	margin:0;
}
#wrapper .featuredPostMeta2 {
	display:block;
	font-style:italic;
	font-size:10px;
	text-align:right;
	padding-top:3px;
}
#wrapper .featuredPostMeta2 a{
	color:#cd1713;
}
#wrapper .featuredPostMeta2 a:hover {
	color:#cd1713;
	text-decoration:underline;
}

#wrapper .featuredPost3 {
	padding:5px 0;
	margin-bottom:6px;
	border:none;
	}
#wrapper .featuredPost3 p {
	padding-bottom:5px;
}

#wrapper .featuredPostMeta3 {
	display:block;
	font-style:italic;
	font-size:11px;
	text-align:right;
	padding-top:3px;
}
#wrapper .featuredPostMeta3 a{
	color:#cd1713;
}
#wrapper .featuredPostMeta3 a:hover {
	text-decoration:underline;
}
#wrapper .lastPost3 {
	border:none;
	margin:0;
}





/* Author and post details displayed before post excerpt */
.author a {color:#666}.author a:hover{text-decoration:underline;}
.date {color:#cd1713}
.author2 a {color:#666; float:right; font-weight:bold;}.author2 a:hover{text-decoration:underline;color:#cd1713;}
.author3 a {color:#666; float:left; font-weight:normal;}.author2 a:hover{text-decoration:underline;color:#cd1713;}
.date2 {color:#cd1713}
.readmore a{
	color:#cd1713;
	font-style:italic;
	font-size:11px;
	text-align:right;

}
.readmore a:hover {
	text-decoration:underline;
}

/* MASTHEAD - SUBSCRIBE, DATE, AND SEARCH BOX
============================================================== */
#topad2-wrap { /* Wraps top space for ads */
	width:970px;
	height:auto;
	margin:0px auto;
	display:block;
	background:#000000;
}

#topad2 { /* ID used to wrap  728x90  advertisement */
	width:728px;
	float:left;
padding-bottom:4px;
}


#topad { /* If 728x90 ad is activated to be displayed on header, this ID will be used to wrap advertisement */
	width:728px;
	margin:5px auto;
	display:block;
}
#mastheadtext { /* Text above the very top line */
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px 0 0px 0px;
	text-align:center;
}
#masthead { /* The very top line */
	width:970px;
	margin:0 auto;
	height:11px;
	background:url(white/bgr_top_line.gif) repeat-x;
	overflow:hidden;
}
/* HEADER
============================================================== */
#header{
	width:970px;
	margin:0 auto;
	height:115px;
	overflow:hidden;
	background:#fff;
	border-bottom:2px solid #fff;
}
#logo{
	float:left;
	width:auto;
	font-weight:bold;
	font-family:georgia,garamond,serif;
}
#logo a {
	color:#222;
	overflow:hidden;
	display:block;
	font-size:40px;
}
#logo a span {
	font-size:15px;
	font-family:arial, verdana, sans-serif;
	color:#222;
	padding-left:5px;
	overflow:hidden;
	display:block;
}
#header .banner{
	float:right;
	display:inline;
	width:468px;
	padding:27px 5px 0 0;
}
/* NAVIGATION BARS and SEARCH BOX
============================================================== */
/* CATEGORIES */
#navcats {
	width:970px;
	min-height:35px;
	height: auto !important; /* IE6 Min height hack */
	height: 35px;	
	background:#000000;
	border-bottom:1px solid #efefef;
	position:relative;
	z-index:1000;
}
#navcats ul{
	float:left;
	z-index:999;
}
#navcats ul li{
	position: relative;
	display: inline;
	float:left;
	font-size:12px;
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background:url(white/bgr_mainmenu_li.gif) no-repeat left center;
	padding:0 0 0 1px;
}
#navcats ul li.first{
	padding:0;
	background:none;
}
#navcats ul li a{
	color:#ffffff;
	height:25px;
	padding:10px 12px 0 12px;
	display:block;
}
#navcats ul li.first a{
	padding:10px 19px 0 19px;
}
* html #navcats ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navcats ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navcats ul li a:link, #navcats ul li a:visited{
	text-decoration:none;
	}
#navcats ul li a:hover, #navcats .select a{
	text-decoration:underline;
}
#navcats .current-cat a{
	text-decoration:none;
	color:#cd1713 !important;
	}
/*1st sub level menu*/
#navcats ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	z-index:995;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navcats ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navcats ul li ul li ul{
	top: 0;
	margin:0;
	border-top:1px solid #aaa;
	z-index:990;
}
/* Sub level menu links style */
#navcats ul li ul li a, #navcats .select ul li a{
	width: 160px;
	height:auto;
	padding: 4px 10px;
	margin: 0;
	background:#fff;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	text-transform:none;
	color:#222;
}
#navcats ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#ccc;
	color:#222;
}



/* PAGES */
#navpages {
	width:970px;
	margin-bottom:5px;	
	min-height:40px;
	height: auto !important; /* IE6 Min height hack */
	height: 40px;	
	background: #ffffff url(white/bgr_submenu.gif) bottom repeat-x;
	position:relative;
	z-index:985;
	
}
#navpages ul{
	float:left;
}
#navpages ul li{
	position:relative;
	display:inline;
	float:left;
	font-size:13px;
	padding:7px 10px 2px 7px;
}
#navpages ul li a{
	color:#000;
	display:block;
	padding-top:4px;
	height:20px;	
}
* html #navpages ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navpages ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navpages ul li a:link, #navpages ul li a:visited{
	text-decoration:none;
}
#navpages ul li a:hover, #navpages .current_page_item a, #navpages .select a{
	text-decoration:none;
	color:#cd1713;
}
/*1st sub level menu*/
#navpages ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	z-index:984;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navpages ul li ul li{
	display: list-item;
	float: none;
	font-size:13px;
	line-height:13px;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navpages ul li ul li ul{
	top: 0;
	margin:0;
	border-top:none;
	z-index:983;
}
/* Sub level menu links style */
#navpages ul li ul li a, #navpages .current_page_item ul li a,#navpages .current_page_parent ul li a, #navpages .select ul li a{
	width: 160px;
	height:auto;
	padding: 4px 10px;
	margin: 0;
	background:#fff;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	text-transform:none;
	color:#222;
}
#navpages ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#efefef;
	color:#222;
}

/*icons on navpages drop down menu*/

#navpages ul li a.gab_connect{background: url(white/ico_connect.png) no-repeat 3px center;padding-left:20px;}
#navpages ul li a:hover.gab_connect{background: url(white/ico_connect.png) no-repeat 3px center;padding-left:20px;}


#navpages ul li a.gab_rss{background: url(white/ico_rss.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li a:hover.gab_rss{background: url(white/ico_rss.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li a.gab_email{background: url(white/ico_email.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li a:hover.gab_email{background: url(white/ico_email.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li a.gab_facebook{background: url(white/ico_facebook.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li a:hover.gab_facebook{background: url(white/ico_facebook.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li a.gab_twitter{background: url(white/ico_twitter.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li a:hover.gab_twitter{background: url(white/ico_twitter.png) no-repeat 3px center;padding-left:23px;}


#navpages ul li ul li a.gab_rss{background: #e9e9e9 url(white/ico_rss.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_rss{background: #ddd url(white/ico_rss.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li ul li a.gab_email{background: #e9e9e9 url(white/ico_email.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_email{background: #ddd url(white/ico_email.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li ul li a.gab_facebook{background: #e9e9e9 url(white/ico_facebook.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_facebook{background: #ddd url(white/ico_facebook.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li ul li a.gab_twitter{background: #e9e9e9 url(white/ico_twitter.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_twitter{background: #ddd url(white/ico_twitter.png) no-repeat 3px center;padding-left:23px;}

/*icons on navpages menu*/

#navpages ul li a.gab_connect2{background: url(white/ico_connect.png) no-repeat 3px center;padding-left:20px;}
#navpages ul li a:hover.gab_connect2{background: url(white/ico_connect.png) no-repeat 3px center;padding-left:20px;}

#navpages ul li a.gab_rss2{background: url(white/ico_rss.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li a:hover.gab_rss2{background: url(white/ico_rss.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li a.gab_email2{background: url(white/ico_email.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li a:hover.gab_email2{background: url(white/ico_email.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li a.gab_facebook2{background: url(white/ico_facebook.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li a:hover.gab_facebook2{background: url(white/ico_facebook.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li a.gab_twitter2{background: url(white/ico_twitter.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li a:hover.gab_twitter2{background: url(white/ico_twitter.png) no-repeat 3px center;padding-left:23px;}


#navpages ul li ul li a.gab_rss2{background: #e9e9e9 url(white/ico_rss.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_rss2{background: #ddd url(white/ico_rss.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li ul li a.gab_email2{background: #e9e9e9 url(white/ico_email.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_email{background: #ddd url(white/ico_email.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li ul li a.gab_facebook2{background: #e9e9e9 url(white/ico_facebook.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_facebook2{background: #ddd url(white/ico_facebook.png) no-repeat 3px center;padding-left:23px;}

#navpages ul li ul li a.gab_twitter2{background: #e9e9e9 url(white/ico_twitter.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_twitter2{background: #ddd url(white/ico_twitter.png) no-repeat 3px center;padding-left:23px;}


/*search*/
#search{
	float:right;
	width:205px;
	height:21px;
	border:1px solid #a6a5a5;
	background:#fff;
	margin:6px 0 0px 10px;
	
}
#search form, #search fieldset{
	float:left;
}
#search fieldset{
	padding:2px 0 0 4px;
}
#s {
	float:left;
	background:#fff;
	border:0;
	padding: 1px 0 0 1px;
	color:#bcbcbc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:175px;
}
#searchsubmit {
	float:left;
	margin:2px 0 0 0;
}

/* PRIMARY TOP WRAPPER wraps three main div #featuredContent, #midColPosts and #primaryTopSidebar
============================================================== */
#primaryTopWrapper { /* Wraps Featured Slider, entries below and on right hand of slider and 120+600 ad on main page */
	margin-bottom:5px;
}

/* MAIN CONTENT (LEFT BLOCK ABOVE THE PHOTO GALLERY ON MAIN PAGE)
============================================================== */
/* /Features Slider */
#widefeaturedContent {
	float:left;
	width:656px;
	display:inline;
	padding:0px 0px 0px 0px;
	margin-right: 10px;	
}
#widefeaturedContent1 {
	float:left;
	padding:0px 5px 5px 0px;
	display:inline;
	margin-bottom:0px;
	
}
#widefeatured-slider .widefeatured-cat {

position:absolute;
top:278px;
right:0px;
}

#widefeatured-slider .widefeatured-cat a{
font-size:12px;
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	background:#cd1713;
padding:2px 4px 2px 4px;
}
#widefeatured-slider .widefeatured-cat a:hover{
color:#000000;
}
#widefeatured-slider {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 656px; /*width of featured content slider*/
	min-height: 320px;
	border-bottom:10px solid #efefef;
}

#widefeatured-slider img {
	display:block;
	min-height:260px;
	height:auto !important;
	width:410px;

}
#widefeatured-slider .widesliderPostPhoto { /* Wrapper for featured are photo and post title */
	float:left;
	height:260px;
	width:410px;
	overflow:hidden;
	border:10px solid #efefef;
	margin-right:20px;
}
#widefeatured-slider .widesliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
	width:646px;
	padding:5px 0px 10px 0px;
}
#widefeatured-slider .widesliderPostInfo p { /* Post excerpt style on featured slider */
	
}
#widefeatured-slider .contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	z-index:1;
}
#pag-wrap {
float:right;
position:relative;
bottom:35px;
right:-10px;
z-index:99;
}
#paginate-widefeatured-slider { /* do not change the name of class - used to wrap thumbnails for featured area */
width:200px; 
font:bold 12px arial,verdana,sans-serif;
}
#paginate-widefeatured-slider a { /* do not change the name of class - used to style links over featured slider */	
	color:#000;
	padding:2px 6px;
	background:#efefef;
}
#paginate-widefeatured-slider a:hover {
	text-decoration:none;
	color:#cd1713;
}
#paginate-widefeatured-slider a.selected {
	color:#fff;
	text-decoration:none;
	background:#cd1713;
}
#wrapper .featuredPostSlider {
	margin-bottom:2px;

}
#wrapper .featuredPostSlider p {
	padding-bottom:0px;
	text-align:justify;
}

#midsports-wrap {
margin-left:10px;
width:390px;
float:left;
}

/* MAIN CONTENT (LEFT BLOCK ABOVE THE PHOTO GALLERY ON MAIN PAGE)
============================================================== */
/* /Features Slider */
#featuredContent {
	float:left;
	width:342px;
	display:inline;
	padding:0px 0px 10px 0px;
	margin-right: 10px;	
}
#featuredContent1 {
	float:left;
	padding:5px 5px 5px 5px;
	display:inline;
	background:#efefef;
	margin-bottom:10px;
	
}
#featured-slider {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 342px; /*width of featured content slider*/
	height: 345px;
	
}
#featured-slider img {
	display:block;
	min-height:260px;
	height:auto !important;
	height:260px;
}
#featured-slider .sliderPostPhoto { /* Wrapper for featured are photo and post title */
	position:relative;
	height:260px;
	width:342px;
	overflow:hidden;
}
#featured-slider .sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
	position:absolute;
	bottom:0;
	width:332px;
	min-height:30px;
	color:#fff;
	padding:5px 5px 5px 5px;
	background: url(white/bgTransparent.png);
	height:auto !important;
	height:30px;
}
#featured-slider .sliderPostInfo p { /* Post excerpt style on featured slider */
	color:#fff;
	font-size:1.1em;
	padding:3px 5px 5px 6px;
}
#featured-slider .contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	z-index:1;
}
#paginate-featured-slider { /* do not change the name of class - used to wrap thumbnails for featured area */
	display:block;
	margin-bottom:5px;
	font:bold 12px arial, verdana, sans-serif;
}
#paginate-featured-slider a { /* do not change the name of class - used to style links over featured slider */
	color:#000;
	padding:2px 6px;
	background:#ddd;
}
#paginate-featured-slider a:hover {
	text-decoration:none;
	color:#cd1713;
}
#paginate-featured-slider a.selected {
	color:#fff;
	text-decoration:none;
	background:#cd1713;
}


/*underslider title links*/

#underslider {
	color:#2d2d2d;
	padding-top:5px;
	padding-bottom:5px;
	
}
#underslider ul li{
}
#underslider li{
	color:#2d2d2d;
	display:block;
	font-size:12px;
	display:block;
}

#underslider li a{
	color:#2d2d2d;
	display:block;
	font-size:12px;
	display:block;
	padding:2px 0 2px 10px;
	margin-left:3px;
	background:url(white/ico_widget_li.gif) no-repeat left 6px;
}
#underslider li a:hover{
	background:url(white/ico_widget_li_hover.gif) no-repeat left 6px;
	text-decoration:underline;
	color:#cd1713;
}

/*highlight-left title links*/

#highlight-left {

	float:left;
	padding:1px 5px 9px 5px;
	width:340px;
	display:inline;
	background:#ffffff;
	border:1px solid #bcbcbc;
}

#highlight-left_pic{
	padding-bottom:4px;
	
}
#highlight-left li{
	display:block;
	font-size:12px;
	
}

#highlight-left li a{
	display:block;
	padding:2px 0 2px 0px;


}
#highlight-left li a:hover{
	text-decoration:underline;
	color:#cd1713;
}

/* BLOCK BETWEEN FEATURED SLIDER AND TOP SIDEBAR ON MAIN PAGE
============================================================== */
#midColPosts { /* Wraps the entries on rigt hand of featured slider */
	width:294px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

/* MAINPAGE MID COLUMN ADVERT SPACE
============================================================== */
#midcol-bottom { /*Wraps the ad on mid col*/
	float:right;
	width:300px;
	display:inline;
}

#midcolad{
	width:100%;
	overflow:visible;
	margin-bottom:10px;
	display:inline;
}
#midcolad_title{
	width:100%;
	overflow:hidden;
	background:url(white/bgr_midcolad_title.gif) repeat-x bottom;
}
#midcolad_title li{
	float:left;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	padding:0 2px 0 0;
}
#midcolad_title li.last{
	padding:0;
}
#midcolad_title li a{
	float:left;
	color:#000;
	background:url(white/bgr_midcolad_title_a.gif) repeat-x;
	height:18px;
	padding:6px 10px 0 10px;
}
#midcolad_title li.last a{
	width:75px;
	white-space:nowrap;
}
#midcolad_title li a.selected{
	color:#cd1713;
	background:#ffffff;
	height:18px;
	padding:6px 10px 0 9px;
	border:1px solid #bcbcbc;
	border-bottom:0;
	text-decoration:none;
}


#midcolad_body{
	width:274px;
	border:1px solid #bcbcbc;
	border-top:0;
	padding:3px 12px 6px 12px;
}
#midcolad_body ol{
	color:#999999;
	margin:0 0 0 10px;
}
#midcolad_body ol li{
	font-size:12px;
	line-height:1.5em;
	padding:2px 0 2px 0;
	list-style: disc;
}
#midcolad_body ol li a{
	color:#333333;
}
#midcolad_body ol li a:hover{
	color:#333333;
	text-decoration:underline;
}



/* SIDEBAR TOP - MAIN PAGE
================================================================== */
#primaryTopSidebar { /*Wraps the 120*600 ad spot on mainpage */
	float:right;
	width:300px;
	display:inline;
}
#primaryTopSidebar2 { /*Wraps the 120*600 ad spot on mainpage */
	float:left;
	width:250px;
	display:inline;
}
/* Primary Top sidebar tabs */
#sidebarTabs{
	width:250px;
	overflow:hidden;
	margin-bottom:10px;
}
#sidebarTabs_title{
	width:100%;
	overflow:hidden;
	background:url(white/bgr_sidebarTabs_title.gif) repeat-x bottom;
}
#sidebarTabs_title li{
	float:right;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 2px;
}
#sidebarTabs_title li.last{
	padding:0;
}
#sidebarTabs_title li a{
	float:right;
	color:#000;
	background:url(white/bgr_sidebarTabs_title_a.gif) repeat-x;
	height:14px;
	padding:3px 4px 0 4px;
}
#sidebarTabs_title li.last a{
	
	white-space:nowrap;
}
#sidebarTabs_title li a.selected{
	color:#cd1713;
	background:#ffffff;
	height:14px;
	padding:3px 3px 0 4px;
	border:1px solid #bcbcbc;
	border-bottom:0;
	text-decoration:none;
}



#sidebarTabs_body{
	
	border:1px solid #bcbcbc;
	border-top:0;
	padding:3px 12px 3px 12px;
}
#sidebarTabs_body ol{
	color:#999999;
	margin:0 0 0 10px;
}
#sidebarTabs_body ol li{
	font-size:12px;
	line-height:1.5em;
	padding:2px 0 2px 0;
	list-style: disc;
}
#sidebarTabs_body ol li.poll{
	font-size:inherit;
	line-height:inherit;
	padding:0px;
	list-style:none;
}
#sidebarTabs_body ol li a{
	color:#333333;
}
#sidebarTabs_body ol li a:hover{
	color:#333333;
	text-decoration:underline;
}

/* Bottom space on middle column*/
#middlecolumnBottom{ 
	width:294px;
	float:none;
	margin-left:10px;
	margin-right:10px;
	display:block;
	height:100px;
}


/* Facebook like section on front*/
#facebooklike { 
	float:right;
	width:300px;
	display:inline;
	
}
/* X5 homepage ad*/
#x5-homepage_ad {
float:right;
width:300px;
height:168px; 
background:#000000;
color:#ffffff;
overflow:;
margin-bottom:10px;
}
#x5-homepage_ad_nav{/*wraps thumbnail nav under slider on x5 mainpage*/
	width:300px;
	float:left;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:0px;
	}
#x5-homepage_ad_nav-tit-wrap {
width:165px;
height:84px;
margin:5px 15px 0 10px;
border-bottom:1px solid #ffffff;
background: #000000;
}
#x5-homepage_ad_nav tit {
padding: 0;
text-align:justify;
color:#ffffff;
font: 1.7em/1.2em "trebuchet ms", arial, sans-serif;
}
#x5-homepage_ad_nav tit:hover{
color:#cd1713;
}
#x5-homepage_ad_nav ul{
margin-left:0px;
}
#x5-homepage_ad_nav wrap{

}
#x5-homepage_ad_nav a img{
float:right;
background:#000000;
border:1px solid #ffffff;
position:relative;
top:-82px;
right:8px;
z-index:99;
display:block;
}
#x5-homepage_ad_nav a img:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}	
#x5-homepage_ad-logo {
background: url(http://iberosphere.com/SpainX5mainpagelogo-black.jpg) no-repeat left; 
width:280px;
height:65px;
float:left;
position:relative;
top:-94px;
left:8px;
}
#x5-homepage_ad-logo:hover {
background: url(http://iberosphere.com/SpainX5mainpagelogo-black-hover.jpg) no-repeat left; 
}

/* X5 masthead ad*/
#x5-masthead_ad {
float:right;
width:232px;
height:90px; 
background:#000000;
color:#ffffff;
overflow:;

}
#x5-masthead_ad_nav{
	width:232px;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}
#x5-masthead_ad_nav-tit-wrap {
width:136px;
height:46px;
margin:5px 15px 0 10px;
border-bottom:1px solid #ffffff;
background: #000000;
}
#x5-masthead_ad_nav-tit a {
}
#x5-masthead_ad_nav-tit a {
padding: 0px 3px 0px 0px;
text-align:justify;
color:#ffffff;
font: 1.2em/1.0em "trebuchet ms", arial, sans-serif;
letter-spacing:-1;

}
#x5-masthead_ad_nav-tit a:hover{
color:#cd1713;
}

#x5-masthead_ad_nav-tit a img {

background:#000000;
border:1px solid #ffffff;
position:relative;
top:-42px;
right:-135px;
z-index:99;
display:block;
}
#x5-masthead_ad_nav a img:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}	
#x5-masthead_ad-logo {

width:130px;
height:30px;
float:left;
position:relative;
top:4px;
left:4px;
}
#x5-masthead_ad-logo a:hover {
	opacity:0.8;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}


/* Blog sidebar*/
#blogprimaryTopSidebar { /*Wraps the 120*600 ad spot on mainpage */
	float:right;
	width:298px;
	display:inline;
	margin-bottom: 10px;
	border:1px solid #bcbcbc;
	
}
/* Primary Top blogsidebar tabs */
#blogsidebarTabs{
	width:100%;
	overflow:hidden;
	margin-bottom:0px;
	padding:3px 10px 0px 10px;
}

#blogsidebarTabs_title a{
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:23px;
	padding-bottom: 3px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 4px 0;
	width:93%;
	overflow:hidden;
}
#blogsidebarTabs_title a:hover{
color:#000000;
}

#blogsidebarTabs_title a span {
display: block;
   position:inherit; 
   top: 100px; 
   left: 0; 
   width: 295px;
   padding: 0px; 
   margin: 0px; 
   z-index: 100;
   color: #cd1713; 
   background: white;
   font: 10px arial, sans-serif; 
   text-align: left;}



/*
#blogsidebarTabs_title li{
	float:left;
	font-size:11px;
	color:#000;
	padding:0 2px 0 0;
	color:#2d2d2d;
	height:50px;
}
#blogsidebarTabs_title li.last{
	padding:0;
}
#blogsidebarTabs_title li a{
	width:279px;
	float:left;
	color:#000;
	height:24px;
	padding:8px 10px 0 10px;
}
#blogsidebarTabs_title li.last a{
	width:75px;
	white-space:nowrap;
}
#blogsidebarTabs_title li a.selected{
	color:#cd1713;
	background:#ffffff;
	height:24px;
	padding:7px 10px 0 9px;
	border-bottom:0;
	text-decoration:none;
}
#blogsidebarTabs_title li a:hover{
	text-decoration:underline;
}

*/
#wrapper .blogheadline {
	
	line-height:1.3em;
	font-weight:bold;
	color:#2d2d2d;
	font-size:13px;
	display:block;
	text-align:left;
	padding:0px 0px 2px 0px;
}
#wrapper .blogheadline ul a{
	
}
#wrapper .blogheadline li a{
	
}
#wrapper .blogheadline a{
	color:#2d2d2d;
}
#wrapper .blogheadline a:hover {
	text-decoration:underline;
	
}

#blogsidebarTabs_body{
	width:274px;
	border-top:0;
	
	
}
#blogsidebarTabs_body ol{
	color:#999999;
	margin:0 0 0 0px;
	
}
#blogsidebarTabs_body ol li{
	font-size:12px;
	padding:0px 0 4px 0;
	
}
#blogsidebarTabs_body ol li a{
	color:#cd1713;
}
#blogsidebarTabs_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#wrapper .blogauthor_img {
	float:left;
	padding: 2px 4px 0 0;
	
}
#blogsidebarTabs_author{
	color:#cd1713;
	font-size:9px;
	display:inline;
	
}
#blogsidebarTabs_author ol{
	color:#cd1713;
	font-size:9px;
}		
#blogsidebarTabs_author ol li{
	color:#cd1713;
	font-size:9px;
	
}

#blogsidebarTabs_author ol li{
	color:#cd1713;
	font-size:9px;
}
#blogsidebarTabs_author ol li a{
	color:#cd1713;
	font-size:9px;
}
#blogsidebarTabs_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}


/* MAINPAGE MIDDLE-AD SPACE UNDER FEATURED SLIDER - not working
===================================================== */
#middleadContentWrapper #middleadContent{
	float:left;
	position: relative;
	width:660px;
}
/*bottomBox*/
.adBox{
	width:631px;
	border:1px solid #d7d6d6;
	overflow:hidden;
	padding:7px 15px 10px 12px;
	margin-bottom:5px;
	position: relative;
}
.adBox .left{
	float:left;
}
.adBox .right{
	float:right;
}
.adBox_wide{
	width:300px;
}
.adBox_wide .thumb{
	padding-bottom:5px;
}
.adBox_wide img{
	display:block;
}
.adBox_narrow{
	width:315px;
}
.adBox a.list{
	color:#222;
	display:block;
	font-size:12px;
	display:block;
	padding:2px 0 2px 10px;
	margin-left:5px;
	background:url(white/ico_widget_li.gif) no-repeat left 6px;
}
.adBox a:hover.list{
	background:url(white/ico_widget_li_hover.gif) no-repeat left 6px;
	text-decoration:underline;
	color:#cd1713;
}


/* MEDIA BAR BELOW THE PRIMARY CONTENT
============================================================== */
#mediabar{
	width: 962px;
	overflow:hidden;
	background:#f5f5f5;
	padding:8px 0 10px 8px;
	margin-bottom:10px;
	position:relative;
	height:223px;
}
#mediabar .container { /*Do not change the name of class */
	position: absolute;
	left: 8px;  
	width: 954px;
	height:223px;
	overflow:hidden;
}
#mediabar ul{
	width:10000px;
	position: relative;
}
#mediabar li{
	float:left;
	width:152px;
	padding:0 8px 0 0;
}
#mediabar .thumb{
	width:150px;
	background:#fff;
	height:113px;
	border:1px solid #c5c5c5;
	padding:1px;
	margin:0 0 3px 0;
	overflow:hidden;
	text-align:center;
}
#mediabar .thumb img{
	margin:0 auto;
	max-width:150px;
	max-height:113px;
}
#mediabar .info{
	width:148px;
	position:relative;
	background:#fff;
	border:1px solid #c5c5c5;
	padding:2px;
	overflow:hidden;
	min-height:60px;
	height:auto !important;
	height:60px;
}
#mediabar .info p{
	font-size:12px;
	line-height:1.2em;
	font-weight:bold;
	padding:0 2px 0 2px;
}
#mediabar .info p.moreVideo{
	position:absolute;
	bottom:3px;
	right:3px;
	padding:3px 5px 0 5px;
}
#mediabar .info p.moreVideo a{
	color:#50630a;
	background:url(white/ico_camera.gif) no-repeat left 2px;
	padding:0 0 0 17px;
}
#mediabar .info p.morePhoto{
	position:absolute;
	bottom:3px;
	right:3px;
	padding:3px 5px 0 5px;
}
#mediabar .info p.morePhoto a{
	color:#50630a;
	background:url(white/ico_photo.gif) no-repeat left center;
	padding:0 0 0 17px;
}
#mediabar #previous_button { /*Do not change the name of class */
	position: absolute;
	width: 16px;
	height: 16px;
	right:35px;
	top: 21px;
	background: url(white/prev.png) no-repeat;
	z-index: 100;    
	cursor:pointer;
}

#mediabar #previous_button.disabled { /*Do not change the name of class */
	background: url(white/prev-disabled.png) no-repeat;
	cursor:default;
}
#mediabar #next_button { /*Do not change the name of class */
	position: absolute;
	right: 10px;
	top: 21px;
	width: 16px;
	height: 16px;
	background: url(white/next.png) no-repeat;
	z-index: 100;
	cursor:pointer;
}
#mediabar #next_button.disabled { /*Do not change the name of class */
	background: url(white/next-disabled.png);
	cursor:default;
}
/* PRIMARY BOTTOM
============================================================== */
#expatprimaryBottomWrapper { /*Wraps primary bottom - prevents clash with top if media bar not enabled] */
	width:100%;
	overflow:hidden;
}


#expatprimaryBottom {
	display:block;
	margin-bottom:10px;
}
#expatprimaryBottomSidebar {
	float:left;
	width:300px;
	margin-bottom:10px;
}
#expatprimaryBottomTabs {
	float:right;
	width:640px;
	height:242px;
	overflow:hidden;
	border:1px solid #bcbcbc;
	padding:3px 10px 3px 10px;

}
#expatprimaryBottomTabs_title {
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:23px;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 4px 0;
	width:100%;
	overflow:hidden;
	
}
#expatprimaryBottomTabs_title li a{
	color:#cd1713;
}
#expatprimaryBottomTabs_title li a:hover{
	color:#000000;
}
#expatprimaryBottomTabs_body{
	width:638px;
	background:#fff;
	border-top:0;
	min-height:190px;
	padding:4px 0px 0px 0px;
	position:relative;
	height:auto !important;
	height:190px;
}
#expatprimaryBottomTabs_body .text {
	position:absolute;
	left:0px;
	top:10px;
	width:355px;
}
#expatprimaryBottomTabs_body .text p{
	padding:5px 0px 20px 0px;
}
#expatprimaryBottomTabs_body .imgThumb {
	position:absolute;
	right:0px;
	top:5px;
	width:255px;
	height:180px;
	overflow:hidden;
}
#expatprimaryBottomTabs_body .imgThumbwatermark { /* formats "watch this" on thumbnail*/
	position:absolute;
	bottom:0;
	width:255px;
	min-height:30px;
	color:#fff;
	padding:5px;
	background: url(white/bgTransparentexpat.png);
	height:auto !important;
	height:30px;
}


#expatprimaryBottomTabs_body ul{
	color:#999999;
	margin:0 0 0 20px;
}
#expatprimaryBottomTabs_body ul li{
	list-style:decimal;
	font-size:12px;
	line-height:1.5em;
	padding:3px 0 3px 0;
}



#videoprimaryBottomWrapper { /*Wraps primary bottom - prevents clash with top if media bar not enabled] */
	width:100%;
	overflow:hidden;
}


#videoprimaryBottom {
	display:block;
	margin-bottom:10px;
}
#videoprimaryBottomSidebar {
	float:left;
	width:300px;
}
#videoprimaryBottomTabs {
	float:right;
	width:640px;
	height:242px;
	overflow:hidden;
	border:1px solid #bcbcbc;
	padding:3px 10px 3px 10px;
}
#videoprimaryBottomTabs_title {
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:23px;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 4px 0;
	width:100%;
	overflow:hidden;
	
}
#videoprimaryBottomTabs_title li a{
	color:#cd1713;
}
#videoprimaryBottomTabs_body{
	width:638px;
	background:#fff;
	border-top:0;
	min-height:190px;
	padding:4px 0px 0px 0px;
	position:relative;
	height:auto !important;
	height:190px;
}
#videoprimaryBottomTabs_body .text {
	position:absolute;
	left:0px;
	top:10px;
	width:355px;
}
#videoprimaryBottomTabs_body .text p{
	padding:5px 0px 20px 0px;
}
#videoprimaryBottomTabs_body .imgThumb {
	position:absolute;
	right:0px;
	top:5px;
	width:255px;
	height:180px;
	overflow:hidden;
}
#videoprimaryBottomTabs_body .imgThumbwatermark { /* formats "watch this" on thumbnail*/
	position:absolute;
	bottom:0;
	width:255px;
	min-height:30px;
	color:#fff;
	padding:5px;
	background: url(white/bgTransparentvideo.png);
	height:auto !important;
	height:30px;
}


#videoprimaryBottomTabs_body ul{
	color:#999999;
	margin:0 0 0 20px;
}
#videoprimaryBottomTabs_body ul li{
	list-style:decimal;
	font-size:12px;
	line-height:1.5em;
	padding:3px 0 3px 0;
}

/*Homepage Video col */

#videoCol {
	margin-bottom:10px;
}

#videoColTabs {
	float:right;
	width:278px;
	border:1px solid #bcbcbc;
	padding:0px 10px 3px 10px;
	margin-bottom:10px;
}
#videoColTabs_title {
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:23px;
	padding-top: 3px;
	color:#cd1713;
	margin:0 0 3px 0;
	width:100%;
}
#videoColTabs_title a:hover {
	color:#000000;
}
#videoColTabs_title li a{
	color:#cd1713;
}
#videoColTabs_body{
	width:274px;
	background:#fff;
	border-top:0;
	padding:0px 0px 0px 0px;
	position:relative;
	height:auto !important;
	
}
#videoColTabs_body .text {

}
#videoColTabs_body .text p{
	padding:0px 0px 10px 0px;
}
#videoColTabs_body .imgThumb {
	position:relative;
	width:266px;
	height:170px;
	overflow:hidden;
	border: 2px solid #000000;
	margin-bottom:4px;
	margin-left:3px;
	
}
#videoColTabs_body .imgThumbwatermark { /* formats "watch this" on thumbnail*/
	position:absolute;
	top:0;
	width:100%;
	min-height:30px;
	color:#fff;
	margin:0px 0px 0px 0px;
	background: url(white/bgTransparentvideo.png);
	height:auto !important;
	height:30px;
}
#videoColTabs_body ul{
	color:#999999;
	margin:0 0 0 20px;
}
#videoColTabs_body ul li{
	list-style:decimal;
	font-size:12px;
	line-height:1.5em;
	padding:3px 0 3px 0;
}





#primaryBottom {
	display:block;
	margin-bottom:10px;
}
#primaryBottomSidebar {
	float:left;
	width:300px;
}
#primaryBottomTabs {
	float:right;
	width:660px;
	overflow:hidden;
}
#primaryBottomTabs_title{
	width:100%;
	overflow:hidden;
	background:url(white/bgr_primaryBottomTabs_title.gif) repeat-x bottom;
}
#primaryBottomTabs_title li{
	float:left;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	padding:0 1px 0 0;
}
#primaryBottomTabs_title li.last{
	padding:0;
}
#primaryBottomTabs_title li a{
	float:left;
	color:#000;
	background:url(white/bgr_primaryBottomTabs_title_a.gif) repeat-x;
	height:24px;
	padding:8px 10px 0 10px;
}
#primaryBottomTabs_title li.last a{
	width:75px;
	white-space:nowrap;
}
#primaryBottomTabs_title li a.selected{
	color:#cd1713;
	background:#fff;
	height:24px;
	padding:7px 10px 0 9px;
	border:1px solid #bcbcbc;
	border-bottom:0;
	text-decoration:none;
}
#primaryBottomTabs_body{
	width:638px;
	background:#fff;
	border:1px solid #bcbcbc;
	border-top:0;
	min-height:203px;
	padding:9px 10px 6px 10px;
	position:relative;
	height:auto !important;
	height:203px;
}
#primaryBottomTabs_body .text {
	position:absolute;
	left:10px;
	top:10px;
	width:350px;
}
#primaryBottomTabs_body .text p{
	padding:10px 0;
}
#primaryBottomTabs_body .imgThumb {
	position:absolute;
	right:10px;
	top:9px;
	width:269px;
	height:201px;
	overflow:hidden;
}

#primaryBottomTabs_body ul{
	color:#999999;
	margin:0 0 0 20px;
}
#primaryBottomTabs_body ul li{
	list-style:decimal;
	font-size:12px;
	line-height:1.5em;
	padding:3px 0 3px 0;
}

/* Bottomsidebar links */
#primaryTopSidebar { /*Wraps the 120*600 ad spot on mainpage */
	float:right;
	width:300px;
	display:inline;
}	
#home_sidebar-links{
	float:right;
	width:300px;
}
#sidebarlinks{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}


#sidebarlinks_title{
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
	width:97%;
}

#sidebarlinks_title a{
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}

#sidebarlinks_body{
	border-top:0;
	padding:0px 10px 6px 0px;
	font-size:10px;
	color:#cd1713;
	display:inline-table;
}
#sidebarlinks_body ul{
	display:inline-table;
	color:#999999;
	margin:0 0 0 0px;
}
#sidebarlinks_body ul li{
	display:inline-table;
	font-size:10px;
	line-height:1.3em;
	padding:0px 0 0px 0;
}
#sidebarlinks_body ul li a{
	color:#cd1713;
}
#sidebarlinks_body ul li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#sidebarlinks_body ul li a:hover{
	color:#cd1713;
	text-decoration:underline;
}



/*SECONDARY CONTENT WRAPPER [CONTENT SECTION BELOW THE PRIMARY BOTTOMS TABS]
============================================================== */
#secondaryContentWrapper { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	width:100%;
	overflow:hidden;
}

/* homepage secondary content left boxes */
#secondaryContentWrapper #leftBottomContent{
	float:left;
	width:660px;
}
/*bottomBox*/
.bottomBox{
	width:631px;
	border:1px solid #d7d6d6;
	overflow:hidden;
	padding:7px 15px 10px 12px;
	margin-bottom:5px;
}
.bottomBox .left{
	float:left;
}
.bottomBox .right{
	float:right;
}
.bottomBox_wide{
	width:300px;
}
.bottomBox_wide .thumb{
	padding-bottom:5px;
}
.bottomBox_wide img{
	display:block;
}
.bottomBox_narrow{
	width:315px;
}
.bottomBox a.list{
	color:#222;
	display:block;
	font-size:12px;
	display:block;
	padding:2px 0 2px 10px;
	margin-left:5px;
	background:url(white/ico_widget_li.gif) no-repeat left 6px;
}
.bottomBox a:hover.list{
	background:url(white/ico_widget_li_hover.gif) no-repeat left 6px;
	text-decoration:underline;
	color:#cd1713;
}



/* SIDEBAR BOTTOM - MAIN PAGE
================================================================== */
#secondaryContentWrapper #home_sidebar{
	float:right;
	width:300px;
}
#secondaryContentWrapper #home_sidebar-links{
	float:right;
	width:300px;
}
/*home_sidebarPosts*/
.home_sidebarPosts{
	width:280px;
	border:1px solid #bcbcbc;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:7px 9px 9px 9px;
}
.home_sidebarPosts ul{
	width:100%;
}
.home_sidebarPosts li{
	width:100%;
	overflow:hidden;
	border-bottom:1px dotted #666;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.home_sidebarPosts li.last{
	background:none;
	padding:0;
	margin:0;
	border:none;
}
.home_sidebarPosts img{
	float:left;
	width:80px;
	height:85px;
	margin-right:10px;
}
.home_sidebarPosts p{
	font-size:12px;
	line-height:1.3em;
	padding:3px 0 0 0;
}
.home_sidebarPosts p.date{
	color:#cd1713;
}
.home_sidebarPosts p.date span{
	color:#666;
}
/* FOOTER
============================================================== */
#footer{
	width:966px;
	margin:0 auto;
	background:#bcbcbc;
	border-bottom:3px solid #cd1713;
	padding:14px 0 10px 14px;
}
#footer_data{
	float:left;
	
}
#footer_data ul{
}
#footer_data li{
	display:inline;
	color:#434343;
	font-size:12px;
	padding:0 0 0 9px;
	margin-left:9px;
	border-left:1px solid #434343;
}
#footer_data li.first{
	padding:0;
	border:none;
	margin:0;
}
#footer_data li a{
	color:#434343;
}
#footer_data li a:hover{
	text-decoration:underline;
}
#footer_data .copyrights{
	color:#222222;
	padding:10px 0 0 0;
}
#footer_data .copyrights a{
	color:#222222;
}
#footer_data .copyrights a:hover{
	text-decoration:underline;
}
#footer_logo{
	float:right;
	width:auto;
	padding:15px 16px 0 0;
}
/* GLOBALS and CLASSES - WIDGET STYLES
============================================================== */
.widget {
	margin-bottom:10px;
}
.widget p {
	padding-top:5px;
	padding-bottom:5px;
}
.widget ul li {
	line-height:18px;
	color:#666;
	width:auto;
	border-bottom:1px dotted #D3D9EB;
	margin-left:3px;
	list-style:none;
	padding:2px 0 2px 10px;
	display:block;
	background:url(white/ico_widget_li.gif) no-repeat left 7px;
}
.widget a  {
	display:inline;
	width:auto;
	color:#000;
}
.widget a:hover {
	text-decoration:underline;
}
.widget ul li.digg {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_digg.png) no-repeat left center;
}
.widget ul li.fb {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_fb.png) no-repeat left center;
}
.widget ul li.stumble {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_stumble.png) no-repeat left center;
}
.widget ul li.twitter {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_twitter.png) no-repeat left center;
}
.widget ul li.reddit {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_reddit.png) no-repeat left center;
}
.widget ul li.google {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_google.png) no-repeat left center;
}
.widget ul li.delicious {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_delicious.png) no-repeat left center;
}
.widget ul li.print {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_print.png) no-repeat left center;
}
/* OTHER GLOBAL SELECTORS */
#primaryTopWrapper .wp-caption-text, 
#primaryBottom .wp-caption-text, 
#secondaryContentWrapper .wp-caption-text { 
/* Hack to hide captions; NOT to be displayed on main page */display:none; 
}
.titleCatName { /* Front page, category labels over blocks */
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	font-family:arial, tahoma, sans-serif;
}
.titleCatName a,.titleCatName a:hover {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
/* INNER PAGE CONTENT AREA
============================================================== */
#innerLeft { /* Post wrapper */
	float:left;
	width:500px;
	margin-right:12px;
	margin-left:12px;
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
}
	#innerLeft p {
		padding-bottom:10px;
	}
	
#innerLeft2 { /* Post wrapper */
	float:left;
	width:500px;
	margin-right:8px;
	margin-left:2px;
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
}	

#bookinnerLeft { /* Post wrapper */
	float:left;
	width:500px;
	margin-right:8px;
	margin-left:2px;
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
}	

#filminnerLeft { /* Post wrapper */
	float:left;
	width:500px;
	margin-right:8px;
	margin-left:2px;
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
}	

#musicinnerLeft { /* Post wrapper */
	float:left;
	width:500px;
	margin-right:8px;
	margin-left:2px;
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
}	

#artsinnerLeft { /* Post wrapper */
	float:left;
	width:500px;
	margin-right:2px;
	margin-left:2px;
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
}	

#x5innerLeft { /* Post wrapper */
	float:left;
	display:block;
	width:200px;
	margin-right:0px;
	margin-left:0px;
	
}	
	.metasingleflags{
		display:inline;
		overflow:hidden;
		margin:0 0 0px 0;
		padding:0 0 0px 0;
		color:#909090;
		font-size:11px;
		white-space: nowrap;
		text-decoration:none;
	}

	.metasingleflags a span {display: none;}
	
	.metasingleflags a:hover span {display:block;
   position:inherit; top: 100px; left: 0; 
   padding: 5px; margin: 0px; z-index: 100;
   color: #cd1713;
   font: 10px arial, sans-serif; text-align: left; text-decoration:none;}
   

	
	.metasingle {
		width:100%;
		overflow:hidden;
		border-bottom:1px dotted #666;
		margin:0 0 4px 0;
		padding:0 0 4px 0;
		color:#909090;
		font-size:11px;
		white-space: nowrap;
	}
	.metasingle a {
		color:#909090;
	}
	.metasingle a:hover {
		color:#000;
	}
	.metasinglex5 {
		width:100%;
		overflow:hidden;
		border-bottom:1px solid #000000;
		margin:0 0 4px 0;
		padding:0 0 4px 0;
		color:#000000;
		font-size:12px;
		white-space: nowrap;
		
	}
	.metasinglex5 a {
		color:#cd1713;
		font-weight:bold;
	}
	.metasinglex5 a:hover {
		color:#000000;
	}
	.x5titlerating {
	display:inline;
	font-size:30px;
	color:#cd1713;
	line-height:1.0em;
	margin:0 0 8px 0;
	letter-spacing:-2px;
	font-family:"trebuchet ms", arial, sans-serif !important;
	font-weight:normal !important;
	}
	.x5titlerating-rating {
		float:right;
		display:inline;
		
	}
	.x5titlerating a {
		color:#909090;
	}
	.x5titlerating a:hover {
		color:#000;
	}
	.postAuthor {
		padding-left:13px;
		background: url(white/ico_author.gif) no-repeat left center;
	}
	.postDate {
		padding-left:0px;
		
	}
	.post {
		padding-top:5px;
	}
	.post a {
		color:#cd1713;
	}
	.post a:hover {
		color:#cd1713;
		text-decoration:underline;
	}
	.post ul {
		padding-bottom:10px;
		list-style: square inside;
	}
	.post img {
		padding:2px;
		border:1px solid #aaa;
		background:#fff;
	}
	.post img.bnone {
		border:none;
	}
	.post ol {
		padding-bottom:10px;
		list-style: decimal inside;
	}
	.post li {
		padding: 2px 0px 2px 10px;
		font-size: 12px;
		line-height: 15px;
		color:#4c4c4c;
	}
	.alignleft {
		float:left;
		margin-right:10px;
		margin-top:5px;
	}
	.alignright {
		float:right;
		margin-left:10px;
		margin-top:5px;
	}
	.aligncenter {
		margin:0 auto;
		display:block;
	}
	.aligncenter2 {
		margin:0 auto;
		display:block;
		padding-bottom:5px;
	}
	.wp-caption {
		margin-bottom:10px
	}	
	.wp-caption img {
		margin-bottom: 5px;
		padding:4px;
		border: 1px solid #ddd;
		background-color:#fff;
	}
	p.wp-caption-text {
		color:#222;
		width: auto;
		font:.8em verdana, arial, sans-serif;
		text-align:center;
		padding-bottom:0 !important;
	}
	blockquote {
		padding: 2px 10px;
		background: #efefef;
		color:#333;
		clear:both;
		border-left: 3px solid #bfbbbb;
		border-bottom:1px dotted #bfbbbb;
		margin-bottom:10px;
		font-size: 11px;
		font-family: verdana, arial, sans-serif;
	}
	code {
		color:#444;
		font:11px/17px tahoma, arial, sans-serif;
		display:block;
	}
	blockquote p {
		padding: 5px 0px;
		margin: 5px 0px;
		line-height: 15px;
	}
	blockquote li {
		padding: 2px 0px 2px 10px;
		font-size: 11px;
		line-height: 15px;
		color:#369;
	}
	blockquote a {
		color:#0080ca;
		text-decoration:underline;
	}
	blockquote a:hover {
		color:#039;
	}
	#entryMeta { /* Style to wrap author details below the article  */
		font-size:.9em;
		border:1px solid #ddd;
		padding:7px;
		background:#f5f5f5;
		color:#444;
		margin-bottom:10px;
		line-height:1.3em;
	}
	#entryMeta img { /* Alignment for author image on single post page */
		float:left;
		padding:2px;
		border:1px solid #bbb;
		margin-top:1px;
		margin-right:5px;
	}
	#entryMeta a { /* Link style for the post details below the post title on single post page */
		color:#8f8f8f;
		text-decoration:underline;
	}
	#entryMeta a:hover {
		text-decoration:none;;
	}
	.attachment-nav {
		display:block;
		margin:15px 0;
		text-align:center;
		font-weight:bold;
		color:#ccc;
	}
	.attachment_more {
		width:156px;
		margin:5px;
		float:left;
		display:inline;
	}
	
/* X5 MAIN PAGE
============================================================== */		
	#x5main-wrapper {
	width:970px;
	position:relative;
	top:-6px;
	}
	#x5main-topbar {
	background:#000000;
	width:840px;
	height:110px;
	}
	#x5main-topbar_left {
	float:left;
	height:110px;
	width:435px;
	background:#000000;
	color:#ffffff;
	
	}
	#x5main-topbar_left-logo {
	background: url(http://iberosphere.com/SpainX5pageslogo-black.png) no-repeat left;
	width:210px;
	height:100px;
	float:left;
	margin-left:5px;
	}
	#x5main-topbar_left-text {
	width:190px;
	height:100px;
	float:right;
	text-align:justify;
	padding:12px 15px 0px 0px;
	font-size:11px;
	
	}
	#x5main-topbar_middle {
	float:left;
	height:110px;
	width:350px;
	background:#000000;
	color:#ffffff;
	margin-left:30px;
	}
	#x5main-topbar_divider {
	float:left;
	border-left:1px solid #ffffff;
	height:76px;
	width:5px;
	margin-top:18px;
	margin-left:10px;
	}
	#x5main-topbar_middle-popular-wrap {
	float:left;
	height:100px;
	width:150px;
	}
	#x5main-topbar_middle-popular {
	background: url(white/x5main-nav_arrow-popular.png) no-repeat left;
	height:110px;
	width:150px;
	padding-top:2px;
	}
	#x5main-topbar_middle-popular ul {
	height:110px;
	width:150px;
	padding-top:13px;
	margin-left:45px;
	}
	#x5main-topbar_middle-popular ul li {
	visibility:hidden;
	font-size:0px;
	padding:0px 0px 2px 0px;
	}
	#x5main-topbar_middle-popular ul li a{
	visibility:visible;
	font-size:11px;
	color:#FFFFFF;
	}
	#x5main-topbar_middle-popular ul li a:hover{
	visibility:visible;
	font-size:11px;
	color:#cd1713;
	text-decoration:underline;
	}
	#x5main-topbar_middle-rated-wrap {
	float:left;
	height:100px;
	width:150px;
	
	}
	#x5main-topbar_middle-rated {
	background: url(white/x5main-nav_arrow-rated.png) no-repeat left;
	height:110px;
	width:150px;
	padding-top:2px;
	}
	#x5main-topbar_middle-rated ul {
	height:110px;
	width:150px;
	padding-top:15px;
	margin-left:45px;
	}
	#x5main-topbar_middle-rated ul li {
	visibility:visible;
	font-size:0px;
	padding:0px 0px 2px 0px;
	}
	#x5main-topbar_middle-rated ul li a{
	visibility:visible;
	font-size:11px;
	color:#FFFFFF;
	}
	#x5main-topbar_middle-rated ul li a:hover{
	visibility:visible;
	font-size:11px;
	color:#cd1713;
	text-decoration:underline;
	}
	
	#x5main-rightcol {
	float:right;
	height:600px;
	width:120px;
	background:#000000;
	color:#ffffff;
	padding:3px 5px 5px 5px;
	}
	#x5main-linkbar {
	width:840px;
	height:31px;
	float:left;
	/*background: url(white/x5main_linkbar-background.png) repeat-x center;*/
	}
	#x5main-linkbar_listlink {
	float:left;
	padding-left:0px;
	margin-left:10px;
	padding-top:3px;
	height:27px;
	width:193px;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	}
	#x5main-linkbar_listlink a {
	color:#cd1713;
	float:right;
	font-weight:bold;
	font-size:13px;	
	}
	#x5main-linkbar_listlink a:hover {
	color:#ffffff;
	
	}
	/*
	#x5main-subcontent_button {
	float:left;
	padding-left:20px;
	height:24px;
	width:180px;
	color:#ffffff;
	}
	#x5main-subcontent_button a {
	color:#ffffff;
	}*/
	#x5main-linkbar_dropdown {
	float:left;
	padding-left:28px;
	margin-top:2px;
	height:24px;
	width:200px;
	color:#ffffff;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	}
	#x5main-linkbar_dropdown-text {
	float:left;
	padding-right:10px;
	padding-left:18px;
	margin-top:2px;
	color:#ffffff;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	}
	#x5main-linkbar_dropdown option{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	}
	#x5main-linkbar-share-wrap {
	width:370px;
	height:24px;
	float:right;
	margin-right:8px;
	}
	#x5main-linkbar-shareFB {
	position:relative;
	top:-1px;
	display:inline;
	width:90px;
	height:30px;
	float:left;
	}
	#x5main-linkbar-shareGPLUS {
	position:relative;
	top:1.5px;
	display:inline;
	width:70px;
	height:30px;
	float:left;
	}
	#x5main-linkbar-share2 {
	display:inline;
	width:210px;
	height:30px;
	float:left;
	}
	#x5main-subcontent {
	display:none;
	width:840px;
	height:467px;
	background:#ffffff;
	overflow:hidden;
	}
	#x5main-sliderwrap {
	background:#000000;
	width:840px;
	height:467px;
	float:left;
	}
	#x5main-slider-border {
	/*background:url(white/x5main_slidernav-top.png) repeat-x center;*/
	float:left;
	position:relative;
	top:0px;
	width:250px;
	height:31px;
	z-index:1;
	}
	#x5main-slider {
	position:relative;
	top:-31px;
	}
	#x5main-slider_underbar {
	width:970px;
	height:100px;
	background:#000000;
	}
	#x5main-slider_underbar-left {
	width:220px;
	height:100px;
	background:#000000;
	float:left;
	color:#ffffff;
	}
	#x5main-slider_underbar-right {
	width:740px;
	height:100px;
	background:#000000;
	float:right;
	padding-left:10px;
	}	
	
	
#x5main-pic_nav{/*wraps thumbnail nav under slider on x5 mainpage*/
	width:930px;
	min-height:500px;
	float:left;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:0px;
	margin-left:25px;
	margin-right:10px;
	}
#x5main-pic_nav ul{
margin-left:0px;
}
#x5main-pic_nav wrap{
float:left;
margin-right:16px;
margin-left:16px;
width:120px;
text-align:center;
background:#000000;
margin-bottom:30px;
display:block;
}
#x5main-pic_nav-tit-wrap {
width:100px;
padding:0 10px 0 10px;
height:30px;
border-top:5px;
background: #000000;
}
#x5main-pic_nav tit {
position:relative;
top:-5px;
padding: 0;
color:#ffffff;
text-align:center;
font-weight:bold;
font-size:11px;

}
#x5main-pic_nav tit:hover{
color:#cd1713;

}
#x5main-pic_nav a img{
margin:10px;
background:#000000;

}
#x5main-pic_nav a img:hover{
	opacity:1.6;
	filter:alpha(opacity=160); /* For IE8 and earlier */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
}	
/* EXPAT section */
#expatfeatured{
	float:left;
	width:590x;
	line-height:18px;
	padding-top:6px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:0px;
	margin-bottom:10px;
}

#expatfeatured_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#expatfeatured_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
#wrapper .expatheadline1 {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .expatheadline1 a{
	color:#222;
}
#wrapper .expatheadline1 a:hover {
	text-decoration:underline;	
}
#expatfeatured_body{

}
#expatfeatured_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#expatfeatured_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#expatfeatured_body ol li a{
	color:#cd1713;
}
#expatfeatured_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#expatfeatured_img {
	float:left;
	padding: 2px 4px 0 0;
}
#expatfeatured_author{
	color:#cd1713;
	font-size:9px;
}
#expatfeatured_author ol{
	color:#cd1713;
	font-size:9px;
}		
#expatfeatured_author ol li{
	color:#cd1713;
	font-size:9px;
}
#expatfeatured_author ol li a{
	color:#cd1713;
	font-size:9px;
}
#expatsidebar{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
}
#expatsidebar_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#expatsidebar_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
#wrapper .expatheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}
#wrapper .expatheadline a{
	color:#222;
}
#wrapper .expatheadline a:hover {
	text-decoration:underline;	
}
#expatsidebar_body{
}
#expatsidebar_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#expatsidebar_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 0px 0;
}
#expatsidebar_body ol li a{
	
	color:#cd1713;
}
#expatsidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#expatauthor_img {
	float:left;
	padding: 2px 4px 0 0;
}
#expatsidebar_author{
	color:#cd1713;
	font-size:9px;
}
#expatsidebar_author ol{
	color:#cd1713;
	font-size:9px;
}		
#expatsidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}
#expatsidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}
#expatsidebar_author ol li a{
	color:#cd1713;
	font-size:9px;
}
#expatsidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#expat-more_link { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-top:5px;
	font-family:arial, tahoma, sans-serif;
}
#expat-more_link a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
#expat-more_link a:hover {
	text-decoration:underline;
}
#expatsidebarsnippet{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}
#expatsidebarsnippet_body {
text-align:justify;
font-size:13px;
}
#expatsidebar_snippetfb {
	vertical-align:bottom;
	display:inline;
	padding-top: 7px;
	float:left;	
}
#wrapper .expatsidebar_snippettw {
	vertical-align:bottom;
	display:inline;
	padding-top: 6px;
	padding-left: 10px;
	float:left;	
}
#expatsidebarsnippet_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#expatsidebarsnippet_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
#wrapper .expatheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}
#wrapper .expatheadline a{
	color:#222;
}
#wrapper .expatheadline a:hover {
	text-decoration:underline;	
}
#ExpatsidebarTabs{
	width:100%;
	overflow:hidden;
}
#ExpatsidebarTabs_title{
	width:100%;
	overflow:hidden;
	
}
#ExpatsidebarTabs_title li{
	float:left;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	padding:0 2px 0 0;
}
#ExpatsidebarTabs_title li.last{
	padding:0;
}
#ExpatsidebarTabs_title li a{
	float:left;
	color:#000;
	background:url(white/bgr_sidebarTabs_title_a.gif) repeat-x;
	height:20px;
	padding:6px 10px 0 10px;
	border:1px solid #bcbcbc;
}
#ExpatsidebarTabs_title li.last a{
	width:75px;
	white-space:nowrap;
}
#ExpatsidebarTabs_title li a.selected{
	color:#cd1713;
	background:#ffffff;
	height:20px;
	padding:6px 10px 0 10px;
	border:1px solid #bcbcbc;
	text-decoration:none;
}
#ExpatsidebarTabs_body{
	padding:8px 12px 6px 12px;
}
#ExpatsidebarTabs_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#ExpatsidebarTabs_body ol li{
	font-size:12px;
	line-height:1.5em;
	padding:2px 0 2px 0;
	
}
#ExpatsidebarTabs_body ol li a{
	color:#333333;
	list-style: disc;
}
#ExpatsidebarTabs_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#expatsidebar-rightad {
float:left;
	width:348px;
	line-height:18px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:0px;
	margin-bottom:10px;
}

#expatpartner-bar_wrap {
}
#expatpartner-bar_ad {
float:left;
margin-right:15px;
padding-bottom:10px;
}
#expatpartner-bar{
	float:left;
	width:195px;
	line-height:18px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	margin-right:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
	text-align:justify;
}
#expatpartner-bar_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
	font-family:arial, tahoma, sans-serif;
	margin-left:10px;
}
#expatpartner-bar_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}	
#expatpartner-bar_link_wrap {
width:100%;
height:60px;
border-top:1px solid #bcbcbc;
margin-top:5px;
padding-top:3px;
}
#expatpartner-bar_link {
float:right;
height:60px;
vertical-align:bottom;
text-align:right;
text-transform:uppercase;
font-weight:bold;
color:#333333;
}
#expatpartner-bar_link a {
vertical-align:bottom;
text-transform:uppercase;
font-weight:bold;
color:#333333;
}
#expatpartner-bar_link a:hover {
text-decoration:underline;
}

/* IBEROBLOG section
============================================================== */	
#iberoblogsidebarsnippet{
	float:right;
	width:288px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}
#iberoblogsidebarsnippet_body {
text-align:justify;
font-size:13px;
}
#iberoblogsidebar_snippetfb {
	vertical-align:bottom;
	display:inline;
	padding-top: 7px;
	float:left;	
}
#wrapper .iberoblogsidebar_snippettw {
	vertical-align:bottom;
	display:inline;
	padding-top: 6px;
	padding-left: 10px;
	float:left;	
}
#iberoblogsidebarsnippet_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#iberoblogsidebarsnippet_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
/* X5 CUSTOM POSTS
============================================================== */	
	#postX5sub_wrap {
	position:relative;
	top:-6px;
	float:left;
	width:728px;
	height:653px;
	padding-top:16px;
	margin-right:0px;
	margin-left:6px;
	background:#000000;
	}
	#postx5sub-link_ad {
	background:#ffffff;
	position:absolute;
	top:421px;
	left:140px;
	font-weight:bold;
	}
	#postx5sub-link_ad a{
	color:#cd1713;
	}
	#postx5sub-link_ad a:hover{
	text-decoration:underline;
	}
	#postx5sub-share_wrap {
	float:right;
	width:728px;
	border-top:16px solid #ffffff;
	}
	#postx5sub-ad_wrap {
	float:right;
	padding-top:12px;
	}

#x5sub-page_nav{/*wraps thumbnail nav under slider and ad on x5 subpages*/
	width:728px;
	float:left;
	display:block;
	padding-top:14px;
	padding-bottom:10px;
	margin-bottom:0px;
	background: url(white/x5sub_thumbnail-nav_arrow.png) left no-repeat;
}
#x5sub-page_nav ul{
margin-left:50px;
}
#x5sub-page_nav a img{
	margin-right:30px;
	border:1px solid #F6F6F6
}
#x5sub-page_nav a img:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */

}	
	#postx5sub /* Post wrapper on x5 subpage posts */{
	float:right;
	width:600px;
	margin-right:0px;
	margin-left:6px;
	background:#000000;
	font-size:1.2em;
	line-height:1.3em;
	}
	.postx5sub {
	padding-top:5px;
	}
	.postx5sub p {
	padding-bottom:10px;
	
	}
	.postx5sub a {
		color:#cd1713;
	}
	.postx5sub a:hover {
		color:#cd1713;
		text-decoration:underline;
	}
	.postx5sub ul {
		padding-bottom:10px;
		list-style: square inside;
	}
	.postx5sub img {
		padding:2px;
		border:1px solid #aaa;
		background:#fff;
		
	}
	.postx5sub img.bnone {
		border:none;
	}
	.postx5sub ol {
		padding-bottom:10px;
		list-style: decimal inside;
	}
	.postx5sub li {
		padding: 2px 0px 2px 10px;
		font-size: 12px;
		line-height: 15px;
		color:#4c4c4c;
	}
	#x5postsub-below_wrapper-border {
	background: url(white/x5sub-below-border.jpg)  repeat-x center;
	width:970px;
	height:40px;
	position:relative;
	top:-6px;
	margin-bottom:5px;
	}
	#x5postsub-below_wrapper {
	float:left;
	width:640px;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	}
	#x5postsub-below_rightcol {
	float:right;
	width:300;
	margin-left:20px;
	margin-top:30px;
	}

	#x5postpage-wrapper{
	width:970px;
	height:900px;
	}
	#postx5-wrap {
	float:left;
	width:670px;
	padding-top:5px;
	margin-left:5px;
	}
	#postx5-bg {
	margin-top:5px;
	padding-top:10px;
	margin-bottom:0px;
	background:#000000;
	}
	#postx5 {
	}
	.postx5 p {
	font-size:1.2em;
	line-height:1.3em;
	text-align:justify;
	color:#ffffff;
	padding: 5px 15px 5px 15px;
	}
	.postx5 a {
		color:#cd1713;
	}
	.postx5 a:hover {
		color:#cd1713;
		text-decoration:underline;
	}
	.postx5 ul {
		padding-bottom:10px;
		list-style: square inside;
	}
	.postx5 img {
		padding:0px;
		
		
	}
	.postx5 img.bnone {
		border:none;
	}
	.postx5 ol {
		padding-bottom:10px;
		list-style: decimal inside;
	}
	.postx5 li {
		padding: 5px 15px 5px 15px;
		font-size: 12px;
		line-height: 15px;
		color:#ffffff;
		font-size:1.2em;
	line-height:1.3em;
	}
	.alignleft {
		float:left;
		margin-right:10px;
		margin-top:5px;
	}
	.alignright {
		float:right;
		margin-left:10px;
		margin-top:5px;
	}
	.aligncenter {
		margin:0 auto;
		display:block;
	}
	.wp-caption {
		margin-bottom:10px
	}	
	.wp-caption img {
		margin-bottom: 5px;
		padding:4px;
		border: 1px solid #ddd;
		background-color:#fff;
	}
	p.wp-caption-text {
		color:#222;
		width: auto;
		font:.8em verdana, arial, sans-serif;
		text-align:center;
		padding-bottom:0 !important;
	}
	blockquote {
		padding: 2px 10px;
		background: #efefef;
		color:#333;
		clear:both;
		border-left: 3px solid #bfbbbb;
		border-bottom:1px dotted #bfbbbb;
		margin-bottom:10px;
		font-size: 11px;
		font-family: verdana, arial, sans-serif;
	}
	code {
		color:#444;
		font:11px/17px tahoma, arial, sans-serif;
		display:block;
	}
	blockquote p {
		padding: 5px 0px;
		margin: 5px 0px;
		line-height: 15px;
	}
	blockquote li {
		padding: 2px 0px 2px 10px;
		font-size: 11px;
		line-height: 15px;
		color:#369;
	}
	blockquote a {
		color:#0080ca;
		text-decoration:underline;
	}
	blockquote a:hover {
		color:#039;
	}
	#entryMeta { /* Style to wrap author details below the article  */
		font-size:.9em;
		border:1px solid #ddd;
		padding:7px;
		background:#f5f5f5;
		color:#444;
		margin-bottom:10px;
		line-height:1.3em;
	}
	#entryMeta img { /* Alignment for author image on single post page */
		float:left;
		padding:2px;
		border:1px solid #bbb;
		margin-top:1px;
		margin-right:5px;
	}
	#entryMeta a { /* Link style for the post details below the post title on single post page */
		color:#8f8f8f;
		text-decoration:underline;
	}
	#entryMeta a:hover {
		text-decoration:none;;
	}
	.attachment-nav {
		display:block;
		margin:15px 0;
		text-align:center;
		font-weight:bold;
		color:#ccc;
	}
	.attachment_more {
		width:156px;
		margin:5px;
		float:left;
		display:inline;
	}
	
	
	#x5post-bottom-wrap {
	}
	#x5post-bottom-wrap_comments {
	width:470px;
	float:left;
	margin-top:14px;

	}
	#iberians-post-bottom-wrap_ad{
	width:470px;
	float:left;
	margin-top:0px;
	
	}
	#x5post-bottom-wrap_similar {
	width:200px;
	float:right;
	background:#000000;
	color:#ffffff;
	margin-bottom:10px;
	}
	#x5post-bottom-wrap_similar_text {
	position:relative;
	top:-35px;
	margin:0px 12px 0px 12px;
	color:#cd1713;
	font-size:14px;
	
	}
	#x5post-bottom-wrap_similar_text a {
		color:#ffffff;
		font-size:12px;
	}
	#x5post-bottom-wrap_similar_text a:hover {
		color:#cd1713;
		font-weight:bold;
	
	}
	#x5post-bottom-wrap_similar_text ul {
	position:relative;
	top:-5px;
	}
	#x5post-bottom-wrap_similar_text ul li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ffffff;
	}
	#x5post-bottom-wrap_similar_links {
	position:relative;
	top:-20px;
	float:right;
	color:#cd1713;
	font-size:14px;
	font-weight:bold;
	padding: 0 8px 0px 8px;
	text-align:justify;
	}

	#x5post-bottom-wrap_similar_links a {
		color:#cd1713;
		padding: 0 8px 0 8px;
		text-align:justify;
		line-height:1.5em;
	}
	#x5post-bottom-wrap_similar_links a:hover {
		color:#ffffff;
		text-decoration:underline;
	}
	#x5post-bottom-wrap_similar_links ul {
	
	}
	#x5post-bottom-wrap_similar_links ul li {
	
	}

/* IBERIANS CUSTOM PAGE
============================================================== */	
#Iberians-header_ad {
width:970px;
height:20px;
background:#000000;
color:#ffffff;
font-weight:bold;
position:relative;
margin-bottom:0px;
padding-top:3px;
}
#Iberians-header_ad a {
color:#ffffff;
font-weight:normal;
font-weight:bold;
}
#Iberians-header_ad a:hover {
color:#cd1713;
}

#Iberians-header {
width:970px;
height:20px;
background:#ffffff;
color:#000000;
font-weight:bold;
}
#Iberians-header a {
color:#cd1713;
font-weight:normal;
font-weight:bold;
}
#Iberians-header a:hover {
color:#cd1713;
text-decoration:underline;
}
#Iberians-header ul {
display: inline;
}
#Iberians-header ul li {
display: inline;
}
#Iberians-main_wrap {
floar:left;
width:660px;
}
#Iberians-intro_wrap {
float:left;
width:660px;
}
#Iberians-intro {
background:#000000;
float:left;
color:#ffffff;
font-size:1.1em;
line-height:1.3em;
padding:5px;
}
.Iberians-title {
	display:inline;
	font-size:60px;
	color:#ffffff;
	line-height:1.3em;
	padding:0px 0px 0px 5px;
	letter-spacing:-2px;
	font-family:"trebuchet ms", arial, sans-serif !important;
	font-weight:normal !important;
	}
	.Iberians-title a {
		color:#ffffff;
	}
	.Iberians-title a:hover {
		color:#cd1713;
	}
.Iberians-title2 {
	display:inline;
	font-size:54px;
	color:#ffffff;
	line-height:1.5em;
	padding:0px 0px 0px 5px;
	letter-spacing:-2px;
	font-family:"trebuchet ms", arial, sans-serif !important;
	font-weight:normal !important;
	}
	.Iberians-title2 a {
		color:#ffffff;
	}
	.Iberians-title2 a:hover {
		color:#cd1713;
	}
#Iberians-intro p{
padding:5px 5px 5px 10px;

}	
#Iberians-content_wrap {
float:left;
width:660px;
}
#Iberians-content {
float:left;
background:#000000;
color:#ffffff;
font-size:1.1em;
line-height:1.3em;
padding:5px;
margin-bottom:10px;}
#Iberians-content a{
color:#cd1713;
}
#Iberians-content a:hover{
text-decoration:underline;
}
#Iberians-content p{
padding:5px 10px 5px 10px;
}	

#Iberians-content h4 a{
padding:5px 10px 5px 10px;
color:#cd1713;
font-size:20px;
line-height:1.5em;
}
#Iberians-under_content {
float:left;
width:630px;
padding: 0 10px 0 10px;
}
#Iberians-bottom_ad_wrap {
float:left;
width:640px;
padding:10px;
margin-bottom:10px;
}
#wideSidebar-Iberians {
	float:right;
	width:300px;
	background:#000000;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:10px;
}
.Iberians-widget {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
}

.Iberians-widget p {
	padding-top:5px;
	padding-bottom:5px;
	color:#ffffff;
}
.Iberians-widget-link a{
	float:right;
	padding: 0px 5px 10px 0px;
	font-weight:bold;
	color:#ffffff;
}
.Iberians-widget-link a:hover{
	color:#cd1713;
}
.Iberians-widget ul li {
	line-height:18px;
	color:#ffffff;
	width:auto;
	margin-left:3px;
	list-style:none;
	padding:2px 0 2px 10px;
	display:block;
}
.Iberians-widget ul li a  {
	display:inline;
	width:auto;
	color:#cd1713;
}
.Iberians-widget ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.Iberians-widget img {
	margin:5px 5px 0px 0px;
	border: 1px solid #ffffff;
}
.Iberians-widget img:hover {
	opacity:0.6;
}
.Iberians-widget tit-wrap {
	position:relative;
	bottom:20px;
	font-size:14px;
	font-weight:bold;
	}

.Iberians-widget2 {
	width:160px;
	float:left;
	margin-bottom:10px;
}
.Iberians-widget2-wrap{
	padding-bottom:10px;
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
	}
.Iberians-widget2 p {
	padding-top:5px;
	padding-bottom:5px;
	color:#ffffff;
}
.Iberians-widget2 ul li {
	line-height:18px;
	color:#ffffff;
	width:auto;
	margin-left:3px;
	list-style:none;
	padding:2px 0 2px 10px;
	display:block;
}
.Iberians-widget2 ul li a  {
	display:inline;
	width:auto;
	color:#ffffff;
}
.Iberians-widget2 ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.Iberians-widget2-ad {
padding: 0 15px 0 20px;
}
#wideSidebar-Iberians_ad{
float:right;
margin-bottom:10px;
}
/* INNER PAGE SIDEBARS
============================================================== */
#narrowSidebar { /* The narrow sidebar on inner pages that holds photo gallery and 120x600 ad */
	float:left;
	width:129px;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:0px;
	padding-top:5px;
	display:inline;
	background:#ffffff;
	border-right:1px solid #e1e1e1;
	overflow:hidden;

}
#wideSidebar { /* The Wide sidebar on inner pages */
	float:left;
	width:300px;
	background:#f5f5f5;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
}


/* INNER SIDEBAR X5 AD
============================================================== */
#x5-sidebar_ad-right {
float:left;
width:120px;
height:600px; 
background:#000000;
color:#ffffff;
overflow:;
margin:5px 4px 10px 0px;
}
#x5-sidebar_ad {
float:left;
width:120px;
height:600px; 
background:#000000;
color:#ffffff;
overflow:;
margin:5px 0 10px 4px;
}
#x5-sidebar_ad_nav{/*wraps thumbnail nav under slider on x5 mainpage*/
	width:120px;
	float:left;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:0px;
	}
#x5-sidebar_ad_nav-tit-wrap {
width:100px;
margin:5px 10px 5px 10px;
background: #000000;
text-align:justify;
}
#x5-sidebar_ad_nav tit {
padding: 0;
color:#ffffff;
font: 1.45em/1.3em "trebuchet ms", arial, sans-serif;
}
#x5-sidebar_ad_nav tit:hover{
color:#cd1713;
}
#x5-sidebar_ad_nav ul{
margin-left:0px;
}
#x5-sidebar_ad_nav-text-wrap{
padding: 3px 10px 5px 10px;
color:#ffffff;
text-transform:uppercase;
font-weight:bold;
font-size:11px;
text-align:center;
}
#x5-sidebar_ad_nav-text-wrap:hover{
color:#cd1713;
}
#x5-sidebar_ad_nav a img{
background:#000000;
border:1px solid #ffffff;
margin:10px 0px 0px 10px;
}
#x5-sidebar_ad_nav a img:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}	
#x5-sidebar_ad-logo {
background: url(http://iberosphere.com/SpainX5sidecol_ad-black.jpg) no-repeat left; 
height:100px;
width:110px;
margin:8px 5px 5px 5px;
}
#x5-sidebar_ad-logo:hover {
background: url(http://iberosphere.com/SpainX5sidecol_ad-black-hover.jpg) no-repeat left; 
}

/* INNER X5 SUB-PAGE SIDEBARS
============================================================== */

#x5Sub-page-left_Sidebar { /* left sidebar on X5 sub-pages */
	display:block;
	float:left;
	position:relative;
	top:-6px;
	height:390px;
	width:242px;
	background:#ffffff;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	border-top:16px solid #000000;
}
#x5Sub-page-left_Sidebar a {
color:#cd1713;
}
#x5Sub-page-left_Sidebar a:hover {
text-decoration:underline;
}
#x5Sub-page-left_Sidebar2 { /* bottom left sidebar on X5 sub-pages */
	display:inline;
	float:left;
	position:relative;
	width:242px;
	background:#ffffff;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	padding-top:8px;
}
#x5Sub-page-left_Sidebar-title {
	text-align:left;
	font-size:30px;
	color:#cd1713;
	line-height:1.0em;
	margin:5px 8px 2px 10px;
	letter-spacing:-2px;
	font-family:"trebuchet ms", arial, sans-serif !important;
	font-weight:normal !important;
}
#x5Sub-page-left_Sidebar-snippet { /* X5 text and logo on left debar on X5 subpages */
    width:220px;
	height:370px;
	padding:5px 9px 9px 9px;
	font-size:12px;
	color:#000000;
	text-align:justify;
}

#x5Sub-page-left_Sidebar-snippet ul {
	margin-top:10px;
	margin-right:60px;
	
}
#x5Sub-page-left_Sidebar-snippet ul li{
	display:block;
	font-size:12px;
	color:#000000;
	text-align:justify;
	padding-top:10px;
	padding-left:8px;
}
#x5Sub-page-left_Sidebar-snippet ul li a{
	font-weight:bold;
	color:#000000;
	display:block;
	padding:2px 0 2px 0px;	
}
#x5Sub-page-left_Sidebar-snippet ul li a:hover{
	text-decoration:underline;
	color:#cd1713;
}
#x5Sub-page-left_Sidebar-snippet ul li a:visited{
	text-decoration:none;
}
#x5Sub-page-left_Sidebar-dropdown {
position:relative;
top:-40px;
left:10px;
z-index:5;
font-weight:bold;
color:#cd1713;
font-size:13px;
}

#x5Sub-page-left_Sidebar-dropdown_text {
font-weight:bold;
}
#postx5sub-share {/* wraps ShareThis buttons*/
	background:#ffffff;
	height:170px;
	width:40px;
	margin-right: 6px;
	margin-left: 4px;
	padding-bottom: 8px;
	padding-top:8px;
	position:relative;
	bottom:233px;
	left:0px;
	display:block;
	float:right;
	z-index:99;
}
#postx5sub-share span{
	margin-bottom: 5px;
}
#x5Sub-page-left_Sidebar-snippet2 { /* X5 text at bottom on left sidebar on X5 subpages */
    width:240px;
	height:219px;
	background:#000000;
	float:left;
	padding:14px 9px 0px 9px;
	display:block;
	border-top:16px solid #ffffff;
}
#x5Sub-page-left_Sidebar-snippet2_pic a{
	background: url(http://iberosphere.com/SpainX5pageslogo-black.png) no-repeat center;
	float:left;
	width:210px;
	height:80px;
	margin-bottom:20px;
}
#x5Sub-page-left_Sidebar-snippet2_pic a:hover{
	background: url(http://iberosphere.com/SpainX5logo-black.png) no-repeat center;
	float:left;
	width:210px;
	height:80x;
	margin-bottom:20px;
	
}

#x5Sub-page-left_Sidebar-snippet2 ol li{
	display:block;
	font-size:12px;
	color:#FFFFFF;
	padding: 8px 32px 6px 6px;
	font-style:italic;
	text-align:justify;
}

#x5Sub-page-left_Sidebar-snippet2 li a{
	display:block;
	padding:2px 0 2px 0px;
}
#x5Sub-page-left_Sidebar-snippet2 li a:hover{
	text-decoration:underline;
	color:#cd1713;
}
/* INNER X5 POST-page SIDEBARS
============================================================== */
#narrowSidebarx5-120 { /* The narrow left 120px sidebar on X5 pages */
	float:right;
	width:120px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	background:#ffffff;
}
#narrowSidebarx5-160 { /* The narrow right 160px sidebar on X5 pages */
	float:left;
	width:160px;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:0px;
	padding-top:5px;
	display:inline;
	background:#ffffff;
}
#rightSidebarX5-snippet { /* X5 text ans logo on narrow right 160px sidebar on X5 pages */
	float:left;
	padding:1px 5px 5px 0px;
	width:150px;
	display:block;
	background:#ffffff;
}
#rightSidebarX5-snippet_pic a{
	background: url(http://iberosphere.com/SpainX5logo.jpg) no-repeat center;
	float:left;
	width:160px;
	height:73px;
	padding-bottom:8px;
}
#rightSidebarX5-snippet_pic a:hover{
	background: url(http://iberosphere.com/SpainX5logo-over.jpg) no-repeat center;
	float:left;
	width:160px;
	height:73px;
	padding-bottom:8px;
}
#rightSidebarX5-snippet li{
	display:block;
	font-size:11px;
	font-style:italic;
	text-align:justify;
}
#rightSidebarX5-snippet li a{
	display:block;
	padding:2px 0 2px 0px;
}
#rightSidebarX5-snippet li a:hover{
	text-decoration:underline;
	color:#cd1713;
}
#rightSidebarX5-ad {
float:left;
}
#rightSidebar-iberians-snippet { /* 2011 Iberians text and logo on narrow right 160px sidebar on Iberian post pages */
	float:left;
	margin:1px 5px 15px 0px;
	width:150px;
	display:block;
	background:#ffffff;
}
#rightSidebar-iberians-snippet_pic a{
	background: url(http://iberosphere.com/iberians2011.jpg) no-repeat center;
	float:left;
	width:160px;
	height:73px;
	margin-bottom:10px;
}
#rightSidebar-iberians-snippet li{
	display:block;
	font-size:11px;
	font-style:italic;
	text-align:justify;
	padding-left:10px;
}
#rightSidebar-iberians-snippet li a{
	display:block;
	padding:0px 0 0px 0px;
	color:#cd1713;
	font-style:normal;
}
#rightSidebar-iberians-snippet li a:hover{
	text-decoration:underline;
	color:#cd1713;
}
#rightSidebar-iberians-snippet ul{

}
#rightSidebar-iberians-snippet ul li{
	display:block;
	font-size:11px;
	text-align:left;
	padding-left:10px;
}
#rightSidebar-iberians-snippet ul li a{
	display:block;
	padding:2px 0 2px 0px;
	color:#cd1713;
	font-weight:bold;
	font-style:normal;
	
}
#rightSidebar-iberians-snippet ul li a:hover{
	text-decoration:underline;
	color:#cd1713;
}
#rightSidebar-iberians2012-snippet { /* 2012 Iberians text and logo on narrow right 160px sidebar on Iberian post pages */
	float:left;
	margin:1px 5px 15px 0px;
	width:150px;
	display:block;
	background:#ffffff;
}

#rightSidebar-iberians2012-snippet_pic a{
	background: url(http://iberosphere.com/iberians2012.jpg) no-repeat center;
	float:left;
	width:160px;
	height:73px;
	margin-bottom:10px;
}
#rightSidebar-iberians2012-snippet li{
	display:block;
	font-size:11px;
	font-style:italic;
	text-align:justify;
	padding-left:10px;
}
#rightSidebar-iberians2012-snippet li a{
	display:block;
	padding:0px 0 0px 0px;
	color:#cd1713;
	font-style:normal;
}
#rightSidebar-iberians2012-snippet li a:hover{
	text-decoration:underline;
	color:#cd1713;
}
#rightSidebar-iberians2012-snippet ul{

}
#rightSidebar-iberians2012-snippet ul li{
	display:block;
	font-size:11px;
	text-align:left;
	padding-left:10px;
}
#rightSidebar-iberians2012-snippet ul li a{
	display:block;
	padding:2px 0 2px 0px;
	color:#cd1713;
	font-weight:bold;
	font-style:normal;
	
}
#rightSidebar-iberians2012-snippet ul li a:hover{
	text-decoration:underline;
	color:#cd1713;
}

/* BOTTOM NAV ON X5 POSTS
============================================================== */
#x5postnav {
display:block;
width:640px;
background:#000000;
height:40px;
padding: 0 0px 0px 15px;

}
#x5postnav-left a{
background: url(white/x5back-hover.png) no-repeat left center;
float:left;
height:40px;
width:70px;
margin:6px 0px 8px 0px;
}
#x5postnav-right a{
background: url(white/x5next-hover.png) no-repeat right center;
float:right;
height:40px;
width:70px;
margin:6px 0px 8px 0px;
z-index:99;
position:relative;
}
#x5postnav-left a:hover{
background: url(white/x5back.png) no-repeat left center;
float:left;
height:40px;
width:70px;
margin:6px 0px 8px 0px;
z-index:99;
}
#x5postnav-right a:hover{
background: url(white/x5next.png) no-repeat right center;
float:right;
height:40px;
width:70px;
margin:6px 0px 8px 0px;
z-index:99;
position:relative;
}
#x5postshare {
position:relative;
top:6px;
padding-left:20px;
display:inline;
float:left;
margin:6px 0px 8px 0px;
}



/* Books page CSS */

#booksidebar{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}


#booksidebar_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#booksidebar_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}

#wrapper .bookheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .bookheadline a{
	color:#222;
}
#wrapper .bookheadline a:hover {
	text-decoration:underline;
	
}


#booksidebar_body{
	
	
}
#booksidebar_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#booksidebar_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#booksidebar_body ol li a{
	
	color:#cd1713;
}
#booksidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#bookauthor_img {
	float:left;
	padding: 2px 4px 0 0;
}
#booksidebar_author{
	color:#cd1713;
	font-size:9px;
}
#booksidebar_author ol{
	color:#cd1713;
	font-size:9px;
}		
#booksidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}

#booksidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}
#booksidebar_author ol li a{
	color:#cd1713;
	font-size:9px;
}
#booksidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}


#booksidebarsnippet{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}


#booksidebarsnippet_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#booksidebarsnippet_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}

#wrapper .bookheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .bookheadline a{
	color:#222;
}
#wrapper .bookheadline a:hover {
	text-decoration:underline;
	
}


#booksidebarsnippet_body{
	
	
}

#booksidebarsnippet_body a{
	color:#222;
}

#booksidebarsnippet_body a:hover{
	text-decoration:underline;
	color:#cd1713;
}
}
#booksidebarsnippet_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#booksidebarsnippet_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 0px 0;
}
#booksidebarsnippet_body ol li a{
	
	color:#cd1713;
}
#booksidebarsnippet_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
	vertical-align:bottom;
}

#wrapper .booksidebar_snippetfb {
	vertical-align:bottom;
	display:inline;
	padding-top: 7px;
	float:left;
	
}

#wrapper .booksidebar_snippettw {
	vertical-align:bottom;
	display:inline;
	padding-top: 6px;
	padding-left: 10px;
	float:left;
	
}


#bookfeatured{
	float:left;
	width:590x;
	line-height:18px;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:0px;
	margin-bottom:10px;
}

#bookfeatured_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#bookfeatured_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
/*
#bookfeatured_title {
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:14px;
	padding-bottom: 3px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 8px 0;
	width:100%;
	overflow:hidden;
	
}

#bookfeatured_title a{
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:14px;
	color:#cd1713;
	overflow:hidden;
	
}
*/
#wrapper .bookheadline1 {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .bookheadline1 a{
	color:#222;
}
#wrapper .bookheadline1 a:hover {
	text-decoration:underline;
	
}


#bookfeatured_body{
	
	
}
#bookfeatured_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#bookfeatured_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#bookfeatured_body ol li a{
	
	color:#cd1713;
}
#bookfeatured_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#bookfeatured_img {
	float:left;
	padding: 2px 4px 0 0;
}
#bookfeatured_author{
	color:#cd1713;
	font-size:9px;
}
#bookfeatured_author ol{
	color:#cd1713;
	font-size:9px;
}		
#bookfeatured_author ol li{
	color:#cd1713;
	font-size:9px;
}


#bookfeatured_author ol li a{
	color:#cd1713;
	font-size:9px;
}





/* Films page CSS */

#filmsidebar{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}


#filmsidebar_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#filmsidebar_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}

#wrapper .filmheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .filmheadline a{
	color:#222;
}
#wrapper .filmheadline a:hover {
	text-decoration:underline;
	
}


#filmsidebar_body{
	
	
}
#filmsidebar_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#filmsidebar_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#filmsidebar_body ol li a{
	
	color:#cd1713;
}
#filmsidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#filmauthor_img {
	float:left;
	padding: 2px 4px 0 0;
}
#filmsidebar_author{
	color:#cd1713;
	font-size:9px;
}
#filmsidebar_author ol{
	color:#cd1713;
	font-size:9px;
}		
#filmsidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}

#filmsidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}
#filmsidebar_author ol li a{
	color:#cd1713;
	font-size:9px;
}
#filmsidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}


#filmsidebarsnippet{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}


#filmsidebarsnippet_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#filmsidebarsnippet_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}

#wrapper .filmheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .filmheadline a{
	color:#222;
}
#wrapper .filmheadline a:hover {
	text-decoration:underline;
}
#filmsidebarsnippet_body{	
}
#filmsidebarsnippet_body a{
	color:#222;
}
#filmsidebarsnippet_body a:hover{
	text-decoration:underline;
	color:#cd1713;
}
#filmsidebarsnippet_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#filmsidebarsnippet_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 0px 0;
}
#filmsidebarsnippet_body ol li a{	
	color:#cd1713;
}
#filmsidebarsnippet_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
	vertical-align:bottom;
}
#wrapper .filmsidebar_snippetfb {
	vertical-align:bottom;
	display:inline;
	padding-top: 7px;
	float:left;	
}
#wrapper .filmsidebar_snippettw {
	vertical-align:bottom;
	display:inline;
	padding-top: 6px;
	padding-left: 10px;
	float:left;	
}
#filmfeatured{
	float:left;
	width:590x;
	line-height:18px;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:0px;
	margin-bottom:10px;
}

#filmfeatured_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#filmfeatured_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
/*
#filmfeatured_title {
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:14px;
	padding-bottom: 3px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 8px 0;
	width:100%;
	overflow:hidden;
	
}

#filmfeatured_title a{
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:14px;
	color:#cd1713;
	overflow:hidden;
	
}
*/
#wrapper .filmheadline1 {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .filmheadline1 a{
	color:#222;
}
#wrapper .filmheadline1 a:hover {
	text-decoration:underline;
	
}


#filmfeatured_body{
	
	
}
#filmfeatured_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#filmfeatured_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#filmfeatured_body ol li a{
	
	color:#cd1713;
}
#filmfeatured_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#filmfeatured_img {
	float:left;
	padding: 2px 4px 0 0;
}
#filmfeatured_author{
	color:#cd1713;
	font-size:9px;
}
#filmfeatured_author ol{
	color:#cd1713;
	font-size:9px;
}		
#filmfeatured_author ol li{
	color:#cd1713;
	font-size:9px;
}


#filmfeatured_author ol li a{
	color:#cd1713;
	font-size:9px;
}

/* Music page CSS */

#musicsidebar{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}


#musicsidebar_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#musicsidebar_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}

#wrapper .musicheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .musicheadline a{
	color:#222;
}
#wrapper .musicheadline a:hover {
	text-decoration:underline;
	
}


#musicsidebar_body{
	
	
}
#musicsidebar_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#musicsidebar_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#musicsidebar_body ol li a{
	
	color:#cd1713;
}
#musicsidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#musicauthor_img {
	float:left;
	padding: 2px 4px 0 0;
}
#musicsidebar_author{
	color:#cd1713;
	font-size:9px;
}
#musicsidebar_author ol{
	color:#cd1713;
	font-size:9px;
}		
#musicsidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}

#musicsidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}
#musicsidebar_author ol li a{
	color:#cd1713;
	font-size:9px;
}
#musicsidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}


#musicsidebarsnippet{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}


#musicsidebarsnippet_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#musicsidebarsnippet_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}

#wrapper .musicheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .musicheadline a{
	color:#222;
}
#wrapper .musicheadline a:hover {
	text-decoration:underline;
	
}


#musicsidebarsnippet_body{
	
	
}

#musicsidebarsnippet_body a{
	color:#222;
}

#musicsidebarsnippet_body a:hover{
	text-decoration:underline;
	color:#cd1713;
}
}
#musicsidebarsnippet_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#musicsidebarsnippet_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 0px 0;
}
#musicsidebarsnippet_body ol li a{
	
	color:#cd1713;
}
#musicsidebarsnippet_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
	vertical-align:bottom;
}

#wrapper .musicsidebar_snippetfb {
	vertical-align:bottom;
	display:inline;
	padding-top: 7px;
	float:left;
	
}

#wrapper .musicsidebar_snippettw {
	vertical-align:bottom;
	display:inline;
	padding-top: 6px;
	padding-left: 10px;
	float:left;
	
}


#musicfeatured{
	float:left;
	width:590x;
	line-height:18px;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:0px;
	margin-bottom:10px;
}

#musicfeatured_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#musicfeatured_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
/*
#musicfeatured_title {
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:14px;
	padding-bottom: 3px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 8px 0;
	width:100%;
	overflow:hidden;
	
}

#musicfeatured_title a{
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:14px;
	color:#cd1713;
	overflow:hidden;
	
}
*/
#wrapper .musicheadline1 {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .musicheadline1 a{
	color:#222;
}
#wrapper .musicheadline1 a:hover {
	text-decoration:underline;
	
}


#musicfeatured_body{
	
	
}
#musicfeatured_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#musicfeatured_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#musicfeatured_body ol li a{
	
	color:#cd1713;
}
#musicfeatured_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#musicfeatured_img {
	float:left;
	padding: 2px 4px 0 0;
}
#musicfeatured_author{
	color:#cd1713;
	font-size:9px;
}
#musicfeatured_author ol{
	color:#cd1713;
	font-size:9px;
}		
#musicfeatured_author ol li{
	color:#cd1713;
	font-size:9px;
}


#musicfeatured_author ol li a{
	color:#cd1713;
	font-size:9px;
}

/* arts page CSS */

/* Primary Top sidebar tabs */
#artTabs{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
#artTabs_title{
	width:100%;
	overflow:hidden;
	background:url(white/bgr_artTabs_title.gif) repeat-x bottom;
	color:#cd1713;
	font-weight:normal;
	display:block;
	font:17px "trebuchet ms", arial, sans-serif;
}
#artTabs_title li{
	float:left;
	color:#000;
	padding:0 40px 0 0;
	color:#cd1713;
	font-weight:normal;
	
}
#artTabs_title li.last{
	padding:0;
}
#artTabs_title li a{
	float:left;
	color:#000;
	height:18px;
	padding:8px 40px 0 40px;
}
#artTabs_title li.last a{
	width:75px;
	white-space:nowrap;
}
#artTabs_title li a.selected{
	color:#cd1713;
	background:#ffffff;
	height:18px;
	padding:8px 40px 0 40px;
	border-bottom:0;
	text-decoration:none;
}



#artTabs_body{
	width:970px;
	border-top:0;
	padding:0px 0px 0px 0px;
}
#artTabs_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#artTabs_body ol li{
	font-size:12px;
	line-height:1.5em;
	padding:2px 0 2px 0;
	
}
#artTabs_body ol li a{
	
}
#artTabs_body ol li a:hover{
	
	text-decoration:underline;
}


#artssidebar{
	float:left;
	width:312px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:10px;
}



#artssidebar_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:16px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#artssidebar_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:16px;
	font-family:arial, tahoma, sans-serif;
}



#wrapper .artsheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .artsheadline a{
	color:#222;
}
#wrapper .artsheadline a:hover {
	text-decoration:underline;
	
}


#artssidebar_body{
	
	
}
#artssidebar_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#artssidebar_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#artssidebar_body ol li a{
	
	color:#cd1713;
}
#artssidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#artsauthor_img {
	float:left;
	padding: 2px 4px 0 0;
}
#artssidebar_author{
	color:#cd1713;
	font-size:9px;
}
#artssidebar_author ol{
	color:#cd1713;
	font-size:9px;
}		
#artssidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}

#artssidebar_author ol li{
	color:#cd1713;
	font-size:9px;
}
#artssidebar_author ol li a{
	color:#cd1713;
	font-size:9px;
}
#artssidebar_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}


#artssidebarsnippet{
	float:right;
	width:348px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #bcbcbc;
	margin-bottom:10px;
}


#artssidebarsnippet_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#artssidebarsnippet_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}

#wrapper .artsheadline {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .artsheadline a{
	color:#222;
}
#wrapper .artsheadline a:hover {
	text-decoration:underline;
	
}


#artssidebarsnippet_body{
	
	
}

#artssidebarsnippet_body a{
	color:#222;
}

#artssidebarsnippet_body a:hover{
	text-decoration:underline;
	color:#cd1713;
}
}
#artssidebarsnippet_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#artssidebarsnippet_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 0px 0;
}
#artssidebarsnippet_body ol li a{
	
	color:#cd1713;
}
#artssidebarsnippet_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
	vertical-align:bottom;
}

#wrapper .artssidebar_snippetfb {
	vertical-align:bottom;
	display:inline;
	padding-top: 7px;
	float:left;
	
}

#wrapper .artssidebar_snippettw {
	vertical-align:bottom;
	display:inline;
	padding-top: 6px;
	padding-left: 10px;
	float:left;
	
}


#artsfeatured{
	float:left;
	width:590x;
	line-height:18px;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:0px;
	margin-bottom:10px;
}

#artsfeatured_title { 
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:2px solid #000;
	font-family:arial, tahoma, sans-serif;
}
#artsfeatured_title a {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
/*
#artsfeatured_title {
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:14px;
	padding-bottom: 3px;
	color:#cd1713;
	border-bottom:3px solid #000;
	margin:0 0 8px 0;
	width:100%;
	overflow:hidden;
	
}

#artsfeatured_title a{
	font-weight:normal;
	display:block;
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-size:14px;
	color:#cd1713;
	overflow:hidden;
	
}
*/
#wrapper .artsheadline1 {
	font: 1em/1.3em "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	color:#222;
	display:block;
	font-size:18px;
	text-align:left;
	padding:3px 0px 3px 0px;
}

#wrapper .artsheadline1 a{
	color:#222;
}
#wrapper .artsheadline1 a:hover {
	text-decoration:underline;
	
}


#artsfeatured_body{
	
	
}
#artsfeatured_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#artsfeatured_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#artsfeatured_body ol li a{
	
	color:#cd1713;
}
#artsfeatured_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#artsfeatured_img {
	float:left;
	padding: 2px 4px 0 0;
}
#artsfeatured_author{
	color:#cd1713;
	font-size:9px;
}
#artsfeatured_author ol{
	color:#cd1713;
	font-size:9px;
}		
#artsfeatured_author ol li{
	color:#cd1713;
	font-size:9px;
}


#artsfeatured_author ol li a{
	color:#cd1713;
	font-size:9px;
}



	
/* INNERPAGE SLIDER
============================================================== */	
	/* Inner Page JS Slider Style */
	#innerpage-slider {
		position: relative; /*leave as is*/
		overflow: hidden; /*leave as is*/
		width: 500px; /*width of innerpage content slider*/
		height: 290px;
		background:#efefef;
	}
	#innerpage-slider .contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
		visibility: hidden; /*leave as is*/
		position: absolute; /*leave as is*/
		left: 10px;  /*leave as is*/
		top: 10px;  /*leave as is*/
		z-index:1;
	}
	#innerpage-slider p.sliderCaption { /* Post excerpt style on innerpage slider */
		color:#fff;
		font-size:1em;
		padding:3px 5px 5px;
		position:absolute;
		top:15px;
		display:inline;
		width:auto;
		left:0px;
		background: url(white/bgTransparent.png);
	}
	#innerpage-slider img {
		display:block;
		width:480px;
		height: auto !important;
		height: 270px;
		border:none;
		padding:0;
	}
	#paginate-innerpage-slider{ /* do not change the name of class - used to wrap thumbnails for innerpage area */
		background-color: #efefef;
		padding:0 0 5px 10px;
		margin-bottom:10px;
	}
	#paginate-innerpage-slider ul {
		width:490px;
		padding-bottom:0;
		list-style: none;
	}
	#paginate-innerpage-slider ul li {
		display: inline;
		width:65px;
		float:left;
		margin-left:0;
		padding:0 0 0 0;
		margin-right:4px;
		margin-bottom:3px;
	}
	#paginate-innerpage-slider img{ 
		padding:5px 0 0 0;
		border-right:0;
		border-left:0;
		width:65px;
		height:50px;
		border-bottom:0;
		background: #efefef;
	}
	#paginate-innerpage-slider a img{
		border-top:4px solid #fff;
	}
	#paginate-innerpage-slider a:hover img, #paginate-innerpage-slider a.selected img{
		border-top:4px solid #cd1713;
	}

/* ARCHIVE POSTS - Post format is inherif from .post class
============================================================== */
#bcrum { /* The wrapper for "category Archive for, Author archive" etc... captions in archive pages */
	font-size:.8em;
	padding-top:7px;
	color:#444;
	margin-bottom:10px;
	line-height:1.3em;
}
#bcrum2 { /* The wrapper for category pages */
	
	padding-top:0px;
	color:#444;
	margin-bottom:0px;
	
}
.labelBC { /* The style for the label used on archive pages to display where visitor is (Category archives for - Posts tagged as ... )*/
	display:block;
	font-size:12px;
	color:#8f8f8f;
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px dotted #666;
}
.labelBC a {
	color:#6f6f6f;
}
.labelBC a:hover {
	color:#3f3f3f;
}

.locationBC { /* Name of category, archive or date placed below the (Category archives for - Posts tagged as ... ) text on archive pages */
	display:block;
	font-size:18px;
	color:#222;
	letter-spacing:0px;
}
.metas{
	padding:2px 0 !important;
	border-bottom:1px solid #bcbcbc;
	border-top:1px solid #bcbcbc;
	text-align:right;
	color:#666;
	font-size:12px;
	display:block;
	margin-bottom:10px;
	margin-top:5px !important;
}
.navigation {
	margin-bottom:10px;
}
.metas a,.navigation a{
	color:#cd1713;
}
.metas a:hover ,.navigation a:hover{
	text-decoration:underline;
}
.gab_authorInfo  { /* Author Pages - Post Author Bio wrapper */
	background: #efefef;
	padding:5px;
	margin:5px 0 5px;
	border: 1px solid #ccc;
	font:11px/15px verdana, arial, sans-serif;
}
.gab_authorPic { /* Author Pages - photo inside of bio wrapper */
	float:left;
	width:70px;
	display:inline;
	margin-right:7px;
}	
.photoFrame { /* container around the photo on archive pages  */
	display:block;
	float:left;
	text-align:center;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:10px;
	border-bottom:1px solid #f4f4f4;
	width:240px;
	min-height: 255px;
	height: auto !important; /* IE6 Min height hack */
	height: 255px;
}
.postinfoPhotoCat { /* Post info for photo gallery post details shown below thumbnails on archive pages */
	padding-top:5px;
	font:11px verdana, arial, tahoma,sans-serif;
	color:#9f9f9f;
	display:block;
}
.postinfoPhotoCat a {
	color:#0854C7;
}
.postinfoPhotoCat  a:hover {
	color:#cd1713;
}


#archivefeatured{
	float:left;
	padding-top:0px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:0px;
	margin-bottom:10px;
}


#wrapper .archiveheadline1 {
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight:bold;
	color:#222;
	display:block;
	font-size:24px;
	text-align:left;
	padding:3px 0px 9px 0px;
}

#wrapper .archiveheadline1 a{
	color:#222;
}
#wrapper .archiveheadline1 a:hover {
	color:#cd1713;	
}
#archivefeatured_body{

}
#archivefeatured_body ol{
	color:#999999;
	margin:0 0 0 0px;
}
#archivefeatured_body ol li{
	font-size:12px;
	line-height:1.3em;
	padding:0px 0 6px 0;
}
#archivefeatured_body ol li a{
	color:#cd1713;
}
#archivefeatured_body ol li a:hover{
	color:#cd1713;
	text-decoration:underline;
}
#archivefeatured_img {
	float:left;
	padding: 2px 4px 0 0;
}
#archivefeatured_author{
	color:#cd1713;
	font-size:9px;
}
#archivefeatured_author ol{
	color:#cd1713;
	font-size:9px;
}		
#archivefeatured_author ol li{
	color:#cd1713;
	font-size:9px;
}
#archivefeatured_author ol li a{
	color:#cd1713;
	font-size:9px;
}


/* COMMENTS STYLE
============================================================== */
p#commentNotification { /* text style for notification message that is displayed when post is pass protected or comments are closed */ 
	display:block;
	margin-top:7px;
	background:#f9f9f9;
	padding:3px 5px;
	font-weight:bold;
}
p#noComment {
	font:bold .8em verdana, tahoma, arial, sans-serif;
	background:#efefef;
	padding:4px 4px 4px 10px;
}
ol.commentlist li { /* Comment Wrapper */
	border:1px dotted #666;
	height:1%;
	margin:0 0 10px;
	padding:7px;
	position:relative;
}
ol.commentlist li li, ol.commentlist li li li, ol.commentlist li li li li, ol.commentlist li li li li li {
	margin:0 0 0;
}
li div.vcard cite {
	font-style:normal;
}
li div.vcard { /* Font style for comment author link*/
	font:bold 12px arial,sans-serif;
	font-style:normal;
	color:#555;
}
li div.vcard a { /* Font style for comment author link*/
	color:#222;
}
li div.vcard img.avatar { /* Avatar style between comments */
	border:1px solid #d5d5d5;
	padding:1px;
	background:#fff;
	position:absolute;
	top:7px;
	right:5px;
}
li div.comment-meta { /* Style for date of comment */
	font:bold 10px/1.4 helvetica,arial,sans-serif;
	display:block;
	padding-top:3px;
	padding-bottom:4px;
}
li div.comment-meta a {
	color:#8F8F8F;
}
li div.comment-meta a:hover {
	text-decoration:underline;
}
ol.commentlist li p { /* Comment font style */
	font:normal 12px helvetica,arial,sans-serif;
	padding:4px 0;
} 
li div.reply a {
	color:#cd1713;
}
ol.commentlist li ul.children { /* Inner comment style */
	margin-top:10px;
}
li.depth-2,li.depth-3,li.depth-4,li.depth-5 { /* inner comment margin-bottom */
	margin:0 0 .20em;
}
ol.commentlist li.even { /*The background color for 1-3-5... no comments*/
	background:#fff;
}
ol.commentlist li.odd { /* Background color for 2-4-6... no comments */
	background:#f9f9f9;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
/* COMMENT FORM
============================================================== */
#respond{
	width:100%;
	overflow:hidden;
}
#respond p{
	width:100%;
	overflow:hidden;
	padding:0 0 12px 0;
}
#url, #email, #author, #commentText{
	float:left;
	border:1px solid #d2d2d2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background: #fff url(white/bgr_respond_text.gif) repeat-x;
	padding:3px;
	width:201px;
	float:left;
}
#respond textarea#commentText{
	width:97%;
	height:94px;
	overflow:auto;
}
#respond p label small{
	float:left;
	padding:4px 0 0 7px;
	font-size:11px;
	color:#777;
	line-height:1.3em;
}
#respond p#nopadding{
	padding:0;
}
#respond #submit{
	background: url(white/button_submit.gif) no-repeat left;
	width:95px;
	height:35px;
	border:none;
	display:block;
	line-height:0px;
	cursor:pointer;
}
/* image sizes adjustments */
#featured-slider img {width:342px;height:256px;}
#belowfeatured img {width:70px;height:70px;}
#midColPosts img {width:60px;height:45px;}
#primaryBottomTabs_body img {width:269px;height:201px;}
.photoFrame img {width:232px;height:200px;}
.photoFrame img {width:232px;height:200px;}
.attachmentPage img {max-width:494px;}

