/*
Theme Name: PozitiFF
Theme URI: http://pozitiff.org
Description: A pozitiff theme ;)
Version: 1.0
Author: irkmaster
Author URI: http://irkmaster.com
*/

/* CSS General Reset*/

* {
	font-family: Arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

hr {
	display: none;
}

input { border: 1px solid #7899B0}

td { 	font-family: Arial;
	font-size: 0.8em;
}

blockquote:before, blockquote:after, q:before, q:after {content: ''}

blockquote, q {quotes: "" ""}

ul {list-style-type: none}

ol {list-style-type: decimal}

.clear {clear: both}

a {
	color: #333;
}

a:hover {
	color: #0076ef;
}

/* Layout CSS Information */

body {
	background: #fff url(images/bg.gif) repeat-x top left;
	text-align: center;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* Header CSS */

#header {
	width: 1000px;
	height: 95px;
	padding: 0px;
	margin: 0px;
}

#header_logo {
	float: left;
	background: url(images/logo.gif) no-repeat bottom;
	width:291px;
	height:95px;
}

#header_logo h1.blogtitle {
}

#header_logo h1.blogtitle a {
	color: #444;
	font-size: 1.7em;
	line-height: 1.2em;
	letter-spacing: -2px;
}

#header_logo h1.blogtitle a:hover {
	text-decoration: underline;
}

#header_logo .description {
	display: block;
	color: #899;
	font-size: 0.9em;
	line-height: 1.2em;
}

/*
Search bar
*/
#searchbar {
	float: right;
	display: inline;
}

.searchform {
	font-size: 0.7em;
	display: inline;
	vertical-align: middle;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchlabel {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana;
	letter-spacing: -1px;
}

.searchform .searchterm {
	width: 200px;
	padding: 3px;
	color: #666;
	background: #fff;
	border: 1px solid #C2AE5D;
}

.searchform .searchterm:hover {
	border: 1px solid #ddd;
}

.searchform .searchbutton {
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	border: 1px solid #C2AE5D;
	height: 22px;
	font-weight: bold;
}

.searchform .searchbutton:hover {
	border: 1px solid #ddd;
}

/*
Very Top Bar
*/
#top {
	width: 990px;
	margin-top: 15px; 
	background: url(images/top.gif) no-repeat left top;
	height: 24px;
	line-height: 20px;
	padding: 5px;
}

#pagemenu {
	float: left;
	height: 24px;
	width: 100%;
	padding: 0px;
}

#pagemenu li {
	float: left;
	display: block;
	height: 24px;
/*	border-right: 1px solid #C2AE5D; */
}

#pagemenu li a {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: lowercase;
	color: #666;
	background: #FCE89A;
	line-height: 24px;
	height: 24px;
}

#pagemenu li a:hover {
	background: #F0D258;
	color: #333;
}

#pagemenu li.current_page_item a {
	background: #B3CB55;
	color: #fff;
}

#pagemenu li.current_page_item a:hover {
	background: #B3CB55;
	color: #333;
}

/*
Page Menu CSS
*/
#bar {
	width: 990px;
	height: 34px;
	padding: 0px;
	margin: 0px;
	line-height: 34px;
}

#catmenu {
	float: left;
	display: inline;
	height: 34px;
	margin-left: 10px;
}

#catmenu li {
	float: left;
	display: block;
	height: 34px;
}

#catmenu li a {
	float: left;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding: 0px;
	line-height: 34px;
	height: 34px;
	width: 130px;
}

#catmenu li a:hover {
	background: url(images/cat.gif) no-repeat;
}

#catmenu li.current-cat a {
	color: #fff;
	background: url(images/cat2.gif) no-repeat;
}

#catmenu li.current-cat a:hover {
	color: #fff;
	background: url(images/cat.gif) no-repeat;
}

/*
Content Layout
*/
#content {
	margin-top: 10px; 
	width: 1000px;
}

#content #column {
	float: right;
	width: 740px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff url(images/content.gif) no-repeat top;
	display: inline;
}

#content #sidebar {
	float: left;
	width: 248px;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background: url(images/sidebar.gif) top left no-repeat #7899B0;
	overflow: hidden;
}

/* Box */
.box {margin-top: 15px;margin-left:10px;margin-right:10px;}
.box {color:#333;font-size:0.8em;}
.box a {color:#ff0000;font-weight:bold;}
.box a:hover {color:#333;}

.box h2 {
	font-size: 1em;
	background: #2F5B7A;
	letter-spacing: -1px;
	line-height: 1.3em;
	color: #333;
	padding: 3px 3px 3px 3px;
	border: 1px dotted #ccc;
	margin-bottom: 5px;
}

.box p {font-weight:bold;margin-top: 10px;margin-bottom: 5px;}

.round {
	display: block;
	padding: 15px;
}

.feedlink {
	margin: 0px 0px 7px 0px;
}
.feedlink a {
	display: block;
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	height: 29px;
	line-height: 29px;
	background: url(images/rss.png) no-repeat left center;
	font-weight: bold;
}

/* Feed form */
.feedform, .feedform fieldset, .feedform input {vertical-align:middle}

.feedemail {
	width: 200px;
	border: 1px solid #ddd;
	color: #666;
	background: #fff;
	padding: 2px;
}
.feedemail:hover {border: 1px solid #ccc}

.feedsubmit {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #fff;
	background: #ff0000;
	cursor: pointer;
	font-weight: bold;
}

.feedsubmit:hover {
	background: #eb1212;
}

/*
Sidebar Widgets
*/
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.sidebar1 {
	width: 230px;
	padding: 10px;
}

.sidebar2 {
	width: 100px;
	padding: 10px;
	float: left;
	display: inline;
}

.sidebar1 h2, .sidebar2 h2 {
	font-size: 0.8em;
	background: url(images/sidebar_item.gif);
	letter-spacing: -1px;
	line-height: 1.3em;
	color: #fff;
	padding: 4px 4px 4px 14px;
	margin-bottom: 5px;
}

.sidebar1 ul ul, .sidebar2 ul ul, .sidebar1 ul div, .sidebar2 ul div {
	font-size: 0.8em;
	color: #fff;
	line-height: 1.5em;
}

.sidebar1 ul div div, .sidebar2 ul div div {
	font-size: 1em;
}

.sidebar1 li, .sidebar2 li {
	margin-top: 15px;
}

.sidebar1 li li, .sidebar2 li li {
	font-size: 1em;
	margin-top: 0;
	background: url(images/bullet.png) no-repeat;
	background-position: left 6px;
	padding-left: 15px;
}

.sidebar1 li li li, .sidebar2 li li li {
	font-size: 1.2em;
	margin-top: 0;
	margin-left: 15px;
	background: url(images/bullet.png) no-repeat;
	background-position: left 6px;
}

.sidebar1 li li a, .sidebar2 li li a {
	display: block;
	border-bottom: 1px dotted #ccc;
	color: #333;
	padding: 2px;
}
.sidebar1 li li a:hover, .sidebar2 li li a:hover {
	color: #007af7;
	background: #fff;
}

.sidebar1 li li li a, .sidebar2 li li li a {
	display: block;
	border-bottom: 1px dotted #ccc;
	color: #000;
	padding: 2px;
}
.sidebar1 li li li a:hover, .sidebar2 li li li a:hover {
	color: #000;
	background: #fff;
}

.sidebar1 a, .sidebar2 a {color:#FFF}
.sidebar1 a:hover, .sidebar2 a:hover {color:#333}

/*
Footer CSS
*/
#footer {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
	font-size: 0.7em;
	color: #999;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #0076ef;
	border-bottom: 1px dotted #bbb;
}

.credit {
	float: left;
	text-align: left;
}

a.sitename {
	border-bottom: 1px dotted #bbb;
}

/*
General Styles THE POST
*/
.post {
	background: #FFF;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}
.posttitle {
	float: left;
}

.post p {
	line-height: 1.6em;
	margin: 0px 0px 7px 0px;
}

.post h1 {font-size: 1.4em}
.post h2 {font-size: 1.3em}
.post h3 {font-size: 1.2em}
.post h4 {font-size: 1.1em}
.post h5 {font-size: 1em}
.post h6 {font-size: 0.9em}
.post p {font-size: 0.8em}
.post h1 {color: #0076EF;letter-spacing:-1px;}
.post h2 {color: #879db0;letter-spacing:-1px;}
.post h3 {color: #666;letter-spacing:-1px;}
.post h4 {color: #333}
.post h5 {color: #999}
.post h6 {color: #333}
.post p {color: #666}

.post ul, .post ol {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 7px 0px;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.post ul li, .post ul li ul li {
	background: url(images/bullet.png) no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.post img {
	vertical-align: middle;
}

.more-link {
	display: block;
	font-weight: bold;
	font-size: 1em;
	font-family: "Trebuchet MS";
	border-bottom: 1px solid #fff;
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {
	display: block;
	border: 1px dotted #ddd;
	width: 400px;
	padding: 10px;
	background: #eee;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.post blockquote {
	display: block;
	border: 1px dashed #ddd;
	width: 400px;
	padding: 10px 10px 0px 10px;
	background: #FFF;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}


.post blockquote p {
	background: url(images/blockquote.gif) no-repeat;
	background-position: left top;
	padding-left: 40px;
	color: #5a727b;
	font-weight: bold;
}

.post a:hover {
	border-bottom: 1px dotted #bbb;
}

.post h2 a {
	color: #0076ef;
}

.post h2 a:hover {
	color: #ff9600;
	border-bottom: 1px dotted #ccc;
}

.post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .info {
	font-size: 0.7em;
	color: #999;
	line-height: 1.5em;
	float: left;
}

.post .category {
	font-size: 0.7em;
	color: #999;
	line-height: 1.5em;
}

.post .tags {
	font-size: 0.7em;
	color: #999;
	line-height: 1.5em;
	padding: 5px;
	background: #e7f6f9;
}

.post .tags a {
	color: #333;
}

.post .tags a:hover {
	color: #0076ef;
	border-bottom: 1px dotted #bbb;
}
.PostTime {
	float: right;
}
.PostTime {
      padding: 0px;
      margin: 0px;
      background: url(images/date.gif) no-repeat;
      height: 52px;
      width: 42px;
	padding-top: 3px;
      text-align: center;
      color:#fff;
}
.PostTime div {
      display: block;
      line-height: 9px;
      font-family: 'Verdana';
}
.PostTime .day {
      font-size: 22px;
      line-height: 20px;
      letter-spacing: -1px;
      font-family: 'Arial';
}
.PostTime .month {
      font-size: 10px;
      text-transform: lowercase;
}
.PostTime .year {
      padding-top: 7px;
	font-size: 12px;
      font-weight: normal;
}

/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 3px solid #eee;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
	padding: 3px;
	color: #999;
}

/*
Default Navigation _Next entries _Previous entries
*/
.nav {
	margin-top: 10px;
	font-size: 0.8em;
}

.nav a:hover {
	color: #0048ff;
}
	

.nav_left {
	float: left;
	display: inline;
	margin-left: 5px;
}

.nav_right {
	float: right;
	display: inline;
	margin-right: 5px;
}

/*
Other Post Boxes
*/
.post_header {
	padding-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
}

.post_header h1 {
	font-size: 1em;
	color: #879db0;
	letter-spacing: -1px;
}

.post_follow {
	background: #e9fcff;
	padding: 10px;
	font-size: 0.75em;
	color: #666;
	line-height: 1.5em;
	margin-top: 10px;
}

.post_follow a {
	font-weight: bold;
}

/*
Comments
*/
.commentlistdiv {
	margin-top: 10px;
	padding: 10px;
	background: #FFF;
	font-size: 0.8em;
	color: #666;
}

.commentlistdiv h1 {
	font-size: 1.3em;
	color: #333;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.commentlist li {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding: 20px;
}

.commentlist li.alt {
	background: #fff;
}

.pane_l {
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 1px dotted #ddd;
	padding-right: 20px;
	margin-right: 20px;
}

.pane_r {
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}

.c_author {
	font-size: 0.85em;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.c_avatar {
	display: block;
	margin: 0px 0px 7px 0px;
}

.c_avatar img {border: 3px solid #eee}

.c_date {
	color: #aaa;
	font-size: 0.85em;
	margin: 0px 0px 7px 0px;
}

.c_approved {
	color: #aaa;
	font-size: 0.85em;
}

/*
Trackbacks / Pinbacks
*/
.post_ping {
	background: #fffff4;
	padding: 10px;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
}

.post_ping h1 {
	font-size: 1.2em;
}

.post_ping ol {
	margin-left: 20px;
}

.post_ping ol li {
	padding-top: 3px;
}

/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	background: #edfaff;
	font-size: 0.8em;
	color: #666;
}

.reply h1 {
	font-size: 1.3em;
	color: #333;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.reply label {
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #eee;
	padding: 3px;
}

.replytext:focus {
	background: #fffff9;
}

.replytext:hover {border: 1px solid #ccc}

.replyarea {
	width: 600px;
	height: 140px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #eee;
	padding: 3px;
}

.replyarea:focus {
	background: #fffff9;
}

.replyarea:hover {border: 1px solid #ccc}

.replybutton {
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	background: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
}

.replybutton:hover {
	background: #ff0000;
}

.ratings, .views {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
	float: left;
}
.post-rating {
	float: right;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
#today {
	background: url(images/day.gif) left top no-repeat
}

