/*
Theme Name: Kickass Press
Theme URI: http://www.cesarkoot.nl/wpthemes/kickass
Description: The WordPress theme created especially for the famous <a href="http://www.joekickass.nl/">Joe Kickass</a>.
Version: 1.0
Author: Cesar Koot
Author URI: http://www.cesarkoot.nl/
Tags: grey, fixed width, three columns, widgets

	Kickass Press v1.0
	 http://www.cesarkoot.nl/wpthemes/kickass

	 This theme was designed and built by Cesar Koot,
	 whose blog you will find at http://www.cesarkoot.nl/blog

*/

			body {
				margin: 0px;
				padding: 0px;
				background-color: #363437;
				text-align: center;
			}
			
			#page_wrapper {
				margin-left: auto;
				margin-right: auto;
				border: 0px solid black;
				text-align: left;
				width: 900px;
			}
			
			#title {
				border: 0px solid black;
				margin: 0px;
				padding: 10px 0px 3px 0px;
				width: 100%;
			}

			#navigation_and_search {
				border: 0px solid black;
				margin: 0px;
				padding: 5px 0px;
				width: 100%;
				vertical-align: middle;
			}
			
			#content {
				border-top: 1px dotted #FFF9C3;
				margin: 5px 0px 0px 0px;
				padding: 0px;
				width: 100%;
				text-align: center;
			}
			#content_left {
				width: 190px;
				border: 0px solid red;
				font-size: 13px;
				color: #ccc;
				vertical-align: top;
				padding: 15px 0px;
				text-align: left;
			}
			#content_center {
				padding: 5px 15px;
				border: 0px solid green;
				font-size: 13px;
				color: #ccc;
				vertical-align: top;
			}
			#content_right {
				width: 260px;
				border: 0px solid blue;
				font-size: 13px;
				color: #ccc;
				vertical-align: top;
				padding: 5px 0px;
			}
			div.post {
				width: 100%;
				text-align: left;
				padding: 10px 0px 15px 0px;
				border-bottom: 1px dotted #FFF9C3;
			}
			div.entry p img {
			  max-width: 425px;
			  width: expression(this.width > 425 ? 425px: true);
			  border: 0px;
			  margin-bottom: 15px;
			}
			div.highlight img {
			  max-width: 186px;
			  width: expression(this.width > 186 ? 186px: true);
			  border: 0px;
			}
			div.highlight p {
				margin: 0px 0px 15px 0px;
			}
			div.category-highlight {
				padding: 0px 0px 15px 0px;
				margin-bottom: 15px;
			}
			div.entry p {
				margin: 0px 0px 5px 0px;
			}
			div.page {
				width: 100%;
				text-align: left;
				padding: 10px 0px;
			}
			div.one_left_widget {
				width: 100%;
				text-align: left;
				padding: 10px 0px;
			}
			div.one_right_widget {
				width: 100%;
				text-align: left;
				padding: 10px 0px;
			}
			div.one_footer_left_item {
				width: 100%;
				text-align: left;
				border: 0px solid black;
				padding: 0px;
			}
			div.one_footer_center_item {
				width: 100%;
				text-align: left;
				border: 0px solid black;
				padding: 0px;
			}
			div.one_footer_right_item {
				width: 100%;
				text-align: left;
				border: 0px solid black;
				padding: 0px;
			}
			#footer {
				border: 0px solid black;
				margin: 0px;
				padding: 0px;
				width: 100%;
				text-align: center;
			}
			#footer_left {
				width: 190px;
				border: 0px solid red;
				font-size: 13px;
				color: #ccc;
			}
			#footer_center {
				border: 0px solid green;
				padding: 0px 15px;
				font-size: 13px;
				color: #ccc;
			}
			#footer_right {
				width: 260px;
				border: 0px solid blue;
				font-size: 13px;
				color: #ccc;
			}
			
			td.navigation_button {
				height: 30px;
				vertical-align: middle;
				color: #fff9c3;
				font-family: Arial;
				font-weight: 900;
				text-transform: uppercase;
				padding-right: 20px;
				font-size: 16px;
			}
			td.navigation_button a {
				height: 30px;
				vertical-align: middle;
				color: #fff9c3;
				font-family: Arial;
				font-weight: 900;
				text-transform: uppercase;
				font-size: 16px;
				text-decoration: none;
			}
			td.navigation_search {
				vertical-align: middle;
				color: #ccc;
				font-family: Arial;
				font-weight: 900;
				text-transform: uppercase;
				text-align: right;
				width: 100%;
				padding-left: 10px;
			}
			td.navigation_search input {
				vertical-align: middle;
				background-color: #ccc;
				border: 0px;
				height: 18px;
			}
			
			span.title {
				color: #fa3f8e; /* roze */
				font-family: Arial;
				font-weight: 900;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 16px;
				display: block;
				margin: 0px 0px 15px 0px;
			}
			
			span.green_uppercase {
				color: #a9e2c1; /* groenachtig */
				font-weight: 900;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			div.post span.title a {
				color: #fa3f8e; /* roze */
				font-family: Arial;
				font-weight: 900;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 16px;
				display: block;
				margin: 0px 0px 15px 0px;
			}
			
			span.highlights_title {
				color: #a9e2c1; /* groenachtig */
				font-weight: 900;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 11px;
				display: block;
				margin: 0px 0px 0px 0px;
			}
			
		 	a.continue {
				color: #fff9c3;
				font-family: "Times New Roman";
				display: block;
				font-size: 13px;
			}
			
			p.postmetadata {
					background-color: #262722;
					padding-left: 5px;
			}
			p.postmetadata a {
					color: #fff9c3;
			}
				
		
			#sidebar ul {
				list-style-type: none;
				margin: 0px;
				-webkit-padding-start: 0px;
			}
			li.widget {
				text-align: left;
				padding: 0px;
			}
		
			#sidebar ul li h2 {
				color: #fa3f8e; /* roze */
				font-family: Arial;
				font-weight: 900;
				font-size: 16px;
				text-transform: uppercase;
				margin: 15px 0px 15px 0px;
			}
			#rs-event-multiday {
				background-color: #ccc;
				color: #000;
				font-size: 9px;
				padding: 0px 5px;
				text-transform: uppercase;
			}
			#rs-event-multiday ul {
				margin-left: 5px;
				margin-bottom: 15px;
				padding: 0px 0px 10px 0px;
				list-style-type: disc;
			}
			#rs-event-multiday a {
				margin-left: 7px;
				color: #fa3f8e; /* roze */
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 900;
				font-size: 11px;
			}
			.rsevent {
				margin-left: 10px;
				font-size: 11px;
			}
		
			#tag_cloud-3 {
				border-top: 1px dotted #FFF9C3;
				margin-bottom: 15px;
			}
			#tag_cloud-3 a {
				text-decoration: none;
				text-transform: uppercase;
				font-size: 9pt;
				color: #fff9c3;
				display: block;
			}
			#linkcat-2 {
				border-top: 1px dotted #FFF9C3;
			}
			#linkcat-2 ul {
				margin-left: 0px;
				padding-left: 0px;
			}
			#linkcat-2 a {
				text-decoration: none;
				text-transform: uppercase;
				font-size: 9pt;
				color: #fff9c3;
				display: block;
			}
			.navigation a {
				text-decoration: none;
				text-transform: uppercase;
				font-size: 9pt;
				color: #fff9c3;
			}
			div.one_left_widget a, div.one_right_widget a {
				text-decoration: none;
				text-transform: uppercase;
				font-size: 9pt;
				color: #fff9c3;
			}
			
			div.highlight a, div.entry a {
				text-decoration: none;
				font-size: 9pt;
				color: #fff9c3;
			}
			
			H1 {
				color: #fa3f8e; /* roze */
				font-family: Arial;
				font-weight: 900;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 16px;
				display: block;
				margin-bottom: 15px;
			}
			H2 {
				color: #a9e2c1; /* groenachtig */
				font-weight: 900;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 14px;
				display: block;
				margin-bottom: 0px;
			}
