/*
  Theme Name: Guma
  Author: Guma
  Author URI: 
  URI: 
  Description: 
  Tags: 
*/
/* ========== all elements style ========== */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
	margin-right: 5px;
}
input {
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}

.center {
  text-alignment: center;
}
/* ============= body ============= */
body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif);
	font-family: "Trebuchet ms", "Lucida Sans Unicode", Helvetica, Verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* ============= wrapper ============= */
#wrapper {
	width: 800px;
	margin: 0 auto;
}
/* ============= header ============= */
#header {
	width: 800px;
	height: 100px;
	background: url(images/hbg.gif) left top no-repeat;
	position: relative;
	margin-bottom:5px;
}
/* ========== title ========== */
.title {
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: bold;
}
.title a {
	color: #ffffff;
	text-decoration: none;
}
.title a:hover {
	text-decoration: none;
}

.description {
	font-size: 11px;
	color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	position: absolute;
	left: 20px;
	top: 55px;
}

/* ========== container ========== */

#adsenseMainBlock {
	float: left;
	margin-right: 10px;
}

#container {
	width: 800px;
	background: #ffffff url(images/ctop.gif) left top no-repeat;
	padding-top: 10px;
}
.cbot {
	width: 800px;
	height: 10px;
	background: url(images/cbot.gif) left bottom no-repeat;
	clear: both;
}
#content {  
	width: 560px;
	float: left;
	padding-left: 15px;
}
#topImages {
	margin-top: 10px;
	text-align: center;
}
/* ========== post ========== */
.post {
	clear: both;
	margin-bottom: 25px;
}
.post a {
	color: #00F;
	text-decoration: none;
}
.post a:hover {
	color: #bb4411;
	text-decoration: underline;
}
.post h1 {
	font-size: 22px;
	font-weight: normal;
	color: #444444;
	display: block;
	margin: 12px 0px 12px 7px;
}

.post h2 {
	margin-top: -20px;
	font-size: 20px;
	font-weight: normal;
	color: #444444;
	display: block;
} 
 
.post p, .post ol, .post ul {
	font-size: 14px;
	color: #000;
	line-height: 18px;
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: arial, sans-serif;
	margin-bottom: 15px;
}
.post ol, .post ul {
	list-style-position: inside;
	margin-left: 20px;
}

/* ========== sidebar ========== */
#sidebar {   
	width: 190px;
	padding: 10px;
	float: right;
}
#sidebar li {
	list-style: none;
	margin-bottom: 20px;
}
#sidebar li h2 {
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	margin: 5px;
}
#sidebar li ul li {
	font-size: 12px;
	color: #444444;
	margin: 5px;
	font-family: arial, sans-serif;
	line-height: 18px;
}
#sidebar li ul li a {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}
#sidebar li ul li a:hover {
	color: #bb4411;
	text-decoration: none;
	font-weight: bold;
}

#uol-sidebar {
  padding: 10px;
  border: 1px solid red;
}

#sidebarAdv {
width: 190px;
}

#sidebarAdv h2 {
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	margin: 5px;
}
/* ========== footer ========== */
#footer {
	width: 800px;
	line-height: 18px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
}
#footer p, #footer ul {
	color: #bbbbbb;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #bbbbbb;
	text-decoration: none;
}
.footer-links {
	float: right;
}
.footer-links li {
	float: left;
	margin-left: 10px;
	display: inline;
}
/* ========== ADDITIONAL STYLES ========== */
.center {
	text-align: center;
}
.aligncenterdiv.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}


