/*
Theme Name: Desktopg
Theme URI: http://www.urbangiraffe.com/
Description: Theme dissection example
Version: .8
Author: Joe Presto
Author URI: http://www.urbangiraffe.com/
*/


A:link {text-decoration: none; color:#dfe8c3}
A:visited {text-decoration: none; color:#dfe8c3}
A:active {text-decoration: none; color:#dfe8c3}
A:hover {text-decoration: none; color:#ff7143}

ul { list-style-type: none; }


*
{
	padding: 0;
	margin: 0;

}

#page
{
	background: #fffdd6;

}

hr
{
  display: none;
}

#headerimg
{
	background: #425d21;
	height: 274px;
	background-image:url(images/blogv10-title.jpg);
	background-repeat: no-repeat;
}

#headerimg h1
{
	  visibility:hidden;
}

#headerimg description
{
	  visibility:hidden;
}


#header
{
  width: 780px;
  margin: auto;

  
}

#wrapper
{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	background:url(images/blogv10-mid.gif);
	background-repeat: repeat-y;
 }



#content
{
	margin-left: 40px; 
	width: 427px;
	float:left;
	display: inline;	
}

.post p
{
	padding-bottom: 13px;
}


textarea
{
	width: 407px;
}


#sidebar
{
	width: 200px;
	margin-left: 63px; 
	float:left;
}



#footer
{
  width: 780px;
  height: 132px;
  margin: auto;
  background-image:url(images/blogv10-bottom.jpg);
  background-repeat: no-repeat;

  vertical-align: bottom;
  clear:both;
}

#footer p
{
  margin-left: 40px; 
  font-size: 10pt;
  padding-top: 77px;
}

body
{
font-family: ‘Trebuchet MS’, Arial, Verdana, Sans-Serif;

  color: #FFFFFF;
/*  line-height: 16pt; */
}

h2
{
	font-family: ‘Trebuchet MS’, Arial, Verdana, Sans-Serif;
	font-size: 15pt;
	color: #dfe8c3;
	line-height: 18pt;
	margin:0 0 5px;
	margin-top: 20px;
	
}



.entry, .entrytext
{
	font-size: 11pt;
	line-height: 15pt;
	margin-top: 5px;
}

.navigation
{
	margin-bottom: 15px;
}

.postmetadata
{
	font-size: 70%;
	padding-bottom: 25px;
}


#sidebar ul, #sidebar div.textwidget {
font-size:0.9em;
padding:0 0 22px;
}

#sidebar li {
list-style:none;
line-height:1.1em;
margin:0 0 6px 0;
}
