/*
Theme Name: Bluezip Theme
Theme URI: http://www.niedojadlo.net
Version: 1.0
Description: A simple two column WP theme
Author: Chris Niedojadlo
Author URI: http://www.niedojadlo.net
*/
body {
	margin:0;
	background:#fff center top url(images/bg.gif);
	font-family:"Trebuchet MS";
	color:#7f7f7f;
	font-size:12px;
	}
img {
	border:0;
	}
a {
	color:#ff9900;
	}
a:hover {
	color:#5d5d5d;
	}
h1, h2, h3, h4, h5, h6 {
	color:#ff9900;
	}
blockquote {
	border-left:3px solid #ff9900;
	padding-left:10px;
	}
.clear {
	clear:both;
	}

/* The Top */

.top {
	background:url(images/top.gif);
	height:59px;
	}
.topcenter {
	width:700px;
	margin:0 auto;
	}
.top h1 {
	color:#00eaff;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0 35px 0 0;
	background:url(images/topimage.gif) right no-repeat;
	height:59px;
	line-height:59px;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif
	}
.top h1 a {
	text-decoration:none;
	color:#00eaff;
	}
.top h1 a:hover {
	color:#00eaff;
	}
.top ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	width:500px;
	overflow:hidden;
	text-align:right;
	}
.top li {
	display:inline;
	height:59px;
	line-height:59px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 10px;
	}
.top a {
	color:#fff;
	text-decoration:none;
	}
.top a:hover {
	color:#ff9900;
	}

/* The Line */

.line {
	height:2px;
	background:url(images/linebg.gif);
	overflow:hidden;
	}
.linecenter {
	width:777px;
	height:2px;
	margin:0 auto;
	background:#fff;
	}
.lineleft {
	width:20px;
	height:2px;
	float:left;
	background:url(images/leftline.gif) no-repeat;
	}
.lineright {
	width:20px;
	height:2px;
	float:right;
	background:url(images/rightline.gif) no-repeat;
	}

/* The Container */

.container {
	background:url(images/container.jpg) center top repeat-x;
	}

/* The Center */

.center {
	width:729px;
	margin:0 auto;
	background:#fff url(images/center.gif) top repeat-x;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	border-top:1px solid #fff;
	}

/* The Header */

.head {
	height:187px;
	background:url(images/head.jpg);
	margin:0 0 5px 0;
	}

/* The Content */

.content {
	padding:10px 40px 10px 20px;
	float:left;
	width:443px;
	overflow:hidden;
	}
h1.title {
	color:#ff9900;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:10px 0 0 60px;
	background:url(images/titleimage.gif) left no-repeat;
	height:36px;
	}
h1.title a {
	color:#ff9900;
	text-decoration:none;
	}
h1.title a:hover {
	text-decoration:none;
	color:#5d5d5d;
	}
.content p {
	line-height:24px;
	}
.postinfo {
	text-align:right;
	margin-bottom:20px;
	}

/* The Sidebar */

.sidebar {
	float:left;
	width:226px;
	overflow:hidden;
	padding:10px 0;
	}
.sidebar h2 {
	width:195px;
	height:27px;
	margin:0 0 3px 0;
	padding:0 0 0 12px;
	background:#292929;
	color:#fff;
	font-size:14px;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	}
.sidebar a {
	text-decoration:none;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	width:207px;
	}
.sidebar li {
	margin:0 0 14px 0;
	line-height:20px;
	font-size:13px;
	}
.sidebar li li {
	margin:0;
	}
.sidebar li ul {
	background:#e5f7f9;
	padding:12px;
	width:auto;
	}
.sidebar li ul ul {
	background:none;
	padding:0;
	}
.sidebar .textwidget {
	padding:12px;
	}
.sidebar form {
	margin:0;
	padding:0;
	height:24px;
	}
.sidebar input {
	float:left;
	padding:0;
	border:1px solid #44c3d7;
	background:#fff;
	height:24px;
	margin:-20px 0 0 0;
	color:#7f7f7f;
	width:60px;
	}
.sidebar input#s {
	width:135px;
	margin:0 5px 0 0;
	height:19px;
	padding-top:3px;
	padding-left:5px;
	}

/* The Footer */

.footer {
	height:80px;
	background:#44c3d7 url(images/footer.gif) top repeat-x;
	}
.footercenter {
	width:729px;
	margin:0 auto;
	color:#fff;
	padding:20px 0 0 0;
	}
.footer a {
	color:#e5e5e5;
	text-decoration:none;
	}
.footer a:hover {
	color:#fff;
	text-decoration:underline;
	}
.footer ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.footer li {
	display:inline;
	border-right:1px solid #e5e5e5;
	padding:0 5px 0 0;
	margin:0 8px 0 0;
	}

/* The Navigation */

.navigation {
	height:25px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.navigation a:hover {
	color:#333;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0 0 10px 0;
	color:#d7d7d7;
	margin:0;
	font-size:20px;
	text-align:center;
	}

/* The Calendar */

#calendar_wrap {
	padding:5px 0 14px 31px;
	}

/* The Comments */

.comments {
	background:#fafafa;
	border:1px solid #ebebeb;
	padding:22px 16px 22px 16px;
	}
.comments textarea {
	width:400px;
	height:156px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#7d7d7d;
	padding:10px;
	overflow:auto;
	}
#commentform input {
	background:#fff;
	border:1px solid #d5d5d5;
	color:#7d7d7d;
	padding-left:10px;
	}
.comments input#submit {
	background:url(images/postcomment.gif);
	padding:0;
	width:72px;
	height:29px;
	font-weight:bold;
	}
.comments h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	color:#7d7d7d;
	}
.comments ol {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	}
.comments ol li {
	
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}
.commenthead {
	font-size:13px;
	border-bottom:1px solid #7d7d7d;
	height:22px;
	}
.commenthead .alignleft {
	color:#ff9900;
	}
