/*
Theme Name: RW100
Theme URI: 
Description: A Theme for WordPress
Version: apud WP Max 
Author: 
Author URI: 
*/

/* Imports */
@import url("css/rounded.corners.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/featured.story.css");
@import url("css/more.features.css");
@import url("css/latest.css");
@import url("css/more.latest.css");
@import url("css/searchform.css");
@import url("css/mediaplayer.css");
@import url("css/300x250.css");
@import url("css/subscription.css");
@import url("css/carousel.css");
@import url("css/gallery.css");
@import url("css/sidebar.css");
@import url("css/ajax.tabs.css");
@import url("css/front.categories.css");
@import url("css/footer.css");
@import url("css/single.post.template.css");
@import url("css/archive.css");

/* Reset */
* {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
        background: url(../images/bgr.gif) repeat-x;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear:both}
a {color: #0B3B0B;}
a:hover {color: #B40404;}

/* Page Layout */
body {
	width: 100%;
        background: #eee url(images/bg.png) repeat-x top;
	text-align: center;
	cursor: default;
	
}

#pagei {
	width: 1000px;
	height: auto;
	padding: 1px 0 1px 0;
	margin: 0 auto 0 auto;
	text-align: justify;
	font-size: 0.75em;
	color: #555;
}

#page {
	height: auto;
	background: #fff;
	padding: 10px;
}

#main {
	width: 980px;
}

#main-left {
	float: left;
	width: 312px;
	padding: 0 10px 0 0;
        text-align: justify;
}

#main-center {
	float: left;
	width: 312px;
	border-left: 1px solid #d9e2e5;
	border-right: 1px solid #d9e2e5;
	padding: 0 10px 0 10px;
        text-align: justify;
}

#main-right {
	float: left;
	width: 312px;
	display: inline;
	margin-left: 10px;
        text-align: justify;
}

#contents {
	width: 980px;
	padding: 10px 0 10px 0;
}
#contents-b {
	width: 980px;
	padding: 0 0 0 0;
}

#content, #content-b {
	float: left;
	width: 647px;
	border-right: 1px solid #d9e2e5;
	margin-right: 10px;
	padding-right: 10px;
        text-align: justify;
}

#sidebar {
	float: left;
	width: 312px;
	display: inline;
}

#footeri {
	width: 1000px;
	height: auto;
	margin: 0 auto 7px auto;
	text-align: left;
	font-size: 0.7em;
	color: #fff;
	background: #000;
}

#footer {
	padding: 10px;
}

#bottom {
	width: 1000px;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: left;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.5em;

}
#bottom a {
        color: #0B3861;
}

#bottom a:hover {
        color: #ff7800;
}

#bottom-left {
	float: left;
}

#bottom-right {
	float: right;
}

/* Global site Headers */
h2.front {
	display: block;
	line-height: 40px;
        font: 12px Arial;
        text-transform: none;
	color: #fff;
	padding: 9px 5px 12px 25px;
	margin: 0 0 10px; 0;
        background: url("images/post_mag_top.gif") no-repeat top left;
}

h2.front-gal {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #444;
	padding: 4px 5px 3px 30px;
	margin: 0 0 5px 0;
	background: #f3f3ef url(images/photo.png) no-repeat;
	background-position: 7px center;
	border-bottom: 1px solid #e3e8d4;
	position: relative;
}

h3.front {
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 7px 0;
	color: #666;
	position: relative;
        text-transform: uppercase;
}

/* Various Links CSS */
a.icomment {
	display: inline;
	font-size: 0.9em;
	color: #999;
	margin: 0 0 0 7px;
}

a.icomment:hover {color:#333}



.meta_inf {
	width: 530px;
	height: 22px;
}
.meta_inf a{
color:#6DA43A;
}	
.headline {
	float: left;
	padding-left: 5px;
	color:#6DA43A;
}
.headline_date {
	float: left;
	padding-right: 0px;
	color:#999999;
	font:14px arial;
}
.meta_date {
	float: right;
	padding-left: 10px;
	color:#aaaaaa;
	font:10px arial;
	line-height:22px;
	clear:both;
}
.meta_comments {
	float: right;
	font:10px arial;
	padding-right: 35px;
	height:22px;
	line-height:22px;
}
.meta_comments a {
color:#339933;
}
.read_more {
	float: left;
	font:10px arial;
	width:80px;
	text-align:left;
	height:22px;
	line-height:22px;
	
}
.read_more a {
	text-decoration:none;
}



