/*  
Theme Name: Taalpolitie 1.5
Theme URI: http://www.videomagazijn.org/
Description: Theme voor De Taalpolitie weblog
Author: Femke Snelting
Author URI: http://www.geuzen.org

	This CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/


body	{
	font-family: Times, Georgia, serif; 
	background-color: gray;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
  	}

tt, .code {
	font-family: courier, mono;
	font-size: 13px;
	}

a	{
	text-decoration: none;
	color: gray;
	}

a:hover {
	text-decoration: underline; color: red;
	}


hr 	{
	display: none;
	}

blockquote {
	margin: 10px 30px 0 10px;
	padding-left: 20px;
	}

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

/* Begin Structure */

#page 	{

	background-color: white;
	margin: 40px auto;
	padding: 40px;
	width: 750px;
	}
	
#header {
	border-color: gray;
	border-style: dotted;
	border-width: 0 0 1px 0;
	padding-bottom: 20px; 
	width: 750px;
	}

.entry {font-size: 13px; line-height: 18px;}
.entry a, .description a {font-weight: bold;}
.entry a:hover, .description a:hover {text-decoration: none;}

.narrowcolumn {
	float: left;
	margin: 20px 0 0 0;
	width: 485px;
	}

.widecolumn {
	margin: 0 auto 0 auto;
	width: 600px;
	}
	
.post 	{
	padding: 0 0 20px 0;
	}

#footer {
	padding: 10px 0 0 1px;
	margin: 0 auto;
	width: 750px;
	clear: both;
	font-size: 11px;
	border-color: gray;
	border-style: dotted;
	border-width: 1px 0 0 0;
	}

#footer p {
	margin: 0;
	text-align: center;
	}

#content {
	padding-bottom: 20px;
	}

.postmetadata, small {color: gray;}

.postmetadata, .postmetadata p, .postmetadata a, small, .small {
	font-size: 11px !important;
	line-height: 15px;
	}

.description {
	text-align: left;
	margin-top: 18px;
	color: gray;
	font-size: 13px;
	line-height: 18px;
	}

.navigation {
	display: block;
	text-align: center;
	font-size: 11px;
	margin: 20px 0 20px 0;
	}


/* End Structure */

/* Begin Headers */

h1, h2, h3 {
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: bold;
	}

h1 a {
	font-size: 32px;
	text-decoration: none;
	color: red;
	text-align: center;
	}

h1 a:hover {color: gray; text-decoration: none;}

h2.pagetitle {
	color: red;
	margin: 0 0 20px 0;
	font-size: 16px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 13px;
	margin: 10px 0 0 0; 
	padding: 0;
	}

h2 a, h2 a:hover, h3 a, h3 a:hover {
	text-decoration: none;
	}
h2, h2 a, h3, h3 a {color: black;}

h2, h3 {
	font-size: 16px;
	}

.post h2 a, .post h3 a {border-bottom: 1px solid black; padding-bottom: 1px;}
.post h2 a:hover, .post h3 a:hover {border-bottom: 1px solid red; padding-bottom: 1px;}

/* End Headers */

/* Begin Images */


img {border-width: 1px; border-style: solid; border-color: gray;}

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

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
	}

/* End Images */

/* Begin Lists */

/* Special stylized non-IE bullets Do not work in Internet Explorer, which merely default to normal bullets. */


#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* End Lists */

/* Begin Form Elements */

#searchform {

	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar li  {padding: 0; margin: 0;}

#sidebar ul ul li {font-size: 11px; margin: 0 0 0 5px; padding: 0;}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;line-height: 20px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* End Form Elements */


/* Begin Comments*/



/* Commentlisting */

.alt {
	border-top: 1px dotted gray;
	border-bottom: 1px solid gray;
	}

.comments li, #commentform input, #commentform textarea {
	font-size: 11px;
	}
	
.comments li { list-style: none; padding: 10px 0 0 0; margin: 0;
	}

.comments ul, .comments {margin: 0; padding: 0;}


acronym, abbr, span.caps
{
	font-size: 11px;
	letter-spacing: .07em;
	}
	
/* End Comment listing */

/* Begin Sidebar */

#sidebar
{
	padding: 20px 0 20px 0;
	margin-left: 35px;
	width: 180px;
	float: left;
	line-height: 18px;
	}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.float {float: left; margin: 0 8px 4px 0;}

.video {font-size: 10px; font-family: verdana, arial, sans-serif; border: 1px dotted red; line-height: 13px; padding: 8px 8px 8px 10px;}
/* End Various Tags & Classes */

