/*
THEME NAME: orionsweb
THEME URI: http://www.orionsweb.net/
DESCRIPTION: minimalist sandbox customization
VERSION: 0.1
AUTHOR: Ron Boyd
AUTHOR Uri: http://www.orionsweb.net/
TAGS: three columns, minimalist
TEMPLATE: sandbox
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/3c-r-custom.css');
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#333;
}
/* header */
div.skip-link {
	position:absolute;
	right:1em;
	top:1em;
	font-size:.7em;
}
div#header {
}
div#header h1#blog-title a {
	display:block;
	color:#000;
	text-decoration:none;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 650px;
	font-size: 1em;
	margin-left: -35px;
}
div#header div#blog-description {
	font-size: .75em;
	font-weight: normal;
	margin-top: -68px;
	margin-left: 45px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
/* content */
#breadcrumbs {
	font-size:.8em;
	color:#999;
}
#breadcrumbs a{
	color:#999;
}
.entry-title, .entry-meta {
	clear:both;
}
div#container, div#primary {
	margin-top:1em;
}
div#content h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 3px;
	margin: 0px;
	color: #000000;
	background-color: transparent;
}
div#content h1 span.notes {
	font-size:.6em;
	color:#666;
}
div#content h2 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 3px;
	margin: 0px;
	color: #000000;
	background-color: transparent;
}
div#content h3 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin: 0px;
	color: #000000;
	background-color: transparent;
}
div#content h4 {
	font-weight: normal;
	font-variant: small-caps;
	font-size: .9em;
	color: #000000;
	background-color: transparent;
}
a {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
abbr.published {
	font-size: .8em;
	color:#666;
}
.post {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	margin-bottom: 15px;
}

/* comments */
div#comments {
	margin-top: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #999;
}
form#commentform .form-label {
	margin:1em 0 0;
}
form#commentform span.required {
	background:#fff;
	color:#c30;
}
div#comments h3 {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
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%;
}
/* gallery */
.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%;
}
/* nav */
div#nav-above {
	margin-bottom:15px;
	font-size: .8em;
}
div#nav-above a {
	color:#666;
	text-decoration:none;
}
div#nav-above a:hover {
	text-decoration:underline;
}
div#nav-below {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: .8em;
}
div#nav-below a {
	color:#666;
	text-decoration:none;
}
div#nav-below a:hover {
	text-decoration:underline;
}
div#nav-images {
	height:150px;
	margin:1em 0;
}
div.navigation {
	height:1.25em;
}
div.navigation div.nav-next {
	float:right;
	text-align:right;
}
/* sidebar */
div#secondary.sidebar {
	margin-top:15px;
}
div.sidebar h3 {
	font-size:1.1em;
	font-weight:normal;
	color:#999;
	letter-spacing:.3em;
	text-transform: lowercase;
}
div.sidebar li a {
	color:#000;
	text-decoration:none;
	letter-spacing: .05em;
	text-transform: lowercase;
}
div.sidebar li a:hover {
	color:#999;
	text-decoration:none;
	letter-spacing: .05em;
	text-transform: lowercase;
}
div.sidebar h3 a{
	font-size:1.1em;
	font-weight:normal;
	color:#999;
	letter-spacing:.3em;
	text-transform: lowercase;
}
div.sidebar input#s {
	width:7em;
}
div.sidebar li {
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: .5em;
}
div.sidebar ul ul li {
	list-style:none;
	margin:0;
}
div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li {
	list-style:none;
}
div.sidebar li.twitter-item {
	font-size:.9em;
	border-bottom:#999 solid 1px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
div#menu ul li, 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;
}
/* footer */
div#footer {
	font-size:.7em;
}
div#footer a {
	color:#000;
	text-decoration:none;
}
div#footer a:hover {
	color:#666;
	text-decoration:underline;
}
/* classes */
.edited {
	text-align: right;
	font-size: 80%;
	font-style: italic;
}
.light {
	color: #999999;
	background-color: #FFFFFF;
}
.notes {
	font-size: .7em;
	font-weight: normal
}
.tm {
	font-size: 9px;
	vertical-align: super;
}
.entry-meta {
	font-size:.8em;
	margin-top:10px;
}
.edit-link {
	margin-top: 10px;
}