/*
Theme Name: Simplest Blue
URI: http://www.simplywp.net
Description: Three columns simple wordpress theme.
Author: Kathie & Andrew
Author URI: http://www.simplywp.net
*/

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	margin: 0px;
	padding: 0px;
	}
	
/* Body structure */	
#wrap {
	width: 850px;
	margin: auto;
	}

#container {
	background: #fff;
	width: 850px;
	margin: 0px;
	padding: 0px;
	}
	
#header {
	padding: 45px 0px 0px 0px;
	height: 85px;
	background: url('images/header.png') repeat-x #fff;
	color: #fff;
	text-align: center;
	}

#navigation {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	color: #3399CC;
	background: #f8fdff;
	border-top: 3px solid #3399cc;
	border-bottom: 3px solid #3399cc;
	padding: 5px 0px 0px 0px;
	height: 20px;
	}

#content {
	width: 430px;
	background: #fff;
	float: left;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	}

#left_sidebar {
	float: left;
	width: 190px;
	padding: 0px 5px 0px 5px;
	}
	
#right_sidebar {
	float: right;
	width: 190px;
	padding: 0px 5px 0px 5px;
	}
	
#footer {
	clear: both;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-top: 3px solid #3399cc;
	color: #c0c0c0;
	width: 850px;
	margin: 0px;
	}

a {
	color: #3399CC;
	text-decoration: none;
	}

a:hover {
	color: #7ed3fd;
	text-decoration: none;
	}

/* Body structure */


/* Header */

#header h1 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	}

#header a {
	color: #FFFFFF;;
	text-decoration: none;
	}

/* Header */


/* Navigation bar */
#navigation ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#navigation li {
	float: left;
	list-style: none;
	}
	
#navigation a {
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	}

#navigation a:hover {
	text-decoration: underline;
	}

/* Navigation bar */


/* Sidebar */

#sidebar h2 {
	background: url('images/sidebar_title_bg.png') repeat-x #3399CC;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	}	
	
#sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #3399CC;
	}

.textwidget {
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	text-align: justify;
	}

select {
	margin: 5px 0px 5px 0px;
	}

/* Sidebar */


/* Calendar */

#wp-calendar {
	width: 100%;
	margin: 2px 0px 20px 0px;
	}

#wp-calendar th {
	color: #FFFFFF;
	background: #3399CC;
	}

#wp-calendar caption {
	font-weight: bold;
	}

#wp-calendar a {
	border-bottom: 1px dotted #3399CC;
	}

#wp-calendar td {
	text-align: center;
	}

/* Calendar */


/* Entry body */

#content img {
	border: 1px solid #999999;
	padding: 2px;
	}

#content .wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

.date {
	background: url('images/time.png') no-repeat;
	color: #636467;
	padding: 0px 0px 5px 20px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #3399cc;
	}

#content h1 {
	margin: 0px 0px 0px 0px;
	color: #3399CC;
	font-size: 18px;
	}
	
#content p {
	line-height: 18px;
	}

.entry_body ul {
	margin: 0px;
	padding: 0px;
	}

.entry_body li {
	margin: 0px;
	padding: 0px;
	}

blockquote {
	background: #f8fdff;
	margin: 20px;
	padding: 30px;
	color: #999;
	}

.entry_footer {
	clear: both;
	padding: 2px;
	margin: 10px 0px 20px 0px;
	text-align: center;
	border-top: 1px solid #3399cc;
	border-bottom: 1px solid #3399cc;
	height: 20px;
	}

.footer_link {
	clear: both;
	}

.alignleft {
	background: url('images/left.gif') no-repeat left center;
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 10px 0px;
	}

.alignright {
	background: url('images/right.gif') no-repeat right center;
	float: right;
	padding: 0px 20px 0px 0px;
	margin: 10px 0px 10px 0px;
	}

/* Entry body */


/* Comment */

.postmetadata {
	clear: both;
	background: #f8fdff;
	padding: 5px;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	}

#commentlist ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}

#commentlist li {
	padding: 5px;
	}

.alt {
	background: #f8fdff;
	border-top: 1px dashed #3399CC;
	border-bottom: 1px dashed #3399CC;
	}

/* Comment */


/* Input, textarea and form */

#searchform {
	margin: 10px 0px 10px 0px;
	text-align: center;
 	}

#s {
	margin: 2px;
	width: 90%;
	padding: 2px;
	}

input {
	background: #fff;
	border: 2px solid #3399CC;
	padding: 5px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

textarea {
	background: #fff;
	border: 2px solid #3399CC;
	padding: 2px;
	width: 100%;
	}
	
/* Input, textarea and form */


.aizatto_related_posts ul {
	margin: 10px 0px 10px 0px;
	list-style: none;
	}

.aizatto_related_posts li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	}

.aizatto_related_posts_header {
	font-size: 14px;
	color: #333333;
	}