/*
Theme Name: Animator Archive
Theme URI: http://wordpress.org/
Description: Adapted from the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Author: DJ
*/

/* Begin Wordpress ------------------------------------------------------------- */

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.narrowcolumn {
	float: left;
	padding-right: 30px;
	padding-top: 0px;
	margin: 0 0 0;
	width: 608px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.postmetadata {
	clear: both;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Sidebar */

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #ff6f06; 
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

.dateline {
	font-size: 11px;
	color: #777;
	}

.postmetadata {
	font-size: 11px;
	}

/* Begin Comments*/

.commentlist li, #commentform input, #commentform textarea {
	font-size: 13px;
	}
.commentlist li ul li {
	font-size: 13px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#sidebar {
	font-size: 12px;
	line-height: 120%;
	background: #ffffff;
	border: #000000 1px solid; 
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}

#sidebar a:link, #sidebar a:visited {
	color: #545563;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #000000;
 	text-decoration: underline;
}

.number  {
	font-size: 20px;
	line-height: 140%;
}

/* End Sidebar */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.navleft {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

.navright {
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

a img {
	border: none;
	}

/* End Images */

.readmore {
	font-size: 12px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 14px;
	font-size:80%;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.prod-caption {
	text-align: center;
	padding-top: 8px;
}

.prod-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.prod-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 13px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

/* End Wordpress  ------------------------------------------------------------- */

body {
	background-color: #fff;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#page {
	margin: 0px auto;
	overflow: hidden;
	width: 820px;
	text-align: left;
	}

#pagehead {
	margin: 0 auto;
	overflow: hidden;
	width: 800px;
	text-align: left;
	background-color: #000000;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

div#header {
	margin: 0;
	height: 58px;
	background-color: #000000;
	text-align: left; 
	background-color: #000000;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

div#headerhome {
	margin: 0;
	height: 98px;
	background-color: #000000;
	text-align: left; 
}

#main {
	width: 590px;
	float: left;
	background: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#right {
	width: 160px;
	float: left;
	background: #fff;
	padding-top: 10px;
	padding-left: 19px;
	border-left: #68747f 1px solid; 
}
	
a {
	color: #002bb8;
	text-decoration: none;
	}

a:visited {
	color: #5a3696;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

hr {
	color: #68747f; 
	border: 0 none #FFFFFF;
	border-top: 1px solid #68747f;
}

h1 {
	font-size: 20px;
	color: #68747f; 
}

h2 {
	font-size: 18px;
	color: #68747f; 
}

h3 {
	font-size: 16px;
	color: #68747f; 
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 a, h1 a:visited, h2 a, h2 a:visited {
	color: #68747f; 
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
	color: #000000; 
}

p  {
	font-size: 14px;
	line-height: 140%;
}

.contents  {
	font-size: 12px;
	line-height: 140%;
}

div.picDiv {
	float: left; 
	margin-left: 0px; 
	padding: 0px;
	font-size: 11px ; 
	text-align: center;
	width: 140px;
}

div.picDivExtra {
	float: left; 
	margin-left: 70px; 
	padding: 0px;
	font-size: 11px ; 
	text-align: center;
	width: 140px;
}

div.textDiv {
	float: left; 
	margin-left: 2px; 
	padding-left: 12px;
	font-size: 14px ; 
	text-align: left;
	width: 262px;
	border: 1px solid #ff6600;
}

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.center {
	text-align: center;
}

/* Head ------------------------------------------------------------- */


.text-path	{ 
	font-size: 12px ; 
	color:#000000; 
	text-decoration: none; 
}

.top-smallbar-text {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold; 
	font-size: 13px ; 
	color:#ffffff; 
}

/* Foot ------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	overflow: hidden;
	width: 800px;
	background-color: #000000;
	text-align: center;
	clear:left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	}

.footer-text	{ 
	font-size: 12px ; 
	color:#ffffff; 
}

a.footer-text		{ 
	color: #ffffff; 
	text-decoration: none;
}
a.footer-text:hover { 
	color: #ffffff; 
	text-decoration: underline;
}

.copyright-text	{ 
	font-size: 12px ; 
	color:#000000; 
}

a.copyright { 
	color: #000000; 
	text-decoration: none;
}
a.copyright: hover { 
	color: #002bb8; 
	text-decoration: underline;
	}

a.copyright: visited { 
	color: #000000; 
	text-decoration: none;
	}

.message-text	{ 
	font-size: 12px ; 
	font-weight:bold; 
	color:#888888; 
}

.issue-text	{ 
	font-size: 12px ; 
	font-weight:bold; 
	color:#888888; 
}

.issue-text a { 
	color:#888888; 
	text-decoration: none;
}

.issue-text a:hover { 
	color:#888888; 
	text-decoration: underline;
}

.issue-text a:visited { 
	color:#888888; 
}

/* Default Options ------------------------------------------------------------- */

a.external {
	padding-bottom: 0px; padding-left: 0px; padding-right: 13px; background: url(external.png) no-repeat right center; padding-top: 0px
}

.logo {
	float: left;
	}

#search {
	float: left;
	padding-top: 50px;
	padding-left: 20px;
	}

div#SloganBase {
	margin: 0;
	height: 23px;
	background-color:	#ffffff;
	text-align: left; 
	border: #000000 1px solid; 
}

div#SloganBase2 {
	margin: 0 auto;
	overflow: hidden;
	width: 800px;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	height: 23px;
	border-bottom: #000000 1px solid; 
}

div#SloganBase3 {
	margin: 0;
	height: 205px;
	background-color:	#ffffff;
	text-align: center; 
	border: #000000 1px solid; 
}

.slogan {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.sloganSmall {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.slogan a { 
	color:#68747f; 
	text-decoration: none;
}

.slogan a:visited { 
	color:#68747f; 
}

.slogan a:hover { 
	color:#000000; 
	text-decoration: underline;
}

div#amSubHeader {
	color: #ffffff;
	background-color: #000000;
}

div#amSubHeader {
	font-size: 1em;
	font-weight: normal;
	margin: 0 auto;
	overflow: hidden;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 3px;
}

div#navcontainer2 {
	position: relative;
	display: inline;
	top: -1px;
}

ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	padding: 4px 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.75em;
}

#navlist a:link, #navlist a:visited {
	background-color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #ffffff;
 	text-decoration: none;
}

#navlist li.current-page {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist li.current-page a {
	padding: 4px 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.75em;
}

#navlist li.current-page a:link, #navlist li.current-page a:visited {
	background-color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #ffffff;
 	text-decoration: none;
}

#navlist a:hover {
	color: #7cfafc;
}

.button-search {
	background-color: #eee;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #222222;
 	text-decoration: none;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-image: url(images/button-bg-nav.jpg);
	height: 22px;
	cursor: pointer;
}

.search-header { 
	font-size: 15px ; 
	color:#000000; 
}

.contents  {
	font-size: 12px;
	line-height: 140%;
}

.related  {
	font-size: 14px;
	line-height: 140%;
}

.headersearch {
	background-color: #fff;
}

#headadvhome {
	float: left;
	padding-top: 20px;
	padding-left: 200px;
	}

#topadvhome {
	padding-top: 5px;
	text-align: center;
	background-color: #000000; 
	}

#headadv {
	float: left;
	padding-top: 5px;
	padding-left: 200px;
	}

#topadv {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #000000; 
	}

.frontbox {
	float: left;
	padding-right: 20px;
	padding-top: 0px;
	width: 268px;
	border-right: #68747f 1px solid; 
	}

.frontbox2 {
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	width: 268px;
	}

.popular {
	font-size: 13px;
	line-height: 130%;
	}

.home {
	color: #777;
	}

#content ul, #content ul ol {
	margin: 0;
	padding: 0;
	}

#content ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	}

#homepage-box {
	font-size: 12px;
	line-height: 120%;
	background: #ffffff;
	border: #000000 1px solid; 
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

