/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Special Credit Bharath Kumar from http://www.obharath.net/blog/
	
	Author Name	: Ren Jinshen Ryu
	Author Site	: http://www.macryu.com
	Style Name	: k2 modified
	F URI	: http://blog.ryuworks.org
	Version		: V 1.0
	Comments	: this is the no-so-much changing version, for anyone that want to use the style but remain most of design of k2
				
	
*/


#page { /* Page width changed from 780px to 995px to accomodate the extra sidebar */
	width: 995px !important;
	}
	
#primary { /* Left and Right margins to the primary content */
	margin: 0 20px 0 20px !important;
	}
	
.secondary { /* CSS for the margins to the sidebar and the whole sidebar width */
	margin: 0 0 20px 545px !important;
	width: 445px !important;
	}
		
#LSResult { /* CSS to make search bar fit in to the left sidebar */
	width: 52.7% !important;
	}

#searchform { /* Donno y the 20px margin to the search form doesnt work in 3 column k2, so changed to 0px */
	margin-top: 0 !important;
	}	
	
/* CSS added by me for my customizations for 3 column K2 */

.lsidebar { /* CSS for left sidebar */
	margin: 0 !important;
	width: 230px !important;
	float: left !important;
	padding: 0 9px 0 9px !important;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}
	
.rsidebar { /* CSS for right sidebar */
	margin: 0 !important; 
	width: 170px !important;
	float: right !important;
	padding: 0 15px 0 10px !important;
	}	

.feedlink img { /* CSS for feed image in the sidebar */
	_right: 5px;
	}
	
li.bypostauthor { /* http://code.google.com/p/kaytwo/issues/detail?id=109&can=2&q=#c1 */
	height: 100%;
	}
	
body {
	font-family: Helvetica, "Lucida Grande", Verdana, Arial, Sans-Serif;
        font-size: 10px !important; 	
        background: #000000 url('images/as.jpg') repeat-x top center ! important;
	/* background: #ccc url('images/top-bg-200.gif') repeat-x top left !important; */
        text-align: center;
	margin: 0px;
	}
	
#page {
        background: #ffffff right;
	text-align: left;
	margin: 0px auto 0px;
	padding: 0;
	position: relative;
	border: 0;
	}
	
/*- Main Menu in Header */
#header {
	/* height: 100px; */
	color: White;
	background: #333 url('images/macryutop.jpg');
        margin: 0;
        }

        
#header h1 a:hover {
	text-decoration: underline;
	background: #333;
	}        
                   
/*- Keep the page close */
ul.menu li.page_item a ,
ul.menu li.page_item a:hover{
	margin-left: -4px;
	}

ul.menu li.page_item a:hover,ul.menu li.current_page_item a:hover {
	text-decoration: none !important;
	background-color: #fc3ba9;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	font-weight: bold;
	margin-right: -4px;
	}        

/*- Take care of footer image */ 	
#footer {
	background: #000;
	color: White;
	padding: 0 0 15px 0;
	position: relative;
	text-align: center;
        margin: 0 auto 0;
        line-height: 150%;
        }

#footer a {
	color: White;
	border: none;
	font-weight: bold;
	text-decoration: none ;
	}
   
#footer a:hover {
	color: White;
	font-weight: bold;
        }

.footer_image {
        vertical-align: middle !important;
        margin-left: 10px;
	color: #fffeff;
} 
        
/*- Links */

h2 a:hover, h2 span a:hover {
	color: #990B4F!important;
        text-decoration: none !important;
	}

a {
	color: #fc3ba9;
        border-bottom: none;
        text-decoration: none !important;
	}
	

a:hover {
	text-decoration: underline!important;

}

.entry-content a:visited {
	color: #fc3ba9;
	}
	
#primary h3 a{
       color: #555 !important;
       font-family: Helvetica, Arial, Sans-Serif !important;
       letter-spacing: -1px;
       font-weight: none;
       font-size: 23px;
       border-bottom: none !important;
       text-transform: none;
       }
       
#primary h3 a:hover{
       text-decoration: underline!important;
       color: #fc3ba9;
       }
       

        

