/*  
Theme Name: Anima
Theme URI: http://www.blogthemesclub.com
Description: A simplistic white based theme which is easy to customize. In addition the theme has it's own options area which lets users change common blog features.
Author: Blog Themes Club
Author URI: http://www.blogthemesclub.com
	Valid XHTML 1.0 Strict

*/

* {
margin: 0;
padding: 0;
}

body {
color: #444;
font-family: "Lucida Grande", Lucida Sans Unicode, Verdana, sans-serif;
font-size: 13px;
line-height: 23px;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0 0 5px 0;
padding: 0;
color:#0087ae;
font-weight:normal;
line-height:1.1em;
}
h1 {
font-size:26px;
margin-bottom:10px;
}
h2 {
font-size:26px;
letter-spacing:1px;
}
h3 {
font-size:21px;
}
h4 {
font-size:18px;
}
h5 {
font-size:15px;
font-weight:bold;
color:#666;
}
h6 {
font-size:15px;
color:#666;
font-style:italic;
}

p {
margin:0 0 15px 0;
}

a:focus, a:hover {
color: #0087AE;
text-decoration: none;
}
a {
color: #0087AE;
text-decoration: underline;
outline: none;
}

ul, ol {
margin: 0 0 20px 20px;
padding:0 0 0 20px;
font-size:13px;
line-height:17px;
}
ul {
padding:0;
}
ul li, ol li {
margin: 0 0 10px 0;
padding: 0;
}
#leftcolumn ul li {
background:url(images/arrow.gif) left top no-repeat;
background-position:0 7px;
padding: 0 0 0 12px;
}
ul {
list-style-type: none;
}
ol {
list-style-type: decimal;
}

.alignleft {
float: left;
}
.alignright {
float: right;
}

img {
border: none;
}
img.alignleft {
float:left;
margin:5px 10px 5px 0;
}
img.alignright {
float:right;
margin:5px 0 5px 10px;
}

blockquote {
background: url(images/quote.gif) no-repeat;
background-position:0 5px;
color: #0087AE;
margin: 15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-style:italic;
line-height:20px;
padding: 0 20px 0 30px;
}

input, textarea {
font-family: "Lucida Grande", Lucida Sans Unicode, Verdana, sans-serif;
}

.clear {
float:none;
clear: both;
}
.container {
width: 960px;
margin: 0 auto;
}
.main {
margin-top:20px;
}


/********************************* HEADER START *********************************/
#header {
width: 100%;
float:left;
margin: 0px auto;
padding: 0;
background:url(images/header_bg.jpg) left bottom repeat-x;
}
.header_main {
width:960px;
float:left;
text-align:center;
}
.header_main img {
margin:0;
padding:0;
}
.header_main h1 {
font-size:50px;
line-height:50px;
text-align:center;
margin:20px 0 15px 0;
padding:0;
}
.header_main h1 a {
text-decoration:none;
}
.header_main h1 a:hover {
color:#666;
}
.description {
font-size:20px;
line-height:20px;
text-align:center;
margin:0 0 20px 0;
color:#7C7C7C;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
}

.menupack {
width:960px;
height: 41px;
float:left;
background:#3e3e3e;
border-top:5px solid #000;
border-bottom:9px solid #000;
}
ul#topmenu.menu {
list-style-type: none;
height: 39px;
margin: 0;
padding:0 0 0 20px;
font-size: 20px;
width: 720px;
float:left;
border-top:1px dashed #828282;
border-bottom:1px dashed #828282;
font-family: Georgia, "Times New Roman", Times, serif;
}
ul#topmenu li.page_item {
float: left;
display: inline;
padding: 0;
margin:0 1px 0 0;
height: 39px;
line-height:39px;
}
ul#topmenu li.page_item a {
color:#f7f7f7;
display: block;
text-decoration: none;
line-height:18px;
padding: 10px 10px 11px 10px;
}
ul#topmenu li.current_page_item a {
color: #000;
padding: 10px 10px 11px 10px;
background: #00b7ea;
border-top:1px dashed #fff;
border-bottom:1px dashed #fff;
margin-top:-1px;
}

/****************** SEARCH *************************/
#searchform {
display:block;
float: right;
margin:0;
padding: 0 20px 0 0;
width: 200px;
height: 39px;
border-top:1px dashed #828282;
border-bottom:1px dashed #828282;
}
#searchform p {
margin:0;
padding:0;
}
input#s {
font-size: 13px;
line-height:13px;
padding:4px 5px 2px 5px;
margin:6px 0 0 0;
width: 135px;
height:22px;
float: left;
background: #000;
border: none;
color:#D5D5D5;
}
#searchbutton {
border:none;
margin:7px 0 0 0;
padding:0;
background: none;
text-transform:uppercase;
color:#E5E5E5;
width:52px;
height:20px;
float:right;
cursor:pointer;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
/*******************************************/


#leftcolumn, #rightcolumn {
margin:0;
padding:0;
}
#leftcolumn {
float: left;
width: 660px;
overflow: hidden;
}
#rightcolumn {
float: right;
width: 280px;
}

.post {
margin:0;
float:left;
clear:both;
width:100%;
line-height:23px;
}

.title_wrap {
background: url(images/title_bg_pat.gif) left top repeat-y;
width:660px;
float:left;
}
.title_t {
background: url(images/title_bg_t.gif) left top no-repeat;
height:2px;
}
.title {
background: url(images/title_bg.jpg) left bottom no-repeat;
padding:10px 15px 8px 15px;
}
.title h2 a {
text-decoration: none;
color: #0087AE;
}
.title h2 a:hover {
color: #666;
}

.postmeta {
background:#F7F7F7 url(images/postmeta_bg.gif) bottom left no-repeat;
margin:0;
padding:3px 13px 7px 17px;
color:#555;
font-size:11px;
line-height:16px;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
float:left;
width:630px;
}
.postmetaleft {
float:left;
width:530px;
}
.postdate {
float:right;
text-align:right;
width:100px;
}
.postmetacomments {
float:right;
text-align:center;
margin:0 0 10px 10px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.postmetacomments a {
display:block;
width:48px;
height:52px;
background:url(images/i_com.gif) no-repeat;
font-size:19px;
line-height:38px;
color:#555;
text-decoration:none;
}
.postmetacomments a:hover {
color:#0087AE;
text-decoration:none;
}
.postmetacomments span {
display:none;
}


.entry {
padding:10px 2px 20px 3px;
}
.entry p {
padding:0;
margin: 0 0 15px 0;
font size:13px;
}
a.more-link {
float: right;
clear:both;
display:block;
margin:0;
text-transform:uppercase;
font-size:11px;
font-family: Georgia, "Times New Roman", Times, serif;
}

.entry img.wp-smiley {

	float: none;

	border: none;

	padding: 0px;

	margin: 1px;

	}
	
.entry img {


	border: none;

	margin: 5px;

	}

/********** SIDEBAR MAINS ***************/
ul.sidebar {
list-style-type: none;
margin: 0;
padding: 0;
float: left;
}
.sidebar li {
padding:0;
margin:0;
}
li.widget {
clear:both;
margin-bottom:30px;
}
li.widget ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size:15px;
width:280px;
font-family: Georgia, "Times New Roman", Times, serif;
}
li.widget ul li ul {
list-style-type: none;
margin: 5px 0 0 2px;
padding: 0;
font-size:12px;
width:260px;
}
.sidebar ul li {
line-height:18px;
margin:0;
padding: 5px 7px 6px 12px;
background:url(images/arrow.gif) left top no-repeat;
background-position:0 12px;
}
.sidebar ul li:hover {
background:url(images/arrow_h.gif) left top no-repeat;
background-position:0 12px;
}
.sidebar h2 {
font-weight:normal;
padding:8px 10px 11px 10px;
background:#f7f7f7;
color:#0087AE;
margin:0 0 3px 0;
width: 260px;
font-size:19px;
text-transform:uppercase;
}
.sidebar a {
color:#444;
text-decoration:none;
}
.sidebar a:hover {
color: #0087AE;
text-decoration:none;
}
/********** SIDEBAR MAINS END ***************/


#tagcloud {
text-align:center;
padding:5px 0 0 0;
width:280px;
}
#tagcloud a {
line-height:1.1em;
display:inline;
}

/* SUBSCRIBE ++++++++++ */
.subscribe {
float:left;
background:#fff url(images/subs_pat.jpg) bottom left repeat-x;
border:1px solid #DBDBDB;
padding:10px;
width:258px;
margin:0 0 20px 0;
font-size:13px;
line-height:18px;
color:#515151;
font-family:Georgia, "Times New Roman", Times, serif;
}

.rss {
display:block;
margin:0 0 10px 3px;
}
.rss a {
background:url(images/rss.jpg) left no-repeat;
display:block;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
text-transform:uppercase;
letter-spacing:1px;
height:38px;
line-height:38px;
padding-left:45px;
color:#0087AE;
}

#subscribe-form {
text-align:left;
margin:10px 0 0 5px;
padding:0;
}
#subscribe-form p {
margin:0;
padding:0;
}
.subscribe .head {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#3E3E3E;
padding:9px 0 7px 0;
}

#subscribe-form label {
color:#676767;
line-height:21px;
margin:3px 0 0 0;
letter-spacing:-1px;
width:40px;
float:left;
display:inline;
}
.field {
	background:white;
	border:1px solid #D9D9D9;
	padding:3px 5px 2px 5px;
	color:#333;
	width:135px;
	margin:3px 0 0 2px;
	float:left;
}
.subscribebutton {
border:none;
margin:0;
padding:0;
cursor:pointer;
width:57px;
height:86px;
background:url(images/signup.jpg) no-repeat;
float:right;
}
.subscribebutton:hover {
background:url(images/signup.jpg) no-repeat 0 100%;;
}

/* Twitter CSS ++++++++++ */
li#twitter-tools {
background:url(images/twit_pat.jpg) left top repeat-y;
padding:0;
float:left;
margin-bottom:30px;
width: 280px;
}
li#twitter-tools ul {
width:260px;
padding:0 10px 0 15px;
font-size:11px;
color:#767676;
font-family: "Lucida Grande", Lucida Sans Unicode, Verdana, sans-serif;
}
li#twitter-tools ul li {
background:none;
margin:0;
padding:0px 0 7px 0;
}
li#twitter-tools ul li a {
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
color:#0087AE;
}
li#twitter-tools ul li a:hover {
text-decoration:underline;
}
li#twitter-tools h2 {
background:url(images/twit_t.jpg) left top no-repeat;
float:left;
font-size:19px;
text-transform:none;
letter-spacing:0;
color:#0087AE;
width:255px;
padding:57px 10px 10px 15px;
margin:0 0 5px 0;
}
.aktt_tweets {
width:280px;
}
.aktt_more_updates a {
font-size:11px;
background:url(images/twit_b.jpg) left top no-repeat;
padding:0 12px 30px 0;
text-indent:140px;
float:left;
margin-left:-15px;
width:288px;
height:45px;
}

/* Recent Comments fix for IE6 CSS ++++++++++ */
ul#recentcomments {
width:270px;
}
.comsubline {
font-size:11px;
float:left;
margin:3px 0 0 0;
color:#999;
}


/****************** SIDEBAR END *************************/


/************************* COMMENTS AREA START ********************************/
#commentArea {
margin:20px 0 0 0;
}
#comments {
clear: both;
}
.theform {
padding: 1.5em 0 2em;
}
.commentlist {
margin: 0 0 20px 0;
padding:0;
list-style-type:none;
clear:both;
}
.commentlist p {
padding:0;
margin:5px 0 5px 0;
font-size:13px;
}
.commentlist a {
border-bottom:1px dotted;
text-decoration:none;
}
.commentlist a:hover {
text-decoration:none;
border-bottom:none;
}
.commentlist li {
padding: 10px;
margin:0;
display:block;
float:left;
clear:both;
width:640px;
border-bottom:1px dashed #ccc;
}
.alt {
background:#f7f7f7;
}
.commentlist li.comment-author-admin {
color:#0087AE;
background:#fff;
border-left:3px dotted #0087AE;
width:637px;
}

.comment-meta {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
}
.gravatar {
height:36px;
width:36px;
float:left;
margin:0 0 0 10px;
clear:left;
}
#remember, #forget, #txpCommentHelpLink {
margin-left: 2em;
}
#commentform {
padding:20px;
margin:10px 0 20px 0;
float:left;
clear:both;
background:#f7f7f7;
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
}
#commentform p {
margin-left:0;
}
.comment_input {
vertical-align: middle;
width: 180px;
height:20px;
padding: 3px 5px 2px 5px;
margin:0;
border: 1px solid #999;
background:#fff;
color:#666;
}
#commentform input:focus {
border: 1px solid #0087AE;
}
.message_input {
font-size: 1em;
width: 610px;
height: 180px;
margin:0;
padding: 5px;
border: 1px solid #999;
background:#fff;
color:#666;
}
#commentform textarea:focus {
border: 1px solid #0087AE;
}
.commentlist_error {
color: #c00;
}
.button {
background: none;
width:60px;
padding:2px 0 3px 0;
height:24px;
cursor:pointer;
border:none;
color:#f7f7f7;
background:#666;
border: 1px solid #444;
}
.button:hover {
cursor:pointer;
border:none;
background:#0087AE;
color:#fff;
border: 1px solid #666;
}
#commentform .button:focus {
cursor:pointer;
border:none;
background:#0087AE;
color:#fff;
border: 1px solid #666;
}

/************************* COMMENTS AREA END ********************************/


/************************* STANDARD WordPress Generated Classes ********************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


/************************* FOOTER START ********************************/
#footer {
width: 100%;
padding: 0;
display: block;
background:#F8F8F8;
border-top:1px solid #E5E5E5;
}
#footer .container {
margin: 0px auto;
padding: 0;
width: 960px;
}
.credits { 
padding: 10px 0 0 0;
color:#474747;
margin:0px auto;
width:960px;
}
.credits a {
color:#0087AE;
text-decoration: none;
}
.credits a:hover {
color:#7c7b7b;
}
.footleft {
float: left;
text-align:left;
}

.footmid_packer {
float: left;
width:320px;
}
ul.footmid {
margin:0px auto;
}
ul.footmid li {
display:inline;
padding:0;
margin:0;
}
ul.footmid li a {
text-decoration:underline;
color:#7c7b7b;
margin:0;
line-height:23px;
padding: 0 5px 0 5px;
}
.footmid a:hover {
text-decoration:none;
}

.footright {
float: right;
text-align:right;
width:200px;
}
.footright a {
color:#7c7b7b;
}

#subfooter {width:960px;margin:10px 0;align:center;border-top:1px dashed #7c7b7b;padding:5px;}
#subfooter .subfooter_left h2,#subfooter .subfooter_center h2,#subfooter .subfooter_right h2 {font size:10px;}

#subfooter .subfooter_left {
	float:left;
	width:300px;
	margin:0 10px;
}

#subfooter .subfooter_center {
	clear:right;
	float:left;
	width:300px;
margin:0 10px;
}
#subfooter .subfooter_right {
	float:left;
	width:300px;
margin:0 10px;
}
/************************* FOOTER END ********************************/


/* Page Navigation  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.pageNav { padding: 0; margin:40px 0 30px 30px ; height:40px; float:left; }
.pageNav a, .pageNav a:visited { display:block; float:left; text-align:center; font-size: 13px; color:#666; text-decoration:none; padding:0 7px 2px 7px; }
.pageNav a:hover { text-decoration: none; color:#0087AE; }
.pageNav span { font-size:11px; text-transform:uppercase; display:block; float:left; text-align:center; line-height:22px; height:22px; width:100px; margin-right:1px; }
.pageNav .on { display:block; float:left; text-align:center; color:#0087AE; padding:0 7px 2px 7px;  font-size:15px;
}
.dotts {width:22px; text-align:center; display:block; float:left;
}