/**
 * Theme Name: Channel Insider UK Theme
 * Theme URI: http://www.sbwd.dyndns.org/
 * Description: French version of the VNUnet site
 * Version: 1.1
 * Author: Sonny Beaumont
 * Author URI: http://www.sbwd.dyndns.org/
 *
 * TABLE OF CONTENT
 *
 * Reset Styles
 *
 * New Default Values
 *     Titles
 *     Links
 *     Forms
 *     Misc
 *
 * Skeleton
 *
 * Search Bar
 *
 * Header
 *     Logo and Baseline
 *     Main Menu
 *     Search Bar
 *     Mega Banner
 *
 * Main Body
 *     Heading
 *     White Papers of the Week and Recent Papers
 *     Navigation per Categories or Advertisers
 *     Navigation per Pages
 *     Downloading Paper Form
 *
 * Sidebar Left
 *     Sponsoring
 *     Download
 *
 * Sidebar right
 *     Skycraper
 *
 * Footer
 */


/**
* Reset Styles
* Source: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,
li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-spacing: 0; }




/**
 * New Default Values
 */
body
{
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif, Geneva;
	font-size: 62.5%;
}

address,fieldset,label,h1,h2,h3,h4,h5,h6,p,pre,ul,dl,ol { padding: 0.5em 0; }

fieldset { padding: 0.5em; }
input    { padding: 2px; }
textarea { padding: 2px; }
dd       { margin-left: 2em; }
img      { border: 0; }


/*
 * Titles
 */
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }


/*
 * Links
 */
a
{
	color: #06c;
	text-decoration: none;
}

a:hover
{
	color: #c00;
	text-decoration: underline;
}


/*
 * Forms
 */
input,select,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Geneva;
	font-size: 100%;
}

label
{
	font-weight: bold;
	padding-right: 0.5em;
	text-align: right;
}

legend
{
	padding: 0 4px;
}

/* For IE/Win Only - BEGIN */
* html legend
{
	padding-bottom: 4px;
}
/* For IE/Win Only - END */

form .row
{
	clear: left;
	padding: 4px 0;
}

form .row input
{
	width: 25em;
}

form .row select
{
	width: 25em;
}

form .submit
{
	clear: both;
	padding: 4px 0;
}

form .submit input,
form .button
{
	text-align: center;
	padding: 0 4px;
}

input.checkbox,
input.radio
{
	background-color: transparent;
	border: 0;
}

form .row label
{
	float: left;
	text-align: right;
	width: 15em;
}

form .capcha input
{
	float: left;
}

form .capcha img
{
	float: right;
}


/*
 * Misc
 */
.action,
.date
{
	text-align: center;
}

.bad,
.error
{
	color: #d00;
}

.blank
{
	clear: both;
	font-size: 0;
	line-height: 0;
}

.good
{
	color: #0a0;
}

.num
{
	text-align: right;
}




/**
 * Skeleton
 */
#container
{
	left: -489px;
	margin-left: 50%;
	padding-top: 10px;
	position: absolute;
	width: 977px;
}

#header
{
	height: 246px;
}

#breadCrumbsTrail
{
	height: 25px;
}

#wrap
{
	clear: both;
	height: 1%;
}

#subwrap
{
	float: left;
	width: 670px;
}

#mainbody
{
	float: right;
	width: 464px;
}

#sidebar1
{
	float: left;
	width: 199px;
}

#sidebar2
{
	float: right;
	width: 300px;
}




/**
 * Header
 */

/*
 * Header Top
 */
#headerTop
{
	background: #d64a00 url(http://www.channelinsider.fr/css/resources/img/header_top_bg.gif ) no-repeat 415px 0;
	height: 75px;
}

#logo
{
	background: url(http://www.channelinsider.fr/css/resources/img/channel_insider_logo.gif) no-repeat 0 0;
	float: left;
	margin: 3px 0 0 3px;
	padding: 0;
}

#logo a
{
	display: block;
	height: 70px;
	overflow: hidden;
	text-indent: -999em;
	width: 402px;
}

#inAssociation
{
	float: right;
}

/*
 * Channel Insider Around the World
 */
#aroundTheWorld
{
	clear: both;
	float: right;
	padding: 7px 0 0 0;
	position: relative;
	z-index: 999;
}

#aroundTheWorld li
{
	float: left;
	margin-right: 5px;
}

#aroundTheWorld li.last
{
	margin-right: 0;
}

#aroundTheWorld li a
{
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	text-indent: -999em;
	overflow: hidden;
	width: 16px;
}

#aroundTheWorld li.us a { background-image: url( http://www.channelinsider.fr/css/resources/img/flag_us.gif ); }
#aroundTheWorld li.de a { background-image: url( http://www.channelinsider.fr/css/resources/img/flag_de.gif ); }
#aroundTheWorld li.fr a { background-image: url( http://www.channelinsider.fr/css/resources/img/flag_fr.gif ); }
#aroundTheWorld li.it a { background-image: url( http://www.channelinsider.fr/css/resources/img/flag_it.gif ); }
#aroundTheWorld li.es a { background-image: url( http://www.channelinsider.fr/css/resources/img/flag_es.gif ); }

/*
 * Main Menu
 */
#mainMenu
{
	background: url( http://www.channelinsider.fr/css/resources/img/sub_menu_bg.gif ) no-repeat 0 100%;
	float: left;
	height: 47px;
	margin-top: -23px;
	margin-bottom: 3px;
	padding: 3px 0 0 4px;
	position: relative;
	width: 977px;
}

#mainMenu li,
#mainMenu li a
{
	float: left;
}

#mainMenu li a
{
	background-color: #333;
	border: 1px solid #333;
	border-bottom-color: #630;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 2px;
	padding: 5px 4px;
}

#mainMenu li a:hover
{
	color: #fff;
}

#mainMenu li.selected a
{
	background-color: #d64a00;
	border-bottom-color: #d64a00;
}

/*
 * Sub Menu
 */
#mainMenu li ul
{
	float: none;
	left: 0;
	margin-top: 2.8em;
	padding-top: 0;
	padding-left: 11px;
	position: absolute;
	width: auto;
}

#mainMenu li ul li
{
	border-right: 1px solid #fff;
	font-size: 1.2em;
}

#mainMenu li ul li,
#mainMenu li ul li a
{
	margin: 0 4px 0 0;
}

#mainMenu li ul li.last,
#mainMenu li ul li.last a
{
	border: 0;
	margin: 0;
}

/* ADH20080611 */
#mainMenu li ul li#section
{
	background-color: inherit;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

#mainMenu li ul li a,
#mainMenu li.selected ul li a
{
	background-color: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
}

#mainMenu li ul li.hotTopics
{
	color: #fff;
}

#mainMenu li ul li.hotTopics strong
{
	color: #000;
}

#mainMenu li ul li.hotTopics a
{
	float: none;
}

#mainMenu li#eWEEK a
{
	background-color: #043b74;
	border: 1px solid #043b74;
}

/*
 * Leader Board
 */
#leaderBoard
{
	clear: both;
	height: 90px;
	margin-bottom: 3px;
	text-align: center;
	white-space: nowrap;
}

/*
 * Search Bar
 */
#searchBar
{
	padding: 2px 0;
}

#searchBar input,
#searchBar select
{
	font-family: Arial, Helvetica, sans-serif;
}

#searchBar label
{
	display: block;
	float: left;
	padding-top: 6px;
	width: 8em;
}

#searchBar #query,
#searchBar #zone
{
	margin-right: 0.5em;
}



/**
 * Bread Crumbs Trail
 */
#breadCrumbsTrail
{
	clear: both;
	height: 2.5em;
}

/*
 * Service Links
 */
#serviceLinks
{
	float: right;
	font-size: 1.1em;
}

#serviceLinks li,
#serviceLinks li a
{
	float: left;
}

#serviceLinks li
{
	background-position: 0 50%;
	background-repeat: no-repeat;
	border-right: 1px solid #333;
	margin-right: 4px;
	padding: 2px 0 2px 20px;
}

#serviceLinks li.newsLetter { background-image: url( http://www.channelinsider.fr/css/resources/img/icon_newsletter.gif ); }
#serviceLinks li.rssFeeds { background-image: url( http://www.channelinsider.fr/css/resources/img/icon_rss.gif ); }
#serviceLinks li.event { background-image: url( http://www.channelinsider.fr/css/resources/img/icon_event.gif ); }
#serviceLinks li.ressourcesCenter { background-image: url( img/icon_ressources_center.gif ); }

#serviceLinks li a
{
	color: #c00;
	font-weight: bold;
	margin-right: 4px;
}

#serviceLinks li a:hover
{
	color: #06c;
	text-decoration: underline;
}

#serviceLinks li.last,
#serviceLinks li.last a
{
	border: 0;
	margin-right: 0;
}

/*
 * Trail
 */
#trail
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3;
	padding: 6px 0 0 0;
	width: 570px;
}

#trail a
{
	text-decoration: underline;
}

#trail a:hover
{
	text-decoration: none;
}




/**
 * Main Body
 */
#mainbody
{
	font-size: 1.1em;
	line-height: 1.3;
}

/*
 * Heading
 */
.heading h1
{
	background-color: #d64a00;
	color: #fff;
	margin-bottom: 10px;
	padding: 0 3px;
	text-transform: uppercase;
}

#mainbody h2
{
	background-color: #333;
	clear: both;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 1px 3px 2px 3px;
	text-transform: uppercase;
}

/*
 * White Papers of the Week // Recent Papers // Recall Paper in download page
 */
#paper_recall
{
	background: #efefef url(http://www.testticker.de/images/line_162.gif) repeat-x 0 0;
	padding: 0 10px 0 10px;
	margin: 16px 0;
}

#weekly_paper h3,
.recent_papers h3
{
	clear: both;
	padding: 0;
}

#paper_recall p,
#weekly_paper p,
.recent_papers p
{
	padding: 0;
}

#paper_recall .blank
{
	background: url(http://www.testticker.de/images/line_162.gif) repeat-x 0 100%;
	padding: 5px 0;
	margin: 0 -10px;
}

#weekly_paper .blank
{
	clear: both;
	padding-bottom: 16px;
}

.recent_papers .blank
{
	border-bottom: 1px dotted #999;
	clear: both;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

#paper_recall .preview,
#weekly_paper .preview,
.recent_papers .preview
{
	float: left;
	padding-top: 3px;
	width: 80px;
}

#paper_recall .preview img,
#weekly_paper .preview img,
.recent_papers .preview img
{
	border: 1px solid #999;
	padding: 3px;
}

#paper_recall .details,
#weekly_paper .details,
.recent_papers .details
{
	float: right;
	width: 379px;
}

#paper_recall .details
{
	width: 359px;
}

#paper_recall .logo,
#weekly_paper .logo,
.recent_papers .logo
{
	float: right;
	margin-left: 5px;
}

#weekly_paper .categories_paper,
.recent_papers .categories_paper
{
	padding: 20px 0;
}

#weekly_paper .download a,
.recent_papers .download a
{
	background-color: #e07740;
	border-top: 1px solid #ff8949;
	border-left: 1px solid #ff8949;
	border-right: 1px solid #c05800;
	border-bottom: 1px solid #c05800;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
	float: left;
}

#weekly_paper .download a:hover,
.recent_papers .download a:hover
{
	background-color: #c05800;
	color: #fff;
	text-decoration: none;
}


/*
 * Navigation per Categories or Advertisers
 */
#block_nav
{
	background: url( img/block_nav_bg1.gif ) no-repeat 0 3em;
	float: left;
	margin-bottom: 10px;
	padding: 3px 0 0 0;
	position: relative;
	width: 464px;
}

#block_nav .main
{
	padding-left: 4px;
	height: 1%;
}

#block_nav li,
#block_nav li a
{
	float: left;
}

#block_nav li a
{
	background-color: #333;
	border: 1px solid #333;
	border-bottom-color: #630;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 2px;
	padding: 5px 4px;
}

#block_nav li a:hover
{
	color: #fff;
}

#block_nav li.sel a
{
	background-color: #d64a00;
	border-bottom-color: #d64a00;
}

#block_nav .sub
{
	background: url( img/block_nav_bg2.gif ) no-repeat 0 100%;
	color: #fff;
	padding: 2px 0;
	height: 1%;
}

#block_nav .sub a,
#block_nav .sub a:hover
{
	color: #fff;
}

#block_nav .sub p
{
	padding: 6px 6px;
	width: 47%;
}

#block_nav .sub p.col1
{
	clear: left;
	float: left;
}

#block_nav .sub p.col2
{
	clear: right;
	float: right;
}


#block_nav .sub p strong
{
	font-size: 1.1em;
}


/*
 * Navigation per Pages
 */
#pages_nav
{
	font-weight: bold;
	height: 4em;
	text-align: center;
}

#pages_nav #pages
{
	padding-top: 12px;
}

#pages_nav a,
#pages_nav span,
#pages_nav strong
{
	border: 1px solid #fff;
	margin: 0 2px;
	padding: 3px 6px;
	position: relative;
}

#pages_nav a
{
	background-color: #e07740;
	border-top: 1px solid #ff8949;
	border-left: 1px solid #ff8949;
	border-right: 1px solid #c05800;
	border-bottom: 1px solid #c05800;
	color: #fff;
}

#pages_nav a:hover
{
	background-color: #c05800;
	color: #fff;
	text-decoration: none;
}

#pages_nav span.off
{
	border-color: #ccc;
	color: #ccc;
}


/*
 * Downloading Paper Form
 */
#dld_doc .row_confirm,
#dld_doc .submit
{
	padding-left: 15.5em;
}




/**
 * Sidebars
 */
#sidebar1,
#sidebar2
{
	font-size: 1.1em;
	line-height: 1.3;
}

#sidebar1 h2,
#sidebar2 h2

{
	background-color: #333;
	clear: both;
	color: #fff;
	margin: 0;
	padding: 1px 3px;
	text-transform: uppercase;
}

#sidebar1 ul,
#sidebar2 ul,
#sidebar1 .adarea,
#sidebar2 .adarea
{
	margin-bottom: 15px;
}

#sidebar1 .adarea,
#sidebar2 .adarea
{
	text-align: center;
}

#channelinsider_feed li,
#theinquirer_feed li
{
	background: #fff url(http://www.channelinsider.fr/css/resources/img/arrow_r.gif) no-repeat 0 9px;
	padding: 5px 0 5px 14px;
}

#channelinsider_feed li.first,
#theinquirer_feed li.first
{
	background: #fff url(http://www.channelinsider.fr/css/resources/img/rule_dotted_h.gif) repeat-x 0 100%;
	padding: 5px 0 5px 0;
}

#channelinsider_feed li.first a,
#theinquirer_feed li.first a
{
	font-weight: bold;
}




/**
 * Footer
 */
#footer
{
	background: #fff url( http://www.channelinsider.fr/css/resources/img/footer_bg.gif ) repeat-x 0 0;
	font-size: 1.1em;
	margin-top: 20px;
	padding: 14px 0 10px 0;
}

#footer ul
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 2em 0;
}

#footer li,
#footer li a
{
	float: left;
	margin-right: 4px;
}

#footer li
{
	border-right: 1px solid #333;
}

#footer li.last,
#footer li.last a
{
	border: 0;
	margin-right: 0;
}

#globalMenu a
{
	font-weight: bold;
}

#nmeLocal,
#nmeCountry
{
	clear: both;
}

#nmeLocal p,
#nmeCountry p
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0.5em 0 0;
}

#nmeLocal ul,
#nmeCountry ul
{
	clear: none;
}

#copyRight
{
	background: url( http://www.channelinsider.fr/css/resources/img/netmediaeurope_logo.gif ) no-repeat 0 50%;
	font-weight: bold;
	padding: 15px 0 16px 90px;
}
