/*  
	Theme Name:och4
	Theme URI:http://xuyiyang.com/wordpress-themes/unnamed/
	Description: Lijkt op unnamed, maar is zelfgebouwd
	Version:1
	Author:Zoute snor
	Author URI:http://goudendouche.com/
*/

<?--
body {
	font-size:0.75em;
	line-height: 1.6;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	color:#333;
	background-image:url(images/motiefje.jpg) repeat #ddd;
	background-attachment: fixed;
	background-position: 50% 0;
	color: #000000;
	margin: 0;
	padding: 0;
}
-->

body {
	font-family: arial, sans-serif;
	background-color: #101010;
	background-image: url(images/background_w00t.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50% 0;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
}


/* structure */

#ubercontainer {
	position:relative;
	margin:0 auto;
	width:1002px;
	border: 1px solid #777;
	background:#fff;
}

#container {
	position:relative;
	margin:0 auto;
	width:1000px;
	border: 1px solid #ccc;
}

#header {
	font-family: 'Loved by the King', cursive; 
	font-size:11px;
	height:200px;
	margin:0 auto;
	position: relative;
	width:1000px;
	}

#primary-content {
	float:left;
	text-align:justify;
	margin:5px 25px !important;
	margin:5px 12px;
	padding: 20px 0 0 0;
	width:500px;
	display:inline;
	background:#fff;
	overflow:hidden;
}

#footer {
	clear:both;
	position:relative;
	height:80px;
	width:100%;
	background: #000000 url(images/deborah_footer.jpg) bottom right no-repeat;
}

#sidebar {
	line-height: 1.3;
	float:left;
	margin:20px 0 10px 0;
	width:440px;
	text-align:left;
	overflow:hidden;
	color: #777;
}

#topside {
	background: #F0E3D5 url(images/sijtje_top_sidebar_frame.jpg) bottom right no-repeat;
	width: 400px;
	border: 1px solid #e16500;
	padding: 5px 15px 10px 15px;
	margin: 0 5px 15px 5px;
}

.left-sidecolumn {
	font-size:10px;
	clear:left;
	float:left;
	width:245px;
	padding:0 3px 0 3px;
	margin: 0 5px;
	}

#leftnavigation {
	border: 1px solid #E8BB8B;
	padding:0 3px 0 3px;
	margin: 0 5px;
	background: #F0E3D5 url(images/left_top_plorg.jpg) bottom right no-repeat;
}

#leftflickr {
	
	padding:0 3px 0 3px;
	margin: 0 5px;
	
}

#leftlinkdumb {
	border: 1px solid #E8BB8B;
	padding:0 3px 0 3px;
	margin: 0 5px;
	background: #F5F9C7 url(images/left_linkdumb_jap_talkshow.jpg) bottom right no-repeat;
}

#leftwrap {
	border: 1px solid #E8BB8B;
	padding:0 3px 0 3px;
	margin: 0 5px;
	background: #F5F9C7 url(images/left_sidebar_bottom_jan.jpg) bottom right no-repeat;
}
	
.right-sidecolumn {
	Background: url(images/border_right_top_sidebar_frame.jpg) no-repeat;
	color:#333;
	font-size:10px;
	clear:right;
	float:right;
	width:165px;
	padding:0 5px 0 7px;
	margin: 0;
}

/* Fonts and alignment */

h1,h2 {
	font-family: 'Loved by the King', cursive; 
	font-weight:700;
	font-size:14px;
}

h3, h4 {
	font-family: arial, sans-serif;
	font-weight:700;
	font-size:14px;
}

.navigation {
	display:block;
	text-align:center;
	padding:15px 0;
}

p img {
	border:0;
	max-width:100%;
	padding:2px;
}

.entry p img {
	background:none;
}

#footer p {
	font-size:10px;
	text-align:center;
	line-height:18px;
	padding:5px 0;
}

img.center {
	display:block;
	margin:auto;
}

img.right {
	float:right;
	display:inline;
	margin-left:10px;
	padding:2px;
}

img.left {
	float:left;
	display:inline;
	margin-right:10px;
	padding:2px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

a {
	color: #A75637;
	text-decoration: none;
}

h2 {
	margin:5px 0;
	font-size: 1.6em;
	font-family: 'Loved by the King', cursive; 
	border-bottom: 1px solid #fc6;
}

a:hover {
	color:#A75637;
	background:none;
	text-decoration:underline;
}

strong {
	font-weight: bold;
}


blockquote {
	margin: 	15px 10px 0 10px;
	font-family: 	arial, sans-serif;	
	color: 		#333;
	font-size:	100%;	
	font-style: 	italic;
	padding-left: 	25px;
	background: 	url(images/quote.gif) no-repeat top left; 
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


pre {
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #444;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow:auto;
}

code {
	color: #933;
	font-family: Monaco,"Courier New",Courier,monospace;
}


ul, ol {
	padding: 0;
	margin: .5em 0 0 0;
}

ul {
	list-style-type: none;
}

ul li {
	padding-left: 2px;
}

a img, a img:hover {
	border: 0px;
}

.entry-header {
	border-bottom:1px solid #ddd;
	font-size:18px;
	margin:0;
}

.navigation {
	padding: 10px 0 10px 0;
	font-size: 0.8em;
}


.post ul, .post ol, post li {
	  margin: 1em 2em 1em 1.5em;
}

.metaedit, .metapost, .metacmt, .date-header, .linkdumpmeta {
	text-transform: uppercase;
}

.entry, .entrymeta {
	width:480px;
	float:left;
	text-align:justify;
	line-height: 1.6;
	padding:20px 8px 0 0;
}

.date-header {
	font-size:11px;
	color:#777;
	text-align:right;
	margin:0 0 10px;
	padding:0 5px;
}

.entry-footer {
	color:#777;
	font-size:10px;
	text-align:right;
	border-top:1px solid #ddd;
	margin:0 0 20px;
	padding:4px 2px 2px;
	display: block;
}

hr,#searchform br,.counter {
	display:none;
}

#sidebar h2 {
	border-bottom: none;
	color:#A75637;
	font-family: 'Loved by the King', cursive; 
	font-size:18px;
	margin:15px 2px 0 1px;
	padding:2px 0;
}

.linkdumpmeta {
	text-align:right;
	padding: 0 5px 5px;
	border-top: 1px solid #d0aa7B;
	color:#555060;
	}

#linkdumb p {
	margin-top: 0.3em;
	margin-bottom: 0.3em; !important;
}

.comment-header {
	margin: 30px 0 0;
	line-height: 1.1;
	font-size:18px;
	color:#777;
}

.comment-content {
	margin: 0;
}

.comment-content p {
	margin: 0 0 10px;
}

.comment-header a,.comment-header a:active,.comment-header a:visited,.comment-header a:link {
	color:#777;
	background:none;
}

.comment-header a:hover {
	color:#ddd;
	background:none;
	text-decoration:underline;
}

.comment-footer {
	font-size:10px;
	margin:4px 0;
	padding:0;
}

.commentmetadata {
		text-transform: uppercase;
}

/*- Main Menu in Header */
ul.headermenu {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 95%;
	}

ul.headermenu li {
	display: inline;
	margin: 0;
	}

ul.headermenu,
ul.headermenu li a {
	padding: 4px 12px 6px;
	}

ul.headermenu li a {
	font: 0.8em Verdana, Helvetica, luxi sans, Sans-Serif, arial;
	color: white;
	margin: 0;
	}

ul.headermenu li a:hover {
	background: #F0E3D5;
	color: #A75637; !important;
	text-decoration: none;
	}
.linkdumpmeta {
	text-align:right;
	padding: 0 5px 5px;
	border-top: 1px solid #d0aa7B;
	color:#555060;
	}

#linkdumb p {
	line-height: 1;
	margin-top: 0.3em;
	margin-bottom: 0.3em; !important;
}

/* Form styling */



form {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0 10px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
font-family: Verdana, Helvetica, luxi sans, Sans-Serif, arial;
  font-size: 1em;
   }

textarea {
  overflow: auto;
}

/* anchor toevoegingen ovv J-one
gebruikt in Eurosonic 2008 pots
 */

a.anchor {
color: #A75637;
text-decoration: none
}

a.anchor:hover {
color: #A75637;
text-decoration: none
}

a.anchor:visited {
color: #A75637;
text-decoration: none
}

a.anchor:active {
color: #000;
text-decoration: none
}

/*einde anchor toevoeging J-One*/

#toprightbanner {
position: absolute;
right: 0;
top: 0;
display: block;
height: 107px;
width: 107px;
background: url(images/new_site_coming_soon_banner.png) no-repeat;
text-indent: -999em;
text-decoration: none;}

