﻿body {
	color: #111;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	line-height:150%;
	background-image:url('http://blog.merrycode.com/wp-content/themes/MerryPress/images/aurorabg.jpg');
	background-repeat:no-repeat;
	
	
}
a{
	color:#1491A7;
	text-decoration:none;
}
a:hover{
	
	text-decoration:underline;
}
a img{
	border-style:none;
}

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 */

.container
{
	width:1010px;
	margin: auto;
	
	

}
.header
{
	height:120px;
	
}
.headerAlignLeft
{
	float:left;
	width:300px;
}
.headerAlignRight
{
	float:right;
	margin:10px 0px 0px 0px;
	
	
}

.menu
{
	width:1010px;
	float:left;
	border:1px #F3F3F3 solid;
	background-color:#F8F8F8;
	height:30px;
	color:#CCCCCC;
	
	
}
.menuAlignLeft
{
	float:left;
	width:790px;
	vertical-align:middle;
	margin:5px 5px 5px 5px;
	font-size:small;
	font-weight:bold;
	
}
.menuAlignRight
{
	float:right;
	/*width:205px;*/
	vertical-align:middle;
	margin:5px 10px 5px 2px;
	
	
}

.posts
{
	width:640px;
	margin:25px 5px 5px 0px;
	float:left;
	
}
.postTitle
{

width: 640px;
margin:10px 0px 0px 0px;

float:left;
	
}
.postTitle a{

font-family:"Segoe UI", Tahoma, Geneva, Verdana;
font-size: 30px;
font-weight: normal;
letter-spacing: -1px;
line-height: 130%;
color:#1491A7;

}
.postContent{
float:left;
line-height:150%;
width: 640px;
	
}

.authorDetails
{
	width:640px;
	float:left;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	color:#999999;
	margin:20px 0px 0px 0px;

}
.authorDetails a
{
font-weight:bold;
color:#999999;

}
.readmore
{
	width:640px;
	float:left;
	border-bottom:1px #E8E8E8 solid;
	padding:0px 0px 10px 0px;
	
}
.readmoreLeftAlign
{
	float:left;
	width:200px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-weight:bold;
	font-size:small;

}
.readmoreRightAlign
{
	float:right;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	width:320px;

	font-weight:bold;
	

	
}
.redmoreRightAlign a
{
	color:#999999;
}
.sidebar
{
	float:right;
	width:310px;
	margin:30px 0px 0px 0px;

	list-style-type: none;

	list-style-image: none;
	

}
.sidebar h2

{
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-weight:bold;

		line-height: 3em;
		font-size:small;
		
		margin-bottom:-15px;

		color:#666666;

	

}

.sidebar ul li{

font-family:Arial, Helvetica, sans-serif;
	
margin:0px 0px 0px -40px;
list-style-type: none;

list-style-image: none;

	

}
.footer{

	border-top:1px #F5F5F5 solid;

	margin:10px 0px 10px 0px;

	padding:30px 0px 30px 0px;

	float:left;

	width:100%;
	background-color:#F8F8F8

	

	

}
.subFooter{

	width:1024px;

	margin:auto;

	font-size:12px;

	color:#999999;

	

}

.subFooter a{

	font-weight:bold;

	text-decoration:underline;	

	color:#808080;

}

.subFooter a:hover{

	color:black;

}

#respond
{
width:610px;
	
	
}
#commentsTemplate
{
	width:600px;
	float:left;
}
.socialmedia{
	
	font-size:small;
	color:#666666;
        margin: 10px 0px 0px 0px;
	height:30px;
	border-bottom:1px #C0C0C0 solid;
	float:left;
	width:640px;

}
.addthis
{
	
}
.like
{
	border:1px #F3F3F3 solid;
	background-color:#F8F8F8;
	height:80px;
	float:left;
	width:630px;
	padding: 5px 0px 0px 10px;


}
.breadcrumbsHolder
{
	border:1px #F3F3F3 solid;
	background-color:#F8F8F8;
	height:auto;
	float:left;
	width:630px;
	color:#5D5B5B;
	padding: 0px 10px 0px 10px;
	
	

}

.addthis a
{
	float:left;
	font-size:small;
	color:#666666;
	text-decoration:none;
	
}
.addthis a:hover
{
	font-size:small;
	color:black;
	text-decoration:underline;
}


