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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

	body
		{
		margin: 0px;
		font:13px/1.231 "Trebuchet MS",arial,verdana,clean,sans-serif;
		background: #f0f0f0;
		}
		
	.clearfloat
		{
		clear: both;
		}

	#wrapper
		{
		width: 960px;
		margin: 0px auto;
		overflow: hidden;
		margin-top: 30px;
		margin-bottom: 50px;
		}
		
	.container
		{
		background: #ffffff;
		padding: 15px 15px 0px 15px;
		-moz-border-radius:8px 8px 0px 0px; 
		-webkit-border-radius:8px 8px 0px 0px;
		}
		
/*/////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////
//////////////////////	HEADER
//////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////*/	
	
	.header
		{
		overflow: hidden; 
		padding-bottom: 10px;
		}
		
		.logo-box
			{
			width: 250px;
			overflow: hidden;
			float: left;
			}
		
			.logo
				{
				font-size: 32px;
				margin-left: 5px;
				}
				
			.slogan
				{
				font-size: 15px;
				margin-top: -3px;
				margin-left: 5px;
				color: #c0c0c0;
				font-style: italic;
				}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////
//////////////////////	NAVIGATION
//////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////*/		
				
	.navigation
		{
		background: url(images/navigation.jpg);
		-moz-border-radius:6px; 
		-webkit-border-radius:6px;
		color: #ffffff;
		font-size: 15px;
		margin: 5px 0px 0px 0px;
		}
		
		.navigation ul
			{
			font:13px/1.231 "Verdana",arial,verdana,clean,sans-serif;
			margin: 0px;
			padding: 0px 0px 0px 10px;
			}
			
			.navigation ul a
				{
				color: #ffffff;
				text-decoration: none;
				}
			
			.navigation ul>li
				{
				list-style: none;
				float: left;
				padding: 6px 14px 7px 14px;
				}
				
			.navigation ul>li:hover
				{
				background: url(images/navigation-hover.jpg);
				list-style: none;
				float: left;
				padding: 6px 14px 7px 14px;
				}


/*/////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////
//////////////////////	CONTENT
//////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////*/		
		
	.content
		{
		overflow: hidden;
		}	
		
		.content-box
			{
			width: 560px;
			overflow: hidden;
			float: left;
			padding: 25px 20px 25px 5px;
			line-height: 18px;
			margin: 0px 10px 0px 10px;
			border-right: 1px solid #f0f0f0;
			}
			
			.index-content-head
				{
				border-top: 1px dotted #e0e0e0;
				padding: 10px 10px 0px 10px;
				}
				
				.index-content-head h1
					{
					font-size: 17px;
					margin: 0px 0px 5px 0px;
					}
					
				.post-title
					{
					font-size: 17px;
					margin: 0px 0px 5px 0px;
					}
					
					.post-title a
						{
						color: #000000;
						text-decoration: none;
						}
						
					.post-title a:hover
						{
						color: #0184a2;
						text-decoration: none;
						}
						
			.content-head
				{
				border-bottom: 1px dotted #e0e0e0;
				margin-bottom: 10px;
				}
				
				.content-head h1
					{
					font-size: 17px;
					margin: 0px 0px 5px 0px;
					}
					
				.content-head h2
					{
					font-size: 17px;
					margin: 0px 0px 5px 0px;
					}
					
					.content-head h2 a
						{
						color: #000000;
						text-decoration: none;
						}
						
					.content-head h2 a:hover
						{
						color: #0184a2;
						text-decoration: none;
						}
			
			.date
				{
				overflow: hidden; 
				margin: 0px 15px 10px 0px;
				width: 70px;
				float: left;
				color: #ffffff;
				background: #e5e2bb;
				-moz-border-radius:12px; 
				-webkit-border-radius:12px;
				font-family: Trebuchet MS;
				}
				
				.day
					{
					font-size: 26px;
					font-weight: bold;
					float: left;
					margin: 7px -2px 0px 6px;
					}
					
				.month 
					{
					text-align: center;
					margin: 3px 2px -4px 2px;
					padding: 0px 2px 0px 0px;
					font-size: 12px;
					text-transform: uppercase;
					line-height: 15px;
					}
					
				.year 
					{
					margin: 0px 2px 0px 2px;
					padding: 0px 2px 2px 0px;
					font-size: 11px;
					text-align: center;
					line-height: 15px;
					}

			
		.category
			{
			font-size: 11px;
			font-family: "Verdana",arial,verdana,clean,sans-serif;
			line-height: 14px;
			color: #999999;
			}
			
			.category a { color: #999999; }	
			.category a:hover { text-decoration: none; }
		
		.content-text
			{
			margin: 10px;
			line-height: 20px;
			font:13px/1.231 "Trebuchet MS",arial,verdana,clean,sans-serif;
			}
			
			.content-text p
				{
				margin-bottom: 15px;
				}
				
			.content-text ul
				{
				margin: 0px;
				width: 120px;
				float: left;
				overflow: hidden;
				}
				
				.content-text ul>li
					{
					overflow: hidden;
					list-style: none;
					}
					
			.content-text a
				{
				color: #0184a2;
				text-decoration: underline;
				font-weight: bold;
				}
				
			.hide-link
				{
				color: #000000;
				text-decoration: underline;
				font-weight: normal;
				}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////
//////////////////////	SIDEBAR
//////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////*/		
	
		.sidebar
			{
			width: 300px;
			padding: 10px;
			float: left;
			overflow: hidden;
			}
			
			.sidebar-headline
				{
				font-size: 15px;
				}
				
/*/////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////
//////////////////////	FOOTER
//////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////*/		
			
	.footer
		{
		background: #e4e6e6;
		padding: 10px 25px 10px 25px;
		-moz-border-radius: 0px 0px 8px 8px; 
		-webkit-border-radius: 0px 0px 8px 8px;
		font:13px/1.231 "Arial",arial,verdana,clean,sans-serif;
		text-align: right;
		}
		
		.footer a
			{
			color: #01819f;
			font-weight: bold;
			}
				

		
