/*  
Theme Name: ivc
Theme URI: http://www.ivcblog.com
Description: "ivc - simple, quick theme for wordpress
Version: 1.0
Author: ivc
Author URI: http://www.ivcblog.com

Please feel free to tweak this theme and make it your own. :-)
*/




/* General
---------------------*/
body {
	background: #fff url(img/bg.png) repeat-x;
	color: #404040;
	padding: 55px 30px 10px 15px;
}


	/* Header
	----------------------*/

	#header {
		background: transparent url(img/ivc3.png) left no-repeat;
		height: 106px;
		display: block;
		position: absolute;
		left: 30px;
		top: 25px;
	}
		#header h1 {
			margin: 0 0 0 -1000px;
		}

		#header h1,
		#header h1 a {
			display: block;
			height: 106px;
			width: 1200px;
		}


	/* Navigation
	------------------------*/
	#navigation {
		width: 190px;
		position: absolute;
		left: 30px;
		top: 140px;
		font-family: verdana, arial, sans-serif;
		font-size: 9pt;
		padding-left: 10px;
	}

		#navigation a {
			color: #58a;
			background-color: transparent;
			text-decoration: none;
		}

			#navigation a:hover {
				color: #58a;
				text-decoration: underline;
			}

		#navigation h2 { display: none; }

		#navigation h3 {
			font-size: 1em;
			font-weight: bold;
			margin: 0;
		}

		#navigation ul {
			padding: 10px 0 20px 0;
			line-height: 1.45em;
		}

		#menu ul, #archive ul {
			margin: 0;
		}

		#menu li, #archive li {
			list-style: none;
			padding-left: 9pt;
		}

		#adblock p {
			margin: 10px;
		}

		#archive form {
			margin: 0;
		}

		#meta li {
			text-align: center;
			margin-right: 55px;
		}



	/* Content
	----------------------*/
	#content,
	#footer {
		margin-left: 240px;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		line-height: 1.45em;
		width: 600px;
		max-width: 600px;
	}
		#content .right {
			float: right;
		}

		#content .left {
			float: left;
		}

		#content a {
			color: #58a;
		}
			#content a:hover {
				color: #000;
			}

		#content p {
			text-align: justify;
			margin-top: 0;
			padding-top: 0;
		}

		#content h2.storytitle {
			margin: 0 0 10px 0;
			font-size: 1.25em;
		}

			#content h2.storytitle a {
				text-decoration: none;
			}

		#content h3 {
			color: #888;
			background-color: transparent;
			font-family: trebuchet ms, tahoma, sans-serif;
			font-size: 1.0em;
			font-weight: normal;
			clear: both;
			margin: 0 0 10px 0;
		}

		#content img {
			border: 1px solid #ccc;
			padding: 2px;
		}

		#content .storycontent a:hover {
			text-decoration: none;
		}

		#content img {
			border: 0;
		}

		#content li img {
			vertical-align: middle;
		}

		#content blockquote {
			border-left: 3px solid #ddd;
			margin-left: 3em;
			padding-left: 5px;
		}

		#content .feedback {
			color: #888;
			margin-bottom: 23px;
			padding-bottom: 24px;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			font-family: trebuchet ms, tahoma, sans-serif;
			font-size: 1.0em;
		}
			#content .feedback a {
				text-decoration: none;
			}

		#content .nextpreview p {
			text-align: center;
			margin-bottom: 23px;
		}

			#content .nextpreview a {
				text-decoration: none;
			}
		#content .clear {
			clear: both;
		}

	/* Content Section
	----------------------*/
	#content .section {
		margin: 15px 0;
		border: 1px solid #FFA31F;
		background-color: #FFF3E3;
		padding: 10px;
		clear: both;
	}

	#content .section h1,
	#content .section h2 {
		margin-top: 0;
		padding-top: 0;
	}



	/* Comments
	-----------------*/

	#content h2#comments, h2#respond {
		font-size: 1.2em;
		margin: 0 0 10px 0;
	}

	#content ol.commentlist {
		margin: 0 0 10px 0;
		padding: 0;
	}

	#content .commentlist li {
		list-style: none;
		font-weight: bold;
		padding: 0 25px 10px 25px;
	}

	#content .commentlist p {
		font-weight: normal;
		margin: 0px;
	}

	#content .commentmetadata {
		font-weight: normal;
		color: #ccc;
		font-size: 1em;
	}

		#content .commentmetadata a {
			text-decoration: none;
		}


	/* Commentform
	-----------------*/

	#content #commentform p {
		margin: 2px 0;
		font-family: verdana;
		font-size: 0.9em;
	}

	#content #commentform a {
		text-decoration: none;
	}

	#content #commentform input {
		width: 200px;
		padding: 1px;
		font-family: courier;
		font-size: 1em;
	}

	#content #commentform textarea {
		width: 100%;
		padding: 1px;
		font-family: courier;
		font-size: 1em;
	}

	#content #commentform #submit {
		margin: 0;
	}

	#content .nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
	}



	/* Footer
	-----------------*/
	#footer p,#footer a {
		color: #ccc;
	}

	#footer img {
		vertical-align: bottom;
	}

