/*  
Theme Name: Rogue
Description: a child theme of arthemia
Author: Zain
Template: arthemia
Version: 0.1
*/
@import url(../arthemia/style.css);

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #333;
	}
.head p {
	font-size: 13px;}	
.meta p {
	padding: 0.5em 0;
}

abbr {
	border-bottom: 0;
}

.entry-meta p {
	font-size: 10px
}

.entry-meta a{
	font-style: italic;
	font-size: 10px;
	font-family: Arial;
}
h3, #featured h2{
	color: #669933;
}
#featured h2{
	font-size: 24px;
}
p {
	font-size: 13px;
}
#deck p{
	font-family: Georgia;
	color: #669933;
	font-size: 12px;
}

ol a:link, ol a:visited {
	color: #669933;
	text-decoration:none
	}
	
ol a:hover, ol a:active {
	color: #669933;
	text-decoration:underline;
	}
	
a:link, a:visited {
	color: #34431e;
	text-decoration:none
	}

a:hover, a:active {
	color: #34431e;
	text-decoration:underline;
	}
p a:link, p a:visited {
	color: #669933;
	text-decoration:none
	}

p a:hover, p a:active {
	color: #669933;
	text-decoration:underline;
	}

#featured .title {
	font-family: Georgia;
	font-size: 13px;
}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1 {border-top:8px solid #b8ff53;}

#cat-3 {border-top:8px solid #7aae3a;} 

#cat-5  {border-top:8px solid #4e6e26;}

#cat-2 {border-top:8px solid #99db45;} 

#cat-4 {border-top:8px solid #648f30;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover {background:#666666; color:#fff; } 
#cat-3:hover {background:#666666; color:#fff; } 
#cat-5:hover {background:#666666; color:#fff; }
#cat-2:hover {background:#99db45; color:#fff; }
#cat-4:hover {background:#648f30; color:#fff; }


#cat-1:hover a {background:#666666; color:#fff; }
#cat-3:hover a {background:#666666; color:#fff; }
#cat-5:hover a {background:#666666; color:#fff; }
#cat-2:hover a {background:#99db45; color:#fff; }
#cat-4:hover a {background:#648f30; color:#fff; }

#bottom {
	width: 940px;
	}
	
	/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#666666 url(images/navbar2.png);
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #669900;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #666666;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #669900;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}
	
#head {
	//background: #302e2e;
	text-align:center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
#logo {
	width:960px;
	background: #FFF;
	}
/*#tagline {
	margin-top:0px;
	margin-bottom: 5px;
	font-size:16px;
	font-family: Georgia;
	color:#333;
	} */
.center, .aligncenter {
	text-align:center;
}
.postauthor {
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
}

