CSS - http://www.netmediaeurope.es/

    * Collapse All
    * Expand All

http://www.netmediaeurope.es/
http://www.netmediaeurope.es/style.css

/*
Theme Name: NetMediaEurope
Theme URI: http://www.netmediaeurope.e/s
Version: 0.1.0
Author: Juan A. Vicente, a partir del diseņo de Sonny Beaumont


TABLE OF CONTENT

Reset Styles

New Default Values
  Titles
  Links
	Misc

Skeleton

Header

Main Body

Footer
*/

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

h4 {font-weight: normal;}


/**
 * 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/bg_middle.gif) repeat-y 0 0;
}

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

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

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

}




/**
 * Header
 */
#header p
{
	background: url(img/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/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.itespresso { background-image: url(img/logo_itespresso.gif); }
#home #mainBody h2.silicon { background-image: url(img/logo_siliconnews.gif); }
#home #mainBody h2.gizmodo { background-image: url(img/logo_gizmodo.gif); }
#home #mainBody h2.theInquirer { background-image: url(img/logo_the_inquirer.gif); }
#home #mainBody h2.downsoft { background-image: url(img/logo_descargas.gif); }
#home #mainBody h2.channelInsider { background-image: url(img/logo_channel_insider.gif); }
#home #mainBody h2.casainteractiva { background-image: url(img/logo_casainteractiva.gif); }
#home #mainBody h2.publicidad { background-image: url(img/logo_publicidad.gif); }
#home #mainBody h2.eweek { background-image: url(img/logo_eweek.gif); }
#home #mainBody h2.estiloSN { background-image: url(img/logo_estiloSN.gif); }
#home #mainBody h2.eventos { background-image: url(img/logo_publicidad.gif); }
#home #mainBody h2.blogcafe { background-image: url(img/logo_blogcafe.gif); }
#home #mainBody h2.webseminars { background-image: url(img/logo_webseminars.gif); }




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

#home #mainBody .col1,
#home #mainBody .col2,
#home #mainBody .col3
{
	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;
}

#home #mainBody .col3
{
	float: left;
	padding-left: 180px;
	padding-top: 20px;
	margin-bottom:10px ;
}


/**
 * 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;
	border-top-width: 60%; 	
	margin-left: -15px;

}

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

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

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


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