/*
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: #f4f1f1;
	margin:0;
	padding:0;
}

#networkbar {
	width: 100%;
	height:30px;
	margin:0 0 10px 0;
	background: url(images/networkbar.png) top left repeat-x #f4f1f1;
}
#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 {
	width: 930px;
	height:30px;
	margin:0 auto;
	background: url(images/background_top.png) top center no-repeat #f2f1f1;
}
#wrapper {
	display: block; 
	width:930px; 
	margin:0px auto;
	background: url(images/background_mid.png) top center repeat-y #f2f1f1;
}
#wrapper_inner {
	width:850px;
	margin:0 auto; 
	padding:20px 30px 20px 30px;
}
#wrapper_bottom {
	width: 930px;
	height:25px;
	margin:0 auto;
	background: url(images/background_bot.png) top center no-repeat #f2f1f1;
}

#header {
	width: 73%;
	float: right;
	text-align:right;
	margin-bottom:10px;
}
#description {
	line-height:1.2em;
	font-size:1.1em;
	margin:15px 0 10px 0;
}
#content {
	width: 69%;
	float: right;
	text-align: left;
	margin-right:17px;
}
#content_body {
	line-height: 1.4em;
	font-size: 1.1em;
	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;
}

	#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:  #dedede !important;
						padding: 4px 5px;
						text-decoration: none;

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

							width: 130px;
							color: #666;
							white-space: nowrap;
							}
		

	#navbarmenu li a:hover
	{	
		color:#000 !important;
		text-decoration:underline;
	}
		
		#navbarmenu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border:1px dotted #999999;
		}
		
			#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}