/*
Theme Name: Eurocreme Network - Template
Theme URI: http://network.eurocreme.com/
Description: The default Eurocreme Network Template
Version: 1
Author: Dominic Diesel
Author URI: http://dominicdiesel.com/

*/

body {
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 73%; /* Resets 1em to 10px */
	background-color: #000;
	margin:0;
	padding:0;
}

#networkbar {
	width: 100%;
	height:25px;
	margin:0 0 0 0;
	background: url(images/networkbar.png) top left repeat-x #666666;
}
#networkbar_right {
	height:24px;
	float:right;
	width:145px;
	background:transparent;
	margin-right:5px;
}
#networkbar_left {
	height:24px;
	float:left;
	width:145px;
	background:transparent;
	margin-left:5px;
}

#wrapper_top {
	height:0;
	margin:20px 0 0 0;
}
#wrapper {
	display: block; 
	width:900px; 
	margin:0px auto;
	background: #fff;
	padding:10px 20px;
}
#wrapper_inner {
	width:100%;
	margin:0 auto; 
}
#wrapper_bottom {
	height:0;
}

#header {
	width: 100%;
	margin-bottom:10px;
}
#logo {
	float:left;
	height:90px;
}
#advert {
	margin:10px 0 0 0;
	text-align:right;
	float:right;
}
#new_nav {
	clear:both;
	font-size:1.6em;
	color:#000;
	margin:10px 0 0 0;
	text-align:left;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:10px 0 8px 0;
}
#new_nav a {
	text-decoration:none;
	font-weight:bold;
}
#new_nav ul {
	margin:0;
	list-style-type:none;
}
#new_nav li {
	margin:0 10px 0 0;
	display:inline;
}

#description {
	line-height:1.2em;
	font-size:1.1em;
	margin:15px 0 10px 0;
}
#content {
	width: 100%;
	float: left;
	text-align: left;
	margin:0 auto;
}
#content_body {
	line-height: 1.4em;
	font-size: 1.4em;
	color:#333;
}
#content_body img {
	margin:0 10px 10px 0;
	border:0;
}


#sidebar {
	width: 23%;
	float: left;
	text-align: left;
}
#menu {
	margin-top:20px;
}
#both {
	clear: both;
}

#footer {
	margin-top:10px;
	font-size:1em;
}

.title {
	font-size: 3em;
	font-weight: bold;
}
hr {
	display: none;
	}
	
#menu ul{
	    margin: 0 auto;
	    padding: 0;
	}
#menu ul li {
	    list-style: none;
		text-align: center;
	    padding: 15px 0 0 0;
	    margin-bottom: 5px;
		text-transform:uppercase;
		font-size: 1.2em;
		font-weight: bold;
		height:30px;
		width:195px;
		background: url(images/button.png) top left #fff no-repeat;
}
#blog ul {
		margin:0 0 10px 0;
}
#blog ul li {

		list-style-type: circle; 
		text-align: left;
		margin:0 0 5px 0;
		font-weight: bold;
}
#blog  {

		font-size: 1.2em;
}

a {
	text-decoration:none;
	color:#3d85d7;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
h4 {
	margin:0 0 5px 0;
}
#sites {
	font-size:0.9em;
	color:#333;
	width: 850px;
	height:25px;
	margin:0 auto;
	text-align:left;
	margin-top:10px;
}
#sites ul
{
list-style: none;
padding: 0;
margin: 0;
}
#sites li
{
float: left;
margin: 0 10px 0 0;
}

#navbarmenu
{	margin: 0;
	padding: 0;
	z-index:1000;
	position:absolute;
}


	#navbarmenu li
	{	float: right;
		list-style: none;
		font: 11px;
	}

			#navbarmenu li.first
			{	
				background:transparent;
				padding:0;
				display:block;

				margin:0;
				}
				#navbarmenu li.first a
				{	
					background:transparent;
					text-decoration: none;
					
					color: #EAFFED;
					white-space: nowrap;
					}
				
					#navbarmenu li.sub a
					{	display: block;
						background:  #333 !important;
						padding: 4px 5px;
						text-decoration: none;

						width: 130px;
						color: #999;
						white-space: nowrap;
						}
						#navbarmenu li.subtitle
						{	display: block;
							background:  #999 !important;
							padding: 0 5px 0 5px ;
							text-decoration: none;
							width: 130px;
							color: #dedede;
							white-space: nowrap;
							}
		

	#navbarmenu li a:hover
	{	
		color:#dedede !important;
		text-decoration:underline;
	}
		
		#navbarmenu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border:1px dotted #666;
		}
		
			#navbarmenu li ul li
			{	float: none;
				display: inline}
			
			#navbarmenu li ul li a
			{	width: auto;
				background: #A9C251;
				color: #24313C}
			
			#navbarmenu li ul li a:hover
			{	background: #8EA344}
			
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

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

li.sites_li {
	display:inline;
	margin:0;
	padding:0 10px 10px 0;
	width:300px !important;
}
div.sites_thumb {
	float:left;
	margin:10px;
	width:280px !important;
	text-align:center;
}


