/*
Theme Name: Pave
Theme URI: http://www.pavepavepave.com/
Description: A custom theme for the Pav&eacute; blog.
Version: 1.0
Author: Erik Mitchell
Author URI: http://www.erikmitchell.net
*/

* {
  margin: 0;
  padding: 0;
}
body {
	background:#CDCDCD;
}
#container {
	margin:10px auto;
	padding:0;
	width:1140px;
}
#header {
	width:1140px;
	height:200px;
}
#menu {
	background-image:url('images/menu_bg_1x1.jpg');
	width:auto;
	height:30px;
}
#nav, #nav ul {
	list-style: none;
	font:bold 18px Helvetica;
	display:inline; /* ie 6 */
}

#nav a {
	display:inline;
	color: #fff;
	text-decoration:none;
}

#nav li {
	float:left;
	width:226px;
	height:26px;
	border:2px solid #fff;
	border-left:0;
	border-bottom:0;
	text-align:center;
	padding-top:2px;
}

#nav li:last-child { 
	border-right:0px; /* may not work in ie */
}

#nav li:hover a {
	text-decoration:underline;
}
#wrap {
	background-image:url('images/wrap_bg.png');
	overflow:hidden;
}
#main {
	float:left;
	width:666px;
	padding:17px;
	//font-family:Baskerville,'Times New Roman',Times,serif;
	//font-family:"Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
	//font-size:14px;
        font: 14px Georgia, Verdana, sans-serif;
	//font:15px Baskerville;
}

#footer {
	background-image:url('images/menu_bg_1x1.jpg');
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

#footer a,a:link,a:visited,a:active {
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	text-decoration:underline;
}

h2 {
	font-size:20px;
	margin:10px;
	margin-left:0;
}

h2.pagetitle {
	font-size:22px;
	text-align:center;
}


.entry {
	padding-bottom:10px;
}

.author {
	font-size:12px;
	padding-bottom:10px;
}
/* index.php */
hr {
	margin:15px;
	clear:both;
}

h2.title {
	font-size:20px;
	margin:10px;
	margin-left:0;
}

h2.title a,a:link,a:visited,a:active {
	text-decoration:none;
	color:#000;
}

h2.title a:hover {
	text-decoration:underline;
}
.pmd-left {
	float:left;
	padding-bottom:15px;
}
.pmd-right {
	float:right;
	padding-bottom:15px;
}
	/* wp tags */
p.postmetadata {
	margin:10px;
	margin-left:0;
}

a.addthis_button {
	padding:5px;
}
/* sidebar */

#sidebar {
	float:right;
	width:200px;
	overflow:hidden;
	padding:10px;
	font:12px Helvetica;
}
#sidebar ul {
	margin:0;
	list-style-type:none;
}
#sidebar ul li {
	padding:1px;
	margin-left:5px;
	padding:2.5px;
}

#sidebar h2 {
	font-size:18px;
}

.widget-title {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
}

#sidebar a,a:link,a:visited,a:active {
	text-decoration:none;
	color:#000;
}

#sidebar a:hover {
	text-decoration:underline;
}


/* sidebar-left */
#sidebar-left {
	float:left;
	width:200px;
	overflow:hidden;
	padding:10px;
	font:12px Helvetica;
}
#sidebar-left h2 {
	font-size:18px;
}
#sidebar-left ul {
	margin:0;
	list-style-type:none;
}
#sidebar-left ul li {
	padding:1px;
	margin-left:10px;
	padding:2.5px;
}

#sidebar-left a,a:link,a:visited,a:active {
	text-decoration:none;
	color:#000;
}

#sidebar-left a:hover {
	text-decoration:underline;
}

/* general */
a,a:link,a:visited,a:active {
	text-decoration:none;
	color:#00F;
}

a:hover {
	text-decoration:underline;
}



/* comments */
input, textarea {
	padding:3px;
}

textarea {
	overflow:auto;
	width:450px;
	margin-bottom:5px;
}

#respond {
	clear:both;
	text-align:center;
}

#respond h3 {
	padding-bottom:10px;
	font-size:17px;
}

#form-fields {
	padding-left:175px;
	text-align:left;
}

input#submit {
	margin-top:5px;
}

/* */
h3#comments {
	clear:both;
}

.color1 {
	background-color: #eee;
}
.color2 {
	background-color: #fff;
}

.commentlist {
	margin:0;
}

/* search form */
.search-form {
	margin:0;
	padding:0;
	width:180px;
	height:30px;
	text-align:center;
	background:url('images/search.png') no-repeat 0 0;
}
.search-form #s {
	padding:0;
	margin:8px 0 0 10px;
	border:0;
	width:160px;
	background:none;
}
.search-form input {
	color:#000;
}

.commentlist li {
	margin:0;
	padding:10px;
	list-style:none;
	overflow:hidden;
}

.comment-text p {
	font-size:12px;
}

.comment-right {
	float:right;
}

.comment-left {
	float:left;
}

/* archives.php */
.archive-recent h2 {
	padding:10px;
	font-size:18px;
}
.archive-recent li {
	list-style-type:circle;
	margin-left:50px;
}
.archive-recent li a {
	color:#000;
	text-decoration:none;
}
.archive-recent li a:hover {
	color:#000;
	text-decoration:underline;
}
.archives h2 {
	padding:10px;
	font-size:18px;
}
.archives li {
	list-style-type:circle;
	margin-left:50px;
}

/* 404 */
#four-o-four-image {
	float:left;
	width:400px;
}
#four-o-four-text {
	float:right;
	width:180px;
	padding:10px;
}

img {
	border:0;
}

.sidebar-hr {
	margin:10px;
}

/* twitter */
.aktt_tweet_time {
	font-size:11px;
}
.aktt_tweets li {
	list-style-type:disc;
	margin-left:10px;	
}

li.aktt_more_updates {
	list-style-type:none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clear-both {
	clear:both;
}

/* Images
-------------------------------------------------------------- */

#main img {
	margin: 0;
	max-width: 666px;
}
#main .attachment img {
	max-width: 900px;
}
#main .alignleft, #main img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#main .alignright, #main img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#main .aligncenter,
#main img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#main img.alignleft, #main img.alignright, #main img.aligncenter {
	margin-bottom: 12px;
}
#main .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#main .wp-caption img {
	margin: 5px 5px 0;
}
#main .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#main .wp-smiley {
	margin:0;
}
#main .gallery {
	margin: auto;
}
#main .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#main .gallery img {
	border: 2px solid #cfcfcf;
}
#main .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#main .gallery dl {
	margin: 0;
}
#main .gallery img {
	border: 10px solid #f1f1f1;
}
#main .gallery br+br {
	display: none;
}
