/*

Theme Name:Lycus
Theme URL: http://www.web2feel.com/lycus/
Description: Free WordPress theme released by web2feel.com
Author: Jinsona
Author URI: www.web2feel.com
Version: 1.0.0
Tags: Notepad, paper texture, brown, red, two-columns, featured thumbnail, right-sidebar, twitter, fixed-width, theme-options, threaded-comments, banner ads, adsense, fab themes.



*/

*{
	margin: 0px;
	padding: 0px;
}

body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#212121  url(images/body.jpg);
	font-family: Arial, verdana,Tahoma,Century gothic,  sans-serif;
	font-size:12px;
	
	}
img {
	border:0;
	margin: 0 0;
	}
	
a {
	color: #9F3B27;
	text-decoration: none;
	outline:none;
	}
a:visited {
	color: #9F3B27;
	}
a:hover, a:active {
	color: #7F1500;
	text-decoration: none;
	}

h1,h2, h3, h4, h5, h6 {
	line-height:125%;
	font-weight: bold;
	}

 table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
 tr th,
 thead th {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border: 1px solid #e7e7e7;
	text-shadow:1px 1px 1px #6B6F7A;
	background:#858A99;
}
 tr td {
	border: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #f2f7fc;
}


ul {
	list-style: square;
	}


blockquote {
	font-style: italic;
	color: #555;
	padding:10px;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}


pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

.clear {
	clear:both;
	}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#D3B06F;
	border: 1px solid #fff;
	}

img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	// background:#D3B06F;
    	// border: 1px solid #fff;
	}

img.alignleft {
	padding: 5px 5px;
	margin: 5px 10px 10px 0px;
	display: inline;
	/ /background:#D3B06F;
        // border: 1px solid #fff;
	}

img.alignleftnew {
	padding: 5px 5px;
	margin: 5px 10px 10px 0px;
	display: inline;
	background:#D3B06F;
        border: 1px solid #fff;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background:#D3B06F;
    border: 1px solid #fff;
	text-align: center;
	padding: 4px 0px 5px 0px;
	color:#fff;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
.rounded{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.insetshadow{
	box-shadow:inset 0 0 5px #ddd;
	-moz-box-shadow:inset 0 0 5px #ddd;
	-webkit-box-shadow:inset 0 0 5px #ddd;
}	
	

/* The Outer cover */
#topx{
	width:1000px;
	margin:30px auto;
	
}

#wrapper {
	margin:0px 0px;
	position:relative;
	padding:0px 0px;
	background:#271606;
	}

#casing {
	padding:0px 0px ;
	width:980px;
	margin:0px 10px;
	background:url(images/casing.png) repeat-y;
	}		

	
/* The Header */
.masthead{
	height:72px;
	background:url(images/head.png) no-repeat;
	}
	
#top {
	height:72px;
	margin:auto;
	position:relative;

	}
	
.head{
	width:1000px;
	margin:0px auto;
}

.blogname {
	width:270px;
	margin:20px 0 0 20px;
	height:50px;
	text-align:left;
	float:left;
	font-family:'PT Serif Caption', arial, serif;

	}
.blogname h1  {
	font-size:26px;
	padding:0px 0 0px 0;
	font-weight:bold;
	text-shadow:1px 1px 0px #172527;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #FAF8C9; 
	display:block;
	margin:0px 0 0 0px;
	}
	
.blogname h1  a:hover { 
	color: #fff; 
	}
.blogname h2 {
	margin:0px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
	color: #DEE0E5; 
	text-shadow:1px 1px 0px #172527;
	}

/* The Search */
	
#search {

	width:225px;
	padding:5px 5px ;
	margin:0px 0px 0px 0px;
	background:url(images/search.png);
	display:inline-block;
	border:none;
	height:28px;
}

#search form {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	width:105px;
	background:transparent;
	margin:0px 0px 0px 0px;
	padding: 3px 5px;
	height:18px;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#595647;
	float:left;
	display:inline;
}

#searchsubmit{
	background:url(images/searchbutton.png);
	border:none;
	color:#fff;
	display:block;
	margin:0px 0px 0px 10px;
	width:77px;
	height:29px;
	float:left; 
	cursor:pointer;
}	

#searchpage{
	background:#fff;
	border:1px solid #DBDBDB;
	margin:15px 15px 0px 0px;
}

#sform{
	width:400px;
	border:none;
	padding:4px 5px;
}

#formsubmit{
	float:right;
	background:#C7323E ;
	border-left:1px solid #DBDBDB!important;
	color:#fff;
	border:none;
	padding:3px 5px;
}
.scover{
	
	width:670px;
}
.sboxs{
	padding:10px 5px;
	margin-left:150px;
}
.shead{
	margin:10px 0px 25px 10px;
	width:500px;
	margin-left:150px;
}
.shead p{
	margin-left:15px;
	margin-bottom:10px;
	color:#222;
}

h2.stitle{
	color:#513419;
	font-weight:normal;

}
h2.stitle a{
	color:#513419;


}

.searchmeta{
	margin-top:5px; 
	color:#0163C4;
}


	/*Page menu*/


#foxmenucontainer{
	height:40px;
	display:block;
	margin:15px 0px 0px 0px;
	font-size: 12px;
	font-family:Arial, verdana,Tahoma,Century gothic,  sans-serif;	
	width:700px;
	float:left;
	}
	
#menu {

	margin: 0 auto 0;
	}
	
#menu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10;
	line-height:35px;
	color: #E8E5B0;	
	 
	background:#352211; 
	 border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 15px;

	}
	
#menu li a {

	color: #E8E5B0;
	display: block;
    margin: 0;
	padding: 0px 10px;
	text-decoration: none;
	position: relative;
	text-shadow:1px 1px 0px #22282D;

	
	}

#menu li a:hover, #menu li a:active, #menu .current_page_item a  {
	color: #fff;
background:#804040; 
	 border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 15px;

	}
	
#menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#menu li a .sf-sub-indicator {

	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	color: #A57D59;
	width: 148px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px 10px;
	line-height:30px;
	border-bottom: 1px solid #3C240F;
	text-transform: none;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


	}
	
#menu li li a:hover, #menu li li a:active {
	color: #fff;
	
	}

#menu li li a .sf-sub-indicator {

	top: 10px;
	}
ul.sub-menu li:first-child{
	border-top:1px solid #3C240F;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 10px 10px;
	background:#2B1807;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 
	
	}

#menu li ul a { 
	width: 150px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -41px 0 0 184px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfHover ul ul, #menu li.sfHover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfHover ul, #menu li li.sfHover ul, #menu li li li.sfHover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfHover { 
	position: static;
	}
	

	
	
/* Main Content*/	

#content {
	float:left;
	width: 710px;
	height:100%;
	padding:20px 0px 0px 0px ;
	margin:0px 0px 30px 0px;
	display:inline;
	overflow:hidden;
	}	
	

.feedlist{
	float:left;
	width:230px;
	margin:10px 0px;
	}

.feedlist ul{
	list-style:none;
}
.feedlist ul li{
	list-style:none;
	padding:5px 0px;
	float:left;
	margin:0px 7px 0px 0px;
}
.feedlist ul li.lasticon{
	float:right;
	margin:0px 0px 0px 0px;
}



	
p.twitter-message{

	color:#716349;
	padding:10px 0px;

}

a.twitter-link{
 	color:#DF4400;
}

a.twitter-user{
 	color:#DF4400;
}


img.thumbim{
	float:left;
	margin:0px 10px 0px 0px;
	width:90px;
	height:70px;
}

img.postimg{
	
	margin:5px 0px 10px 0px;
	width:520px;
	height:180px;
	padding:5px 5px ;
	background:#d3b06f;

}

.post {
	height:100%;
	color:#63574b;
	padding:15px 0px;
	margin:0px 0px ;
	position:relative;

	}
	
.pleft{
	width:105px;
	float:left;
	
	
}

.date-bar{
	height:28px;
	line-height:28px;
	background:url(images/date-bar.png) no-repeat;
	color:#fff;
	padding-left:12px;
}

.cat-bar{
	padding:5px 5px;

}
.cat-bar a{
	padding:0px 0px;
	float:left;
	display:block;
	padding:3px 5px;
	background:#59391E;
	margin:3px 3px;
	font-size:10px;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}


.cat-bar a:link, .cat-bar a:visited{
	color:#fff;
}

.pright{
	float:right;
	width:550px;
	margin-right:5px;
}
.title{
	margin:  0px;
	padding:  0px 0px 0px 0px;
	display:inline-block;

}	
	
.title  h2 {
	margin: 0px 0 0px 0;
	padding: 0px 5px 15px 0px;
	font-size: 28px;
	font-weight:normal;
	overflow:hidden;
	float:left;
	font-family: 'Pacifico', arial, serif;
	}

.title  h2 a:link,.title  h2 a:visited  {
	color:#54361B;
	background-color: transparent;
	}
	
.title  h2 a:hover  {
	color: #b80303;
	background-color: transparent;
	}	

.postmeta{
	font-family: 'Architects Daughter', arial, serif;
	display:inline-block;
	width:510px;
	font-size:12px;
	font-weight:bold;


}
.pmet{
	
	display:block;
	padding:0px 10px 3px 20px;
	float:left;
	color:#b80303;
}
.author{

	text-transform:uppercase;
	background:url(images/user.png) no-repeat;
}
.up{

	 float:left;
	background:url(images/up.png) no-repeat;
}
.next{

	float:right; 
	background:url(images/next.png) no-repeat;
	background-position:right
}


.comm{
	text-transform:uppercase;
	background:url(images/comments.png) no-repeat;
}

.comm a:link,
.comm a:visited {
	color:#b80303;
	
}
.comm a:hover{
	color:#000;

}
.singim{
	padding:10px;
	background:#fff;
	width:580px;
	height:200px;
	margin-top:15px;
}

.entry {
	margin:0 0;
	padding: 5px 0px 5px 0px;
	font-size:12px;
	
	}	
	
.entry :link,
.entry a:visited {
	color:#B80303;
	background-color: transparent;
}
.entry a:hover {
	color:#F70404;
	background-color: transparent;
	text-decoration: none;
}

.entry ul, .entry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.entry p{
	margin:0px 0px 15px 0px;
	padding:0px 0px;
	line-height:200%;
}

a.rmore{
	float:right;
	height:38px;
	font-size:14px;
	line-height:38px;
	width:131px;
	text-align:center;
	font-weight:bold;
	background:url(images/more.png);

}

a.rmore:link,
a.rmore:visited {
	color:#b80303!important;
	}
a.rmore:hover{
	color:#000;
	}

.endcont{
	background:url(images/endcont.png) bottom no-repeat;
	height:10px;
}

/* right column */
.right{
	float:right;
	width:230px;
	padding:0px 0px 0px 0;
	display:inline;
	overflow:hidden;
	margin-right:20px;
}





/* The Sidebar */

h3.sidetitl{
	color:#383021;
	font-size:16px;
	padding:8px 0px;
	border-bottom:3px solid #d56d48;
}
.sidebar{
	float:right;
}

.sidebox{
	width:210px;
	margin:20px 0px 10px 0px;
	list-style:none;
	}

.sidebox ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 5px 0px ;

	}
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.sidebox ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebox ul li {
	height:100%;
	line-height:22px;
	clear:left;	
	width: 210px;
	margin:0px 0px;
	list-style-type: none;
	}

	
.sidebox ul li a:link, .sidebox ul li a:visited {

	color:#716349;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	display:block;

	}

.sidebox ul li a:hover {

	color: #b80303;
	}

.sidebox p {
	padding: 0px 0px;
	margin:0;
	}

.textwidget p{
	line-height:180%;
	padding:10px 0px;
}	
	
.sidebox table{
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	
li.recentcomments{
	padding:5px 10px;
	width:280px!important;
}



.squarebanner {
	margin:20px 0px 10px 0px;
	width:270px;
	
	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width:270px;
	overflow:hidden;
		}
		
.squarebanner ul li{
	list-style-type:none;
	margin: 10px 0px 0px 0px;
	float:left;
	display:inline;
	background:#D3B06F;
	padding:3px;
		}
		
.rbanner{
	float:right!important;
	margin:10px 0px 0px 5px!important;
}	

/*calendar*/

#wp-calendar{
	width:270px;
	padding: 0px 0px;
	margin:0px 0px;

}
#calendar_wrap{

	margin:0px auto;
}

#wp-calendar caption{
	padding: 10px 5px 5px 5px ;
	font-size:16px;
	color:#375752;
	font-weight:bold;
	font-family:Arial,Georgia,Century gothic,  sans-serif;
	text-transform:uppercase;
}


#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	color:#fff;
	background:#b80303;
}

#wp-calendar td a{

	padding: 0px;
	border:none;
	color:#843400;
}
#wp-calendar td{
	background:transparent;
	border:none;
	color:#444;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	

	
/* --- FOOTER --- */
	
#footer {
	height:130px;
	color:#7C6E56;
	font-size:12px;
	margin:0px auto;
	background:url(images/foot.png);

	}

#footer a:link , #footer a:visited{
	color:#7C6E56;
	}

#footer a:hover {
	color:#7C6E56;
	}

.fcred{
	text-align:center;
	margin:0px 0px 10px 10px;
	padding-top:25px;
	line-height:16px;
}

/* The Navigation */

#navigation{	
	margin:0px 0px 10px 150px;
	padding:5px;
	width:500px;
	height:27px;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	
	font-family:Georgia,Tahoma,Century gothic, sans-serif;
	color:#B80303;
	font-size:16px;
	padding:10px 0px 10px 150px;
	font-weight:normal;

	
	
	}
 h2.pagetitle a {
 	color:#507409;
 }
 
 
/* Comments */

#commentsbox {

	margin:10px 0px;

}

h3#comments{
	font-size:24px;
	color:#222827;
	font-weight:bold;
	padding:10px 0px 10px 160px ;
	margin-top:10px;
	font-family: 'Pacifico', arial, serif;
}

ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;

}

ol.commentlist li{
	padding:0px;
	margin:10px 0px 20px 0px;
	list-style:none;
}

ul.children li{
	margin-bottom:20px;
}

.comment-body{
	width:660px;
	display:inline-block;
}

.authordata{
	float:left;
	width:130px;
}
.avatar{
	width:64px;
float:right;
margin-right:5px;
}
.avatar img{
	background:#F4CF8D;
	padding:5px;

}

span.fn{
	font-size:14px;
	font-weight:bold;
	color:#55371D;

}
.comment-meta{
	font-size:12px;
	color:#B80303;
}

.comment-content{
	padding:5px 0px;
	line-height:180%;
		color:#63574b;
}

.comment-wrap{
	float:right;
	width:500px;
}

.reply-container a{
	padding:3px 10px;
	background:#B80303;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#00608F;
}

#respond{

	padding:0px 0px ;
	margin:10px 0px 0px 160px;
	}

#respond a{
	color:#DF4E00;
}
 #respond h3 {
	font-size:14px;
	color:#fff;
	background:#FFAB06;
	font-weight:bold;
	padding:10px 10px ;

}
#commentform {
	padding:10px 0px;
	margin:0px 0px;

}
#commentform p{
	margin:5px 0px ;
	color:#444;
}
 #respond label{
	display:block;
	padding:5px 0;
	color:#444;
	
}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 5px;
	margin:0 10px 10px 0;
	background:#fff;
	border:1px solid #ddd;
	color:#555;
}
#commentform  input{
	width:50%;

}

#respond  input#commentSubmit {
	background:#443D30;
	border:1px solid #2e353d;
	color:#fff;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding:3px 10px;
	width:100px;
	margin:10px 0px;

	cursor:pointer;
}
textarea#comment{

	background:#fff;
	border:1px solid #ddd;
	width:70%;
	margin:10px 0px 0px 0px;
	padding:5px 5px;
	color:#555;
}

/* PAGENAVI + AD */

.postad{
	margin:10px auto;
	text-align:center;
}

.wp-pagenavi{
	font-size:14px;
	text-align: center !important;
	font-weight:bold;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	text-decoration: none;
	background:transparent!important;
	border: none !important;
	color:#555 !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}


.wp-pagenavi a:hover {
	color: #B80303;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:transparent!important;
	border: none !important;
	color:#B80303 !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:transparent!important;
	border: none !important;
	color:#B80303 !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}	



.widebanner{
	padding:15px 0px;
	text-align:center;
}

.topbanner{
	padding:23px 0px 0px 0px;
	text-align:right;
	width:500px;
	float:right;
}


/*    =========================   */
.tag-bar{
	padding:5px 5px;

}
.tag-bar a{
	padding:0px 0px;
	float:left;
	display:block;
	padding:2px 2px;
	background:#A89340;
	margin:2px 2px;
	font-size:10px;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.tag-bar a:link, .tag-bar a:visited{
	color:#fff;
}
