/*
Theme Name: Animal

Author: Mazgalici

*/


#mta_bar { 
			background: #0000CC; 
			border-bottom: 1px solid #808080; 
			padding: 1px 0; 
			z-index: 100;
			top: 0;
			left: 0;
			width: 100%;
			line-height: 20px;
			height: 20px;
			overflow: auto;
			position: fixed;		}
		* html #mta_bar { /*IE6 hack*/
			position: absolute;
			width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
		}
		.mta_left {
			float: left;
			text-align: center;
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
			font-style: normal;
			color: #FFFFFF; 
			width: 96%;
			line-height: 20px;
		}
		.mta_right {
			font-family: Arial, Helvetica, sans-serif;
			float: right;
			text-align: right;
			font-weight: normal;
			font-size: 10px;
			letter-spacing: 0;
			width: 3%;
			white-space: nowrap;
		}
		.mta_right a {
			font-size: 10px;
			color: #FFFFFF; 
			text-decoration: underline;
		}
		.mta_right a:hover {
			font-size: 10px;
			color: #FFFFFF; 
			text-decoration: none;
		}
		#mta_left_bar a { 
			text-decoration: none; 
			color: #FFFFFF; 
		}
		#mta_left_bar a:hover { 
			text-decoration: none; 
			color: #FFFFFF; 
		}

		

* {
	padding: 0;
	margin: 0;
}

body {
	background: #4c78a4;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}



.keywords{
font-size:12px;
color:#6c8194;
padding:0px;
margin:0px;
}

a {
	color: #059805;
	text-decoration: none;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	color: #49647d;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
}

#header {
	width: 899;
	height: 104px;
	padding:0;

}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#Nav {
	display: block;
	text-aling:left;
}

#content {
	width: 530px;
	float: left;
	color: #000;
	background-color:#f7f7f5;
	padding-left:10px;
	padding-right:10px;
	margin:0;
}

#footer {
	clear: both;
	width: 871px;
	background: #000;
	color: #fff;
	text-align: left;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}


#footer a {
	color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float: left;
	background: #49647d url(images/navOnBlue.gif) repeat-x;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#Nav li {
	float: right;
	border-left: 1px solid #fff;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #cf7f26 url(images/navOff.gif) repeat-x;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/



blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #e8e9dc url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1, h1 a,h1 a:hover, h1 a:visited {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	background-color:#177401;
	margin-bottom: 8px;
	color:#FFFFFF;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1 a:hover{
text-decoration:underline;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}



/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: right;
	margin: 0 20px 0;
	padding: 10px 0 0;
	text-align: left;
}

#searchform #s {
	width: 60px;
	padding: 4px;
	margin: 0 0 0px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}


/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #afb65b;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #5c7c9a;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

post img{
	padding: 5px;
	margin: 10px;
	float: right;
	border-color:black;
	border-type:solid;
	border-width:1px;
}

post {
color:green;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 2px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

.aligncenter{
border-type:solid;
border-width:1px;

}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.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: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


.widget{
background-color:#336598;
color:black;
border-color:#005e00;
border-width:1px;
border-style:solid;
margin:4px;

}

.widget h2{
color: #FFFFFF;
background: #005c00 ;

}
widget a,.widget a:hover{
color: #FFFFFF;

}

.widget h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  0px;
	font-weight: normal;

}

.sidebar{
float:left;width:166px;padding-left:5px;
}

.sidebarContent{
padding:3px;
}

.widget a {
	color: black;
	text-decoration: none;

}

.widget a:hover {
	color: black;
	text-decoration: underline;
}

.widget a:visited {
	color: black;
}

#sidebarsContainer{
background-color:#01407e;
width:174px;
float:left;

}


#navigation a,#navigation  a:visited,#navigation a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	font-size:16px;
}
#navigation a:hover{
text-decoration:underline;
}

 ul, li, ul, ol { 
	margin: 0.5em 0 0.5em 5px; 
	list-style-type: none;
}

.loginBox a {
	color: #eaeff4;
	text-decoration: none;
}

.loginBox a:hover {
	color: #eaeff4;
	text-decoration: underline;
}

.loginBox a:visited {
	color: #eaeff4;
}


