/*
Theme Name: LIM
Theme URI: http://www.WPThemerKit.com
Description: LIM
Version: 0.01
Author: Nick
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */

/*general alignment*/
.alignleft {

}
.alignright {

}

/*the main div containers*/
html, body {    
   height: 100%; 
}

body {
	background-color: #fcfdee;
	background-image:url(images/grid.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #fcfdee;
}
#wrapper {
	width: 750px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
#title {

	margin-left: auto;
	margin-right: auto;
	background-image:url(images/title.png);
	width: 812px;
	height: 111px;
}
#header {
	width: 750px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3b5564;
}
#content {
	background-color: #3b5564;
	width: 730px;
	padding: 10px;
	line-height: 1.3em;
}
#container {
   min-height: 100%;
   margin-bottom: -66px;
   position: relative;
}

#footer {
	background-color: #3b5564;
	height: 35px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
	border-top: #002b3a solid 18px;
	position: relative;
}
.clearfooter {
   height: 66px;
   clear: both;
}

.bar {
	margin: auto;
	width: 714px;
	height: 18px;
	background-image:url(images/hbar.gif);
}
	
	

/*general classes*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
	visibility:hidden;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

/*style the header h1 - the main heading*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	color: #fcfdee;
	visibility:hidden;
}
#header h1 a:hover {
	text-decoration: underline;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0px;
        margin-left: 90px;
	width: 750px;
	font-size: 37pt;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu_contact {
	font-size: 38pt;
}

#menu ul {
	margin: 0px 0px -15px;
	padding: 0px 18px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 50px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;

	color: #fcfdee;
}
#menu li a:hover {
	text-decoration: underline;
}

/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}

/*style the post date*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #fcfdee;
	color: #fcfdee0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}

/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	color: #fcfdee;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #fcfdee;
}
#footer a:hover {
	text-decoration: none;
}

/*underpost is under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 600px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

