/*
Theme Name: Anfi New
Theme URI: http://www.anfi.org/
Description: Anfi Web Template, width 1024, smaller flash header
Version: 1.0
Author: Hispamarc
Author URI: http://www.hispamarc.com/


*/

/*BODY*/
body {
	font-size:11px;
	font-family: 'Century Gothic',  'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#bdbdbd;
	line-height:14px;
	vertical-align:top;
	background: #333e46 url('images/bg.gif') left top repeat-x;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

/*PAGE*/
#page {
	text-align: left;
	margin: 0px auto 20px;
	padding: 0;
	width: 1000px;
}

/*GENERAL STUFF*/
/* Home Page */
h1.home_page {font-size: 2em; padding-top:12px; text-decoration:none;}

td h2 {border-left: 2px solid #333e46; border-right: 2px solid #333e46;}
#home_layout td {text-align:center;}
td {vertical-align: top;}

/*HEADERS*/
h1 {
	font-size: 4em;
	text-align: center;
	color: white;
	font-family: 'Century Gothic',  'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding-top: 70px;
	margin: 0;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2 {
	font-size: 16px;
	color: #fff;
	font-family: 'Century Gothic',  'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
/*	margin: 30px 0 10px;*/
	background-color:#465058;
	padding:10px 20px;	
         text-align: center;
	vertical-align:middle;
}

#sidebar h2, h2.widgettitle {padding:6px 20px;}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2 a, h2 a:visited {
	color: #fff;
}
h2 a:hover, h2 a:visited {
	text-decoration: none;
}

h3 {
	font-size: 1.1em;
	color: #eee;
	font-family: 'Century Gothic',  'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0;
	clear:both;
	text-align:left;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
h3 a, h3 a:visited {
	color: #eee;
}
h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}


/*PAGE HEADER*/
#header {
	margin: 0 auto;
	padding: 0;
	height: 340px;
	width: 1000px;
	vertical-align:top;
	background: transparent url('images/menu_bg.png') left top repeat-x;
}

#header_flash {
	margin:0;
	padding:0;
	float:left;
	width:766px;
}

#header_extra {
	margin:0;
	padding:40px 0 0px;
	float:right;
	width:234px;
	text-align:center;
	font-family:Arial;
	color:white;
	font-size: 12px;
}

#loginform {
	text-align:left;
	width: 200px; 
	margin:6px auto; 
	font-size: 11px;
}

#loginform input{
   background:#ccc;
   border:1px solid #6b7a86;
   padding-left:5px;
   width:186px; height:18px;
   vertical-align:middle;
}



input#rememberme{background:transparent; border:0; width:12px;}

/*#contactlink1 {margin-top:110px;}
#contactlink2 {margin-top:22px;}
#contactlink1 a, #contactlink2 a {color:#014590; font-weight:bold;}*/

/* LINKS */
a:link, a:visited {
	color: #99bace;
}

a, h2 a:hover, h3 a:hover {
	color: #04e;
	text-decoration: none;
}

a:hover {
	color: #99bace;
	text-decoration: underline;
}

a.subscribe {background:transparent url('images/email_small.png') right top no-repeat; margin:1em; padding: 20px 72px 20px 0px; font-size:14px; font-weight:bold; display:block; text-align:right;}


/*SIDEBAR*/
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: left;
	padding: 0px;
	margin: 0px 3px;
	width: 250px;
	background-color:transparent;
	height:100%;
}



/*MAINCOLUMN*/
#content {
	float: right;
	font-size: 1.2em;
	padding: 0px 0px 15px 0; 
	margin: 0px 0px 0px 0px;
	width: 680px;
}

#content .postmetadata {
	text-align: center;
	padding-top: 5px;
}

#content .entry {
	line-height: 1.4em;
}

#content .post {
	margin: 0;
}

#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

/*FOOTER*/
#footer {
	background: url('images/bot.gif') repeat-x top;
	border: none;
	padding: 20px;
	margin: 0 auto;
	width: 960px;
	clear: both;
	text-align:center;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* 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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#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;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 286px;
/*	background-color:#ccc;*/
}

input{
   background-color:#ccc;
   border:1px solid #eee;
   padding-left:5px;
   width:286px; height:22px;
}

input[type="submit"] {
	width:10em;
	cursor:pointer;
	border:2px outset #eee;
}

input.search {
   background:#ccc;
   border:1px solid #6b7a86;
   width:145px; height:19px;
   vertical-align:middle;
}

textarea{
   background:#ccc;
   border:1px solid #6b7a86;
   padding-left:5px;
   width:293px; height:115px;
   overflow:auto
  }
/* End Form Elements */



/* Begin Comments*/
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
}
	
	
.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;
	}




.commentmetadata {
	font-weight: normal;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
	
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */

/*MISCELANEOUS*/
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post hr {
	display: block;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

#signature {
	text-align:right;
	padding:10px 60px;
}

hr.seperator {clear:both;  background-color:transparent; display:block; height:0.0001em; margin:0;border:0;}

th, td {text-align:left;}