/*
Theme Name: NetMediaEurope Corporate
Theme URI: http://fr.netmediaeurope.com/
Version: 0.1.0
Author: Sonny Beaumont Web Design
Author URI: http://www.sbwd.dyndns.org/


TABLE OF CONTENT

Reset Styles

New Default Values
  Titles
  Links
	Misc

Skeleton

Header

Main Body

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; }
blockquote, q { quotes: none; }
del { text-decoration: line-through; }
ins { text-decoration: none; }
ol, ul { list-style: none; }
table { border-spacing: 0; }
:focus { outline: 0; }


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

p { padding: 0.5em 0; }

img { border: 0; }

/*
 * Titles
 */
h1, h2, h3
{
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 15px 0 0 0;
}

h1 { font-size: 2.8em; line-height: 1.2; }
h2 { font-size: 1.8em; line-height: 1; }
h3 { font-size: 1.4em; line-height: 1; }

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

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


/*
 * Misc
 */
.blank
{
	clear: both;
}




/**
 * Skeleton
 */
#container
{
	font-size: 1.2em;
	left: 50%;
	margin-left: -390px;
	margin-right: auto;
	padding-bottom: 15px;
	position: absolute;
	top: 15px;
	width: 780px;
}

#wrap
{
	background: #eee url(img/css/bg_middle.gif) repeat-y 0 0;
}

#header
{
	background: url(img/css/bg_top.gif) no-repeat 0 0;
	padding: 15px;
}

#mainBody
{
	clear: both;
	height: 1%;
	padding: 15px;
}

#footer
{
	background: url(img/css/bg_bottom.gif) no-repeat 0 100%;
	clear: both;
	padding: 15px;
}




/**
 * Header
 */
#header p
{
	background: url(img/css/logo_nme_big.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 91px;
	text-indent: -999em;
	width: 200px;
}




/**
 * Main Body
 */
#mainBody
{
	line-height: 1.4;
}

#mainBody ul li
{
	background: url(img/css/dot.gif) no-repeat 0 8px;
	margin-left: 2em;
	padding: 0.2em 0 0.2em 10px;
}

#mainBody dt
{
	font-weight: bold;
}

#mainBody dd
{
	margin-left: 2em;
	padding-bottom: 0.5em;
}

#home #mainBody h1
{
	line-height: 1;
}

#home #mainBody h2
{
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	height: 45px;
	width: 106px;
}

#home #mainBody h2 a
{
	display: block;
	float: left;
	height: 45px;
	text-indent: -999em;
	width: 106px;
}

#home #mainBody h2.vnunet { background-image: url(img/css/logo_vnunet.gif); }
#home #mainBody h2.itespresso { background-image: url(img/css/logo_itespresso.gif); }
#home #mainBody h2.silicon { background-image: url(img/css/logo_silicon.gif); }
#home #mainBody h2.gizmodo { background-image: url(img/css/logo_gizmodo.gif); }
#home #mainBody h2.theInquirer { background-image: url(img/css/logo_the_inquirer.gif); }
#home #mainBody h2.downsoft { background-image: url(img/css/logo_downsoft.gif); }
#home #mainBody h2.channelBiz { background-image: url(img/css/logo_channelBiz.gif); }
#home #mainBody h2.techweekeurope { background-image: url(img/css/logo_techweekeurope.gif); }

#home #mainBody img
{
	background-color: #fff;
	border: 1px solid #ccc;
	float: right;
	padding: 4px;
}

#home #mainBody .col1,
#home #mainBody .col2
{
	margin-top: -20px;
	width: 44%;
}

#home #mainBody .col1
{
	float: left;
}

#home #mainBody .col2
{
	float: right;
	padding-right: 6px;
}

#home #mainBody .row
{
	clear: both;
	padding: 40px 0 0 0;
}



/**
 * Footer
 */
#footer ul
{
	padding-top: 1em;
	width: 745px;
}

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

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

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

#globalMenu
{
	border-top: 1px solid #ccc;
}

#nmeLocal,
#nmeCountry
{
	clear: both;
	padding-top: 1em;
	width: 745px;
}

#nmeLocal p,
#nmeCountry p
{
	float: left;
	padding: 0 0.5em 0 0;
	width: auto;
}

#nmeLocal ul,
#nmeCountry ul
{
	float: left;
	padding: 0;
	width: auto;
}



#copyRight
{
	background: url(img/css/logo_nme_small.gif) no-repeat 0 50%;
	clear: both;
	line-height: 4;
	padding-left: 90px;
}

