/*  
Theme Name: Anime 2 Manga Theme
Theme URI: http://anime2manga.com
Description: Modified KKP Light (http://tonygeer.com/) by Tony Geer
Author: Darren Pangan
Author URI: http://www.darrenpangan.com
*/


* {
	outline:0;
	padding: 0;
	margin:0;
	}
/*--------------------------------------------------------------------------------------
		LAYOUT
----------------------------------------------------------------------------------------*/
body {
	color:#333;
	font-family: arial, tahoma, sans-serif;
	font-size:12px;
	text-align:center;
	height: 100%;
	}

#wrapper {
	width: 720px;
	margin:0 auto;
	line-height:1.5em;
	text-align:left;
	background:#FFF url(images/wrapperbg.gif) repeat-y 50% 0;
	font-family:arial, verdana, tahoma, sans-serif;
	}

#topbar {
	text-align:right;
	padding:8px 0 5px 0;
	width:720px;
	background-color:#FFF;
	}
		
#content {
	float:right;
	width:500px; 
	padding-top:15px;
	padding-bottom:15px;
	}

#sidebar {
	float:left;
	width:206px;
	margin-left:0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
	}

#footer {
	line-height:1.3em;
	font-size:10px;
	text-align:center;
	clear:both;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	background: #4080C2;
	border-top: 1px solid #444444;
	}

#page {
	width:780px;
	text-align:left;
	margin: 0 auto;
	clear:both;
	position:relative;
}

/*--------------------------------------------------------------------------------------
		BASE STYLES
----------------------------------------------------------------------------------------*/
h1,h2,h3 {
	text-align:left;
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#2364A0;
	margin-left:15px;
	margin-bottom:14px;
	}

h4,h5,h6 {
	text-align:left;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#2364A0;
	}

abbr, acronym {
  border-bottom: 1px dotted #5B5959;
  cursor: help;
  }

cite {
	font-style:normal;
	}

dl {
	margin-left:15px;
	}

p {
	margin:0 7px 6px 15px;
	font-family:arial, tahoma, sans-serif;
	}

p a, blockquote a, .navigation a {
	color:#2179C8;
	text-decoration:none;
	}

	p a:hover, blockquote a:hover, .navigation a:hover {
		color:#000;
		background-color:#FAEEC3;
		}

form input, select, textarea {	
	border:1px solid #aaa;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:13px;
	padding:0px 1px 1px 2px;
	background-color:#FFF;
	color:#105687;
	}

ul a {
	color:#4C3707;
	text-decoration:none;
	}

	ul a:hover {
		text-decoration:underline;
		}


ol a {
	color:#4C3707;
	text-decoration:none;
	}

	ol a:hover {
		text-decoration:underline;
		}

blockquote {
	  margin: 5px 0 10px 30px;
	  padding: 18px 0 0 22px;
	  font-size: 90%;
	  color:#000;
	  line-height: 1.5em;
	  background: url(images/quote-open.gif) no-repeat top left;
	  }		
	
/*--------------------------------------------------------------------------------------
		CONTENTBOX
----------------------------------------------------------------------------------------*/
 /* http://redmelon.net/tstme/4corners/ */

.rbroundbox { 
	background-color: 
	#EEEEEE; border:1px dashed #000000; 
	padding: 4px;
}

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 190px;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: -8px 5px -8px 5px; }
.rbroundbox { width: 190px; margin: 5px auto 0 auto; }

	.rbcontent p {
		font-size:11px;
		margin-left:0;
		}
/*--------------------------------------------------------------------------------------
		SEARCH FORM
----------------------------------------------------------------------------------------*/
form#searchformarchive{
	margin-left:15px;
	}

form #s {	
	width:170px;
	height:18px;
	margin: 0;
	border:1px solid #3B8AD3;
	background-color:#fff;
	}
		
form #searchsubmit {
	margin:5px 0 0 0;
	padding:0;
	border-width:0;
	width:63px;
	height:22px;
	}

/*--------------------------------------------------------------------------------------
		TOPBAR
----------------------------------------------------------------------------------------*/
#topbar {}

#topbar img{
	float:left;
	margin-left:0px;
	}
	
	#topbar a{
		color:#3183B2;
		text-decoration:none;
		font:bold 11px/1em Verdana, Arial, Helvetica, sans-serif,"Trebuchet MS";
		padding:1px 0 1px 20px;
		margin-right:5px;
		margin-top:10px;
		}
		
		#topbar a#site{
			background:#FFF url(images/site.gif) no-repeat top left;
			padding-left:19px;
			}
			
		#topbar a#contact{
			background:#FFF url(images/contact.gif) no-repeat top left;
			}

	#topbar a:hover {
		color:#2364A0;
		border-bottom-width:0;
		}

/*--------------------------------------------------------------------------------------
		CONTENT
----------------------------------------------------------------------------------------*/
#content{}

	#content h1{
		font-size:18px;
		font-family: Verdana;
		margin-bottom: 25px;
		}
		
	#content h2 {
		font-size:15px;
		}
		
	#content h3 {
		font-size:13px;
		color:#0C5681;
		}

	.gold {
		color:#946B0B;
		}
	
	.blue {
		color:#006699;
		}

	#content ul{
		list-style:none;
		margin:5px 10px 7px 25px;
		}
	
	#content ul li {
		padding-left:15px;
		background: transparent url(images/bullet.gif) no-repeat 0 5px;
		margin-bottom:2px;
		}

	#content ol{
		margin:5px 10px 7px 35px;
		}

	p.date {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#946B0B;
		margin-bottom:3px;
		font-size:11px;
		}
		
		
		#fresh{
			float:left;
			margin:0 8px 0 15px;
			}
	
	h2.posttitle {
		margin-bottom:5px;
		}
	
		h2.posttitle a {
			font: 16px Georgia, Arial, sans-serif;
			color:#3377BB;
			padding:0 0 0 20px;
			background: #FFF url(images/posticon.gif) no-repeat top left;
			text-decoration:none;
			}
		
			h2.posttitle a:hover {
				color:#000;
				}
				
			h2#firstpost a {
                                padding: 0;
				background-image:none;
				}

	.post  {/*entire post, including meta info*/
		margin-bottom:15px;
		text-align:justify;
		}
		
	.post.search {
		margin-bottom:15px;
		}
		
	.postmetadata.search {
		border-top:0;
		margin-top:-7px;
		}
		
	.entry {  /*actual content of post*/
		padding-bottom:0px;
		}
		
		.entry a{  /*actual content of post*/
			font-size:12px;
			}
	
		.firstletter {
			font-size:20px;
			}
	
	p.postmetadata {
		padding:1px 0 5px 0;
		font: 11px/1.2em Arial, Helvetica, sans-serif;
		margin-top:0px;
		color:#979696;
		}
			
		p.postmetadata a {
			border-width:0;
			}
			
		p.postmetadata a:hover {
			border-width:0;
			}
			
	.comments {
		padding-left:18px;
		background:#FFF url(images/comments.gif) no-repeat top left;
		padding-right:4px;
		}
		
	.category {
		padding-left:20px;
		padding-right:4px;
		}
	
	.permalink {
		padding-left:20px;
		padding-right:4px;
		}
	
	.highlight {
		color:#006699;
		}
		
	.navigation {
		margin-left:15px;
		height:1.5em;
		margin-bottom:20px;
		}
		
		.navigation#topnav {
			margin-top:34px;
			margin-bottom:15px;
			}
		
		.navigation .alignleft{
			float:left;
			text-align:left;
			width:50%
			}
			
		.navigation .alignright{
			float:right;
			text-align:right;
			width:50%;
			}

/*--------------------------------------------------------------------------------------
		SIDEBAR
----------------------------------------------------------------------------------------*/	
#sidebar { }

	#sidebar p{
		margin:8px 5px 5px 2px;
		}

		#sidebar p#sidebarsearch {
			margin:0;
			}

	#sidebar h2 {
		font-size:16px;
		margin-bottom:3px;
		margin-top:10px;
		margin-left:3px;
		}

	#sidebar ul {
		list-style:none;
		margin-right:10px;
		}
		
		#sidebar ul a{
			
			}
			
			#sidebar ul a:hover{
				border-width:0;
				background-color:#eee;
				color:#1F7EC1;
				}
		
		#sidebar ul ul {
			list-style-type: none;
			margin-left:3px;
			}
		
			#sidebar ul ul li a{
				border-bottom:1px solid #ddd;
				padding-left:14px;
				background-image:url(images/bullet_sidebar.gif);
				background-repeat:no-repeat;
				background-position:1px -17px;
				display:block;
				}
				
			#sidebar ul ul li a:hover{
				border-bottom:1px solid #ddd;
				background-position:1px 4px;
				}
/*--------------------------------------------------------------------------------------
		PAGE SPECIFIC STYLES: ARCHIVES
----------------------------------------------------------------------------------------*/
.month {
	margin:0 0 15px 15px;
	display:block;
	}

.month a {
	font: 15px/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#006699;
	text-decoration:none;
	}

		.month a:hover {
			color:#000;
			}

	.red {
		color:red;
		}
		
/*--------------------------------------------------------------------------------------
		PAGE SPECIFIC STYLES: CONTACT
----------------------------------------------------------------------------------------*/
.required{
		color:#FF0000;
		font-size:10px;
	}
	
	.errortxt{
		color: #FF0000;
		display:none;
	}
	
	#errorwarning{
		color: #FFFFFF;
		padding: 6px 15px;
		background-color: #FF0000;
		border-left: 15px solid #990000;
		margin: 10px 0 10px 15px;
		display:none;
		}


#contactform {
	margin-top:15px;
	font-size:11px;
	}

	#contactform  #name, #email, #subject, #message  {
		width:310px;
		margin:0;
		}

	#contactform #message{
		width:310px;
		height:200px;
		padding: 0 2px;
		}

p.red {
	color:red;
	font-size:10px;
	margin-right:2px;
	margin-top:-4px;
	}

dl#contactform dd{
	margin-bottom:4px;
	}

#sendbutton {
	border-width:0; 
	}
/*--------------------------------------------------------------------------------------
		COMMENTS
----------------------------------------------------------------------------------------*/
#commentform input, textarea{
	color:#0C3E69;
	}

#commentform input{
	font-size:11px;
	}

#commentform textarea{
	padding:2px 4px;
	}

#author, #email, #url {
	width:200px;
	padding:1px 0 1px 17px;
	}

#author {
	background:url(images/com_name.gif) no-repeat 2px -1px;
	}

#email {
	background:url(images/com_email.gif) no-repeat 2px -1px;
	}
	
#url {
	background:url(images/com_url.gif) no-repeat 2px -2px;
	}
	
#comment {
	width:450px;
	height:180px;
	background:url(images/com_com.gif) no-repeat 50% 50%;
	}

#submit	{
	margin-top:5px;
	border-width:0;
	padding:0;
	}

.commentlist {
	margin-left:12px;
	list-style:none;
	}

.commentlist li{
	margin-bottom:20px;
	padding:4px 0;
	}
	
	.commentlist li.alt{
		background-color:#FCF4DE;
		border:1px solid #C2A557;
		border-left-width:0;
		border-right-width:0;
		}
	
.commentlist li  p{
	margin:0 7px 9px 7px;
	}

.commentauthor a{
	color:#444;
	text-decoration:none;
	font-weight:bold;
	border-width:0;
	padding-left:14px;
	background:url(images/com_name.gif) no-repeat 0 50%;
	}

	.commentauthor a:hover{
		color:#0066CC;
		background-color:transparent;
		}
		
	.commentauthor em {
		font-size:11px;
		visibility:hidden;
		font-style:normal;
		font-weight:normal;
		}

		.commentauthor a:hover em{
			visibility:visible;
			}

.commentmetadata {
	margin:1px 7px 0 0;
	}

	.commentmetadata a{
		text-decoration:none;
		color:#333;
		}
	
		.commentmetadata a:hover{
			color:#0066CC;
			}

.commentdata {
	clear:both;
	font-size:11px;
	line-height:1.4em;
	}		
		
#respond, #comments {
	margin-bottom:15px;
	font-family:"Trebuchet MS", sans-serif;
	}
	
/*--------------------------------------------------------------------------------------
		FOOTER
----------------------------------------------------------------------------------------*/
#footer{}

.left {
	float:left;
	text-align:left;
	}

.right {
	float:right;
	text-align:right;
	}

#footer a {
	color:#12497A;
	font-weight:normal;
	text-decoration:none;
	}

	#footer a:hover {
		text-decoration:underline;
		background: none;
		}

/*--------------------------------------------------------------------------------------
		MODIFICATIONS
----------------------------------------------------------------------------------------*/

img {
	border:0px;
}

#userprofile {
	padding:14px;
	border-style:dashed;
	border-color:#333333;
	border-width:1px;
	background-color:#E3E3E3;
	margin-top:21px;
	margin-bottom:21px;
	font-size: 11px;
}

#userprofile a {
	font-size: 11px;
}

h2.pageheadtitle {
	margin-bottom:5px;
	}

	h2.pageheadtitle a {
		font: 16px Georgia, Arial, sans-serif;
		color:#3377BB;
		padding:0 0 0 0;
		text-decoration:none;
		}
	
		h2.pageheadtitle a:hover {
			color:#000;
			}

ul, ol {
	text-align:left;
}

.header-wrap {
	padding: 0px;
	background-color: #4080C2;
}

.header-default {
	padding: 2px 6px;
	font-family:Verdana; 
	font-size:9px; 
	margin:0; 
	text-align:right; 
	color:white; 
	border-bottom: 1px solid #444;
}

.header-default a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.header-debug {
	width:100%; 
	height:20px; 
	background-color:#993300; 
	border-bottom:1px solid black; 
	color:white; 
	font-family:Verdana; 
	font-size:10px; 
	margin:0; 
	padding:10px; 
	text-align:left;
}

#footer-default {
	color: white;
	font-family: Verdana;
	font-size: 10px;
	margin: 0pt;
	padding: 2px 6px;
	text-align: right;
}

#footer-default a {
	color: white;
}

#related {
	margin-top: 25px;
}

#related h2 {
	font-size: 13px;
}

#related ul{
		list-style:none;
		margin:5px 15px 7px 5px;
		}
	
	#related ul li {
		padding-left:15px;
		background: #FFF url(images/bullet.gif) top right no-repeat 0 5px;
		margin-bottom:2px;
		}

#forum {
	font-size: 12px;
	font-family: Arial;
	background: url(images/please.gif) no-repeat;
	background-position: top right;
	height: 125px;
}

#forum h2 {
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}

#forum ul {
	margin: 5px 15px;
}

#podcast {
	background: url(images/podcast.gif) no-repeat;
	height: 60px;
	padding-left: 57px;
	margin-left: 7px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#feed {
	background: url(images/feed.gif) no-repeat;
	height: 60px;
	padding-left: 57px;
	margin-left: 7px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#themes {
	background: url(images/themes.gif) no-repeat;
	height: 60px;
	padding-left: 57px;
	margin-left: 7px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
}

a.sidebutton {
	text-decoration: none; 
	color:#1F7EC1; 
	background: transparent;
}

a.sidebutton:hover {
	text-decoration: none; 
}

/* MyTube */

.yt_video_full {
  margin: 0px 6px 6px -6px;
  padding: 4px;
  text-align:center;
}
.yt_video_thumbs {
}
.yt_video_thumb {
  text-align:center;
}
.yt_video_thumb_meta {
  margin: 0px;
  padding: 4px 0px 4px 0px;
  text-align: left;
  width: 140px;
  overflow: hidden;
}

.yt_video_thumb_meta .yt_thumb_meta_label {
  font-weight: bold;
}
.yt_video_thumb_img {
  margin: 5px;
  padding: 0px;
  width: 150px;
  float:left;
  text-align:center;
}
.yt_video_thumb_img img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: 4px 4px 4px 4px;
  padding: 2px;
}
.yt_gallery_footer {
  clear:left;
}

/* navigation.css */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

#navlist {
	padding: 13px 0 13px 0;
	text-align:right;
	font:13px "Trebuchet MS", Arial, Verdana
	}

#navlist li {
	list-style: none;
	margin: 0;
	float: right;
	display: block;
	list-style-type: none;
	}

	#navlist li a {
		padding-left: 4px;
		padding-right: 8px;
		margin-left:0px;
		text-decoration: none;
		color:#0D608B;
		font:12px Georgia, "Times New Roman", Times, serif;
		font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"
		}
		
		#navlist li a#last {
			border-width:0;
			}

		#navlist li a:hover {
			color:#000;
			border-bottom-width:0;
			}
	
	#navlist li a#current {
		font-weight:bold;
		cursor:default;
		}
	
		#navlist li a:hover#current {
			cursor:default;
			color:#0D608B;
			background-image:none;
			}
	
h2.myNav {
	font-weight:normal;
}
	

/* LazyImageLayout */

a.lzimg-left { float: left; margin: 4px 16px 8px 0px; }
a.lzimg-right { float: right; margin: 4px 0px 8px 16px; }
a.lzimg-nomargin { float: right;	margin: 4px 0px 8px 0px; }
a.lzimg-left img, a.lzimg-right img, a.lzimg-nomargin img {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: text-top;
	padding: 4px;
	max-width: none;	/* kubrick sets this to 100% for some reason */
}
a.lzimg-left:hover img, a.lzimg-right:hover img, a.lzimg-nomargin:hover img {
	border-color: #1a90f7;
}

/* User Avatar */
.avatar
{
display: inline;
float: left;
margin: 2px 5px 2px 15px;
}
