/*
Theme Name: Paper Blue
Theme URI: http://www.veare.net
Description: A clean an simple theme.
Version: 1.0
Author: Lukas Oppermann
Author URI: http://veare.net/
Tags: two-columns, sticky-post, fixed-width, black, white
*/



* {
	margin:0;
	padding:0;
	}
/* text selection color */	
	::selection {
		background: #0065a4; /* Safari */
		color: #fff;
		}
	::-moz-selection {
		background: #0065a4; /* Firefox */
		color: #fff;
	}
	strong.search-excerpt { background: #0065a4; color: #fff; }
/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#0065a4;
	}
	
a:hover {
	color:#343434;
	text-decoration:underline;
	}
	
h1 a, h2 a, h3 a, #sitename {
	color:#343434;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	text-decoration:none;
	color:#000;
	}

p {
	margin:20px 0;	
	color: #888;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-style:normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#343434;
	}
	
h1, h2 {
	font-size:2em;
	line-height:30px;
	margin-bottom:14px;
	}
	
	.entry h2 {
		font-size:1.8em;
		margin-top:30px;
	}
	
h3 {
	font-size:1.5em;
	line-height:20px;
	margin-top:30px;
	}
	
h4, h5, h6 {
	margin-top:30px;
}
	
.pagetitle {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#bbb;
	margin:-20px 0px 20px -20px;
	display:block;
	}	
div.post-data p{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px;
	}
	.post-data p, .post-data p a{
		color:#54637c;	
		text-shadow: #8aa1c1 1px 1px 0px;			
	}
	.post-data p a:hover{
		color:#54637c;
		text-shadow: #b3c7e4 1px 1px 0px;
		text-decoration: none;
	}
	.post-data p.tags, .post-data p.cat{
		font-size: 12px;		
	}
	.post-data p.tags{
		padding-left: 25px;
		background:url("images/tags.png") no-repeat 0 0px;		
	}
	.post-data p.cat{
		padding-left: 25px;
		background:url("images/cat.png") no-repeat 0 0px;		
	}
.post img, .img-shadow{
	margin: 10px 0px;
	position: relative;
	padding: 6px;
	background: #f3f7fd;
	border-top: 1px solid #fff;
	-moz-box-shadow: 0px 1px 5px #707d8a;
	-webkit-box-shadow: 0px 1px 5px #707d8a;
	box-shadow: 0px 1px 5px #707d8a;	
}
.post a:hover img{
	background: #e3e8f1;
	border-top: 1px solid #fff;
	-moz-box-shadow: 0px 1px 10px #3e4a55;
	-webkit-box-shadow: 0px 1px 10px #3e4a55;
	box-shadow: 0px 1px 10px #3e4a55;	
}
.post img.alignright{
	margin-right: -60px;
}

.post span.edit{
	font-size: 10px;
}
.post span.edit img{
	padding: 0px 10px;
	margin:0px 0px 0px 10px;
	border-top: 0px solid #fff;	
	background: #fff;
	-moz-box-shadow: 0px 0px 0px #707d8a;
	-webkit-box-shadow: 0px 0px 0px #707d8a;
	box-shadow: 0px 0px 0px #707d8a;
}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
blockquote pre {
	float: right;
	text-align: right;
	font: 0.9em "Georgia", Fixed;
	font-style: italic;
	margin-bottom: 10px;
	color: #0065A4;
	}
blockquote pre:before{
	content: '~';
}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	max-width:100%;
	}
	
blockquote {
	display: block;
	position: relative;
	margin-left:-21px;
	padding-left:21px;
/*	background:url(images/quote.gif) no-repeat 0 6px;*/
	color:#343434;
	border-left: 1px solid #ccc;
}
	.entry cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	.entry cite:before {
		content: "\2014 \0020";
		}
		
.post ul, .post ol, .post dl {
	margin:20px 0;
	}
		
.post ul ul , .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
	margin:0;
	}
	
	.post li {
		padding:0 0 5px;
		}
		
		.post ul li {
			background:url(images/icons.gif) no-repeat 0 -141px;
			padding-left:10px;
			list-style:none;
			margin-left:-10px;
		}
		
		.post ol li li {
			margin-left:10px;
		}
		
		.post li li {
			margin:0;
		}
		
	.post li h3 {
		margin:0;
		}
	
		
.post dt {
	font-weight:bold;
	background:url(images/icons.gif) no-repeat 0 -141px;
	padding-left:10px;
	margin-left:-10px;
}

.post dd {
	padding-left:10px;
	padding-bottom:5px;
}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Images */	
img.alignleft, .alignleft img {
	margin-right:10px;
	}
	
img.alignright, .alignright img {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	color:#b6b6b6;
	margin: 0;
}

.attachment, .caption {
	text-align:center;
}

.attachment img {
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background:#77879f url("images/bg.jpg") repeat;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#555;
	height: 100%;
	width: 100%;
	text-align:center;
	}
	
#page {
	background: #fff url("images/body-border.jpg") top right repeat-y;
	margin:0px;
	padding:20px 30px 0 30px;
	width:900px;
	text-align:left;
	}
/* Begin Header */	
#header {
	height:50px;
	border-bottom:0px solid #e6e6e6;
	margin-bottom:69px;
	}
	
	#sitename {
		font-weight:bold;
		font-style:italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:4.5em;
		display:block;
		width:316px;
		float:left;
		line-height:100%;
		text-transform:lowercase;
		}
		
#searchform {
	width:200px;
}

	#header #searchform {
		float:right;
		background:#f9f9f9;
		border:1px solid #e6e6e6;
	 	-moz-border-radius: 2px; 
		-webkit-border-radius: 2px;
		border-radius: 2px;
		padding:2px 2px 2px 3px;
	}
		
#s {
	width:167px;
	border: 0px;
	background:#f9f9f9;
	color: #aaa;
	font-size:11px;
	float:left;
	padding-top: 0px;
	}
#s:focus {
   color: #0065A4;
}
#searchsubmit {
	float:right;
	}
/* End Header */


/* Begin Page List */		
#nav {
	line-height:20px;
	font-size:1.2em;
	float:right;
	padding-top:42px;
	width:584px;
	border-bottom:1px solid #e6e6e6;
	}
	#nav ul{
		float:right;		
	}
	#nav li {
		float:left;
		list-style:none;
		margin-left: 5px;
		}
		
		#nav li a {
			padding: 0px 10px 0px 10px;
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			text-decoration: none;
			padding-bottom: 3px;
			border-bottom: 1px solid #0065A4;
			color: #555;
			}
/* End Page List */

		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:20px;
	float:right;
	width:560px;
	}
	
	.post {
		position: relative;
		float: left;
		margin-bottom:40px;
		border:solid #e6e6e6;
		border-width: 0 0 1px 0;
		}
		
	.post-data {
		position: absolute;
		width: 200px;
		right: -300px;
	}
		
	.sticky, .byuser {
		border:5px solid #f9f9f9 !important;
		margin:-10px -10px 40px -50px;
		background:url(images/sticky.gif) no-repeat 597px 5px;
		padding:5px 5px 5px 45px;
	}
	
		.byuser {
			margin-left:-52px;
			padding-left:47px;
			background:url(images/author.gif) no-repeat 599px 5px;
		}
		
	.bubble  {
		display:block;
		float:left;
		margin:5px 0 0 -40px;
		background:#343434 url(images/comments.gif);
		width:30px;
		height:29px;
		line-height:19px;
		color:#fff;
		text-align:center;
	}
	
	 .bubble:hover {
		color:#b6b6b6;
	}
		
		.entry {
			width: 560px;
			}
		
	.navigation {
		min-height:10px;
		margin:50px 0px 10px -23px;
		line-height:10px;
		}
		
	.post .navigation {
/*		border:solid #e6e6e6;
		border-width:1px 0 0 0;*/
		padding:9px 0;
	}
	
	.attachment .navigation {
		height:150px;
	}
		
		.navigation .alignleft a {
			background:url(images/icons.gif) no-repeat 0 -60px;
			padding-left:22px;
			display:block;
			height:10px;
			float:left;
		}
		
		.navigation .alignright a {
			background:url(images/icons.gif) no-repeat 100% -30px;
			padding-right:22px;
			display:block;
			height:10px;
			float:right;
		}

/* Begin Comments */		
.commentlist {
	margin-top:20px;
	}
		
.commentlist li {
	list-style:none;
	margin-bottom:30px;
	border-bottom:1px solid #e6e6e6;
	}
	
.commentlist li.alt {
	}
	
	.commentmetadata, .comment-author {
		font-size:.9em;
		}
		
		.comment-author {
		}
		
	.avatar {
		float:left;
		display:block;
		margin:5px 0 0 -42px;
		}

#commentform {
	padding-bottom:10px;
}
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	}
	
#commentform textarea {
	width:500px;
	}
			
#commentform #submit {
	width:150px;
	border:none;
	background:#343434;
	font-size:11px;
	padding:0;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	padding:2px 0 3px;
	}
/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {
	position: relative;
	float:left;
	width:260px;
	color:#b6b6b6;
	font-size:1.1em;
	line-height:20px;
	padding-top:23px;
	background: #fff url("images/sidebar-border-ends.jpg") bottom right no-repeat;
		margin-bottom: 40px;
	}
	#sidebar .shadow-head{ 
		background: #fff url("images/sidebar-border-ends.jpg") top right no-repeat; 
		z-index: 3;
		height: 56px; 
		width: 47px; 
		position: absolute; 
		top: 0px; 
		right: 0px;
		}
	#sidebar ul {
		position: relative;
		background: #fff url("images/sidebar-border.jpg") top right repeat-y;
        list-style: none;
		}
		
		#sidebar ul ul {
			margin-left:-10px;
			}
			
			#sidebar ul ul ul {
				margin:0;
				padding:0;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:35px;
			}
		
		#sidebar li li {
			margin:0;
			/*background:url(images/icons.gif) no-repeat 0 -141px;*/
			padding-left:10px;
			}
			
		#sidebar a {
			font-size:1.1em;
                        color: #888;
		}
#sidebar a:hover{
	color:#343434;
text-decoration: underline;
}
			
	#sidebar h4 {
		font-size:1.63em;
		color:#343434;
		line-height:20px;
		margin:0 0 12px;
		}
/* End Sidebar */


/* Begin Footer */
#footer {
	padding:24px 0px 24px 0px;
	border-top:1px solid #e6e6e6;
	color:#b6b6b6;
	font-size:1.2em;
	line-height:20px;
	}
	
	#footer .alignright {
		padding-top:2px;
	}
	
	#footer .alignright a {
		display:block;
		float:right;
		text-transform:uppercase;
		height:10px;
		line-height:10px;
		padding-top:3px;
	}
	
	#footer .top {
		padding-right:15px;
		background:url(images/icons.gif) no-repeat 100% 0;
	}
	
	#footer .rss {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -90px;
	}
	
	#footer .home {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -120px;
	}
        #footer .login{
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -170px;
       }
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 260px;
	}
	
	#wp-calendar th {
		text-align:center;
		color:#343434;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	width: 100%;
		color:#343434;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */

/* Begin Textwidget */
.textwidget{
 width: 200px;
 text-align: justify;
line-height: 140%;
}
/* End Textwidget */
