/*  
Theme Name: Emerald
Description: <a href="http://wpthemeland.com/themes/emerald/" title="WordPress Theme Land">Emerald</a> is a 3-Column, Widget Compatible, Fluid Width Theme, created by <a href="http://sadish.net/" title="Sadish Bala">Sadish Bala</a>.
Version: 1.0
Author: WordPress Theme Land
Author URI: http://wpthemeland.com/
*/
/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

@import url( header.css );
@import url( widgets.css );
@import url( sidebars.css );
@import url( comments.css );
@import url( articles.css );

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2,h3,h4,h5,h6
{
	font-family:"Lucida Sans",Georgia,Verdana, Arial, Serif;
}
body
{
  margin: 0;
  padding: 0;  
  font-family:"Tahoma","Lucida Sans",Verdana, Arial, Serif;
  color: #333;
  font-size: 12px;
  font-size: .8em !important;
}
a
{
	color: #214daa;
	text-decoration:none;
}
a:hover, a:active 
{
	text-decoration:underline;
}
ol 
{
	margin-left:2em;
}
p
{
	margin-bottom:0.5em;	
	line-height:1.8em;
	
}
ul
{
	list-style-image:url(images/arrow.gif);
}
blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url(images/a5.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
img {
	border:0;
}
img.right, img.alignright
{
	float:right;
	margin:0 0 1em 1em;
}
img.left, img.alignleft
{
	float:left;
	margin:0 1em 1em 0;
}
.wp-caption.aligncenter
{
	margin: auto;
	text-align: center;
}
.wp-caption .wp-caption-text
{
	font-weight: bold;
	margin-top: 0;
}
/* Outer */
#outer
{
}

.prevNextLinks
{
	text-align: center;
}

/* Content */
#content
{
	padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url(images/a4.gif) repeat-x top left;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}
#primaryContent
{
	margin: 0em 480px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
}

.entry-content h3
{
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: .3em;
	margin-right: 4em;
}

.entry-content p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Subpages */

.entry-content .entry-sub-pages
{
	border: dotted 1px white;
	background-color: #ECEEDF;
	padding: .3em;
	margin: .3em;
	margin-top: 1em;
}

.entry-content .entry-sub-pages ul
{
	margin-left: 1em;
}

.entry-content .entry-sub-pages .info
{
	font-weight: bold;
}

/* Related posts */

.entry-content .related-posts
{
	border: dotted 1px white;
	background-color: #ECEEDF;
	padding: .3em;
	margin: .3em;
	margin-top: 1em;
}

.entry-content .related-posts ul
{
	margin-left: 1em;
}

.entry-content .related-posts p
{
	font-weight: bold;
}

#content .date 
{
	float:right;
}
#content .comments 
{
	margin:1em 0;
	border-bottom: dotted 1px #ECEEDF;
}
#content .post 
{
	margin-bottom:3em;
}

/* Footer */

#footer
{
	background: url(images/a4.gif) repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 3em;
	font-size: 0.9em;
}
.clear
{
	clear: both;
}
