/*   
Theme Name: BlogY
Theme URI: http://yporti.com/blogy/
Description: A clean WordPress theme for my personal blog.
Author: Bruno Tsubouchi Yporti
Author URI: http://yporti.com/
Version: 1.0.0
*/

/* Structure */

body {
/*	background-color: #ddd; */
	background-color: #fff;
	color: #444;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 15px;
	text-align: center;
}

#wrapper {
/*	border: 2px solid #aaa; */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-width: 780px;
	max-width: 1160px;
}

#box { 
	margin: 10px 35px 0px 35px;
	padding: 10px 0px;
}

#top {
	height: 115px;
	text-align: center;
}

/* Content */

#index {
	line-height: 120%;
	padding-left: 270px;
	text-align: justify;
}

#index h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

#index h2 a { color: #222; }
#index h2 a:hover { color: #c00; }

#index .stitle {
	padding-bottom: 30px;
}

#nav {
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	line-height: 115%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul {
	list-style-type: square;
	margin: 0 0 15px 0;
	padding-left: 11px;
}

#sidebar ul ul li { margin-bottom: 0.3em; }

#sidebar h4 {
	margin: 15px 0 8px -6px;
}

#footer {
	clear: both;
	padding-top: 40px;
	text-align: center;
}

#titlename {
	font-size: 3.1em;
	margin: 0;
	padding: 0;
}

#description {
	font-size: 1.2em;
	font-weight: normal;
	margin: 6px 0;
	padding: 0;
}

.meta {
	font-size: 0.9em;
	margin: 0px;
	padding: 7px 0 0 0;
}

.meta2 {
	margin: 13px 0 30px 0;
}

/* Comments */

#comments {
	font-size: 0.85em;
}

#comments img {
	float: left;
	padding: 0 10px 10px 0;
}

#comments ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0px;
}

#comment1 {
	padding-left: 74px;
}

#comment1 h4 {
	font-size: 1.1em;
}

/* Search */

#s {
	border: 1px solid #ccc;
	padding: 2px;
	width: 190px;
}

#searchsubmit {
	position: absolute;
	padding-top: 3px;
	padding-left: 3px;
}

/* Generic */

.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
}

a {
	color: #04f;
	text-decoration: none;
}

a:hover {
	color: #c00;
}

blockquote {
	padding-left:21px;
	background:url(images/quote.gif) no-repeat 0 6px;
	color:#343434;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

code,pre {
	background-color: #2c2c2c;
	color: #d3d3d3;
	display: block;
	border: 2px solid #333;
	font-family: "Courier New",monospace;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	text-align: left;
	text-shadow: none;
}
	
h1,h2,h3 {
	font-weight: normal;
	letter-spacing: -1px;
}

table {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 1px 24px 1px;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
tr th,thead th {
	color: #333;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

pre {
	max-height: 100%;
	overflow: auto;
	width: 100%;
}

/* Others */

.badges { line-height: 200%; }

#navbar a { font-weight: bold; color: #333; }
#navbar a:hover { color: #c00; }

#navbar ul {
	font-size: 16px;
	border-bottom: 2px solid #222;
        margin: 0 0 15px 0;
	padding: 2px 0 2px 0;
}

#navbar li {
        display: inline;
        list-style: none;
        margin-right: 20px;
}

a img {
	border: 0;
}

#wpabar {
	text-shadow: none;
}

#index p {
	text-shadow: #fff 0 0 3px;
}

.fbLikeContainer { float: left;}

#related { margin-top: 18px; }
#related ul { margin: 0; }