/*
Theme Name: Myfolio
Author: Gracias
Author URI: http://www.gracias-home.net/
*/
body {
	text-align: center;
	background: #121212 url('images/background.png') repeat-x top;
	text-shadow: 0px 1px 1px #000000;
	color: #dcdcdc;
	font-family: Lucida Grande , "Helvetica", Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 23px;
}
div#wrapper {
	text-align: left;
	margin: auto;
    padding: 145px;
	width: 800px;
}
a {
	color: #ccc;
}
a:hover {
	color: #821D14;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Lucida Grande , "Helvetica", Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 48px;
	color: #fff;
	line-height: 120px;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
    display: block;
	width: 500px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Lucida Grande , Georgia, Times, Times New Roman, serif;
	text-decoration: none;
	color: #bcbcbc;
    -webkit-transition: linear 0.2s;
	font-size: 1em;
	margin: 0 32px 0 0;
	text-transform : uppercase;
}
ul#navigation li a:hover {
	color: #ffffff;
	text-shadow : #A12B2B 0px 0px 3px;
}
div#header h2 {
	font-family: Lucida Grande , Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}

span.f {
	font-style: italic;
}
div#content {
	margin: 45px 0 0 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 285px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	color: #fff;
	line-height: 31px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}

p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Lucida Grande , "Helvetica", Arial, sans-serif;
	font-weight: bold;
	color: #dcdcdc;
	text-decoration: none;
	font-size: 14px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #821D14;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #821D14;
    -webkit-transition: linear 0.1s;
	text-decoration: underline;
}
div.post {
	margin: 0 0 76px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 14px;
	font-weight: bold;
	font-family: Lucida Grande , "Helvetica", Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}

div#twitt-bubble {
	display : block;
	float : right;
	position : absolute;
	top : 62px;
	right : 30px;
	background : url(images/twitt-bubble.png) no-repeat top;
	width : 358px;
	height : 100px;
	}

#twitter_div {
	position: absolute;
	margin-top: -100px;
	right: 100px;
	width: 376px;
	height: 300px;
}
ul#twitter_update_list {
    list-style: none;
    font-size: 10px;
}
ul#twitter_update_list li {
    display : block;
    float : right;
	position : absolute;
	top : 75px;
    right : 44px;
	line-height : 15px;
	color: #dcdcdc;
	width: 330px;
	height: 90px;
	background: url(images/transpBlue.png);
}

/*CSS black style pagination*/
div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
}
div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
}
div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url(invbar.gif);
		background-color:#404040;
		color: #ffffff;
}
div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
}
div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
}

a { color: #dcdcdc; 
}