/* 
Theme Name: KwaziCo V3
Theme URI: http://www.kwazico.com
Description: KwaziCo V3
Author: Andrew Kwasik
Author URI: http://www.kwazico.com
Version: 1.0

*/

/* KWAZICO THEME */

body {
	margin: 0px;
	padding: 0px;
	color: #998e8e;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
}

div#topbar_container {
	display: block;
	width: 100%;
	height: 150px;
	background-color: #f2fafe;
/*background-color: #3a8dbf; */
}

div#topbar {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

img.logo {
	float: left;
	line-height: 149px;
	margin-top: 50px;
	margin-left: 50px;
}

div#menubar_container {
	height: 45px;
	background-color: #3f3e3d;
	/*background-color: #3a8dbf;*/
}
div#menubar {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 45px;

	overflow: hidden;
}

a.menu, a.menu:visited, a.rightmenu, a.rightmenu:visited {
	text-decoration: none;
	color: #ffffff;
	margin-left: 20px;
	margin-right: 20px;
}

a.menu, a.menu:visited {
	float: left;
}

a.menu:hover, a.rightmenu:hover {
	text-decoration: underline;
	color: #ffffff;
}

a.rightmenu {
	float: right;
	margin-right: 50px;
}

form.searchbox {
	background: transparent url('images/searchbox.png') no-repeat -0% 100%;
	display: block;
	float: right;
	width: 250px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 50px;
}
input.searchbox {
	background: transparent;
	border: none;
	padding: 5px;
	margin-top: 6px;
	font-size: 0.8em;
	color: #998e8e;
	font-weight: bold;
	width: 200px;
	float: left;
}
input.searchbox:focus {
	border: none;
	outline: none;
}
button.search {	
	background: transparent url('images/glass.png') no-repeat 100% 0%;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	float: right;
	border: none;
	cursor: pointer;
}

div#body {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

div.post {
	float: left;
	width: 700px;
	padding: 20px;
	border-right: solid 1px #998e8e;
	border-bottom: solid 1px #998e8e;
}

div.post_start {
	border-right: solid 1px #998e8e;
	border-bottom: solid 1px #998e8e;
	width: 700px;
	padding: 20px;
	text-align: right;
}

div.post_end {
	clear: both;
	border-right: solid 1px #998e8e;
	width: 700px;
	padding: 20px;
	text-align: right;
}

div.post div.txt {
	float: left;
	width: 500px;
	line-height: 1.3em;
	padding-left: 8px;
}

div.postinfo {
	float: left;
	width: 170px;
	padding: 20px;
	padding-left: 0px;
}


div.date {
	display: block;
	margin-left: 105px;
	width: 69px;
	height: 68px;
	overflow: hidden;
	background: transparent url('images/calendar.png') no-repeat 0 0;

	font-family: Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

div.date div {
	margin-top: 2px;
	font-size: 1.9em;
	color: #000000;
	margin-left: 1px;
}

/*
div.postinfo div.txt {
	font-size: 1.0em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
	font-weight: bold;
	margin-left: 95px;
	padding: 5px;
	margin-bottom: 5px;
}*/

div.postinfo div.info {
	border-top: solid 1px #f2fafe; /*#998e8e;*/
	text-align: right;
	height: 40px;
	line-height: 25px;
	font-size: 0.8em;
	padding-right: 20px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

div.postinfo ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

div.postinfo li {
	height: 22px;
	line-height: 22px;
	color: #000000; /* #3a8dbf; */
	padding: 2px;
	/*border-bottom: solid 1px #000000;*/
	border-bottom: solid 1px #dbd8d8;
	text-align: right;
	font-size: 0.8em;
	padding-right: 10px;
}
div.postinfo a, div.postinfo a:visited {
	color: #3a8dbf;
	text-decoration: none;
}
div.postinfo a:hover {
	text-decoration: underline;
}

div.postinfo li.date {
	border-top: solid 1px #dbd8d8;
	background: transparent url('images/date.png') no-repeat 2px 50%;
}
div.postinfo li.author {
	background: transparent url('images/author.png') no-repeat 2px 50%;
}
div.postinfo li.comments {
	background: transparent url('images/comments.png') no-repeat 2px 50%;
}

div.txt div.title {
	font: normal normal bold 1.6em/1.6em 'Lucia Grande', Verdana, sans-serif;
	line-height: 1.2em;
	color: #000000;
	text-decoration: none;
}
a.none,a.none:visited {
	text-decoration: none;
	color: #000000;
}
a.none:hover {
	text-decoration: underline;
}

p.comment-form-comment textarea {
	width: 500px;
	
}

/*... */


div.sidebar {
	float: right;
	width: 245px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

div#aboutme,div#categories,div#favquotes {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
	width: 210px;
	line-height: 1.5em;
	font-size: 0.8em;
}

div.sidebar div.title {
	font: normal normal bold 1.4em/1.8em 'Lucia Grande', Verdana, sans-serif;
	color: #000000;
}

div.sidebar img.aboutme {
	float: left;
	/*border: solid 6px #998e8e;//#dbd8d8;
	border-radius: 6px;*/
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.sidebar ul {
	list-style: none;
	border-top: solid 1px #dbd8d8;
	margin:10px;
	padding:0px;
}

div.sidebar li {
	margin:0px;
	padding:0px;
	height: 32px;
	line-height: 32px;
	color: #000000; /*#3a8dbf;*/
	border-bottom: solid 1px #dbd8d8;
	text-align: left;
	font-size: 1.0em;
	text-transform: uppercase;
}
div.sidebar a, div.sidebar a:visited {
	color: #3a8dbf;
	text-decoration: none;
}
div.sidebar a:hover {
	text-decoration: underline;
}

div.sidebar div.quote {
	border-top: solid 1px #dbd8d8;
	border-bottom: solid 1px #dbd8d8;
	line-height: 32px;
	margin:10px;
	padding:0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

div.post_end .floatleft {
	margin-left: 200px;
}

div#footer_container {
	background-color: #3a8dbf; /*#3f3e3d;*/
	overflow: auto;
	display: block;
}

div#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 0.9em;
	overflow: auto;
}

div#copyright {
	background-color: #3a8dbf;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 0.8em;
	border-top: solid 1px #f2fafe;
	
	padding: 15px;
	text-align: center;
}

div#footer div.col {
	float: left;
	width: 400px;
	margin: 20px;
}
div#footer div.rcol {
	float: right;
	width: 230px;
	margin: 20px;
}

div#footer div.title {
	font: normal normal bold 1.5em/2.0em 'Lucida Grande', Verdana, sans-serif;
	
}

div#footer ul {
	list-style: none;
	border-top: solid 1px #dbd8d8;
	margin:0px;
	padding:0px;
	color: #ffffff;
}

div#footer li, div#footer a, div#footer a:visited {
	margin:0px;
	padding:0px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: solid 1px #dbd8d8;
	text-align: left;
	font-size: 1.0em;
	text-transform: uppercase;
}
div#footer a, div#footer a:visited {
	border: none;
}	
div#footer a:hover {
	text-decoration: underline;
}


img.rss {
	vertical-align: middle;
	padding-left: 4px;
	margin-top: -1px;
	border:none;
}

img.email {
	vertical-align: middle;
}

a, a:visited {
	color: #3a8dbf;
	text-decoration: underline;
}

a:hover {
	color: #000000;	
}


/* CONTENT STUFF */

blockquote, code, pre {
	display: block;
	font-size: 0.9em;
	font-style: 'Courier New';
	background-color: #f2fafe;
	border: solid 1px #998e8e;
	padding: 4px;
}

pre {
	overflow: auto;
	overflow-y: hidden;

}

/*
div.post img {
	border: solid 4px #998e8e;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}*/

div.txt {
	position: relative;
}

span.tag-links {
	float: left;
}

span.comment-links {
	float: right;
	font-size: 0.8em;
}

.alignleft {
	text-align:left;
}

/* WORDPRESS CSS STUFF */

.aligncenter,img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

