/*

*/

body {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #595454;
	background-color: #fff;
}

body,h1#blog-title {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #999;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
	color: #CCC;
	background-color: #666;
	font-size: 11px;
}

a img {
	border: 0 none;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: #FFF;

}

#header {
	height: 270px;
}

#inner-header {
}

h1#blog-title {
       	padding-top:25px;
	padding-left:-25px;
	font-size:80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #DCDCDC;
	text-decoration: none;
	font-weight: lighter;
}

h1#blog-title a {
	font-size:80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #DCDCDC;
	text-decoration: none;
	font-weight: lighter;
}
h1#blog-title a:hover {
	font-size:80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #CCC;
	background-color: #666;
	text-decoration: none;
	font-weight: lighter;
}
.entry-title a {
	margin-top:20px;
	text-decoration: none;
	color: #999;
	font-size: 11px;
}

#footer a {
	

	text-decoration: none;
	color: #999;
	font-size: 11px;
}

#footer a:hover {
	text-decoration: none;
	color: #CCC;
	background-color: #666;
	font-size: 11px;
}
.entry-title a {
	color: #59462C;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
.entry-title a:hover {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	background-color: #666;
}
div.skip-link {
	display: none;
}

#menu {
        height: 25px;
      
        
}

#menu a {
	text-decoration: none;
	color: #999;
	font-size: 11px;
	
}

#menu a:hover {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}

#menu li.current_page_item a, #menu li.current_page_item a:hover {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}

#content {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #595454;
	background-color: #fff;
	padding-top:1em;
        width: 700px;
}

.entry-title {
        color: #59462C;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform:uppercase;
	margin-top:50px;
}
p{
        text-decoration: none;
	color: #595454;
	font-size: 11px;
}
h2 {
        text-decoration: none;
	color: #595454;
	font-size: 11px;
}
h3 {
        text-decoration: none;
	color: #595454;
	font-size: 11px;
}

abbr.published {
	text-decoration: none;
	color: #595454;
	font-size: 11px;
}

.entry-meta, .entry-date {
	text-decoration: none;
	color: #595454;
	font-size: 11px;
}

#comments-list .avatar {
	text-decoration: none;
	color: #595454;
	font-size: 11px;
}

#comments-list .n {
	text-decoration: none;
	color: #595454;
	font-size: 11px;
}

.entry-meta, .comment-meta {
	text-decoration: none;
	color: #595454;
	font-size: 11px;
}

#comments-list p {
	clear: left;
}

#primary {
        padding-left: 1em;
	font-size: 0.9em;
	border-left: 1px solid #ccc;
	background-color: #FFF;
}

#footer {
	height: 50px;
        text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
        padding-top: 20px;	
}

#inner-footer {
	padding: 1em 0;
}

.entry-meta a,
.comment-meta a,
.sidebar a,
#footer a {
	text-decoration: none;
	color: #999;
	font-size: 11px;

}
.entry-meta
.comment-meta
.sidebar
#footer {
	text-decoration: none;
	color: #595454;
	font-size: 11px;
}
.entry-meta a:hover,
.comment-meta a:hover,
.sidebar a:hover,
#footer a:hover {
	text-decoration: none;
	color: #CCC;
	background-color: #666;
	font-size: 11px;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one 

sidebars right of content
*/
div#container {
float:left;
margin:0 -200px 0 0;
width:700px;
}

div#content {
margin:0 200 0 0;
float: left;
}

div.sidebar {
float:right;
overflow:hidden;
width:220px;
margin-right: 20px;
margin-top: 50px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div#menu {
height:2em;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:2em;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right: -1px;
padding:0 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {
padding-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comme

nt {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width: 66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}
.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
text-decoration: none;
	color: #999;
	font-size: 11px;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
text-decoration: none;
	color: #999;
	font-size: 11px;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 2em;
}

div.sidebar ul ul li {
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation 

div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation 

div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar 

h3,div.sidebar ul {
margin-bottom: 5px;
padding:0;
}
