@charset "utf-8";

/*  
Theme Name: Post It
Theme URI: http://www.absolutewebdev.com
Description: This is for mywife's personal blogspot. The theme is a corkboard with pinned up papers.
Version: 1.0
Author: James Richardson
Author URI: http://www.absolutewebdev.com/

*/

body  {
	font: 100% "Pristina", "Script MT Bold", "Agency FB", "Amienne", "Blackadder ITC";
	background: url(images/bkgrnd.jpg) repeat top left #666666;
	margin: 0px 0px 5px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2px 0px 2px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: none;
}
a {
	outline: none;
}

p {
	margin: 0px;
	padding: 0px;
}

img .Thumb {
	width: 150px;
}

.ngg-album a{
	font-size: 20px;
}

.ngg-description p {
	padding-top: 13px;
	font-size: 18px;
}

.main #expander { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/expand_strip.jpg) repeat-y top center;
	border: 4px outset #5A452E;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
} 
.main #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/background.jpg) no-repeat top center;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
} 


.main #header { 
	height: 135px;
	padding: 0px;
	margin: 0px;
} 
.main #header #header_content {
	width: 670px;
	float: right;
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header #administrator{ 
	float: left;
	width:160px;
	padding: 0px;
	margin: 10px 0px 0px 55px;
} 
.main #header #administrator ul{ 
	text-align: left;
} 
.main #header #administrator ul li{ 
	list-style: none;
	border-bottom: 1px solid #333333;
	padding-top: 2px;
} 
.main #header #administrator ul li a{ 
	text-decoration: none;
	color: #000000;
	line-height: normal;
} 
.main #header #administrator ul li a:hover{ 
	text-decoration: none;
	color: #ff0000;
	line-height: normal;
} 
.main #header #home_button{ 
	float: left;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
.main #header #search{ 
	padding: 0px;
	margin:78px 0px 0px 0px;
}
.main #header #search #searchform{ 
	padding: 0px;
	margin: 0px;
}
.main #header #searchform #searchsubmit{ 
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fcf8b9;
	border: none;
	margin: 0px 0px 0px 10px;
}


.main #mainContent {
	min-height: 600px;
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.main #mainContent .menu{
	position: absolute;
	width: 327px;
	margin: 0px 0px 0px 0px;
}
.main #mainContent #welcome{
	font-size: 20px;
	float: left;
	margin: 8px 0px 0px 365px;
	padding: 0px;
	width: 350px;
	height: 298px;
}
.main #mainContent #welcome p{
	text-align: left;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
.main #mainContent #welcome h3{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}



.main #mainContent #calender{
	float: right;
	margin-right: 53px;
	width: auto;
	height: 298px;
	font-family: "Trebuchet", Verdana, Geneva, sans-serif;
}
.main #mainContent #calender table{
	width: 220px;
	border: 1px solid #000000;
	border-collapse: collapse; 
}
.main #mainContent #calender table caption{
	padding-bottom: 5px;
}
.main #mainContent #calender table th{
	background: #aaaaaa;
}
.main #mainContent #calender table td{
	background: #ffffff;
	padding: 1px;
	height: 22px;
	
	
}

.main #mainContent .picture_view{
	background: url(images/picture_view.jpg) no-repeat;
	float: left;
	width: 696px;
	height: 303px;
	padding-top: 16px;
}
.main #mainContent .picture_view .posts .entry img{
	float: left;
	width: 234px;
	height: 188px;
	margin: 28px 54px 0px 25px;
}
.main #mainContent .picture_view p.title{
	text-align: left;
	border-bottom: 1px dotted #000000;
	font-size: 20px;
	float: right;
	width: 350px;
	margin: 29px 30px 5px 0px;
}
.main #mainContent .picture_view p.topic, .main #mainContent .picture_view p{
	font-size: 20px;
	text-align: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.main #mainContent .picture_view .postmetadata{
	font-size: 20px;
	float: right;
	width: 400px;
	margin: 0px 0px 0px 25px;
}


.main #mainContent .cat_content{
	float: left;
	width: 696px;
}
.main #mainContent .cat_content .posts{
	text-align: left;
	background: url(images/cat_content.jpg) no-repeat;
	padding: 30px 90px 20px 150px;
	height: 219px;
}
.main #mainContent .cat_content .posts .entry{
	padding: 0px;
}



.main #mainContent .other_content_bottom{
	background: url(images/other_content_bottom.jpg) no-repeat bottom left;
	width: 696px;
	padding: 0px 0px 50px 0px;
	margin-bottom: 35px;
	
}
.main #mainContent .other_content .posts{
	text-align: left;
	background: url(images/other_content.jpg) no-repeat;
	padding: 20px 90px 20px 150px;
}
.main #mainContent .other_content_middle{
	background: url(images/other_content_middle.jpg) repeat-y;
	width: 696px;
}
.main #mainContent .other_content{
	float: left;
	width: 696px;
}
.main #mainContent .other_content .postmetadata{
	clear: both;
	margin-bottom: 25px;
}
.main #mainContent .other_content .posts h2{
	padding: 0px;
	margin-bottom: 15px;
}
.main #mainContent .other_content .posts .entry {
	float: left;
	width: auto;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 21px;
}
.main #mainContent .other_content .posts .entry img.alignleft {
	float: left;
	width: 235px;
	margin: 0px 10px 0px 0px;
}



.main #mainContent .link_list{
	float: right;
	margin: 20px 85px 0px 0px;
	text-align: left;
	width: 200px;
}
.main #mainContent .link_list .doit_date{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	margin: 0px;
	position: relative;
	top: -30px;
	right: -150px;
}
.main #mainContent .link_list h2{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-align: left;
}
.main #mainContent .link_list ul{
	margin-bottom: 10px;
}
.main #mainContent .link_list ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	
}
.main #mainContent .link_list ul li ul{
	margin: 0px;
	padding: 0px;
}
.main #mainContent .link_list ul li ul li{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.main #mainContent .link_list ul li ul li a{
	font-size: 18px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.main #mainContent .link_list ul li ul li a:hover{
	text-decoration: underline;
	color: #ff0000;
	margin: 0px;
	padding: 0px;
}


#respond{
	margin: 0px;
	padding: 0px;
}
.comments-template{
	margin: 35px 0px 0px 0px;
	border-top: 0px solid #ccc;
	padding: 0px;
	clear:both;
}
.comments-template ol{
	margin: 0px;
	padding: 0px 0px 15px;
	list-style: none;
	background: url(images/comment.png) repeat top left;
	border: 0px solid #333333;
}
.comments-template ol li{
	margin: 10px 0px 0px 0px;
	line-height: 18px;
	padding: 50px 20px 0px 50px;
	border-bottom: 0px solid #333333;	
	height: 155px;
}
.comments-template ol li p{
	line-height: 18px;
}
.comments-template h2, .comments-template h3{
	margin: 0px;
	padding: 0px;
}
.comments-template h3 #comments{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.commentmetadata{
	margin-bottom: 6px;
}
.comments-template p.nocomments{
	padding: 0px;
}
.comments-template textarea{
	font-size: 12px;
}



.main #footer { 
	text-align: left;
	background: url(images/footer.jpg) bottom center no-repeat;
	height: 141px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.main #footer p {
	font-size: 20px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 16px 0px 0px 100px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.main #footer ul{ 
	font-size:18px;
	margin: 0px;
	padding: 11px 0px 0px 45px;
} 
.main #footer ul li{ 
	width: 60px;
	list-style: none;
	display: inline-block;
}
.main #footer ul li a{ 
	text-decoration: none;
	color: #000000;
} 
.main #footer ul li a:hover{ 
	text-decoration: none;
	color: #ff0000;
}

textarea{
	background: transparent;
}
input{
	background: transparent;
}
select{
	background: transparent;
}
option{
	background: #fff;
}
fieldset {
	border: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
legend {
	border: none;
	font-size: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}