/*  
Theme Name: WPSkin
Theme URI: http://www.analystdeveloper.com/
Description: This is a hack of the default WordPress theme for Subtext.
Version: 1.0
Author: Gurkan Yeniceri
Author URI: http://www.analystdeveloper.com/

	This theme was designed/hacked and built by Gurkan Yeniceri,
	whose blog you will find at http://blogs.analystdeveloper.com/gurkaneng/default.aspx

The CSS and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*html element of body*/
body 
{
	background-color: #E7E7E7;
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image : url(images/kubrickbgcolor.jpg); 
}

#main
{
	margin: 0 auto;
	text-align: left;
	width: 760px;
	padding: 0;
}

/*the top of the page*/
#header 
{
	background: url(images/vikkel_header.jpg) no-repeat center;
	height : 200px;
	margin-bottom : 0px;
	padding-bottom : 0px;
}

.column {
	float:left;
	margin:0px;
}

#headertext 
{
	width:500px;
}

#authorimage 
{
	background: url(images/image.jpg) no-repeat center;
	width:200px;
	padding:10px;
	height:180px;
}

/*The title of the blog*/
.headermaintitle
{
	font-family : 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/*the subtitle of the blog*/
#tagline 
{
	font-size : 12px;
	text-align : center;
	color : white;
	margin-bottom : 0px;
}


a#crosslink {position:relative;display:block; width:140px; height:20px; left: 600px; top: 160px; z-index:20;margin:0px;margin-bottom:-24px;border:2px #fff solid;font-size:14px;line-height:20px;padding-left:4px;font-weight:bold;}

/*where the posts and sidebar stays*/
#mainBody
{
	background: url(images/kubrickbg.jpg) no-repeat center;
	background-repeat : repeat-y;
	float: left;
	width: 100%;
}

#content
{
	float: left;
	margin: 0 0 0 20px !important;
	margin-left: 8px;
	padding-left: 4px;
	width: 490px;
}

#topgoogle {margin:12px 5px 6px 5px;padding:3px;border:1px #ccc solid;background:#eee;}

/*post text and the date on top of title*/
.post, .date
{
	margin-top : 0px;
	text-align : justified;
}

.post
{
	padding-bottom: 4px;
	border-bottom: 2px #cccccc dotted;
	margin-bottom:12px;
}

/*date on top title*/
.date{
	padding-top : 10px;
	text-align : left;
	font-size : 12px;
	font-weight : bold;
	margin-top : 0px;
}

.contact
{
	margin-top: 0px;
}

/*trackback pingback and posted time are here*/
.postfoot
{
	text-align : center;
	margin-bottom : 0;
}

/*the menu on the right*/
#sidebar
{
	float: left;
	margin: 10px 0 0 20px !important;
	margin-left: 15px;
	width: 200px;
}

#sponsorbar {position:relative;left:770px;top:80px;width:160px;border-bottom:1px solid;}

/*This is not the page footer, it is the subtext footer control*/
#footer 
{
	padding-top : 5px;
	font-size : 10px;
	text-align : center;
}

/*I have added this for the end of page picture*/
.eofp
{
	background : url(images/kubrickfooter.jpg) no-repeat center;
	height : 60px;
	margin-top : 0;
	clear: both;
}

.eofp p
{
	margin-left: 150px;
}

/*comment form and comments left*/
#commentform, #comments
{
	margin-top : 0px;
	padding-top: 0px;
}

.endofcomment {border-bottom:1px #dddddd dotted;padding:8px;}

.thiscomment {border:1px #ccc solid;padding:3px;margin-bottom:12px;}

.thiscommentheader {border:1px #ccc solid;padding:3px;margin-bottom:12px;border-bottom:1px #000 solid;background:#c1cacf;}

/*right menu list items*/
#sidebar ul li
{
	color: #777;
	list-style: none;
	padding-left: 2px;
}

/*sidebar lists*/
#sidebar ul
{
	margin: 0;
	padding: 2px;
}

/*the bullet of the lists on sidebar*/
#sidebar ul li:before 
{
	content : "\00BB \0020";
}

#sidebar h3
{
	margin-bottom: 0;
}

/*headers' common settings*/
h1, h2, h3 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h4 {font-size:14px;}

/*header 1*/
h1 
{
	text-align: center;
	font-size : 40px;
	margin-top : 0px;
	margin-bottom : 5px;
	padding-top : 70px;
}

/*various header settings*/
h1, h1 a, h1 a:hover, h1 a:visited, .description 
{
	text-decoration: none;
	color: #ccc;
}

/*header 2*/
h2 {
	font-size: 1.6em;
	margin-top : 0px;
}

div.post h2
{
	margin-top: 10px;
	margin-bottom: 1px;
}

/*header 3s on sidebar*/
#sidebar h3 
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

/*header 3 general*/	
h3 {
	font-size: 1.3em;
}

/*header 5*/
h5 
{
	margin: 0px;
	padding: 0px;
}

/*header mouse overs*/
a, h2 a:hover, h3 a:hover 
{
	color: #06c;
	text-decoration: none;
}

/*hyperlinks, mouse over*/
a:hover {
	color: #147;
	text-decoration: underline;
}

.debug
{
	width: 200px;
}

.debug p
{
	font-size: x-small;
}

.debug
{
	display: none;
}

div.previousNext
{
	padding: 4px;
}

div.previousNext a
{
	font-size: 1.2em;
}