/*
Theme Name: Macroview
Theme URI: http://macroview.org/
Description: Simple, clean, minimal. Layout borrowed from Will Healey at http://www.tomorrows-laundry.com
Author: Russell Bauder and Grant Dobbe
Author URI: http://writtenexorcise.com


/*-----------Block Level Elements--------------*/

#top {
margin: 0px 0px 5px 0px;
padding: 7px 0px 0px 0px;
text-align: center;
height: 20px;
background: #E6E6E6;
font-size: 12px;
font-style: none;
}

.photoblog-archive {
height: 100px;
overflow: hidden;
}

body {
	background: #fff;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 13px;
	color: #666;
padding: 0;
margin: 0;
}

a, a:visited { color: #666; text-decoration: none; }
a:hover { text-decoration: underline; }

#page {
	max-width: 90%;
	min-width: 650px;
	margin: 0 auto;
}

#header {
	width: 100%;
	min-width: 700px;
	height: 60px;
	display: block; 
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
}
#headerimg { 
	display: block; 
	margin: 10px 0 0 0; 
	width: 32px;
	height: 38px; 
	float: left;
}

#header #dolly {
	font-style: italic; 
	display: block;
	height: 60px;
	margin: 0px 0 0px 150px;
	width: 40%;
	max-width: 400px;
	float: left;
}

#header #dolly .yapb-latest-images{
	max-height: 37px;
	height: 38px;
	margin: 10px 10px 0px 10px;
	display: block;
	float: left;
}

#header #dolly .yapb-latest-images a img {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50;
	opacity: 0.5;
}

#header #dolly .yapb-latest-images a:hover img  {
	-moz-opacity: 1.0;
	filter: alpha(opacity=100); 
	opacity: 1.0;

}

.globalnav { 
	position: relative;
	top: 25px;
	float: right; 
	height: 15px; 
	margin: 0; 
	padding: 0;
	font-size: 15px;
	list-style-type: none; 
	text-transform: uppercase;
	}

.globalnav ul { }
.globalnav ul li { list-style-type: none; display: inline; padding: 0 0 0 5px;}
.globalnav ul li.current_page_item { font-weight: bold; }

.description {

}

#wrapper {
	width: 100%;
	min-width: 700px;
	float: left;
	border: 1px solid #ccc;

}

#content {
	float: left;
	display: block;
	width: 70%;
	min-width: 450px;
	padding: 5px 20px;
	border-right: 1px solid #ccc;
}

#sidebar {
	float: left;
	display: block;
	width: 20%;
	min-width: 150px;
	position: relative;
	left: 3%;
	right: 3%
	top: 10px;
	padding: 10px 0;

}

#footer {
	width: 100%;
	clear: both;
	padding: 5px 0;
}

/*-------------Headings-------------*/

h1 { font-size: 21px; font-weight: bold; }
h2 { font-size: 19px; font-weight: bold; }
h3 { font-size: 15px; font-weight: bold; }
h4 { font-size: 13px; font-weight: regular; }
h5 { }

/*-------------The Post-------------*/




.post { margin: 10px 0;}
.post h2 { margin: 0 0 2px 0; padding: 0; text-align: center; text-transform: uppercase;}
.post h2 a:hover, .post h2 a:visited, .post h2 a {  margin: 0; padding: 0;}
.post p {  }
.post a {}
.post ul { }
.post li {}

.entry, .entrytext { font-size: 16px; margin: 0; padding: 0; line-height: 18px;}
.entry p, .entrytext p { text-align: center;  }
.entrytext .postmetadata { 
	font-size: 13px;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	padding: 0;
}

.photo { 
	display: block;
	margin: 0 auto;
}

.photoblog-single, .photoblog-content {
	display: block;
	margin: 0 auto;
}

.photoblog-single img, .photoblog-content img {
	display: block;
	margin: 0 auto;
}

.postmetadata { text-align: center; }

.postmetadata alt { font-size: 13px; }

.postmetadata a { }

.desc { margin: 0 auto; padding-bottom: 5px; font-size: 15px; text-align: center;}
.caminfo { margin: 5px auto; padding-top: 10px; font-style: italic; font-size: 14px; text-align: center; }

.alignleft {  float: left; }

.alignright { float: right; }

.center { }

.pagetitle { }
blockquote { }
cite { }

a img { border: none; }

acronym, abbr { }

/*-----------Archive specific---------*/
.cat_description { width: 100%; padding: 5px; font-size: 19px; border-bottom: 1px solid #ccc; }
.cat_description h2 {margin: 5px 0; padding: 0; }
.cat_description p {margin: 0; padding: 0; }

.category_list { list-style-image: url(images/mv_camera_icon.jpg); padding: 20px 0 0 20px; margin: 0; width: 100%;}
.category_list li {padding: 10px 0; width: 100%;}

.wrapper { background: url(images/mv_camera_icon.jpg) no-repeat; }

.postinfo { 
	float: left;
	width: 300px;
	height: 60px;
	max-height: 60px;
	margin: 0 0 0 30px;
	padding: 0;
}
.post h2.archive_title { margin: 0; padding: 0; text-align: left; text-size: 15px;  }
.timestamp { padding: 2px 0; }
.archivemetadata {
	font-size: 13px;
	padding: 2px 0;
	margin: 0;
}
/*--------------Sidebar------------*/

#sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#sidebar ul h2, #sidebar ul .title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}

#sidebar ul li { display: block; margin: 0 auto; padding: 0; text-align: center;}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata { }

#commentform { width: 90%; }
#commentform textarea#comment { width: 90%; }

/*--------------Search Form-------------*/

#searchform { width: 125px; display: block; padding: 0; margin: 20px auto; }
#searchform #s { width: 125px; display: block; margin: 0 auto;}
#searchform input { width: 75px; display: block; margin: 5px auto; }


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr { display: none; }
.divider { width: 85%; border-bottom: 1px solid #ccc; margin: 0 auto; }

/** twitter widget stuff */
#twitter_div { 
	margin: 5px auto 20px auto;  
	padding: 10px 5px; 
	border: 1px solid #ccc; 
	}
#twitter_div span { display: block; }
