/*   
Theme Name: Upstart Blogger Minim
Theme URI: http://www.upstartblogger.com
Description: A minimalist, <b>widgetized</b> theme from <a href="http://www.upstartblogger.com/" title="Upstart Blogger">Upstart Blogger</a>. 
Author: Robert Ellis
Author URI: http://www.upstartblogger.com
Version: 1.0
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/). Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer.
*/

body {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .88em;
	line-height: 1.2em;
	color: #444444;
}

#container {
	position: absolute;
	top: 0;
	left: 20px;
	width: 870px;
	padding: 0 0 20px;
	margin: 0;
}


.nav a, .extra a {
	color: #fff;
	background: #222;
	padding: 0 4px;
	display: inline-block;
	font-size: 11px;
	margin: 2px 4px 0 0;
	text-decoration: none;
}
.nav a:hover, .extra a:hover {
	background: #eacc27;
	color: #fff;
}


.entries-list {
	float: right;
	width: 100%;
}

.results_content {
	margin: 15px 0;
}

.front {
	position: relative;
	z-index: 10;
}

.home-thumbnail img {
	opacity: .5;
	filter: alpha(opacity = 50);
}
.home-thumbnail img:hover {
	opacity: .6;
	filter: alpha(opacity = 60);
}
img.logo {
	background: url(images/hlB.png) repeat;
}
img.logo:hover {
	background-color: #eacc27;
}

#laser-schedule {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 90%;
	height: 90%;
}

#photos {
	display: block;
	position: relative;
	border-bottom: 1px solid #000;
	padding: 0 0 2px;
}

#photos a img{
	margin: 1px;
	height: 46px;
	width: 46px;
	border: 1px solid #000;
	float: left;
}
a.more-photos {display: none;}
#photos a img:hover{
	opacity: .6;
	filter: alpha(opacity = 60);
}
.flickr-photos h3 {display: none;}
.flickr-photos {height: 150px;}

#sidebar {
	width: 350px;
	float: left;
	font-size: .8em;
	line-height: 1.4em;
	}

#sidebarleft {
	width:180px;
	float: left;
}

#sidebarright {
	width: 125px;
	float: right;
}

#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: .64em;
}

#entries {
	max-width: 500px;
	float: right;
	margin: 0;
	}

.post {
	margin-bottom: 1em;
}

.post-content li a {
	text-decoration: underline;
}
.post-content li a:hover {
	color: #eacc27;
}
.post-content li a:visited {
	text-decoration: line-through;
}

.post-content img {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 2px 0;
}

a {
	color: #000;
	text-decoration: none;
}
.textwidget a, p a {
	text-decoration: underline;
}
.textwidget a:hover, p a:hover {
	color: #eacc27;
}

a:link h3 {
	color: #000;
	border: none;
}

.tag-ref a {
	display: block;
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
	margin: 1px 0;
	background: url(images/hyB.png) repeat;
}
.tag-ref a:hover {
	background: #eacc27;
}

ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}

li.linkcat {
	list-style-type: none;
}

a.toggle, a.head-link {
	display: block;
}
#sidebar li a {
	color: #000;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 2px 0;
}
#sidebar li a:hover, a.toggle:hover, #container #sidebar .panel li a:hover, a.head-link:hover{
	background: #eacc27;
}
#container #sidebar .panel li a {
	background: url(images/hyB.png) repeat;
}	

img {
	border: none;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #000;
}


h1 {margin: 0;}
h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: .2em;
	margin-top: .2em;
	line-height: .9em;	
	color: #222;	
}
h1 a:hover {
	color: #eacc27;
}

.post-content {
	border-bottom: 1px solid #000;
}

.title {
	border-bottom: 1px solid #000;
}

h2 {font-size: 1.5em; margin-top: 10px;}
h3 {
	font-size: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 1px;
}
h2, h3 {
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #000;
	line-height: 1.4em;
}

.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}


blockquote {
	background-color: #eacc27;
	padding: 10px;
	margin: 15px 0;
}

p {margin: 5px 0 10px;}

/* Begin Search*/
.screen-reader-text {display:none;}
#search {
	margin: 1px 0 2px;
}
.commentbox {
	display: block;
	margin: 0;
	height: 90px;
}
input#s, .commentbox, .inputbox {
	border: 1px solid #000;
	font-size: 11px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0;
}
input#s:hover, .commentbox:hover, .inputbox:hover {
	border: 1px solid #eacc27;
}
input#s:focus, .commentbox:focus, .inputbox:focus {
	background: #eacc27;
	border: 1px solid #eacc27;
}

input#searchsubmit {
	background: #fff;
	border: 1px solid #000;
	width: 18%;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: right;
	margin: 0;
}
input#searchsubmit:hover {
	border: 1px solid #eacc27;
	color: #eacc27;
}

/* End Search*/
/* Begin Comments*/

.comment-container {
	margin: 0;
}

.comments_tiny {
	color: #000;
	border-bottom: 1px solid #000;
}

.alt {
}

.commentlist {
	margin: 0;
}

.commentlist li {
	margin: 2px 0 0 0px;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	padding: 10px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.1em;
	text-transform: none;
	border-top: 1px solid #000;
	padding: 4px 0;
	margin: 0 5px 10px 0;
}

#commentform {
	margin-top: 10px;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
}

small {font-size: 11px;}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

label.text {
	padding: 0 0 0 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

input#submit {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #000;
	width: 110px;
	color: #000;
	cursor: pointer;
	font-size: 11px;
}
input#submit:hover {
	border: 1px solid #eacc27;
	color: #eacc27;
}

/* End Comments */
