/*
Theme Name: Colorful Life
Theme URI: http://rawrbie.com
Description: Lift up my soul and inspire me
Version: 5
Author: Senyth
Author URI: http://rawrbie.com
*/

* {
	padding: 0;
	margin: 0;
}

body{
	font-family: Tahoma, "Trebuchet MS", Georgia, Arial;
	color: #3d2711;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
}

#container{
	width: 790px;
	padding: 0px;
	margin: auto;
}

#header{
	background: url(images/header.png) no-repeat;
	width: 790px;
	height: 177px;
	margin: auto;
}

#menu{
	float: right;
	margin-top: 55px;
}

/** Content **/
#content{
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	padding-top: 10px;
	float: left;
	width: 780px;
}

#left{
	width: 470px;
	margin-left: 20px;
	float: left;
}

#left a:link{
	color: #f7365a;
	text-decoration: none;
}

#left a:visited, a:hover{
	color: #FF6699;
	text-decoration: none;
}

@font-face {
	font-family: Androgyne;
	src: url("Androgyne.TTF") format("truetype");
}

#left p{
	padding-bottom: 20px;
	text-align: justify;
}

#left h1{
	color: #6d4428;
	font-size: 24px;
	letter-spacing: -1px;
	padding-bottom: 30px;
	font-family: Androgyne;
	text-shadow: 2px 2px 2px #efdeb2;
}

u{
	color: #1ba163;
	text-decoration: none;
	border-bottom: 1px solid #47290f;
}

b{
	color: #63c7dc;
}

i{
	color: #f95f76;
}

#right{
	width: 240px;
	float: right;
	margin-right: 20px;
}

#right p{
	padding-bottom: 20px;
}

.ads{
	font-size: 11px;
	list-style-type: none;
	list-style: none;
}

.rotation{
	width: 200px;
	padding-left: 60px;
}

ul{
	list-style-type: none;
	list-style: none;
}

ol{
	margin-left: 20px;
}

#right a:link{
	color: #1fa567;
	text-decoration: none;
}

#right a:visited, a:hover{
	color: #63c7dc;
	text-decoration: none;
}

@font-face {
	font-family: BlackJar;
	src: url("BlackJar.TTF") format("truetype");
}

#right h1{
	font-size: 24px;
	font-family: BlackJar;
	color: #7a5c43;
	height: 66px;
	padding: 10px 0px 0px 50px;
	background: url(images/h1.png) no-repeat;
}

h2{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #554031;
}

#footer{
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	height: 89px;
	clear: both;
	padding-bottom: 30px;
}

#footer p{
	font-size: 12px;
	padding: 15px 20px 0px 50px;
	text-align: center;
	line-height: 20px;
}

#footer a:link, #footer a:visited{
	color: #63c7dc;
	font-weight: bold;
	text-decoration: none;
}