/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

/********************* Font Color, Style, Size *****************************/

/* font colours */
.secondary a:link{
 color:#27d;
}

.secondary a:link{
 color:#27d;
}

#primary a:link{
 color:#27d;
}

#primary a:action{
 color:#27d;
}

div.post {
 background:white;
}

#primary a:visited{
 color:#27d;
}

.secondary h1, h2, h3, h4, h5, h6, .blog-title{
   	color:#990033;	
}

#primary .entry-title{
	color:#990033;
}

#primary .entry-title a:link{
   	color:#990033;
}

#primary .entry-title a:active{
   	color:#990033;
}

#primary .entry-title a:visited{
   	color:#990033;
}

/* font sizes */
.entry-content {font-size:1.3em;}
#categories-3, #k2-about-3, #text-4, #recent-posts-3, #kb-advanced-rss-3, #text-5, #linkcat-2, #recent-comments-3{font-size:1.2em;}
/* Putting this here to test something */

/***************************************************************/

/********************* Sidebar Boxes *****************************/

#categories-3, #k2-about-3, #text-4, #recent-posts-3, #kb-advanced-rss-3, #linkcat-2, #text-5, #recent-comments-3 {
 padding: 9px 9px 9px 9px;
 background: #eee;
	display: block;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

/***************************************************************/


/********************* Menu Tabs *****************************/

ul.menu li a:hover {
	background: black;
	}

ul.menu {
left: 12px;
}

ul.menu li a {
	color: black;
	background: #eee;
font-size:1.2em;
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	color: white;
	background: #990033;
font-size:1.2em;
	}

/***************************************************************/



/***************** Column sizes and positions *****************/
#page{
 padding-top: 0px
}

#primary {
	width: 600px; /* width of the main area (500) */
        _width: 600px;
        padding: 8px;
        margin-right: 30px;
	}

.columns-three #page {
	width: 950px;
        _width: 950px;
	}

#sidebar-2 {
	width:210px; /*195*/
        _width: 210px;
        padding: 0 0px 0 32px;
	}

div.content {
	padding: 0 0 0 0;
}

 #primary-wrapper {
        margin-left: 25px; /* 195 */
}

body.columns-three #sidebar-1 {
        position: relative;
        left: -620px; /* 520 */
        margin-left: -195px; /* -195 */
}

body.columns-three .template-image #primary {
        margin-left: 0;
}
/***************************************************************/


/*********** Misc Things ************************/

/* Positioning the search bar */

div.menu2 {
	position: absolute;
	white-space: nowrap;
        bottom: 4px;
	margin: 0px 714px;
        width:195px;
	}

/* make a link area over the header image */
#linkarea {
	position: absolute;
        top: 0px;
        height:170px;
        width:950px;
	}

/* break up the sections with lines */

#header{
border-bottom: 1px solid #eee;
}

 #sidebar-2{
border-left: 1px solid #eee;   
}


