/*
Theme Name: Nixondesign
Theme URI: http://www.nixondesign.com/
Description: Custom Nixondesign theme, based on the default Wordpress theme
Version: 1.0
Author: Jane Olszewska
Author URI: http://www.nixondesign.com
Tags: white, fixed width, two columns, widgets
*/

body {
	color: #201C19;
	background-color: #ffffff;
	background-image: none;
}

a {
	color: #333;
}
.more-link,
.favourite-link,
.comment-link,
.navigation a {
	font-style: italic;
	text-decoration: underline;
}

.favourite-link {
	background: url(images/favourite.png) no-repeat center left;
	margin-top: 20px;
	padding-left: 20px;
}

.comment-link {
	background: url(images/comment.png) no-repeat center left;
	margin-top: 5px;
	padding-left: 20px;
}

div#top_nav li.nav_title {
	border-bottom-color: #cccccc;
}

div#top_nav ul li.current_project a,
div#top_nav ul li a:hover {
	color: #fff;
	background-color: #333;
}

div#content_container {
	border-color: #cccccc;
}

h2#blog {
	margin: 35px 0 0 0;
	padding-left: 235px;
}

h2#blog a {
	display: block;
	padding-top: 60px;
	height: 0px !important;
	width: 291px;
	overflow: hidden;
	background-image: url(images/recently.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

#blog_description {
	margin: 3px 0 37px 235px;
	font-size: 2em;
	font-style: italic;
}

#sidebar {
	border: none;
	padding: 0;
	display: inline;
	float: left;
	margin: 0 38px 0 0;
	width: 198px;
}

#sidebar ul,
#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .widget {
	border-top: 1px solid #cccccc;
	padding: 18px 0 25px 0;
}

#sidebar .widgettitle,
#search label {
	margin: 0;
	padding: 0 0 0.6em 0;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	color: #333;
}

.post,
.comments {
	padding-bottom: 20px;
	width: 709px;
	overflow: auto;	
}

.post h2,
.comments h2 {
	border-top: solid 1px #cccccc;
	padding: 27px 0 0 0;
	margin: 0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #333;
}

.entry {
	margin-top: 27px;
}

.post p {
	line-height: 1.4em;
}

.post p.postmetadata {
	margin-top: 0px;
}
.post .author {
	font-style: italic;
	margin: 0;
	padding: 0;
}

.navigation {
	width: 709px;
	margin-top: 40px;
	overflow: hidden;
}

.navigation .alignleft {
	float: left;
}
.navigation .alignleft a {
	background-image: url(images/arrows-left.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

.navigation .alignright {
	float: right;
	position: relative;
}
.navigation .alignright a {
	background-image: url(images/arrows-right.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

.comment {
	margin-top: 25px;
}

.comment-author,
.comment-meta {
	display: inline;
}
.comment-author cite {
	font-style: normal;
}

.comment p {
	margin: 10px 0px 0px 0px;
}

ol.commentlist ,
ol.commentlist li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#respond h2 {
	margin-bottom: 30px;
}
#respond textarea {
	width: 525px;
}

#respond label {
	color: #333;
}
#respond label small {
	font-size: 1em;
	color: #666666;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

li#twitter-tools div.aktt_tweets ul li {
	margin-bottom: 10px;
}
