/*
THEME NAME: Kelty
THEME URI: http://
DESCRIPTION: Based on Sandbox. 
VERSION: 1
AUTHOR: Christopher Kelty
AUTHOR URI:
*/

body { 
     font-family: times, times new roman, serif;
     font-size: 87.5%;
     color: #222;     
}

a {
     color:#D09200; 
     text-decoration: none;
}

a:visited {
 color:#895D00;}

a:hover {
 color: #fff;
}

div#wrapper {
 display: block;
 margin: 30px auto;
 width: 850px; height: 700px;
 background: url(images/kelty-background1024x700.png);
 border: 2px solid #ccc;

}

div#header {
display: block;
margin: 10px auto;

}

div#primary {
	    width: 30%;
            border: 1px solid #999;
	    height: 440px;
	    display: block;
	    float: left;
	    overflow: hidden;
	    margin-top: 50px;
	    margin-left: 10px;
	    padding: 10px;
            background: url(images/bg-trans.png);
}


div#container {width: 45%;
          float: right;
	  border: 1px solid #ddd;
	  margin-top: 50px;
	  margin-right: 10px;
	  padding: 5px;
	  height: 450px;
	  display: block;
	  overflow: auto;
	  background: url(images/bg-trans2.png);

}


div#content {
margin: 3px;
font-size: 90%;
}

.entry-title {font-size: 1.5em;
	background-color: #eee;
	border-top: 1px solid #aaa;
	border left: 1px solid #bbb;
		padding-right: 10px;
	      margin: 2px;
	      text-align: right;
	      text-transform: lowercase;
	      }

.entry-title,.entry-meta {
clear:both;
}

#title {
border: 0px solid #eee;
padding: 5px;
}



/* Sidebar */

div.sidebar input#s {
width:9em;
}

div.sidebar li {
list-style:none;

}

div.sidebar li form {
margin:0.1em 0 0;
padding:0;
}

div.sidebar ul ul {

}

div.sidebar ul ul li {
margin:0 0 0 4em;
margin:2px;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

/* Navbar */

div#nav-above {
margin-bottom:0.3em;
}

div#nav-below {
margin-top:0.3em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1em;
font-size: 80%;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}



div#header,div#footer {
text-align:center;
font-size: 70%;

}
div#footer {
margin-top: -25px;
}
input#author,input#email,input#url,div.navigation div {
width:50%;
}


/* Gallery Styles */


.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{
font-style:italic;
}

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.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}


/* Comment Forms */

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#comment {
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%;
}



/* Menus ? */

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 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;
}


div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

