/*
Theme Name: Vodnik
Theme URI: http://www.chrisvodnik.com
Description: Vodnik Wordpress Theme.
Version: 1.0
Author: Chris Vodnik
Tags: two-columns, blue, fixed-width
*/

* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 100%;
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #848C68 url(images/bg_banner.gif) repeat-x center top;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

/*-------------------------Container/Wrapper-------------------------*/
#container {
	margin: 0 auto;
	width: 920px;
}
#wrapper {
	margin:0 auto;
	width: 920px;
	background: #FFF;
}

/*--------------------------------Page-------------------------------*/
#page {
	margin: 0 220px 0 0;
	padding: 20px 20px 30px 10px;
}
#page a {
	color: #32578D;
}
#page a:hover {
	color: #BA853E;
}

#page p, #page ul {
	font-size: 0.9em;
	line-height: 1.9em;
	padding-bottom: 1.2em;
}
#page ul {
	
	padding-left: 30px;
}
#page li {
	list-style: square;
	
}

#artpage {
	margin: 0;
	padding: 0;
}

/*------------------------------Sidebar------------------------------*/
#sidebar {
	width:200px; /* background:url(images/bg_side.jpg) repeat-y;*/
	border-left:1px #ccc solid;
	float:right;
	background: #fff;
	padding-top: 0px;
	padding-bottom: 15px;
}	
/*#sidebar .btm {width:270px; background:url(images/bg_side_btm.jpg) no-repeat; height:23px; margin-left:-10px;}*/

#sidebar h2 {
	line-height:25px;
	font-size:.9em;
	color: #848C68;
	text-align: right;
	padding-right: 15px;
}

#recentcomments ul {
	list-style-image:none;
}
#sidebar li ul#recentcomments li.recentcomments a {
	background:none;
}
#sidebar li#tag_cloud {
}
#sidebar li#tag_cloud a {
	margin-left:15px;
}

/*-------------------------Sidebar Navigation------------------------*/
#nav {

	width:200px;

}
#nav li ul li {
	
	width: 200px;
	font-size: 0.7em;
	text-align: right;
	list-style: none;
	list-style-image:none;
}
#nav li ul li a {
	display: block;
	padding: 8px 15px 10px 0;
	background: #FFF url(images/bg_nav_li_a.gif) no-repeat right bottom;
	color: #252525;
	text-decoration: none;
}
#nav li ul li.current a, #nav li a:hover {
	background-image: url(images/bg_nav_li_a_hover.gif);
	color: #005B7F;
}
/*-------------------------------Reset-------------------------------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote {
	margin:0;
	padding:0;
} 


ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
/*-----------------------------Top Navigation-------------------------*/
.menu {
	background:transparent url(images/navbar.jpg) repeat-x top left;
	width: 920px;
	margin:0 auto;
}
.menu #navigation {
	position:relative;
	display:block;
	height:38px;
	font-weight:bold;

}
.menu #navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu #navigation ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
.menu #navigation ul li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:24px;
	font-size: .8em;
}
.menu #navigation ul li a:hover, .menu #navigation ul li a.current {
	color:#F5C554;
	background:transparent url(images/navbarOver.gif) no-repeat top center;
}
/*---------------------------------Search-----------------------------*/
.search {
	width: 260px;
	margin:0 auto;
	margin-top:8px;
}
.search input {
	display: inline;
}
.search .text {
	width: 165px;
	height: 16px;
	background: url(images/search-box.gif) no-repeat;
	border: none;
	font-family: Georgia;
	font-size: 13px;
	padding: 5px;
	margin: 0 0 0 6px;
	float: left;
}
.search .submit {
	width: 32px;
	height: 26px;
	background: url(images/search-button.gif) no-repeat;
	font-size: 0.1em;
	cursor: pointer;
	border: none;
}
.search .submit:hover {
	width: 32px;
	height: 26px;
	background: url(images/search-button-over.gif) no-repeat;
	font-size: 0.1em;
	cursor: pointer;
	border: none;
}
/*---------------------------------Banner-----------------------------*/
.banner {
	margin:0 auto;
	width: 920px;
	height: 90px;
	background: #9F9B90;
}
.logo {
	margin: 0 auto;
	width: 920px;
	height: 90px;
	padding:0px;
	display:block;
}

.bannerBottom {
	width: 920px;
	height: 212px;
	background: #9F9B90;
}
/*---------------------------------Global-----------------------------*/
.small {
	font-size: 9px;
}
.left {
	float: left;
	clear: both;
}
.right {
	float: right;
	clear: both;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.aligncenter, div.aligncenter {
	display: block;
	margin:0 auto;
	padding:2px;
	border:1px #ccc solid;
}
/*---------------------------------Images-----------------------------*/
/*img {
	border: 1px #ccc solid;
	padding:2px;
} */
.alignright {
	float: right;
}
.alignleft {
	float:left
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	padding:2px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft {
	padding:2px;
	margin:0 7px 2px 0;
	display: inline;
}
img.avatar {
	width:50px;
	height:50px;
}
p img {
	padding:0;
	max-width:100%;
}
hr {
	border: 1px solid #f0f0f0;
	height: 1px;
}
blockquote {
	padding-left: 2.2em;
	background: url(images/blockquote.png) no-repeat;
	font-style: italic;
	margin:10px;
}
code, pre {
	font-family:"Courier New", Courier, monospace;
	color:#900;
	line-height:1em;
}
a code {
	border-bottom:1px dotted #900
}
a:hover code {
	border-bottom-style:solid
}
pre {
	padding:1em;
	border:1px #ddd solid;
	overflow:auto;
	width: 50%;
	w\idth /**/:auto;
}
pre strong {
	background:#efc
}
.acode {
	border:none
}

h4, h5, h6 {
	text-transform: uppercase;
	font-size:1.4em;
	letter-spacing: -1px;
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
	padding: 10px 0px;
	margin: 0px;
}
h2 {
	font-size: 1.4em;
	padding: 8px 0px 0px 0px;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	padding: 5px 0px 0px 10px;
	margin: 0px;
}
/*-----------------------Order/Unorder Elements----------------------*/

ol li {
	padding-left:2em;
}

/*------------------------------Calendar-----------------------------*/

/* wp-calendar */

table#wp-calendar {
	width: 100%;
	text-transform: none;
	border: 1px #676767 solid;
	color: #727272;
	padding-right: 10px;
	padding-left: 10px;
}
table#wp-calendar caption {
	padding: 10px 15px;
}
table#wp-calendar th {
	font-weight: normal;
	text-align: center;
	background: #000;
	color: #ffffff;
}
table#wp-calendar td {
	padding: 0px 2px;
	text-align: right;
	margin: 0px;
}
table#wp-calendar tfoot td {
	text-align: center;
}

#calendar_wrap {
	padding:0 10px;
}
/* end calendar */




/*-----------------------------Tag Cloud-----------------------------*/
#tag_cloud li {
	text-align:center;
}
/*--------------------------Social Bookmark--------------------------*/
.social_bookmark {
	display:block;
	margin:0 auto;
	padding:0;
}
.social_bookmark img {
	border:none;
}
.social_bookmark h3 {
	float:left;
	display:block;
	margin-right:20px;
	padding-top:8px;
	margin-left:-4px;
}
.social_img {
	padding:0px;
}
.social_img a {
	border:none;
}
/*--------------------------------Box--------------------------------*/

/*-------------------------------Boxes-------------------------------*/
.box-gray {
	border:solid 1px #DEDEDE;
	color:#222222;
	padding:4px;
	text-align:center;
	margin:5px;
	font-family:Tahoma, Verdana, Arial;
}
.box-yellow {
	border:solid 1px #DEDEDE;
	background:#FFFFCC url(images/icon-yellow.png) 6px 6px no-repeat;
	color:#222222;
	padding:4px;
	text-align:center;
	margin:5px;
	font-family:Tahoma, Verdana, Arial;
}
.box-ok {
	border:solid 1px #90ac13;
	background:#eef4d3 url(images/icon-green.png) 8px 6px no-repeat;
	color:#6b800d;
	font-weight:bold;
	padding:4px;
	text-align:center;
	margin:5px;
	font-family:Tahoma, Verdana, Arial;
}
.box-error {
	border:solid 1px #CC0000;
	background:#F7CBCA url(images/icon-red.png) 8px 6px no-repeat;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
	margin:5px;
	font-family:Tahoma, Verdana, Arial;
}
/*--------------------------------Blog-------------------------------*/
.post {
	margin-left: 5px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}
.post .entry {
	padding: 4px 10px 0px;
	text-align: justify;
}
.post .title {
	padding: 0 10px;
	margin:0px 0px 10px;
	color: #000000;
	background: url(images/icon_post.gif) no-repeat;
	text-indent: 28px;
	height: 35px;
}
.post .title h1 {
	padding: 0px;
	margin:0px;	
}
.post .title a {
	border: none;
	text-decoration:none;
}
.post .title a:hover {
	text-decoration: none;
	color:#000000;
}
.post .meta{
	padding: 0px 10px;
	text-align: left;
	font-size: 0.7em;
	color: #666;
}
.post .info{
	text-align: left;
	font-size: 0.7em;
	color: #666;
	padding-bottom: 4px;
	padding-left: 10px;
}
.post .info .comments {
	background:url(images/comment.gif) no-repeat;
	padding:0px;
	margin-bottom: 6px;
	text-indent: 26px;
	line-height: 20px;
}
.post .meta .posted {
	padding:0px;
	margin-top: 10px;
	margin-bottom: 3px;
}
.post .meta .permalink {
	background:url(images/article.gif) no-repeat;
	padding:0 15px;
}
.nav_post_link {
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 10px;
}
.nav_post_link .leftOver {
	float:left;
}
.nav_post_link  .rightOver {
	float:right;
}

.respond {
	padding: 0px 10px 0 20px;
	margin:0px 0px 10px;
	background: url(images/icon_leave_reply.gif) no-repeat;
	text-indent: 25px;
	height: 25px;
}

h3.respond, h3.response {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
	color: #212421;
	line-height: 25px;
}

.response {
	padding: 0px 10px 0 20px;
	margin:0px 0px 10px;
	background: url(images/icon_response.gif) no-repeat;
	text-indent: 25px;
	height: 25px;
}


/*------------------------------Comments------------------------------*/
#comm ul {

	width:640px;
	margin:0 auto;
	
}
#comm li {
	border: 1px dotted #b3b3b3;
	border-width: 1px 0;
	margin: 5px 0;
	background:none;
		list-style-type:none;
	list-style-image:none;
}
#comm li a {
	color: #005B7F;
	display: block;
	font-weight: bold;
	font-size:120%;
	padding: 5px;
	text-decoration: none;
}
* html #comm li a {
	width: 680px;
} /* make hover effect work in IE */
#comm li a:hover {
	background: #f4f7f2;
}
#comm a em {
	color: #333;
	display: block;
	font: normal 85% Verdana, Helvetica, sans-serif;
	line-height: 125%;
}
#comm a em p {
	margin:0px;
}
#comm a span {
	color: #990000;
	font: normal 70% Verdana, Helvetica, sans-serif;
	line-height: 150%;
}
#comm .left {
	width:55px;
	float:left;
	padding: 0 10px 5px 0;
}
textarea {
	width:300px;
	padding:5px;
	border:1px solid #848C68;
	overflow: auto;
	margin-left:10px;
}
input {
	width:300px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #848C68;
	margin-left:10px;
}
input#submit {
	width:150px;
	border:1px solid #848C68;
	height:26px;
	margin-top:5px;
	cursor: default;
	background: #BA853E;
}
input#submit:hover {
	width:150px;
	border:1px solid #848C68;
	height:26px;
	margin-top:5px;
	cursor: pointer;
	background: #FFF;
}
/*-------------------------------Gallery-----------------------------*/
#page_gallery {
	width:920px;
	margin:0 auto;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery img {
	border:none;
}
.gallery li {
	margin: 9px;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 175px;
}
.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #1d68af;
	text-decoration: underline;
}
.gallery img {
	padding: 20px 0 0 21px;
}
.gallery em {
	width: 216px;
	background: url(images/gold-frame.png) no-repeat;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	text-align: center;
	letter-spacing: -1px;
	text-transform:uppercase;
	font: 100%/100% "Verdana", Tahoma, Times, serif;
	padding-top: 168px;
}
/*-------------------------------Footer------------------------------*/
#footer {
	clear:both;
	min-height:150px;
	background:#212421;
	text-align:center;
	display:block;
	margin:0 auto;
	padding:20px 0 0;
	width:920px;
	color: #666;
}
#footer .copyright {
	text-align: left;
	width:920px;
	margin:0 auto;
	height:40px;
	background: #848C68;
}
#footer .copyright p {
	font-size: 0.6em;
	color:#333;
	margin:0;
	padding:6px 0;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration:underline;
}
#bottom_links {
	width:920px;
	margin:0 auto;
}
#bottom_links .main {
	width:100%;
	margin:0 auto;
	text-align:left;
	margin-top:5px;
	padding: 2px 0 0 0;
	overflow:hidden;
}
#bottom_links #col {
	float: left;
	display: block;
	width: 33%;
}
#bottom_links #col .main {
	width: 100%;
	padding:0px;
	float:left;
	margin:0px;
}
#bottom_links #col .main h3 {
	margin: 0;
	padding: 3px 5px 3px 18px;
	margin: 0;
	color: #848C68;
}
ul#category {
	padding:5px 5px 5px 20px;
	margin: 0;
	list-style: none;
}
ul#category li {
	line-height:1.4em;
	font-size:0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#category li a {
	text-decoration: none;
	color: #BA853E;

}
ul#category li a:hover {
	text-decoration: none;
	color: #fff;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#commentArea label{
font-size:0.8em;	
}

.requiredArea {
	font-weight: bold;
	color: #BA853E;
	float: right;
	font-size:0.7em;
}
.required {
	font-weight: bold;
	color: #BA853E;
}

.smallText {
	font-size:0.7em;
}
#commentform {
	padding-left: 20px;	
}