﻿/*
Theme Name: AnimeCanvas
Theme URI: http://getk2.com
Description: Simple theme.
Version: 2.2.1
Author: fluke
Author URI: http://www.animecanvas.net
*/


body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background: #7ca2b4 url(/images/bgimage.png) repeat-x scroll top center;
	color: #4a6173;
	}

/*For this to work, modify the K2 core stylesheet to match this header.*/

#header {
	padding: 0;
	margin-bottom: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: relative;
	height: 200px;
	background: #496073;
	}

#page {
	background: transparent;
	border-style:none none none;
	padding:0px 0pt 0px;
	position:relative;
	text-align:left;
	}

.content {
	background: transparent;
	border-style:none none none;
	padding:0px 0pt 0px;
	position:relative;
	}
	
#footer {
  	margin-bottom: 0px;
	clear: both;
	background: #485e6c;
	padding: 10px 0 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	text-align: center;
	width: 984px;
	}

#primary {
	background: #f7f7f7;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px 20px 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: relative;
    float: left;
	width: 700px;
	}

.secondary {
	background: #d0dee5;
	margin-top: 0px;
	padding: 0px 20px 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: absolute;
	left: 744px;
	width: 200px;
	}

.columns-two #page {
	width: 984px;
	}
	
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 176px;
	left: 733px;
	width: 27%;
	}
	
ul.menu li a {
	font-size: 1em;
	color: #f7f7f7;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-color:-moz-use-text-color #f7f7f7 rgb(221, 221, 221);
    border-style:solid solid solid;
    border-width:medium 3px 3px;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #f7f7f7 !important;
	background: url(/images/ulmenu2.png) no-repeat;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: url(/images/ulmenu.png) no-repeat;
	color: #f7f7f7 !important;
	text-decoration: none;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #4a6173 !important;
	text-decoration: none;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #4a6173 !important;
	font-weight: normal !important;
	text-decoration: none;
	}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #4a6173;
	font-weight: normal;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #5f7d8e;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #4a6173;
	}

.entry-meta a,
.comment-meta a,
.entry-date,
.entry-time {
	color: #7da2b4;
	}

.entry-edit a,
.comment-edit a,
.comment-reply a {
	color: #444;
	}

.entry-edit a:hover,
.comment-reply a:hover {
	background-color: #7da2b4;
	color: #fff;
	}
	
.counter a {
	color: #222;
	}

.commentlist li {
	color: #666;
	}

.commentlist li:hover {
	background: none;
	}

#commentlist .comment {
	border-radius: 0px;
	-moz-border-radius: 0px;
	}

li.byuser .comment {
	border: 1px solid #222;
	background-color: #111;
	}	

li.bypostauthor .comment {
	border: 1px solid #333;
	background-color: #222;
	}

#pinglist {
	border: 1px solid #333;
	background-color: #222;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: #111;
	border-color: #222;
	}
	
.primary img {
	border-color: #222;
	background: #111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Gray Color */
#footer, small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #dc6152;
	text-decoration: none;
	}

a, a :visited, .sidebar a:visited {
	color: #7da2b4;
	text-decoration: none;
	}
	
.post p a:visited {
	color: #7da2b4;
	text-decoration: none;
	}