/*======================================
Theme Name: Animator Island
Theme URI: http://www.animatorisland.com
Description: Animator Island Theme
Author: Q
Author URI: http://www.animatorisland.com
Tags: None
======================================*/

/*============================ RESET ============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color:#000000;
}
/*============================ SETUP ============================*/
html {
	font-size: 100.01%;
}
body {
	font-family: verdana, arial;
	font-size: 0.8em;
	border: 0;
	color: #111;
	/*background: url(images/background.png) repeat-x #eee; */

}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link {
	color: #333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #777;
	text-decoration: none;
}
input, textarea {
	background-color: #f5f5f5; 
	margin: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
}
/*============================ WRAPPER ============================*/
#wrapper {
	width: 100%;
	background-image: url(images/background.jpg);
	background-color: #fff;
	background-position: center;
	background-attachment: fixed;
}
#header1 {
	padding: 0;
	/*background: url(images/head.png) repeat-x #333;*/
}
#custom_header {
	float:left;
	margin: 0 auto;
	width: 600px;
	padding: 0px 0px 20px;
	background: #fff;
}

#header_wrap {
    background-color:#071D21 !important;
    height:25px;
}
#header_bar {    
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
    color:#fff !important;
    /*width:980px;*/
	width:1200px;
    padding:5px 0 0 0;
    margin: 0 auto;
}

#header_sidebar ul li {
	display: inline;
	float: left;
}

#header_login {
    text-transform: uppercase;
    color: #fff;
    float: right;
}
#header_login a, a:hover {
    text-decoration: none;
    /*text-transform: uppercase;*/
    color: #fff;
}

/*============================ STRUCTURE ============================*/
#container{
	width: 1040px;
	margin: 0 auto;
}
#wrap {
	float: left;
	width: 960px;
	padding: 0px 40px 15px 40px;
	background: #fff;
}
#content {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
}
.fullwidth {
	width: 960px !important;
}

/*============================ SIDEBAR ============================*/
#sidebar {
	padding-top: 4px;
	margin-left: 630px;
	width: 300px;
	border-left: 2px solid #c0c0c0;
	padding-left: 20px;
}
/*#sidebar ul li h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	/*margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #333;
}*/

/*
#sidebar ul li {
	margin-bottom: 10px;
	/*padding: 3px;
	/*border: 1px solid #ddd;
}
*/
/*
#sidebar ul li ul, #sidebar ul li div{
	margin-bottom: 5px;
	/*padding: 0 10px;
	color: #333;
}
#sidebar ul li div {
	margin-top: 5px;
}
#sidebar ul li ul {
	
}

#sidebar a:link, #sidebar a:visited  {
	color: #333;
}
#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}
#sidebar ul ul li {
	margin: 0;
	padding: 5px 0;
	border: 0;
}
#sidebar .children {
	margin-top: 5px;
	margin-left: 10px;
	background: none;
}*/

#sidebar a, #sidebar ul {
	font-size: 1.0em;
	text-decoration: none;
}

/* subscribe image */
li #text-3 {
  width: 296px;
  height: 100px;
  background-color: white;
  border: 0px solid white;
}

/* subscribe text */
#text-2 {
  border: 2px solid #02A6B0;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px 0px 2px 0px;
  position: absolute;
  height: 130px;
  width: 296px;
}

/* Categories Widget */
#nav_menu-3, #categories-3 {
	border: 2px solid #02A6B0;
	margin-top: 160px;
	margin-bottom: 10px;
	padding: 0px 0px 2px 0px;
}

#recent-comments-3 {
	border: 2px solid #02A6B0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 2px 0px;
}

#nav_menu-3 .widgettitle, #categories-3 .widgettitle, #recent-comments-3 .widgettitle {
	color: #fff;
	background-color: #02A6B0;
	height: 40px;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	text-transform: uppercase;
	padding: 10px 10px 0px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

#recent-comments-3 .widgettitle {
	font-size: 1.3em;

}

#nav_menu-3 ul, #categories-3 ul, #recent-comments-3 ul {
	columns: 50% 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	color: #333;
	list-style: url(images/sidebar_arrow.png) inside none;
	margin-left: 10px;
	margin-top: 10px;
  padding-right: 5px;
}

#recent-comments-3 ul {
	columns: 100% 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	margin-left: 20px;
}

#nav_menu-3 ul li, #categories-3 ul li, #recent-comments-3 ul li {
	margin-bottom: 8px;
	/*padding-left: 1em;*/
}



/* Theme SocialMedia Widget */
#socialmedia_buttons img{
	margin: 3px;
}

/* Theme Ads Widget */
#ads img{
	margin: 5px;
	padding: 2px;	
}

/* Theme Search Widget */
#searchform div {
	padding: 0 !important;
}

#searchform {
	margin-bottom: 10px;
}
.screen-reader-text {
	display: none;
}
#s {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	width: 200px;
}
#searchsubmit {
	margin-left: 5px;
	border: none;
	padding: 5px 10px;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
}
#searchsubmit:hover {
	background: #ddd;
}



/*=== Twitter stream ===*/
li#twitter-3 {
    background-color: #DCE8EA !important;
}
li#twitter-3 h2 {
    background-color: #DCE8EA !important;
}
li#twitter-3 ul {
    padding-left: 10px;
}

.follow-button {
    padding-left: 10px;
}

/*============================ HEADER ============================*/
#head {
	width: 1040px;
	margin: 0 auto;
	background-color: #fff;
}

#featured_posts {
    float: left;
	margin-left: 20px;
}

#logo {
	float: right;
	margin: 5px 30px 0px 5px;
	width: 377px;
}
#logo img {
	border: 0;
	padding: 0px 0;
}
#logo h1 {
	margin: 5px;
	font-size: 2.5em;
	color: #000;
	font-family: 'Paytone One', Verdana, Arial;
}

#logo-img {
	float: left;
}

#socialmedia {
	float: right;
	width: 42px;
}

#socialmedia_icons {
	float: right;
	margin:  45px 30px 0 0;
}
#socialmedia_icons img {
	float: left;
	margin-right: 8px;
	width: 32px;
	height: 32px;
}
/*============================ NAVIGATION ============================*/
#navi_container {
	clear: both;
	margin: 0 auto;
	width: 350px;
}
#navi{
	font-family: Arial Black, Helvetica, sans-serif;
	font-weight: 800;
	/*float: right;*/
	width: 350px;
	margin: 0;
	padding: 0;
	/*background: url(images/navi.png) repeat;*/
	list-style-image: url(images/dot.png);
	list-style-type: square;
    height: 20px;
}

#navi ul{
	margin: 0;
	padding: 0;
    list-style-image: url(images/dot.png);
	list-style-type:square;
	text-transform:uppercase;
}
/*Top level list items*/
#navi ul li{
	position: relative;
	display: inline;
	float: left;
	margin: 0;
    padding: 0 3px;
    background-image: url('images/dot.png');
    background-repeat: no-repeat;
    background-position: 0px 17px;
}

#navi ul li#menu-item-12 {
	/*content:" \0020 ";*/
	/*content: url(images/dot.png);*/
    background:none;
}

/*Top level menu link items style*/
#navi ul li a{
	display: block;
	padding: 10px 5px;
}
#navi ul li a:link, #navi ul li a:visited{
	color: #598088;
	text-decoration: none;
}
#navi ul li a:hover, #navi ul li a:active {
	text-decoration: underline;
}

/*1st sub level menu*/
#navi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	border-left: 1px solid #bbb;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navi ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navi ul li ul li ul{
	margin: -1px 0 0 0;
	padding: 0;
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
/* Sub level menu links style */
#navi ul li ul li a {
	width: 160px; /*width of sub menus*/
	padding: 10px 15px;
	margin: 0;
	font-size: 1.0em;
	color: #333 !important;
	border-bottom: 1px solid #bbb;
	background: #fff;
}
#navi ul li ul li a:hover, #navi ul li ul li a:active  {
	background: #eee !important;
	color: #222 !important;
	text-decoration: none;
}
#navi ul li.current_page_item a, #navi ul li.current-cat a, #navi ul li.current-menu-item a{
	color: #333;
	background: #fff;
}
#navi ul li ul li.current_page_item a, #navi ul li ul li.current_cat a, #navi ul li ul li.current-menu-item a {
	text-decoration: underline;
}
/*============================ More_Posts, Calendar ============================*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
}
#wp-calendar td{
	text-align: center;
}
/*============================ POST ============================*/
.post, .type-page{
	padding: 3px;
	margin-bottom: 30px;
}
.post {
	border: 0px solid #ddd;
}
.sticky {
	border: 1px dotted #888;
}
.post h2, .type-page h2 {
	margin: 0 0 5px 0px;
	font-size: 1.5em !important;
	font-weight: 800 !important;
	/*font-family: 'Paytone One', Verdana, Arial;*/
	font-family: 'Arial Black', Helvetica, sans-serif !important;
	text-transform: uppercase !important;
	color: #2D322B !important;
	border-bottom: 3px solid #0F91AC;
}
.post h2 a:link, .post h2 a:visited {
	/*color: #333;*/
	color: #000 !important;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	color: #000 !important;
}
.entry {
	line-height: 1.5em;
	margin: 0px 0px;
}
.entry h1, .comment h1  {
	font-size: 1.8em;
	margin: 10px 0;
}
.entry h2, .comment h2 {
	font-size: 1.6em;
	margin: 10px 0;
	border: none !important;
	background: none;
	padding: 0;
}
.entry h3, .comment h3  {
	font-size: 1.4em;
	margin: 10px 0;
}
.entry h4, .comment h4  {
	font-size: 1.3em;
	margin: 15px 0 0 0;
}
.entry h5, .comment h5  {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	font-weight: bold;
}
.entry p {
	margin: 5px 0 15px 0;
}
.arh {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 1.4em;
	padding: 10px;
	border: 1px solid #ccc;
	background: #efefef;
}
.postmeta {
	/*color: #333;*/
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.postmeta_links{
	float: left;
	padding: 5px 0px;
	background: #fff;
}
.postmeta a:link, .postmeta a:visited {
	/*color: #333;*/
	color: #000;
	text-decoration: underline;
}
.postmeta a:hover, .postmeta a:active {
	/*color: #444;*/
	color:#000;
	text-decoration: none;
}
.postcomments {
	float: right;
	background: #fff;
	color: #000;
	padding: 5px 0px;
}
.postcomments a:link, .postcomments a:visited {
	color: #000;
	text-decoration: none;
}
.postcomments a:hover, .postcomments a:active {
	/*color: #eee;*/
	color: #000;
	text-decoration: underline;
}
.postinfo {
	padding: 5px 8px;
	/*color: #333;*/
	color: #000;
	height: 30px;
	background: url(images/postmeta_bg.png) repeat-x #fff;
	/*border-top: 1px solid #ccc;*/
}
.postinfo a:link, .postinfo a:visited {
	/*color: #333;*/
	color: #000;
	text-decoration: underline;
}
.postinfo a:hover, .postinfo a:active {
	/*color: #444;*/
	color:#000;
	text-decoration: none;
}

.postinfo_comments {
	float: right;
}

.moretext {
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:800;
}

/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 20px 1.5em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 20px 1.5em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffffff; !important
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: left;
	margin-left: -40px;
	font-family: "Times New Roman";
}
blockquote:after{ 
	content:close-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: "Times New Roman";
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 20px 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 15px;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 5px 15px;
}
.entry tr.odd td {
	background: #eee;
}
/*============================ POST Images ============================*/
.entry img {
	/*max-width: 100%;
	height: auto;*/
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 6px 3px;
	border: 1px solid #ddd;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 10px 5px 10px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.wp-post-image {
	padding: 5px;
	border: 1px solid #ddd;
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
/*============================ Featured Posts Slider ============================*/
#slider {
	border: 1px solid #ddd;
	padding: 3px;
	margin: 0 0 30px 0;
}
#content-slider {
	padding: 10px;
	background: #eee;
}
#slideshow {  
    width: 595px;
    padding: 0;  
    margin:  0;
}
#slideshow .post {
	margin: 0;
	padding: 3px;
	width: 595px;
	background: #000;
}
#slide_panel {
	float: left;
	width: 601px;
	padding: 10px;
	background: #333;
}
#slide_head {
	float: left;
	font-size: 1.4em;
	color: #000;
}
#slide_keys {
	float: right;
	margin-top: 5px;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.2em;
	font-family: arial, verdana;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold !important;
	text-decoration: none;
	color: #000;
}
#slide_keys a:hover {
	text-decoration: underline;
}
/*============================ Comments ============================*/
#comments, #respond {
	padding: 5px;
	background-color: #fff;
}
#comments h3, #respond h3 {
	font-size: 1.4em;
	color: #333;
	padding: 10px 15px;
	margin: 10px 0 20px 0;
	border: 1px solid #ccc;
	background: #efefef;
}
/* Reset #comments h3 */ 
.comment h3 {
	margin: 10px 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color:#000;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color:#555;
	text-decoration: underline;
}
.comment-meta a, .comment-meta a:link, .comment-meta a:visited{
	color: #222 !important;
	text-decoration: none !important;
}
.comment_navi {
	margin: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: left;
}
.commentlist .comment {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border: 1px solid #ddd;
}
.comment-author img {
	float: left;
	margin: 5px 10px 15px 0;
}
.comment-author .says {
	display: none;
}
.comment-author .fn {
	line-height: 30px;
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
}
#comments .children {
	margin-top: 10px;
	margin-left: 25px;
}
#comments .children .comment {
	background: #f5f5f5;
}
#comments .children .comment ul .comment {
	background: #eee;
}
.commentlist p {
	clear: left;
	margin: 10px 5px 10px 0;
}
.comment-reply-link {
	text-decoration: underline !important;
}
.bypostauthor .fn{
	background: #0066FF;
	padding: 2px 10px;
	color: #000 !important;
}
.bypostauthor .comment .fn {
	color: #333 !important;
	background: none !important;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0 15px 10px;
}
#commentform input {
	display: block;
	width: 250px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 10px 20px 0;
}
#commentform #submit {
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
}
#commentform #submit:hover {
	background: #ddd;
}
#commentform label {
	font-size: 1.0em;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
	color: #000;
}

/*============================ Tweet This =============================*/
.tweetthis {
    background-color: #A4DDEF;
    padding: 8px 0px 8px 0px;
    margin-bottom: 25px;
    vertical-align: middle;
}
img.twitter_img {
    position: relative;
    vertical-align: middle;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
}

/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 10px 5px 5px 5px;
}
.wp-pagenavi .pages {
    float: right;
	margin-right: 10px;
	color: #333;
}
.wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 4px 5px;
    color: #777 !important;
    text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
}
.wp-pagenavi .current {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    color: #333;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
    text-align: center;
}
/*============================ FOOT ============================*/
#footer {
	clear: both;
	/*background: url(images/foot.png) repeat #333;*/
    height:30px;
    background-color: #071D21;
    width: 100%;
}
#foot {
	margin: 0 auto;
	width: 100%;
	/*background: url(images/navi.png) repeat;*/
	color: #fff;
	padding: 0px;
    text-align: center;
    background-color: #071D21;
    height: 35px;
}
#foot a {
	color: #ddd;
}
#foot a:hover {
	color: #eee;
	text-decoration: none;
}
.credit_link {
	float: right;
	font-size: 0.8em;
}
.credit_link a {
	text-decoration: none;
}