/* 
Theme Name: voidy
Theme URI: http://www.diovo.com/links/voidy/
Description: Voidy is a free wordpress theme, released by Diovo (diovo.com). 
Author: Niyaz PK
Author URI: http://www.diovo.com/about/
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
Modified by: Jim Westergren, www.n.nu
*/

/* Elements */
* 
{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
	color: #000;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #777;	
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0.5em;
}
p {
	line-height:1.7em;
	font-size: 1.1em;
	margin-bottom: 0.9em;
}


pre {
	font-size:1.5em;
}

a:link, a:visited {
	color: #579;
	text-decoration:none;
}
a:hover,a:active {
	color:#79a;
	border-bottom:#79a 1px dotted;
	text-decoration:none;
}
img.left{
	float:left;
	margin:0 1em 1em 0;
}
img.right {
	float:right;
	margin:0 0 1em 1em;
}
a img {
	border:0;
	max-width:100%;
}
blockquote {
	margin:1em;
	padding:5px 1em;
	color:#000;
	background:#f2f2f2;
}
fieldset {
	border:none;
}

dl {
	margin:1em 0px;
}
dt {
	font-weight:bold;
}
dd {
	margin:0.5em 1em;
	padding:0;
}
code{
	font-size: 1em;	
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:0.6em;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* Header */
#header {
position:relative;
	width: 1024px;
	margin: 15px auto 0 auto;
	background:url(img/bg_header.png) no-repeat top center;
}

/* Logo */

#logo {
	float:left;
	height:47px;
	overflow:hidden;
	padding:65px 0 0 70px;
}

#logo #h1{
	float:left;
	font-family:Georgia, serif;
	font-size:48px;
}

#logo #h2 {
	color:#777;
	float:left;
	font-size:13px;
	padding:5px 20px 10px;
}

#logo #h1 a {
	text-decoration: none;
	color:#999;
	border:0;
}
#logo #h1 a:hover, #logo #h1 a:visited, #logo #h1 a:link {
	border:0;
}


#menu {
background:url(img/menu-bg.png) no-repeat scroll 0 top transparent;
clear:both;
margin:0 auto 0 -4px;
width:1052px;
}

.menu-bottom {
background:url(img/menu-bottom-bg.png?m) no-repeat scroll 0 bottom transparent;
padding-bottom:16px;
}

#menu ul {
	background:url(img/menu-curve-bg.png) no-repeat scroll left top #f1f1f1;
	list-style:none outside none;
	margin:0 30px;
	padding:0px 10px 0 40px;
	text-align:right;
	float:right;
}

#menu li {
	display: inline;
	padding:14px 0 11px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	white-space:nowrap;
	position:relative;
}

#menu li.current_page_item,
#menu li.current_page_item:hover {
	background-color: #fafafa;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}

#menu a {
	border:0 none;
	color:#a1a1a1;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;
	padding:10px 40px;
	line-height:40px;
}
#menu a:hover, 
#menu a:active,
#menu li#active a {
	color:#999;
	border:0;
}

#menu li:hover, #menu li#active {
	background-color: #f7f7f7;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}

/* Main */
#main {
	background:url(img/bg.png) repeat-y scroll center center transparent;
	border:0 solid #eee;
	margin:0 auto;
	width:1024px;
}


#main h1, #main h2 {
	font-size: 2em;		
	line-height:1.2em;
	border:0;
	font-size:28px;
	font-weight:normal;
	color:#555;
	padding: 4px;
	font-family:Arial, sans-serif;
}

#main .entry h2{
	font-size:1.8em;
	padding:0px;
	margin-top:25px;
	margin-bottom:5px;
}


#main h3 {
	padding: 4px 0px;
	font-size: 1.4em;		
	line-height:1.2em;
	font-weight: bold;
}


#content ul {
	font-family:Georgia, serif;
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	list-style-type:none;
}
#content ul li {
	margin:0.75em 0;
	padding:0;
	list-style-image:url(img/bullet.png);
	line-height:130%;
	font-size:16px;	
}
#main ol {
margin:0;
padding:0 0 0 2em;
}
#main ol li {
    font-size:16px;
	margin:0.75em 0;
}

#main .post,
#main .page{
	margin-bottom:50px;
	margin-top:25px;
}

#main .entry {
    clear:both;
    padding:10px 5px;
	font-family: Georgia, serif;
}

#main .entry p{
    font-size:16px;
    line-height:140%;
	overflow: auto;
}



/* Content */

#content {
	float:left;
	padding:10px 62px 10px 68px;
	width:570px;
}
/* Column Two */

#sidebar1 {
	float: left;
	width: 260px;		
	padding: 5px 20px;
	font-size:0.9em;
	margin:5px;
}
#main .sidecol  {
	color:#777;
	font-size:14px;
	padding-left:30px;
	line-height:1.7em;
}
#main .sidecol ul  {
	margin:0;
	padding:0;
}
#main .sidecol li {
	margin:0 0 30px 10px;
	padding:0;
	list-style:none;
	background:none;
}
#main .sidecol h4 {
	background:url(img/widget-title-bg.png) no-repeat scroll 0 0 transparent;
	color:#A1A1A1;
	font-size:16px;
	font-weight:bold;
	height:42px;
	padding:9px 15px 3px;
	text-shadow:1px 1px 0 #fff;
	width:301px;
	margin-top:40px;
}
#main .sidecol p, #main .sidecol form{
	/*padding:0 10px 0 18px;*/
	margin:0;
}

#main .sidecol p{
	color:#777;
	font-size:14px;
	font-weight:normal;
}

#main .sidecol ul {
	margin:-5px 0 0 25px;
	line-height:18px;
	padding:0;
}

#main .sidecol li  {
	list-style:disc outside url(img/bullet.png);
	margin:12px 0;
	padding:0;
}

input {
	height:25px;
}

#submit, input[type='submit'] {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#ddd;
	border:0;
	font-size:14px;
	height:35px;
	padding:3px 10px;
	color:#888;
	font-family:Arial, sans-serif;
	text-shadow:1px 1px 0 #fff;
	font-weight:bold;
	
	-moz-box-shadow:0 1px 1px #AAAAAA;
	-webkit-box-shadow:0 1px 1px #AAAAAA;
} 

#submit:hover, input[type='submit']:hover {
	background-color:#d5d5d5;
}

input.textbox, input#s , input[type='text'], input[type='email'] {
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-border-radius:4px;
	border:3px solid #ddd;
	color:#777;
	font-size:13px;
	height:32px;
	padding:0 5px;
	width:180px;
	vertical-align: middle;
}


textarea{
	width: 95%;
	padding:5px;
	height: 15em;
	border: 3px solid #ddd;	
	font:1em Georgia, serif;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
input.textbox:focus, textarea:focus, input#s:focus, input[type='text']:focus, input[type='email']:focus {
	border:#bbb 3px solid;
	outline: none
}

input, textarea {margin-bottom:10px;}

/* Footer */
#footer {
	background:url(img/bg_footer.png) no-repeat scroll center bottom transparent;
	border:0 solid #eee;
	height:49px;
	margin:0 auto 30px;
	width:1024px;
	clear:both;
}

#footer p {
	color:#777;
	font-size:0.9em;
	margin:0;
	padding:11px 30px 0;
	text-shadow:1px 1px 0 #fff;	
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #777;
	border:0;
}
#footer a:hover, #footer a:active {
	color: #999;
	text-decoration:none;
	border:0;
}
#sidebar, #footer{
	overflow:hidden;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



#respond {
clear:both;
padding-top:15px;
}

.spacer  {
	margin-top:37px;
}


#content img {border:1px solid #aaa;padding:1px;}

#disqus_thread ul li {list-style-image:none;}