/**
 * Theme Name: Silicon.fr Default Theme
 * Theme URI: http://www.sbwd.dyndns.org/
 * Description: French version of the Silicon 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
 *
 * Tool Bar
 *
 * Header
 *     Logo
 *     Main Menu
 *
 * Main Body
 *     Heading
 *     White Papers of the Week and Recent Papers
 *     Navigation per Categories or Advertisers
 *     Navigation per Pages
 *     Downloading Paper Form
 *
 * Sidebar Right
 *     Newsletter
 *     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: #fff url(http://www.silicon.fr/images/ANY/sil/picHeaderBG.gif) repeat-x 0 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

address,fieldset,label,h1,h2,h3,h4,h5,h6,p,pre,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,h5 { color: #343483; }
h1 { font-size: 1.6em; line-height: 1.8; }
h2 { font-size: 1.4em; line-height: 1.6; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

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

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


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

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

legend
{
	padding: 0 4px;
}

* html legend
{
	padding-bottom: 4px;
}

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

form .submit
{
	clear: both;
	padding: 4px 0;
	text-align: right;
}

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

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


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

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

.blank
{
	clear: both;
}

.good
{
	color: #0a0;
}

.none
{
	display: block;
	text-align: center;
}

.num
{
	text-align: right;
}




/**
 * Skeleton
 */
#container
{
	height: 1%;
}

#header
{
	margin: 0 auto;
	width: 930px;
}

#breadcrumbsTrail
{
	font-size: 1.1em;
	padding-left: 20px;
	padding-bottom: 1em;
}

#wrap
{
	background: url(http://www.silicon.fr/images/ANY/sil/picPanelShadow.jpg) no-repeat 50% 22px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 910px;
}

#subwrap
{
	float: left;
	width: 735px;
	padding-left: 5px;
}

#mainbody
{
	font-size: 1.2em;
	line-height: 1.4;
}

#sidebar2
{
	float: right;
	width: 160px;
	padding-right: 5px;
}

#footer
{
	clear: both;
}




/**
 * Tool Bar
 */
.toolbar
{
	background: url(http://www.silicon.fr/resources/images/ANY/sil/picToolBarBG.gif) no-repeat 49% 0;
	clear: both;
	height: 59px;
	margin: 0 auto;
}

.toolbar form
{
	float: left;
	font-size: 1.2em;
	padding: 20px 0 0 30px;
}

.toolbar input
{
	float: left;
}

.toolbar .searchSilicon
{
	background-color: #f9f8f8;
	border: 1px solid #999;
	margin: 1px 10px 0 0;
	padding: 2px;
	width: 350px;
}

.toolbar .submit
{
	clear: none;
	margin-top: -4px;
}

.toolbar ul
{
	float: right;
	font-size: 1.3em;
	padding-top: 22px;
	padding-right: 41px;
}

.toolbar li,
.toolbar a
{
	float: left;
}

.toolbar li
{
	border-left: 1px solid #999;
	margin-left: 11px;
}

.toolbar li a
{
	margin-left: 11px;
}

.toolbar li a:link,
.toolbar li a:visited
{
	color: #343483;
}

.toolbar li a:hover
{
	color: #bde42e;
}

.toolbar #but_print,
.toolbar #but_newsletter,
.toolbar #but_rss,
.toolbar #but_subscribe
{
	border: 0;
	margin-left: 0;
}

.toolbar #but_subscribe,
.toolbar #but_account,
.toolbar #but_map
{
	margin-top: 5px;
}

.toolbar #but_print a,
.toolbar #but_newsletter a,
.toolbar #but_rss a
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	margin-left: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 28px;
}

.toolbar #but_print
{
	margin-left: 0;
}

.toolbar #but_print a
{
	background-image: url(http://www.silicon.fr/images/ANY/sil/btnPrint01.gif);
	margin-left: 0;
}

.toolbar #but_newsletter a
{
	background-image: url(http://www.silicon.fr/images/ANY/sil/btnNewsletters01.gif);
}

.toolbar #but_rss a
{
	background-image: url(http://www.silicon.fr/images/ANY/sil/btnRSS01.gif);
}

.nav_countries
{
	float: right;
	padding-top: 6px;
	padding-right: 5px;
}

.nav_countries li,
.nav_countries li a
{
	border: 0;
	float: left;
}

.nav_countries li
{
	padding-left: 6px;
}

.nav_countries li a
{
	background-repeat: no-repeat;
	position: 50% 50%;
	display: block;
	height: 15px;
	width: 21px;
	text-indent: -999em;
}

.nav_countries li.deutch  a { background-image: url(http://images.vnunet.com/v7/cesblog/de.gif); }
.nav_countries li.english a { background-image: url(http://images.vnunet.com/v7/cesblog/uk.gif); }
.nav_countries li.french  a { background-image: url(http://images.vnunet.com/v7/cesblog/fr.gif); }
.nav_countries li.italian a { background-image: url(http://images.vnunet.com/v7/cesblog/it.gif); }
.nav_countries li.spanish a { background-image: url(http://images.vnunet.com/v7/cesblog/es.gif); }



/**
 * Header
 */

/*
 * Logo
 */
#header .logo
{
	float: left;
	padding: 24px 0 0 40px;
}

#header .logo a
{
	background: url(http://www.silicon.fr/images/ANY/sil/picSiliconLogoLrg.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 93px;
	overflow: hidden;
	text-indent: -999em;
	width: 255px;
	margin-bottom: -14px;
}

* html #header .logo a
{
	margin-bottom: 0;
	padding-bottom: 10px;
}

/*
 * Main Menu
 */
#menu
{
	float: right;
	font-size: 1.2em;
	padding-right: 13px;
}

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

#menu li
{
	margin-left: 3px;
}

#menu a
{
	background: url(http://www.silicon.fr/images/ANY/sil/btnTabOFF.gif) no-repeat 0 0;
	color: #fff;
	display: block;
	height: 46px;
	padding-top: 61px;
	text-align: center;
	text-decoration: none;
	width: 108px;
}

#menu a:hover
{
	background: url(http://www.silicon.fr/images/ANY/sil/btnTabHOVER.gif) no-repeat 0 0;
}

#menu li.selected a
{
	background: url(http://www.silicon.fr/images/ANY/sil/btnTabON.gif) no-repeat 0 0;
}




/**
 * Main Body
 */

/*
 * Heading
 */
.heading
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}

.heading h1
{
	display: block;
	float: left;
	font-weight: bold;
	padding: 0.5em 0 0 0;
	width: 60%;
}

.heading span
{
	color: #97b9da;
	float: right;
	font-size: 2.4em;
	font-weight: bold;
}

/*
 * White Papers of the Week // Recent Papers // Recall Paper in download page
 */
#weekly_paper,
.recent_papers
{
	font-size: 1.1em;
}

#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: left;
	margin-left: 5px;
	width: 80%;
}

#paper_recall .details
{
	width: 75%;
}

#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: #ddd;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #343483;
	font-weight: bold;
	padding: 2px 4px;
	float: left;
}

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

.content_download
{
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 10px;
}

/*
 * Navigation per Categories or Advertisers
 */
#block_nav
{
	background: url(img/block_nav_sub_bottom.gif) no-repeat 50% 100%;
	padding-bottom: 12px;
	margin-bottom: 16px;
}

#block_nav .main
{
	background-color: #fff;
	height: 2em;
	padding-left: 15px;
	position: relative;
}

#block_nav .main li,
#block_nav .main li a
{
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

#block_nav .main li
{
	background: url(img/block_nav_tab_left_off.gif) no-repeat 0 0;
	margin-left: 6px;
	margin-bottom: -6px;
}

#block_nav .main a
{
	background: url(img/block_nav_tab_right_off.gif) no-repeat 100% 0;
	display: block;
	margin-left: 12px;
	padding: 8px 12px 5px 0;
}

* html #block_nav .main a
{
	margin-left: 6px;
}

#block_nav .main li.sel
{
	background: url(img/block_nav_tab_left_on.gif) no-repeat 0 0;
}

#block_nav .main li.sel a
{
	background: url(img/block_nav_tab_right_on.gif) no-repeat 100% 0;
}

#block_nav .sub
{
	clear: both;
	background: url(img/block_nav_sub_top.gif) no-repeat 50% 0;
	padding: 10px 6px 0 6px;
	height: 1%;
}

#block_nav .sub p
{
	font-size: 1.1em;
	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;
}

#block_nav .sub p strong a,
#block_nav .sub p strong a:hover
{
	color: #343483;
}

/*
 * Navigation per Pages
 */
#pages_nav
{
	font-size: 1.1em;
	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: #343483;
	border-top: 1px solid #66c;
	color: #fff;
}

#pages_nav a:hover
{
	background-color: #a0c127;
	border-color: #66c;
	color: #fff;
	text-decoration: none;
}

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


/*
 * Downloading Paper Form
 */
#dld_doc
{
	font-size: 1.1em;
}

#dld_doc p
{
	clear: both;
}

#dld_doc .row
{
	clear: both;
	padding: 3px 0;
}

#dld_doc .row label
{
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 0.5em;
	text-align: right;
	width: 15em;
}

#sub_firstname,
#sub_lastname,
#sub_company_name,
#sub_email,
#sub_city
{
	width: 32em;
}

#sub_job_position,
#sub_sector,
#sub_company_size
{
	width: 32em;
}

#dld_doc .row_confirm
{
	float: left;
	padding-top: 6px;
	width: 49%;
}

#dld_doc .row_confirm label
{
	font-weight: bold;
	margin-right: 1em;
}

#dld_doc .row_confirm input
{
	margin-bottom: -3px;
}

#dld_doc .submit
{
	clear: none;
	float: right;
	text-align: right;
	width: 49%;
}

#download_begin
{
	font-size: 1.1em;
}




/**
 * Sidebar Right
 */

/*
 * Newsletter
 */
#sidebar2 h2.newsletter
{
	background: url(http://www.silicon.fr/resources/images/fr/FR/sil/title-newsletter-silicon.gif) no-repeat 50% 50%;
	height: 33px;
	padding: 0;
	text-indent: -999em;
	width: 160px;
}

#sidebar2 div.newsletter
{
	border: 1px solid #ddd;
	font-size: 1.2em;
	padding: 10px;
}

#sidebar2 div.newsletter p
{
	padding-top: 0;
}

/*
 * Skycraper
 */
#skycraper
{
	margin-top: 16px;
	text-align: center;
}

#skycraper .title
{
	border-bottom: 1px dotted #000;
	font-style: italic;
	margin-bottom: 8px;
	padding-bottom: 4px;
	text-align: right;
}




/**
 * Footer
 */
#footer
{
	background: url(http://www.silicon.fr/resources/images/ANY/sil/picFooterBG.gif) repeat-x 0 70px;
	padding-bottom: 16px;
}

#footer .toolbar
{
	width: 930px;
}

#footer_wrap
{
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#footer .logo
{
	float: left;
	padding: 40px 0 0 30px;
}

#footer .logo a
{
	background: url(http://www.silicon.fr/resources/images/ANY/sil/picSiliconLogoSml.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 72px;
	overflow: hidden;
	text-indent: -999em;
	width: 192px;
}

#footer p.legal
{
	background:transparent url(http://www.silicon.fr/resources/images/ANY/sil/picNMElogo.gif) no-repeat 0 0;
	clear: both;
	color: #fff;
	font-size: 1.2em;
	margin-left: 32px;
	padding: 14px 0 14px 94px;
}

#footer_links
{
	float: right;
	padding-top: 38px;
	width: 630px;
}

#footer_links ul
{
	clear: left;
	font-size: 1.3em;
	height: 1%;
	padding-top: 12px;
}

#footer_links li,
#footer_links a
{
	float: left;
	color: #ccc;
	margin-right: 6px;
}

#footer_links li
{
	border-right: 1px solid #999;
}

#footer_links li a:hover
{
	color: #bde42e;
}

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

#footer .flags
{
	clear: both;
	height: 1%;
	padding-left: 20px;
	padding-bottom: 44px;
}

#footer .flags li,
#footer .flags a
{
	float: left;
	margin-right: 3px;
}

#footer .flags a
{
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -999em;
	width: 27px;
}

#footer .flag_fr a
{
	background: url(http://www.silicon.fr/resources/images/ANY/sil/btnFrench.gif) no-repeat 50% 50%;
}

#footer .flag_es a
{
	background: url(http://www.silicon.fr/resources/images/ANY/sil/btnSpanish.gif) no-repeat 50% 50%;
}

.jquerycssmenu{
/*font: bold 12px Verdana;*/
font-weight: bold;
font-size: 12px;
border-bottom: 1px solid black;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: white url(img/tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
border: 1px solid #778;
border-bottom-width: 0;
color: #2d2b2b;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image: url(img/tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
/*font:  Verdana;*/
font-weight: normal;
width: 160px; /*width of sub menus*/
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
/*background: #9bd;*/
background: #eeeeff;
color: black;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}


