/* 
	Theme Name: Flumo 2
	Theme URI: http://www.flumo.com
	Description: El nuevo tema de Flumo.com
	Author: Ale Muñoz
	Author URI: http://www.bomberstudios.com
	Version: 2.6
*/

/*   Global Styles   */
body {
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	list-style-type: disc;
	list-style-image: url(images/icon-li.gif);
	list-style-position: inside;
}
small {
	font-size: 9px;
}
img {
	border: 0;
}
.pad5 {
	padding: 5px;
}
.pad15 {
	padding: 15px;
}
/*   End Global Styles   */

/*   Page Blocks   */
#header, #container, #navigation, #searchform, #footer {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 800px;
	margin: 0 auto;
}
#navigation {
	clear: both;
}
#searchform {
	clear: both;
	text-align: right;
	height: 35px;
}
#searchform input {
	margin: 8px;
}
#container {
	background: #fff url(images/sidebar-bg.png) repeat-y;
}
#banner {
	margin: 0 auto;
	width: 425px;
	margin-bottom: 20px;
	min-height: 70px;
	background: url(images/banner-bg.png) left bottom no-repeat;
	padding-bottom: 5px;
}
.pad15 h3 {
	color: #f0f;
}
#content {
	background-color: #fff;
	float: right;
	width: 470px;
}
#footer {
	width: 798px;
	background: #ccc;
	clear: both;
	height: 35px;
}
/*   End Page Blocks   */

/*   Post Styles   */
.post {
	margin: 0 auto;
	margin-bottom: 25px;
	width: 425px;
	background: #F3F3F3;
}
.post .title {
	height: 65px;
	display: block;
	background: url(images/post-h-bg.png) no-repeat;
	font-size: 18px;
	color: #fff;
}
.post .date {
	color: #fff;
	font-size: 10px;
	position: relative;
	top: 5px;
	left: 5px;
}
.post .title a {
	position: relative;
	font-weight: lighter;
	top: 25px;
	left: 5px;
	color: #ccc;
}
.post .body {
	font-size: 12px;
	line-height: 130%;
	margin: 10px;
}
.post .metadata {
	font-size: 10px;
	padding: 10px;
	color: #999;
	background-color: #F0F0F0;
}
.post .metadata a {
	color: #0B0;
}
.post img {
	margin: 0 auto;
	max-width: 404px;
}
.post h2 {
	color: #666;
	margin-left: 10px;
}
/*   End Post Styles   */

/*   Sidebar Styles   */
#sidebar a {
	color: #060;
}
#sidebar a:hover {
	text-decoration: none;
	background-color: #060;
	color: #FFF;
}
#sidebar .block{
	margin-bottom: 20px;
}
#sidebar .block ul {
	margin: 5px;
}
#sidebar .block h2 {
	font-size: 10px;
}
.impressum {
	font-size: 9px;
	padding: 10px;
	margin-top: 50px;
	color: #999;
}
.impressum a {
	color: #060;
}
/*   End Sidebar Styles   */

/*   Comment Styles   */
.comments {
	font-size: 10px;
}
.comments li {
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
	padding: 10px;
}
.comments .alt {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.comments textarea {
	width: 405px;
}
/*   End Comment Styles */

/*   Archive Styles   */
.archive {
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
}
/*   End Archive Styles   */

/*   Footer Styles   */
#footer {
	background: url(images/camo.gif);
}
/*   End Footer Styles   */