/*
THEME NAME: Timothy Leary
THEME URI: http://www.timothylearyarchives.org/
DESCRIPTION: A custom theme made by <a href="http://milkweedmediadesign.com">Milkweed Media Design</a>
VERSION: 1.1
AUTHOR: <a href="http://milkweedmediadesign.com/">Jen Simmons</a>
AUTHOR URI:http://milkweedmediadesign.com
*/

/* built on Sandbox 1.6 */

/* NOTES
color
*/

/* ---------- get started ------- */

body {
	margin:0;
	padding:0;
	font-family:"American Typewriter", Courier, Arial, sans-serif;
	font-size: 13px;
	background: url('images/topbackground.jpg') no-repeat top center;
}
div {
	margin:0;
	padding:0;
}
table { 
	border-collapse:collapse;
	border-spacing:0;
}
fieldset {
	border:0;
}
img {
	border:0;
	padding:0;
	margin:0;
}
abbr {
	text-decoration: none;
	border:none;
	font-size: 85%;
	margin-left: .6em;
	color: #565656;
}
a {
	color:#f15c2a;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	color:lime;
	text-decoration: underline;
}
a:active {
	color: yellow;
}

/* ---------- hide the Sandbox header text ------- */


#header {
	text-indent:-9999px;
	height:100px;
	margin-top:50px;
}
#blog-description {
	float:left;
	height:0;
}


.skip-link {
	float:left;
	text-indent:-9999px;
	width:0;
}

/* ---------- general layout ---------- */


/*
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:100%;

}
div#content {
margin:0 240px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:180px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
	padding-bottom:10px;
}
div#wrapper {
	background: url('images/eyesonbottom.gif') no-repeat bottom center;
}

div#containersidebarwrapper {
	width:900px;
	margin:0 auto 40px;
	border:4px solid #424250;
	background-color:white;
}
div#containersidebarwrapperinner {
	margin:20px 40px;
}
div#containersidebarwrapperending {
	clear: both;
}

div#primary {
	margin-top:2em;
}

/* ------------ typography ------- */

h2 {
	margin:1em 0 0.2em;
	font-size:180%;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:160%;
}

h6 {
	font-size:200%;
}

.page h2.entry-title, h2.page-title {
	font-size:240%;
}

#footer {
	font-size: 100%;
}
#footer a {
	color:fuchsia;
}
#footercredits {
	margin-top:100px;
	background: white;
}
.entry-content {
	font-size: 105%;
	line-height: 1.4em;
}
.entry-content ul {
	list-style-image: none;
	list-style: none;
}
.entry-content li {
	list-style-image: none;
	list-style: none;
	margin-left: 0;
	text-indent: none;
}
.entry-content .boldlist li {
	font-weight: bold;
}
.entry-meta {
	font-size: 85%;
	color: #565656;
	border-top: 1px dotted #c9c8c8;
	border-bottom: 1px solid #e77f5c;
	padding-top:1em;
	padding-bottom: 3em;
	margin-bottom: 3em;
}
.clearthis {
	clear: both;
	margin-top: 2.5em;
}

dt {
	font-size:120%;
	margin: 2em 0 0.5em;
	font-weight: bold;
}
dd {
	text-indent:0;
	margin-left: 0;
}

/* ---------- menu bar ---------- */

div#menuwrapper {
	height:2em;
	margin:1em auto 0;
	width:908px;
}
div#menu {
	margin:0 0 0 40px;
	height:2em;
}

div#menu ul,div#menu ul ul {
	line-height:1.2;
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul a {
	display:block;
	margin-right:1em;
	padding:0.5em 1em 0.5em;
	text-decoration:none;
	color:#fff;
	font-family: Arial, san-serif;
	font-size: 95%;
}

div#menu ul li {
	float:left;
}

div#menu ul ul  {
	border-top:2px solid #424250;
}
div#menu ul ul li {
	border:1px solid #424250;
	border-top:none;
	float:none;
	margin-top:0;
	background: #87d419;
}

div#menu ul li a {
	background: #e18921 url('images/navbartabbackground.jpg') no-repeat top center;
	border-top:1px solid #424250;
	border-left:1px solid #424250;
	border-right:1px solid #424250;
}

div#menu ul li a:hover {
	background: #87d419;
	
}
div#menu ul li:hover ul li a, 
div#menu ul li.sfhover ul li a{	
	color:#000;
	background: #87d419;
	background-image: none;
	border:none;
}

div#menu ul li ul {
	left:-999em;
	position:absolute;
}

div#menu ul li:hover ul {
	left:auto;
}

div#menu ul li:hover ul, div#menu ul li.sfhover ul{ /* drop down menu */
	left:auto;
	display:block;
	_display:inline;
	position:absolute;
	margin-top:0;
	background: #c9d419;
}



/* ------------------ Just some example content ------------------ */


.entry-title,.entry-meta {
clear:both;
}



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%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 .5em 1.5em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1.5em .5em 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#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 {
font-size:1.2em;
}

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 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}