@charset "utf-8";
/*
Theme Name: Almost Boxes (Green)

Version: 1.0

Description: Almost Boxes is an elegant, simple theme which basically uses boxes. It's available in 4 colours : Blue, Red, Green & Grey. You can preview them all at My Theme Viewer - http://www.gurdit.com/testblog/  All 4 colours come packaged in the same file, but Blue is simply chosen by default.

Author: Gurdit

Author URI: http://www.gurdit.com/blog/

*/

* {
  margin: 0;
  padding: 0;
}

body {
	background: #FFD7E1;
	font: 80% Arial, Helvetica, sans-serif;
}
a, a:active, a:visited {
	color: #0C79C2;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

form {
  margin-bottom: 10px;
}

h3 {
	color: #0C79C2;
}
ul,li {
	list-style: none;
}
/* ---- WRAPPER DIV ---- */

#wrap{
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

/* ---- HEADER STUFF ---- */

#header {
	height: 180px;
	width: auto;
	background: url(images/header.jpg) no-repeat;
	margin: auto;
}

#header h1 {
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 10px 0 0 20px;
  font: 1.5em normal ;
}

#header h1 a, #header h1 a:visited {
  color: #f0f0f0;
  border-bottom: none;
  text-decoration: none;
  font-style: normal;
}

#header h1 a:hover, #header h1 a:active {
  color:#fff;
  text-decoration: none;
}


#header .descrip{
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  font-size: 0.8em;
  line-height: 0.5em;
}

#headermenu {
	margin: 0;
	padding:0;
	background:#0C79C2;
	border: 0;
}

#advert {
  width: auto;
  background: #fff;
  margin: auto;
  text-align: center;
}

/* ---- TOP MENU ---- */

#topmenu{
	list-style:none;
	padding: 5px;
	margin : 0;
}

#topmenu li{
  list-style:none;
  display: inline;
  padding: 0px 10px;
}

#topmenu a, #topmenu a:visited, #topmenu a:active {
  color: #fff;
  font-variant: small-caps;
  text-decoration: none;
  font-weight: bold;
}

#topmenu a:hover {
  color: #000;
}
.clear {
	clear:both;
}
/* ---- MAIN DIVS ---- */
#main {
	clear: both;
	width: 800px;
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #333333;
}

#content{
	float: right;
	width: 580px;
	padding: 10px;
	margin-top: 0px;
	background: #FFFFFF;
}

/* ---- POST CONTENT ---- */
.post {
	padding: 0;
	margin-bottom: 50px;
	clear: both;
	width: 580px;
}
.post:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
}
.post {display: inline-block;}
*html .post {height: 1%;}
.post {display: block;}

.post a, .post a:visited {
	color: #0C79C2;
	text-decoration: none;
}
.post a:hover, .post a:active {
	border-bottom: 1px solid #0C79C2;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

.post h2.post-title {
	background: #FF3366;
	margin: 0px;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	font-weight: 800;
}

.post-title a:link, .post-title a:visited, .post-title a:active {
  color: #fff;
  text-decoration: none;
}
.post-title a:hover
{
  color: #000;
  text-decoration: none;
}

.post p{
	padding: 10px;
	line-height: 1.4;
}

.day-date {
	font-size: 0.85em;
	color: #888888;
	border-bottom: 1px solid #0C79C2;
}

.day-date em {
  color: #000;
  font-style: normal;
}

.post-info{
  text-align: right;
}

.post-info a{
  color: #429B52;
  font-size: 0.85em;
}

blockquote {
  background : url(images/blockquote_green.png) top left no-repeat #e8ffef;
  margin : 0px 20px;
  padding-left: 15px;
  padding-top: 5px;
  color: #666666;
  font-size: 0.85em;
}

.post ul, .post ol {
  margin-left: 55px;
}

.post ul li{
  list-style-image:url(images/bullet_green.png)
}


/*---- COMMENTS and FORMS ----*/

dl dt {
  font-weight:bold;
  margin:5px 5px;
}

dl dd {
  margin-left: 5px;
  padding-left: 15px;
}

#commentform {
  margin:10px;
  margin-top: 0;
  padding:10px;
  padding-top: 5px;
}

#commentform p {
  padding: 5px;
}

.cmtinfo {
	background: #0C79C2;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.commentlist a, .commentlist a:visited{
  color: #429B52;
  text-decoration: none;
}
.commentlist a:hover, .commentlist a:active {
  color: #000;
  border-bottom: 1px solid #429B52;
}

.cmtinfo a, .cmtinfo a:visited, .cmtinfo a:active {
  color: #fff;
  font-style: normal;
}
.cmtinfo a:hover{
  color: #000;
  border: 0;
}

.commentlist li .cmtinfo em {
  float:right;
  margin:0;
  padding:0;
  font-style:normal;
  font-weight: normal;
  font-size:0.9em;
  color:#fff;
}

.commentlist li {
	border: 1px solid #0C79C2;
	margin: 10px 0;
	padding-bottom: 5px;
	list-style: none;
}

.commentlist p {
  padding: 5px;
}


fieldset{
  border: none;
}

.field label{
  display: block;
}

textarea{
  width: 90%;
  height: 20em;
  border: 1px solid #ccc;
  background:#f0f0f0;
}

input{
  border: 1px solid #ccc;
  background:#f0f0f0;
}

button {
  border: 1px solid #ccc;
  background:#f0f0f0;
  height: 20px;
}


/* ---- SIDEBAR ---- */
#sidebar {
	margin : 0 10px;
	width : 187px;
	padding :10px 0 0;
}
#sidebar .calendar caption {
	padding-bottom: 7px;
}


#sidebar ul {
	line-height: 1.5;
	font-size: 90%;
	padding: 0px;
	margin-bottom: 10px;
}

#sidebar ul li {
	margin: 5px 5px 5px 1px;
	background: url(images/list_001.gif) no-repeat left 0.4em;
	padding-left: 13px;
	list-style: none;
}

#sidebar ul li ul {
  border: 0;
  font-size: 1em;
}

#sidebar ul li ul li{
  border: 0;
  padding-left: 5px;
}

#sidebar li ul {
  padding: 0;
  margin: 0;
}

#sidebar h2 {
	margin: 0 0 0.7em;
	padding: 3px 0 3px 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #FF3366;
	font-size: 100%;
	text-align: center;
}

#sidebar ul h2 {
  background: #fff;
  color: #429B52;
}


/* ---- FOOTER DIV ----*/
#footer {
	clear: both;
	background: #FFFFFF;
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-top: 5px solid #FF3366;
}

#footer a, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a:hover {
  color: #fff;
}
div#content div.wp-pagenavi {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.post-content {
	padding: 10px;
}
div.para img  {
	border-width: 0px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
div.para {
	clear: both;
	margin-bottom: 50px;
}
