/*
	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.
	
	Author Name	: Rastin Mehr
	Author Site	: http://www.rmdstudio.com
	Style Name	: rmdStudio
*/

#page
{
	width: 968px !important;
	border: 0px;
	padding: 0px;
	background: url('page_background.jpg') 1px 0px;
}

#primary
{
	width: 500px;
}

#sidebar-1
{
	width: 200px;
	float: left;	
}

#sidebar-2
{
	width: 180px;
	float: right;
}

.secondary
{
	padding: 0px;
	padding-left: 10px;
}

#searchform
{
	/* Donno y the 20px margin to the search form doesnt work in 3 column k2, so changed to 0px */
	margin-top: 0 !important;
	width: 180px;
}

/* CSS added by me for my customizations for 3 column K2 */
.lsidebar
{
	/* CSS for left sidebar */
	margin: 0px !important;
	padding: 0px 0px 0px 8px !important;
	width: 200px !important;
	float: left !important;
}

.rsidebar
{
	/* CSS for right sidebar */
	margin: 0px 8px 0px 0px !important;
	padding: 0px !important;
	width: 180px !important;
	float: right !important;
}

.lsidebar a:hover img,
.rsidebar a:hover img
{
	background-color: #f4f4f4;
}

.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%;
}

/* -- rmd Studio customization -- */
body { background-color: #98988b; }

a:link,
a:visited
{
	text-decoration: none;
	color: #27d;
}


h1 a:hover,
h2 a:hover,
h3 a:hover,
#primary a:hover,
.secondary a:hover,
.secondary a:visited:hover,
#nested_rollingarchives a:hover
{
	text-decoration: none;
}

a:hover,
h3.entry-title a:hover
{
	background-color: #27d;
	color: #fff;
	text-decoration: none;
}

#header h1 a:link,
#header h1 a:visited 
{ 
	text-decoration: none; 
	color: #000; 
}

#header h1 a:hover
{
	background-color: #fff;
	color: #27d;
}

.entry-content p
{
	color: #333;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
}


/* -- header -- */
#header
{
	padding: 0px;
	margin: 0px auto;
	background: url('header.jpg') 0px 0px no-repeat;
	height: 120px;
	background-color: #98988b;
}

#header .blog-title
{
	padding: 10px 10px 0px 550px;
	color: #333;
	font-size: 2.5em;
}

#header p.description
{
	color: #333;
	font-size: 1.1em;
	padding: 4px 10px 10px 550px;
	margin: 0px;
}

#header h1 a,
#header h1 a:hover 
{ 
	color: #333;
}

#header h1 a:hover 
{ 
	color: #fff; 
	background-color: #27d;
}


img.logo_area
{
	position: absolute;
	top: 16px;
	margin-left: 32px;

	width: 170px;
	height: 48px;
	border: 0px;
}

a#rollprevious:hover,
a#rollnext:hover
{
	color: #fff;
}


/* -- menu -- */
ul.menu li
{
	font-size: 1.1em;
	margin-left: 4px;
}

ul.menu .page_item.current_page_item a,
ul.menu .page_item.current_page_item a:hover,
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
{
	background-color: #f4f4f4;
	color: #333;
}

ul.menu li.page_item a,
ul.menu li.admintab a
{
	background-color: #666;
	color: #cecece;
}

ul.menu li.page_item a:hover,
ul.menu li.admintab a:hover 
{
	
}



/* -- widget -- */


h2.widgettitle a:link,
h2.widgettitle a:visited
{ color: #333 }

h2.widgettitle a:hover
{ 
	color: #ffffff;
	background-color: #27d; 
}

div#recent-comments ul,
div#recent-posts ul,
div#links ul,
div.widget_rss ul,
div.widget_categories ul
{
	margin-left: 19px;
}

div#recent-comments li,
div#recent-posts li,
div.widget_rss li
{

	list-style-image: url('news_bullet.gif');
	list-style-position: outside;
}

div.widget_categories li,
div#links li
{
	list-style-image: url('bullet.gif');
	list-style-position: outside;
}



/* -- titles -- */
h3.entry-title,
h3.entry-title a
{
	font-size: 1.4em;
	color: #ff0080;
	margin-bottom: 8px;
}

h3.entry-title a:hover
{
	text-decoration: none;
	color: #fff;
}

.page-head h2 a { color: #7399cd }
.page-head h2 a:hover
{
	background-color: #f4f4f4;
}


#primarycontent h2
{
	font-size: 2.5em;
	line-height: 1em;
	font-style: italic;
	text-align: left;
	color: #7399cd
}


#primarycontent h3
{
	font-size: 2em;
	line-height: 1em;
	text-align: left;

	color: #333;
	padding: 0px 0px 4px 0px;
}

/* -- entry content -- */

.entry-content a:visited,
.entry-content a:link
{ color: #27d }

.entry-content a:hover { color: #fff }


div.entry-content li
{
	list-style-image: url('bullet.gif');
	list-style-position: outside;
}

div.entry-content h4
{
	border-bottom: 1px solid #98988b;
}


/* -- comment form -- */
#comment:hover,
#comment:focus
{
	background-color: #ffffe6;
}

input#submit
{
	padding: 2px 4px;
}


li.comment
{
	background-color: #fff;
}


/* -- tagcloud -- */
.widget_tag_cloud { line-height: 3em; }


/* -- footer -- */
#footer
{
	background: url('footer.jpg') 0px 0px no-repeat;
	height: 80px;
	margin: 0px auto !important;
	padding: 60px 0px 0px 0px !important;
	text-align: center;
	width: 968px;
	color: #000;
}

#footer p {display: inline}
#footer a { color: #27b; }
#footer a:hover { color: #fff; }
