
body {
	margin:0;
	padding:0;
	font-family: Century Gothic;
	font-size: 0.9em;
	text-align:center;
	color:#29303B;
	line-height:1.3em;
	background: url(img/back.png) repeat bottom left;
}
a {
	color: #FF6600;	
	text-decoration:none;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
	text-decoration:underline;
}
#rap 
{
	background:#fff;
	border-left: 8px solid black;
	border-right: 8px solid black;
	width:760px;
	margin:0 auto;
	padding:8px;
	text-align:left;
	font-family: Century Gothic;
	font-size: 0.9em;
}
#header {
	
 	height: 175px;
	margin: 0;
	padding:0;
}

#content {
	width:520px;
	float:left;
	padding:8px 0 0 1em;
	margin:0;
	overflow:hidden;
}

#sidebar {
	width:200px;
	float:right;
	padding:8px 0;
	margin:0;
} 
a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dotted #000000;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
	font-size: 1em;
	font-style: italic;
}
blockquote{
	background: #EEE url(img/blockquote.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0;
	font: normal 1.3em Century Gothic;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: Century Gothic;
	font-weight: normal;
	letter-spacing: 1px;
}
#header h1 {
	margin: 0;
	font-size: 1.6em;
	color: #f0f0f0;
	letter-spacing: 0.5em;
	padding:10px;
	text-align:right;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}

#sidebar h2 {
	margin: 0;
	padding:5px;
	font-size: 1em;
	color: #FF6600;
	font-weight: normal;
	border-bottom:#ccc 1px solid;	
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	color: #FF6600;
}
#sidebar ul {
	list-style-type: none;
	padding: 0 0 1em 5px;
	margin: 0;	
}
#sidebar ul li {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 0.9em;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #613517;	
	text-decoration: none;
}
#sidebar li a:hover {
	color: #753206;
	border-bottom: 1px solid #FF6600;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
	color: #f0f0f0;
	text-decoration: none;
	border-bottom: none;
}
#content ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
}
#content ul li {
	background: url('img/bullet.png') no-repeat 0 7px;
	padding-left: 1.5em;
}
.post-footer, .copyright {
	margin-bottom: 3em;
	font-size: 0.9em;
	color: #000000;
}
.post-content {
	padding: 1em 0 0;
}
img {
	border: #ccc 1px solid;
	padding: 3px;
}
.post-title {
	margin: 0 0 0.2em;	
	text-align: right;
	padding: 0.5em 1em 0 0;
	color: #999;
	border-bottom:#ccc 1px solid;
}
.post-title em {
	text-decoration: none;
	float: left;
	font-style: normal;
	font-size: 0.9em;		
	padding:0;
	
}
.post-info {
	color: #999;
	font-family: Century Gothic;
	font-size:1.2em;
	margin:0;
}
.post-info a {
	text-decoration: none;
	color: #8a3207;
	border: none;
}
hr {
	display: none;
}
#footer {
	margin:0;
	padding: 7px 20px;
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 0.8em;
	color: #999;
	background: #fff;
	text-align:center;
}
#footer a {
border:none;
color:#FF6600;
}
#commentlist {
	font-size:1em;
	font-weight:bold;
	color: #ccc;
}
#commentlist li {
	color: #666;
	font-weight: normal;
	font-size:0.85em;
}
#commentlist cite {
	font-size: 0.8em;
	color: #808080;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
}
cite a {
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}
cite a:visited, a:hover {
	border-bottom: none;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #F5F5F5;
	border: 1px solid #669BB4;
	padding: 0.2em;
}
#commentform textarea {
	width: 80%;
}
#commentform p {
	margin: 0 0 1em;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#comments {
	text-transform: uppercase;
	margin-top: 3em;
	color: #AA7D39;
	font: 0.9em Century Gothic;
}
#postcomment {
	text-transform: uppercase;
	margin-top: 0.9em;
	color: #AA7D39;
	font: 1em Century Gothic;
}

.link-comment {
	background: url('img/ico-talk-act.gif') no-repeat left;
	padding-left: 15px;
}
.link-comment-off {
	background: url('img/ico-talk.gif') no-repeat left;
	padding-left: 15px;
}


/* Menu design*/


#toptabs {
margin: 10px auto -13px auto;
font-size: 0.8em;
width: 760px;
}

#toptabs p {
text-align: right;
color: #808080;
}

.toptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
text-decoration: none;
background: #ffffff url('img/corner2.gif') top right no-repeat;
color: #808080;
border-bottom: 1px solid #e0e0e0;
}

.toptab:hover {
background: #FF6600 url('img/corner2.gif') top right no-repeat;
border-bottom: 1px solid #eaeaea;
color: #505050;
text-decoration: none;
}


#logo {
margin: 15px 0 0 0;
}

#logo h1 a {
color: #303030;
}

#logo h1 a:hover {
text-decoration: none;
}

#navitabs {
clear: both;
}

.navitab {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration: none;
letter-spacing: 1px;
background: #ffffff url('img/corner.gif') top right no-repeat;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

.navitab:hover {
text-decoration: none;
background: #FFffff url('img/corner.gif') top right no-repeat;
}


#desc {
height: 200px;
color: #ffffff;
padding: 0;
background: #ffffff url('img/front.png') top left no-repeat;
clear: both;
margin: 5px 0 0 0;
}

#desc p {
width: 290px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 15px;
}

#desc h2 {
padding: 15px 15px 0 15px;
color: #ffffff;
}

#desc a {
color: #ffffff;
text-decoration: underline;
}


.hide {
display: none;
}
/* closing menu*/