/*
Theme Name: tinyPM Redeux
Theme URI: http://www.tinypm.com/
Description: The tinyPM site theme
Version: 1.0
Author: Marcin Niebudek
Author URI: http://www.tinypm.com/
Tags: tinypm, custom
*/

/*
General Styling
*/
body {
	font-family: Verdana, Helvetica, sans-serif;  
	padding: 0px; 
	margin: 0px;
	background-color: #191919;
}

h1, h2, h3, h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode" , Helvetica, sans-serif;
  	font-style: normal;
  	font-weight: bold;
	letter-spacing: -0.5px;
  	margin: 30px 0px 15px 0px;
  	padding: 0px;
}

h1 {
	font-size: 32px;
	font-weight: bold;
}

h2 {
	font-size: 26px
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h2 img { 
	vertical-align: middle;
}

a img {
	border: 0px;
	vertical-align: middle;
}

p {
	text-align: justify;
}

p, ul {
	font-size: 13px;
	line-height: 1.4em;
}

ul {
	margin-right: 20px;	
}

a {
	color: #1c356a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
Layout
*/
div.header {
	background-color: #fff;
	border-top: 5px solid #191919;
}

img.logo {
	margin: 30px 0px;
}

div.menu {
	font-size: 14px;
	text-align: center;
	padding: 5px 20px 10px 20px;
	background-color: #191919;
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

div.menu img {
	vertical-align: middle;
	margin: 0px 5px;
}

div.menu a {
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}

div.menu a.active {
	background-color: #414141;
}

div.menu a:hover {
	border-bottom: 5px solid #739ac7;
}

div.login {
	text-align: right;
	font-size: 10px;
	padding: 5px 10px;
	color: #414141;
}
	
div.login a {
	color: #213a6a;
}

div.title_bar {
	width: 100%;
	background-color: #94b4d1; /*#d5e0ee;*/
}

div.title_bar h1 {
	font-size: 48px;
	letter-spacing: -1px; 
	color: #fff;
	margin: 10px 0px 0px 0px;
}

div.title_bar p {
	margin-top: 5px;
}

div.content {
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
}

#content h2, #content h3 {
	margin-bottom: 5px;
	padding: 0px;
}

#sidebar h2 {
	font-size: 18px;	
}

#sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px 10px;
	padding: 0px;
}

div.footer {
	width: 100%;
}

div.footer p {
	color: #d0d0d0;
	font-size: 11px;
}

div.footer p strong {
	font-size: 13px;
}

div.footer a {
	color: #739ac7;
	text-decoration: none;
	font-size: 13px;
}

div.footer a:hover {
	text-decoration: underline;
}

div.footer img {
	vertical-align: middle;	
}

div.search {
	float: right;
	margin: 20px 10px;
}

div.navigation {
	margin-top: 20px;
	font-size: 13px;	
}

div.navigation div.left {
	float: left;
}

div.navigation div.right {
	float: right;	
}

ul#recentcomments {
	margin-left: 5px;	
}

li.recentcomments {
	background: url("images/quote_small.gif") no-repeat top left;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

.widget_tag_cloud div {
	padding-top: 5px;
	padding-left: 5px;	
}

em.author {
	font-size: 12px;
	color: #696969;
	font-style: italic;	
}

/*
Comments
*/
ol.commentlist {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}

ol.commentlist .comment-author {
	background-color: #f0f0f0;
	padding: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ol.commentlist .comment-author img {
	border: 1px solid #d0d0d0;
	padding: 5px;
	background-color: #fff;
	float: left;
	margin-right: 10px;	
}

ol.commentlist .comment-author .author-name {
	display: block;
	font-weight: bold;
	float: left;
}

ol.commentlist .comment-author .time {
	font-size: 12px;
	color: #414141;
	padding-top: 5px;
	dislay: block;
	float: left;
}

ol.commentlist div.comment-text {
	background: url("images/quote.gif") no-repeat top left;
	padding: 0px 10px;
	margin: 10px;	
}

ol.commentlist .comment-edit-link {
	float: right;
	font-size: 12px;	
}

/*
Tabs
*/

#twitter_tab {
	position: fixed; 
	top: 230px; 
	right: 0px; 
	z-index: 1000; 
	background-color: #729cc3;
	border: 2px solid #fff;
	border-right-width: 0px;
}

#twitter_tab a {
	display: block;
	width: 30px;
	height: 100px;
	text-decoration: none;
	font-size: 1px;
	line-height: 1px;
	background: url("images/twitter_tab.gif") no-repeat top left;	
}

#twitter_tab a:hover {
	background: url("images/twitter_tab_hover.gif") no-repeat top left;	
}

#feedback_tab {
	position: fixed; 
	top: 340px; 
	right: 0px; 
	z-index: 1000; 
	background-color: #729cc3;
	border: 2px solid #fff;
	border-right-width: 0px;
}

#feedback_tab a {
	display: block;
	width: 30px;
	height: 100px;
	text-decoration: none;
	font-size: 1px;
	line-height: 1px;
	background: url("images/feedback_tab.gif") no-repeat top left;	
}

#feedback_tab a:hover {
	background: url("images/feedback_tab_hover.gif") no-repeat top left;	
}
