/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #333;
	font-size: 12px;
  	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}

p {	
	margin: 16px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

img {
	border:0;
	z-index:0;
	}	
	
a img {
	border:0;
	z-index:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #D6E8F6;
	border-bottom: 1px solid #D6E8F6;
	background: #D6E8F6;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */

#head {
	width:990px;
	height: 163px;
	margin:0px auto;
	padding:0px;
	font-size:0.7em;
	background-image: url(images/hd.gif);
	background-repeat: no-repeat;
	}

#page {
	width:990px;
	margin:0px auto;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	width: 250px;
	color: #003896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	height: 130px;
	}
	
.right a {
	color: #003896;
	padding-left: 20px;
	}


/* Navigation Bar*/
	
#menu_principal { 
	width: 990px;
	margin:0px auto;
	height: 20px;
	float: left; 
	
}

#buscador { 
	margin: 45px 20px 0 0;
	float: right;
	z-index: 2;
}

#nav, #nav ul{
margin: 0px 10px 0px 30px;
padding:15;
list-style-type:none;
list-style-position:outside;
position:absolute;
}

#nav a{
display:block;
padding: 7px 14px 10px 14px;
text-decoration:none;
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

#nav a:hover {
background-color:#00296F;
color:#FFFFFF;
}

#nav li {
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:190px;
background-color: #0042B0;
margin: 0px 0 0 0;
padding: 0px;
}

#nav li ul a{
border-top: 1px solid #3368C0;
width:162px;
height:auto;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:190px;
top: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}

	.

/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-top: 12px;
	margin-bottom: 12px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	width:990px;
	padding-top: 170px;
	background-image: url(images/area_home.jpg);
	background-repeat: no-repeat;
	}

#descubre{
	width:300px;
	float:left;
	padding:15px;
	line-height:1.5em;
	margin:0;
	}

#descubre  div.title {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003896;
	display:block;
	padding-bottom:5px;
	}
	
#descubre  div.title a {
	color: #003896;
	}
	
#descubre img {
	float: left;
	margin-bottom:5px;
	clear: both;
	}

#descubre div.meta {
	display:block;
	margin-top:2px;
	}

#descubre p {
	padding-bottom:5px;
	}
		
#conoce{
	width:300px;
	float:left;
	padding:15px;
	line-height:1.5em;
	margin:0;
	}

#conoce  div.title {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003896;
	display:block;
	padding-bottom:5px;
	}
	
#conoce  div.title a {
	color: #003896;
	}

#conoce img {
	float: left;
	margin-bottom:5px;
	clear: both;
	}	

#conoce div.meta {
	display:block;
	margin-top:2px;
	}

#conoce p {
	padding-bottom:5px;
	}	
		
#protege{
	width:300px;
	float:left;
	padding:15px;
	line-height:1.5em;
	margin:0;
	}


#protege  div.title {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003896;
	display:block;
	padding-bottom:5px;
	}
	
#protege  div.title a {
	color: #003896;
	}

#protege img {
	float: left;
	margin-bottom:5px;
	clear: both;
	}	
	
#protege div.meta {
	display:block;
	margin-top:2px;
	}

#protege p {
	padding-bottom:5px;
	}
	
#ver_mas {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
	clear: both;
	border-bottom: 1px solid #3C78A7;
	}
	
#ver_todas {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
	}
	
#documentos {
	float:left;
	padding:10px;
	border: 1px dotted #CFCFCF;
	background-color: #F9F9F9;
	}
	
#documentos h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#3c78a7;
	padding: 5px 0px 10px;
	}
	
#documentos a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#3c78a7;
	margin-top: 10px;
	}
	
#documentos .descripcion {
	border-bottom: 1px dotted #CFCFCF;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 150%;
	font-size: 11px;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#centro_home{
	width: 990px;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	}

#noticias_home {
	width:630px;
	background-color: #EFF7FC;
	float:left;
	padding:10px;
	font-size:12px;
	line-height:170%;
	position:relative; 
	clear: both;
	}

#noticias_home  div.title {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003896;
	display:block;
	padding-bottom:5px;
	}
	
#noticias_home img {
	margin-top:5px;
	margin-left:10px;
	padding:2px;
	float: right;
	clear: both;
	}
	
#noticias_home a img, #blog a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	float: right;
	}
	
#noticias_home  div.title a {
	color: #003896;
	}

#noticias_home.meta {
	display:block;
	margin-top:2px;
	padding-bottom:2px;
	position:relative; 
	clear: both;
	}

#noticias_home p {
	padding-bottom:5px;
	}		
	
#actividades_home {
	width:300px;
	padding: 10px 10px 10px 10px;
	background-color:#F2F2F2;
	float:right;
	margin-bottom: 10px;
	}
	
#actividades_home div.title {
	font-size: 12px;
	font-weight: bold;
	color: #003896;
	line-height: 120%;
	}
	
#actividades_home a {
	color: #003896;
	}
	
#actividades_home div.meta {
	margin-bottom: 12px;
	}

#form_marcaje {
	width:320px;
	float:right;
	color: #ffffff;
	margin-bottom: 10px;
	}
	
#form_marcaje a {
	color: #ffffff;
	}

#form_marcaje a:hover {
	text-decoration: underline;
	}

#form_marcaje div.title {
	font-size: 15px;
	font-weight: bold;
	}
	
#form_marcaje img {
	margin-right:10px;
	padding:2px;
	float: left;
	}	

#abajo_home{
	width: 990px;
	background-color: #F2F2F2;
	padding: 10px 10px 10px 10px;
	}
	

#videos_home {
	width:300px;
	height: 410px;
	padding: 10px 10px 10px 10px;
	background-color:#ffffff;
	border: 1px solid #B3CDE3;
	margin-right: 10px;
	float:left;
	}
	
#sabias_home {
	width:300px;
	height: 410px;
	padding: 10px 10px 10px 10px;
	background-color:#ffffff;
	border: 1px solid #B3CDE3;
	margin-right: 10px;
	line-height: 150%;
	float:left;
	}
	
#sabias_home img {
	padding:2px;
	float: left;
	margin-bottom: 5px;
	clear: both;
	}
	
#facebook_home {
	width:300px;
	padding: 10px 10px 10px 10px;
	float:right;
	background-color:#F2F2F2;
	}
	
#fotos_home {
	width:300px;
	height: 410px;
	padding: 10px 10px 10px 10px;
	background-color:#ffffff;
	border: 1px solid #B3CDE3;
	float:left;
	}
	
#archive {
	padding-top:15px;
	font-size:1.05em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #003896;
	padding:5px 0px;
	line-height:120%;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	clear: both;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	line-height: 140%;
	}
	
#front-list img, #archive img {
	margin-left:10px;
	padding:2px;
	float: right;
	clear: both;
	}
	
#tabla_tiburones {
	float: left;
}

#tabla_tiburones img {
	float: left;
	padding: 0px;
}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:11px;
	color:#333333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/
	
#content_descubre {
	width:990px;
	padding: 10px 10px 10px 10px;
	font-size:12px;
	line-height:normal;
	float:left;
	background-image: url(images/enc_descubre.jpg);
	background-repeat: no-repeat;
	}
	
#content_conoce {
	width:990px;
	padding: 10px 10px 10px 10px;
	font-size:12px;
	line-height:normal;
	float:left;
	background-image: url(images/enc_conoce.jpg);
	background-repeat: no-repeat;
	}
	
#content_protege {
	width:990px;
	padding: 10px 10px 10px 10px;
	font-size:12px;
	line-height:normal;
	float:left;
	background-image: url(images/enc_protege.jpg);
	background-repeat: no-repeat;
	}
	

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	}

#content h2.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #003896;
	padding:5px 0px;
	}
	
#content_page img {
	z-index:-10;
	}
	
#content_page {
	width:630px;
	padding: 10px 20px 10px 10px;
	font-size:12px;
	float:left;
	}
	
#content_page2 {
	width:990px;
	padding: 10px 10px 10px 10px;
	font-size:12px;
	margin-top: 10px;
	line-height:180%;
	float:left;
	}
	
#descripcion_page{
	width:950px;
	padding: 10px 10px 10px 10px;
	font-size:12px;
	margin-top: 40px;
	line-height:170%;
	float:left;
	}	

#content_page2 h2 {
	font-size:18px;
	color: #003896;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#noticias_interno {
	width:590px;
	background-color: #EFF7FC;
	float:left;
	padding:10px;
	font-size:12px;
	line-height:170%;
	position:relative; 
	clear: both;
	}
	
#noticias_interno  div.title {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003896;
	display:block;
	padding-bottom:5px;
	}
	
#noticias_interno img {
	margin-top:5px;
	margin-left:10px;
	padding:2px;
	float: right;
	clear: both;
	}
	
#noticias_interno a img, #blog a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	float: right;
	}
	
#noticias_interno  div.title a {
	color: #003896;
	}

#noticias_interno.meta {
	display:block;
	margin-top:2px;
	padding-bottom:2px;
	position:relative; 
	clear: both;
	}

#noticias_interno p {
	padding-bottom:5px;
	}		
	
#foto_page {
	width:630px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
		}
	

#content_page .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	}

#content_page h2.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #003896;
	padding:5px 0px;
	}

.post {
	font-size:12px;
	line-height:160%;
	}

.post p {
	margin-top:0px;
	font-size:12px;
	line-height:160%;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style: url(images/circle.gif);
	margin-left:30px;
	margin-bottom: 15px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style: circle;
	margin-left:20px;
	margin-bottom: 15px;
	}

.post img, .post a img, #front-list img, #archive img {
	margin: 0 0px 5px 10px;
	padding:2px;
	float: right; 
	position: relative; 
	clear: both;
	}
	
	
.wp-caption {
	margin: 0 0px 5px 10px;
	padding:2px;
	float: right; 
	position: relative; 
	clear: both;

}
.wp-caption img {
	margin: 0 0px 5px 10px;
	padding:2px;
	float: right; 
	position: relative; 
	clear: both;
}
.wp-caption p.wp-caption-text {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #003896;
}
	

	
.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

.bordetabla {
	border-bottom: 1px solid #C6C6C6;
	}

	
#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/

#barra_home {
	width:300px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #F2F2F2;
	}
	
#barra_left {
	width:320px;
	float:right;
	margin: 20px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(images/bg_left.gif);
	background-repeat: no-repeat;
	}
	
#barra_left2 {
	width:340px;
	float:right;
	margin: 0px 10px 10px 10px;
	}
	
#sabias_interno{
	width:320px;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	background-color:#ffffff;
	border: 1px solid #B3CDE3;
	margin-right: 10px;
	float:right;
	}
	
#sabias_interno img{
	padding:2px;
	float: left;
	margin-bottom: 5px;
	clear: both;
	}	
	
#sabias_sidebar2{
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	float:right;
	border: 1px solid #B3CDE3;
	line-height: 150%;
	}
	
#sabias_sidebar{
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	float:right;
	line-height: 150%;
	}

#sabias_sidebar img{
	padding:2px;
	float: left;
	margin-bottom: 5px;
	clear: both;
	}	

#menu_sidebar {
	padding: 10px;
	color: #003896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	}
	
#menu_sidebar ul{
	color: #003896;
	background-image: url(images/bg_btn.gif);
	background-repeat: no-repeat;
	width: 210px;
	height: 18px;
	padding: 0px 0px 5px 22px;
	margin: 6px 0 6px 0;
	list-style: none;
	border-bottom: 1px solid #E9E9E9;
	}
	
#menu_sidebar li{
	color: #003896;
	background-image: url(images/bg_btn.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 18px;
	padding: 0px 0px 5px 22px;
	margin: 6px 0 6px 20px;
	border-bottom: 1px solid #E9E9E9;
	list-style: none;
	}
	
#menu_sidebar a{
	color: #003896;
	}
	
#destacados_sidebar {
	padding: 10px;
	color: #003896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	background-color:#ffffff;
	border: 1px solid #B3CDE3;
	}
	
#noticias_sidebar {
	padding: 10px;
	color: #003896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	background-color: #EBF4FB;
	border: 1px solid #B3CDE3;
	}
	
#noticias_sidebar div.title  {
	color: #003896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
	}
	
#noticias_sidebar div.title a  {
	color: #003896;
	}
	
#noticias_sidebar img {
	margin-left:10px;
	padding:2px;
	float: right;
	}
	
#informacion_sidebar {
	padding: 10px;
	color: #003896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	background-color: #EBF4FB;
	border: 1px solid #B3CDE3;
	}
	
#informacion_sidebar div.title  {
	color: #003896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	}
	
#informacion_sidebar div.title a  {
	color: #003896;
	}
	
#informacion_sidebar img {
	float: left;
	margin-bottom:5px;
	clear: both;
	}
	
#links_sidebar {
	padding: 10px;
	color: #003896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	background-color: #F2F2F2;
	}
	
	
#links_sidebar img {
	margin-left:10px;
	padding:2px;
	float: right;
	}
	
#video_sidebar {
	width:300px;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	background-color: #F2F2F2;
	}
	
#compartelo_sidebar {
	width:230px;
	height: 35px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border: 1px solid #999999;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	height: 150px;
	border: 1px solid #999999;
	background-color: #F2F2F2;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comments {
	width:610px;
	background:#EBF4FB;
	padding: 10px;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 100%;
	background-color: #F0F0F0;
	border-top: 2px solid #003896;
	font-size:12px;
	line-height: 140%;
	padding-top:10px;
	text-align: center;
	}
	
#social_media {
	margin: 0 auto;
	width: 990px;
	padding-top:10px;
	}
	
#menu_top:10px;
	text-align: center;
	}
	
#social_media {
	margin: 0 auto;
	width: 990px;
	padding-top:10px;
	}
	
#menu_footer {
	margin: 0 auto;
	width: 990px;
	padding-top:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
