/**
 * Theme Name: TheInquirer FR
 * Theme URI: http://www.sbwd.dyndns.org/
 * Description: French version
 * 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
 *     Today
 *     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: #fff url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/picPattern.gif);
	color: #000;
	font-family: Arial, Helvetica, Verdana, 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, h6 
{
	color: #999;
}

h1 { font-size: 1.6em; line-height: 1.8; }
h2 { font-size: 1.4em; line-height: 1.6; }
h3 { font-size: 1.2em; line-height: 1.4; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

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

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


/*
 * Forms
 */
input,select,textarea
{
	font-family: Arial, Helvetica, Verdana, 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%;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	text-align: left;
	width: 900px;
}

#header
{
	background: url(img/header_bg.gif) no-repeat 0 0;
	height: 142px;
}

#wrap
{
	background-color: #fff;
	padding-top: 10px;
}

#subwrap
{
	clear: both;
}

#mainbody
{
	float: left;
	padding-left: 10px;
	width: 740px;
}

#sidebar1
{
	float: right;
	width: 150px;
}

#footer
{
	background-color: #fff;
	clear: both;
}




/**
 * Header
 */

/*
 * Logo and Baseline
 */
#logo a
{
	background: url(http://wp-admin.theinquirer.fr/wp-content/themes/inquirerfr3/images/picInquirerLogo-fr.gif) no-repeat 0 0;
	display: block;
	height: 89px;
	margin-top: 39px;
	margin-left: 41px;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	width: 603px;
}

#baseline
{
	color: #fff;
	font-size: 1.4em;
	font-style: italic;
	position: absolute;
	padding: 0 0 0 10px;
}

#header .today
{
	color: #fff;
	font-size: 1.4em;
	float: right;
	padding: 0 10px;
}

#header .feeds
{
	clear: both;
	font-size: 1.4em;
	text-transform: uppercase;
	float: right;
	letter-spacing: 2px;
	padding-right: 10px;
	padding-top: 90px;
}

#header .feeds a
{
	background: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnRssRed.gif) no-repeat 0 50%;
	color: #fff;
	padding: 1px 0 3px 25px;
}

#header .feeds a:hover
{
	color: #ccc;
}

/*
 * Mega Banner
 */
#megabanner
{
	padding: 10px 0;
	text-align: center;
}


/**
 * Breadcrumbs Trail
 */
#breadcrumbsTrail
{
	float: left;
	font-size: 1.2em;
	padding-left: 10px;
}

#wrap .nav_countries
{
	float: right;
	padding-right: 7px;
}

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

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

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




/**
 * Main Body
 */
#mainbody
{
	line-height: 1.2;
}

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

.heading h1
{
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1;
	padding: 0.5em 0 0 0;
	text-transform: uppercase;
	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.4em;
}

#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: 88%;
}

#paper_recall .details
{
	width: 80%;
}

#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 #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 2px 4px;
	float: left;
}

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

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

/*
 * Navigation per Categories or Advertisers
 */
#block_nav .main
{
	height: 2em;
	margin-bottom: -1px;
	padding-left: 15px;
	position: relative;
}

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

#block_nav .main li
{
	margin-left: 1px;
}

#block_nav .main a
{
	background-color: #ddd;
	border: 1px solid #bbb;
	display: block;
	padding: 3px 6px;
}

#block_nav .main a:hover
{
	text-decoration: underline;
}

#block_nav .main li.sel a
{
	background-color: #eee;
	border-bottom: 1px solid #eee;
}

#block_nav .main li.sel a:hover
{
	text-decoration: underline;
}

#block_nav .sub
{
	background-color: #eee;
	border: 1px solid #bbb;
	height: 1%;
	margin-bottom: 16px;
	padding: 2px 6px;
}

#block_nav .sub p
{
	font-size: 1.2em;
	padding: 6px 6px;
	width: 47%;
}

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

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

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

/*
 * 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: #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

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

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


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

#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 Left
 */
#sidebar2 h2
{
	background-color: #97b9da;
	border-top: 1px solid #dce5ee;
	border-bottom: 1px solid #036;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	line-height: 1.4;
	padding: 1px;
	text-align: center;
	text-transform: uppercase;
}

#sidebar2 ul
{
	background-color: #dce5ee;
	font-size: 1.1em;
	list-style: disc;
	margin-bottom: 16px;
	padding: 5px 0 11px 20px;
}

#sidebar2 p
{
	font-size: 1.1em;
	line-height: 1.2;
	padding: 5px 5px 11px 5px;
}

#sidebar2 hr
{
	margin: auto 5px;
}

/*
 * Sponsoring
 */
#sidebar2 .sponsoring
{
	background-color: #dce5ee;
	padding-bottom: 1px;
	margin-bottom: 16px;
}

#sidebar2 .sponsoring .logo
{
	padding: 5px;
	text-align: center;
}

#sidebar2 .sponsoring h3
{
	border-bottom: 1px solid #000;
	margin: 0 5px 0 10px;
	padding: 0;
}

#sidebar2 .sponsoring ul
{
	padding-bottom: 0;
}

#sidebar2 .sponsoring li
{
	margin-top: 5px;
}

#sidebar2 .sponsoring li a
{
	font-weight: bold;
}

/*
 * Download
 */
#sidebar2 .download
{
	list-style: none;
	padding-left: 5px;
	padding-bottom: 9px;
}

#sidebar2 .download li
{
	padding-bottom: 5px;
	text-transform: uppercase;
}

#sidebar2 .download a
{
	font-weight: bold;
}

#sidebar2 #vnu_feed li
{
	padding: 3px 0;
}


/**
 * Sidebar right
 */

/*
 * Skycraper
 */
#skyscraper
{
	border-bottom: 2px solid #999;
	margin: 0 6px 16px 6px;
	padding-bottom: 16px;
	text-align: center;
}

#sidebar1 .aprendemas
{
	font-size: 1.4em;
	padding-bottom: 16px;
	text-align: center;
}

#sidebar1 .aprendemas ul
{
	text-align: left;
	padding-left: 50px;
}

#sidebar1 .aprendemas li
{
	list-style-type: disc;
}

#sidebar1 .aprendemas a
{
	text-decoration: underline;
}

#sidebar1 .buttonAd
{
	margin-left: 10px;
}


/**
 * Footer
 */
#footer
{
	background: #fff url(img/footer_bg.gif) no-repeat 0 100%;
	padding: 16px 10px;
}

#footer .row1
{
	border-top: 1px dotted #000;
	padding-top: 12px;
	padding-bottom: 16px;
}

#footer .col1
{
	float: left;
	width: 55%;
}

#footer .col2
{
	float: right;
	padding-bottom: 16px;
	width: 40%;
}

#footer .nav_sites
{
	clear: both;
	font-size: 1.4em;
	height: 1%;
	padding-top: 6px;
}

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

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

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

#footer .nav_about_us
{
	clear: both;
	font-size: 1.4em;
	height: 1%;
	padding-top: 6px;
}

#footer .nav_about_us li
{
	margin-top: 8px;		
}

#footer .nav_countries
{
	clear: both;
}

#footer .nav_countries li
{
	border: 0;
	margin-right: 1px;
	padding-top: 6px;
}

#footer .nav_countries a
{
	height: 21px;
	margin-right: 1px;
	width: 29px;
	text-indent: -999em;
}

#footer .nav_countries .uk a { background-image: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnUnitedKingdom.gif); }
#footer .nav_countries .fr a { background-image: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnFrance.gif); }
#footer .nav_countries .de a { background-image: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnGermany.gif); }
#footer .nav_countries .sp a { background-image: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnSpain.gif); }
#footer .nav_countries .nl a { background-image: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnNetherlands.gif); }
#footer .nav_countries .it a { background-image: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnItaly.gif); }


#footer #nav_xml
{
	float: right;
	padding-right: 50px;
}

#footer #nav_xml li,
#footer #nav_xml li a
{
	border: 0;
	color: #999;
	float: none;
}

#footer #nav_xml li
{
	font-size: 1.4em;
	margin: 8px 0;
}

#footer #nav_xml li.xml a
{
	background: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnXml.gif) no-repeat 0 50%;
	padding-left: 42px;
}

#footer #nav_xml li.atom a
{
	background: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnAtom.gif) no-repeat 0 50%;
	padding-left: 42px;
}

#footer #nav_xml li.yahoo a
{
	background: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/btnYahoo.gif) no-repeat 0 50%;
	padding-left: 66px;
}

#footer .copyright
{
	background: url(http://wp-admin.theinquirer.es/wp-content/themes/inquireres2/images/picVNUbuisPubs.jpg) no-repeat 0 8px;
	border-top: 1px dotted #000;
	font-size: 1.4em;
	padding: 32px 0 32px 130px;
}

.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;
}

