/*  
Theme Name: DT_Euronet
Theme URI: http://euronetconsulting.com/
Description:  
Version: 1.0
Author: David Tech
Author URI: http://davidtech.de
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

	#wrapper {
		width: 800px;
		margin: 0 auto;
		background: #fff url("./images/wrap_bg.gif") repeat-y;
		}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: #0099FF url("./images/header.gif");
	text-align: left;
	padding: 0 0 0 0;
	}
	
	h1 {
		margin: 0 0 0 10px;
		font-size: 1.6em;
		font-weight: normal;
		}
		
		h1 a, h1:visited { color: #fff; text-decoration: none; }
		
	.description {
		margin: 0 0 0 10px;
		color: #fff;
		font-size: 1.6em;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topbar {
	width: 800px;
	height: 25px;
	background: #006699;
	margin: 0;
	}
	
	#topbar ul {
		list-style: none;
		margin: 0 10px 0 10px;
		padding: 0;
		}
		
		#topbar ul li {
			display: block;
			list-style: none;			
			float: left;
			color: #fff;
			font-size: 0.8em;
			}
			
			#topbar ul li a {
				float: left;
				display: block;
				padding: 5px 8px 0px 8px;
				height: 20px;
				color: #fff;
				text-decoration: none;
				}
				
				#topbar ul li a:hover { background: #8AB1FF; }


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	width: 800px;
	margin: 0 auto;
	text-align: justify;
	padding: 0 0 0 0;
	}
	
	h4 a {
		color: #006699;
		text-decoration: none;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {
	padding: 10px 0 10px 0;
	}
		
	.post h2 {
		font-size: 1.6em;
		font-weight: normal;
		color: #006699;
		margin: 10px 10px 0 10px;
		}
		
		.post h2.single { margin: 0px 0px 0px 0px; }
		
		.post h2 a {
			color: #006699;
			text-decoration: none;
			}
			
			.post h2 a:hover { color: #0099CC; }
			
	.post .data {
		font-size: 0.8em;
		font-weight: normal;
		color: #006699;
		margin: 0 20px 15px 50px;
		}
		
		.post h3 {
			font-size: 0.8em;
			font-weight: normal;
			color: #003399;
			margin: 10px 10px -10px 0;
			}
			
			#content>.post h3 { margin-bottom: 8px; } /* FF Specific */
		
			.post h3 a {
				color: #006699;
				text-decoration: none;
				}

	.entry {
		width: 800px;
		margin: 0 auto;
		font-size: 0.8em;
		}
		
		.postmetadata {
			width: 780px;
			margin: 0px auto 0px auto;
			border-top: 0px solid #ABCAD9;
			border-bottom: 0px solid #ABCAD9;
			background: #E9EEF0;
			text-align: center;
			font-size: 0.8em;
			padding: 8px 10px;
			}
			
			.postmetadata#single { margin: 0 auto 30px auto;	}
			
			.postmetadata small { font-size: 1.2em; }			
			
			.postmetadata a {
				color: #006699;
				text-decoration: none;
				}
				
				.postmetadata a:hover { color: #003366;	}
				
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHERNALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		blockquote {
			margin: 10px 0 10px 30px;
			padding: 0 0 0 5px;
			border-left: 3px solid #4C8EDA;
			color: #666;
			}
		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
			}
		
		.post a {
			color: #006699;
			text-decoration: none;
			}
		
		.post a:hover { color: #0099CC; }
		
		

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		NAVIGATION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.navigation {
	background: #FFFFFF;
	width: 800px;
	height: 18px;
	margin: 0 auto;
	font-size: 0.8em;
	padding: 8px 10px;
	}
	
	.navigation a { color: #006699;	text-decoration: none; }
	.navigation a:hover { color: #8AB1FF; }
	
	.alignleft {
		float: left;
		text-align: left;
		}
	
	.alignright {
		float: right;
		text-align: left;
		}
	

	
	
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentformarea {
	width: 800px;
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	background: #E9EEF0;
	margin: 0 auto 8px auto;
	padding: 8px 10px;
	}
	
	#commentform {
		margin: 15px 0 10px 40px;
		}
	
	#commentformarea h3 {
		font-size: 1.6em;
		font-weight: normal;
		color: #006699;
		margin: 10px 0 10px 10px;
		}
		
		#commentform p { margin: 0 0 3px 0;	}
		
		#commentform input, #commentform textarea {
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 3px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			}
			
			#commentform textarea { width: 420px; }
			
			#commentform input#submit {
				font-family: Arial, Helvetica, sans-serif;
				width: 130px;
				color: #006699;
				}
				
				h4 {
					margin: 10px 0 10px 0;
					text-align: center;
					font-weight: normal;
					color: #006699;
					}
	
	ol.commentlist {
		width: 800px;
		list-style: none;
		margin: 0 auto 60px auto;
		padding: 0;
		font-size: 0.8em;
		}
		
		ol.commentlist li {
			margin: 0 0 20px 0;
			padding: 20px 0 0 0;
			border-top: 1px solid #ABCAD9;
			}
		
				ol.commentlist p { margin: 0 0 10px 0; }
				
				ol.commentlist a { color: #003366;	text-decoration: none; }
				ol.commentlist a:hover { color: #006699; }
				
					ol.commentlist span.cmntmeta { color: #006699; }
				


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #006699;
	margin: 0 0 10px 0;
	text-align: center;
	}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#sidebar {
	width: 800px;
	margin: 0 auto 0 auto;
	background: #E9EEF0;
	border-top: 0px solid #ABCAD9;
	border-bottom: 0px solid #ABCAD9;
	padding: 0 0 0px 0;
	}

#sidebar li h2 { 
        margin: 0;
        color: #4796E9;
        font-weight: normal;
        font-size: 0.8em;
        }
	
		
input#s {
	width: 100px;
	margin: 3px 3px 3px 115px;
	border: 0;
	background: #ffffff;
	padding: 0;
	color: #000000;
	text-align: left;
        font-size: 1.0em;
	}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FEED ICONS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feedicon {
	width: 16px;
	height: 16px;
	}


	#topbar .feedicon {
		background: url("./images/feedicon_blue_bg.png") no-repeat;
		display: block;
		display: inline; /* IE */
		float: right;
		margin: 5px 10px 0 0;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
#footer {
	width: 800px;
	margin: 8px auto 0 auto;
	background: #006699;
	padding: 0;
	text-align: center;	
	}
	
	#footer p {
		margin: 0 0 5px 0;
		padding: 5px 0 0 0;
		font-size: 0.7em;
		color: #ffffff;
		}
		
		#wrapper>#footer p { margin: 0; padding: 5px 0 5px 0; } /* FF Specific */
		
		#footer p a {
			color: #ffffff;
			text-decoration: underline;
			}
			
			#footer p a:hover { color: #ffffff; text-decoration: none; }
