/*  
Theme Name: Metic
Theme URI: http://krneky.com/
Description: A theme based on the original template <a href="http://krneky.com/templates/metic/index.html">Metic</a>.
Author: Robbie
Author URI: http://krneky.com/

colours 
blues	#7bb8ee #eaf2f8 #e2eef9 #f9fafb
pinks #ca3a78 
*/

body {
	background: #f4f4f4;
	color: #444;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
}

a {
	color: 	#7bb8ee;
	text-decoration: none;
}

a:hover {
	color: #7bb8ee;
	text-decoration: underline;
}

.main {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	width: 780px;
	border: 1px solid #e2eef9;
}
/*
url(header_1.png) no-repeat
*/
.top {
	background:#fff url(images/header_1.png) no-repeat;
	width: auto;
	height: 100px;
}

.topb {
	background-color: #fff;
	width: auto;
	height: 5px;
}


.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 518px;
}

.title {
  	color: #3c08d2;
   	font-size: 13px;
   	font-weight: bold;
	margin: 4px;
}

.date {
	font-size: 9px;
	margin: 3px;
}

h1 {
	font: 17px verdana;
	color: #7bb8ee;
	margin-bottom: 5px;
}

h2 {
	font: 16px verdana;
	color: #7bb8ee;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
	color: #7bb8ee;
	margin-bottom: 5px;
}

h4 {
	font: 14px verdana;
	color: #7bb8ee;
	margin-bottom: 5px;
}

h5 {
	color: #7bb8ee;
   	font-size: 13px;
	margin-bottom: 5px;
}



h6 {
	font: 12px verdana;
	color: #7bb8ee;
	margin-bottom: 5px;
}



.right {
	float: right;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-right: 14px;
}

.left {
	margin-top: 20px;
	margin-left: 215px;
}

.insidebox {
	margin-left: 220px;
	width: 520px;
	color: #888;
	font-size: 12px;
	padding: 5px 6px 0px 6px;
	background: #f9fafb;
	border: 1px solid #e2eef9;
	text-align: justify;
	height: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}

.insidecomment {
	margin-left: 240px;
	width: 500px;
	color: #555A60;
	font-size: 12px;
	padding: 6px 7px 0px 7px;
	background: #f9fafb;
	border: 1px solid #e2eef9;
	text-align: justify;
	height: auto;
	margin-top: 10px;
	padding-bottom: 5px;
}

.info {
	font-size: 11px;
	background: #F5F5F5;
	border: 1px solid #e2eef9;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}



li {list-style: none;}
 


.navigation {
	float: left;
	text-align: left;
	width: 178px;
	background-color: #e2eef9;
	border: 1px solid #e2eef9;
	color: #666666;
	font-size: 0.9em;
	margin-top: 18px;
	margin-left: 10px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	
}


.navigation h2 {
	color: #5A5A43;
	font-size: 1.1em;
	line-height: 5px;
	padding-left: 8px;
}


.navigation ul {
	padding: 0;
	border-top: 1px solid #e2eef9;
	margin: 0;
}



.navigation li {border-bottom: 1px solid #e2eef9;}


.navigation li a {
	background: #f9fafb;
	color: 	#707070;
	font-size: 1.1em;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	width: 170px;
}


.navigation li a:hover {
	background: #eaf2f8;
	color: #888888;
}




img.center {
	display: block; 
	margin: auto;
	border:1px solid #e2eef9;
	padding: 2px; 
	  
	}

img.alignright {
	float: right;
	padding: 4px;
	display: inline;
	margin:0 0 35px 20px;
		border:1px solid #e2eef9;
	padding: 2px;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	border:1px solid #e2eef9;
	display: inline;
	}







.searchpad {paddding-bottom:10px;}

.footer {
	clear: both;
	width: auto;
	line-height: 20px;
	color: #555A60;
	font-size: 10px;
	background: #fff;
	text-align: center;
	height: auto;
	margin-top:10px;
}