/* 
	Theme Name: vizov.net
	Theme URI: http://vizov.net
	Description: vizov.net
	Author: vizov.net
	Author URI: http://vizov.net
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* CSS Document */

/* Base Weblog (base-weblog.css) */

/* basic elements */

html, body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	color: #333;
	background: #032d5d;
	
	width:100%;
	height:100%;
	overflow:hidden;
	
	text-align: left;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

h1, h2 {text-align:center;}

#scrolling
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:auto;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */



/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
   font-family: arial, 'trebuchet ms', verdana, helvetica, sans-serif;
   font-size: 14px;
}

a { color: #666666; text-decoration: none; }
a:hover { color: #a3b8cc; }


h1, h2, h3, h4, h5, h6
{
   font-family: arial, 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */



.entry-header
{
	margin-top: 0;
	color: #666666;
	font-size: 22px;
	font-weight: bolder;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.25;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 11px;
   text-align: right;
}

.comment-content
{    
   font-family: arial narrow, arial,'trebuchet ms', verdana, helvetica, sans-serif; 
   font-size: 14px;
}
.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
   margin-right: 100px;
 }


.comments-open-footer
{
   margin: 10px 0;
}




.asset-meta
{    
   font-family: arial,'trebuchet ms', verdana, helvetica, sans-serif; 
   font-size: 12px;
   color: #3D87B4;
}

#sidebar ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}
#sidebar ul li h2
{
	padding-top:4px;
	height:32px;
	background-image:url(images/recent_posts.png);
	padding-left:40px;
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
#sidebar ul li ul
{
	margin-left:40px;
}
#sidebar ul li ul
{
	padding-bottom:20px;
	padding-left:5px;
	font-weight:bold;
}
#sidebar ul li ul li
{
	margin-bottom:15px;
}



#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
   font-weight: bold;
}

td.left-tile
{
	background:#fff url(images/side_tile.jpg);
}
td.right-tile
{
	background:#fff url(images/side_tile_right.jpg);
}

td.bottom-left
{
	background:#fff url(images/bottom_left.jpg);
}
td.bottom-right
{
	background:#fff url(images/bottom_right_image.jpg);
}

#upper_logo_bg {background:#fff url(images/upper_left_logo.jpg);}
a.upper_logo
{
	display:block;
	width:332px;
	height:177px;
	background:none;
}
a.upper_logo:hover
{
	background-image:url(images/upper_left_logo_a.jpg);
}

div.narrowcolumn
{
	padding:20px 50px 20px 30px;
}

div.top-right
{
	width:697px;
	height:49px;
	background-image:url(images/top_right.jpg);
}

#search-form
{
	margin-left:40px;
}

#comment
{
	width:600px;
	height:100px;
}

.commentlist p {font-size:12px;}
ol.commentlist
{
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}
.commentlist li
{
	background-color:#e8efff;
	padding:10px;
	margin-bottom:20px;
}

p.postmetadata {font-size:11px;}

div.alignleft {float:left;}
div.alignright {float:right;}

div.next_post, div.previous_post
{
	font-size:10px;
	width:200px;
}
#darken
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	
	display:none;

	background:#000;
	filter: alpha(opacity=60); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}
#popup
{
	display:none;

	width:370px;
	margin:-200px -207px;
	border:solid 7px #a2c9e1;
	padding:15px;
	position:absolute;
	top:50%;
	left:50%;
	
	background:#fff;
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:13px;
}
#popup h1
{
	color:#c00;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:20px;
	text-align:center;
}
#close
{
	text-align:right;
	font-size:11px;
	color:#999;
}
#close a {color:#999;}