/*
THEME NAME: D.M.insite
THEME URI: http://michaelwoodruff.com/
DESCRIPTION: Theme for D.M.insite blog
VERSION: 0.1
AUTHOR: <a href="http://michaelwoodruff.com/">Michael Woodruff</a>
AUTHOR URI: http://michaelwoodruff.com/
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */

@import url('reset-fonts-grids.css');
@import url('examples/2c-l.css');


/* swatch
Gray: #999999
Green: #30937f
Orange: #cc5f29
*/


body {
	background: #fff url(images/bg.jpg) repeat-x;
	margin: 0;
}
p {
	margin: 0 0 10px 0;
	color: #333;
	line-height: 18px;
}

h1 {
	padding: 0 0 15px 0;
	font-size: 197%;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin-right: 20px;
}


strong {
	font-weight: bold;
}



h2 {
	font-weight: bold;
	font-size: 116%;
	color: #30937f;
	padding: 5px 0 0 0;
	margin: 15px 0 5px 0;
}



h3 {

}
h4 {

}
a {
	color: #cc5f29;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

yui-u a {
	color: #cc5f29;
}


/* layout */
#hd {
	padding: 0;
	position: relative;
	background: url(images/header.jpg) 0 0 no-repeat;
	height: 175px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 270px;
	height: 90px;
	cursor: pointer;
}

#homecallout {
	padding: 15px 0 0 0;
	position: relative;
}

.newsitem {
	font-size: 85%;
	border-bottom: #999 1px dotted;
	margin-left: 0;
	padding: 5px 0 0 0;
}

.newsitem p {

}

p.headline {
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 0;
	color: #000;
}

.newsitem a {
	color: #cc5f29;
}


/* main navigation */

#mainnav {
	position: absolute;
	top: 95px;
	left: 0;
}

#mainnav li {
	display: inline;
}

#mainnav a {
	float: left;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	padding: 10px 43px 8px 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	line-height: normal;
}

#mainnav a:hover { 
	color: #000;
}

#mainnav ul li a.selected {
	color: #cc5f29;
}

/* end main navigation */


/* beg site tools nav */
#sitetools {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0;
	font-size: 85%;
	text-align: right;
	font-weight: normal;
}
#sitetools li a {
	text-decoration: none;
	line-height: 2.5;
	color: #30937f;
	font-weight: bold;
}

#sitetools li a:hover {
	text-decoration: none;
	color: #000;
}

#sitetools a.accent {

}

/* end site tools nav */

#breadcrumb {
	font-size: 85%;
	padding: 13px 0 7px 0;
	margin: 0 0 0 185px;
	color: #333;
}

#breadcrumb a {
	color: #999;
}

#breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

#bd {
	padding: 0;
}

.secpage {
	background: url(../img/pg.bg.jpg) -21px -20px no-repeat;
}

#yui-main .yui-b {
	padding-left: 20px;
}

.yui-t6 #yui-main .yui-b {
	padding: 0 0 0 35px;
	padding: 0;	
}

#ftlogo {
	background: url(images/footer.jpg) bottom right no-repeat;
	height: 70px;
}

.callouts {

}

.callout {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	padding: 20px 0 0 0;
}

div.quote {
	background: url(../img/quote.left.png) top left no-repeat;
}

.callout p.comment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 116%;
	background: url(../img/quote.right.png) bottom right no-repeat;
	color: #000;
	padding: 10px 0 25px 20px;
	margin: 0;
}

.callout p.source {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	color: #000;
	font-size: 85%;
} 

.callout ul {
	margin: 0 0 0 10px;
}
.callout li {
	line-height: 18px;
}

.callout h3 {
	font-weight: bold;
}

/* end main navigation */

/* beg secondary navigation */
#secnav {
	margin: 130px 0 0 0;
}

#secnav a {
	color: #666;
	display: block;
	text-decoration: none;
	margin: 0;
}

#secnav a:hover {
	text-decoration: underline;
}

#secnav ul {
	margin: 0;
}

#secnav ul li {
	text-align: left;
	font-weight: bold;
}

#secnav ul li a {
	color: #000;
	padding: 5px 0;
}

#secnav ul li a:hover {
	color: #000;
	text-decoration: none;
}

#secnav ul li a.selected {
	color: #cc5f29;
	padding: 5px 0 10px 0;
}
#secnav ul li ul {
	margin-bottom: 10px;
}

#secnav ul li ul li {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	margin-left: 10px;
}

/* this selector doesn't work in IE 6 */
#secnav ul li ul li:first-child {
	border-top: 1px dotted #999;
}

#secnav ul li ul li a {
	font-size: 85%;	
	padding: 5px 5px 5px 0;
	color: #666;
}

#secnav ul li ul a.selected {
	color: #cc5f29;
	font-weight: bold;
	background: #fff;
		padding: 5px 0 5px 0;
}


/* end secondary navigation */

#ft {
	padding: 5px 10px;
	text-align: right;
	font-size: 85%;
	border-top: #999 1px solid;
	color: #999;
}

#ft a {
	color: #999;
}

#ft a:hover {
	color: #000;
	text-decoration: none;
}

/* blogging styles */

h1#blog-title, #blog-description, #access {
	display: none; 
}

#ftlogo {
	clear: both;
}

blockquote {
	margin: 20px 40px;	
}

.post {
	margin: 0 0 20px 0;	
}

.entry-date {
	color:#666;
	margin: 0 0 10px 0;
}

.entry-meta {
	color:#666;
	font-size: 11px;
}

.sidebar {
	margin: 0 0 10px 0;	
}

h3.widgettitle {
		margin: 10px 0 0 0;
		font-weight: bold;
}

/* content within post styles */
#content ul {margin: 5px 5px 10px 30px}
#content ul  li {list-style: disc outside;}

/* original css for sandbox */
/* Just some example content */

/*
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

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;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-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#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 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#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#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
background: #ccc;
}

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;
}
*/