/*
Theme Name: Button-up Shirt (Blue) Theme 
Theme URI: http://www.hgharrygo.com/
Description: A theme that looks like a white shirt with a blue bow tie.
Version: 1.0
Author: Harry Go
Tags: 960 grid, shirt, fashion, bow tie

*/

body .main {
}

body .alternative {
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px dashed #78AAC3;
}

a {
	color: #78aac3;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {

}

a:hover {
	color:#146991;
}

ul li {
	list-style: none;
}
	

acronym, abbr {
	border-bottom: 1px dashed #333;
	cursor: help;
}

acronym, abbr, span.caps {
	
	
}


blockquote {
	border-left: 5px solid #ccc;
	
}

body .blue {
	background-color:#146991;
}

body .pink {
	background-color:#cc0066;
}

cite {

	
}

h2 {
	color: #146991;
	font-size: 14pt;
	margin-bottom: 2px;
}

h3 {
	color: #666;
	font-size: 8pt;
	margin-bottom: 2px;
}

ol#comments li p {
	
}

p, li {
	margin-top: 10px;
	color: #444;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	text-align: center;
	margin-top: 50px;
}

.credit cite {
	text-transform: uppercase;
	font-size: 9pt;
	color: #777777;
	font-style: normal;
	font-weight: 500;
}

.credit a:link, {
	color: #78aac3;
	text-decoration: none;
}

.credit a:hover {
	color: #146991;
}

.feedback {
	margin-bottom: 2px;
}

.meta {
	color: #666;
	margin-bottom: 20px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {

	font-weight: normal;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.storycontent p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#author, #commentform #email, #commentform #url, #commentform textarea {
	border: 1px dashed #78AAC3;
	width: 100%; /* pushes form elements out to full grid container. You might want to break these out to style */
}

#commentform {
	width: 75%;
}

#commentform textarea {
}

#commentform small {
	color: #146991;
}

#commentlist li ul {
	border-left: 1px solid #ddd;

	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted black;
	padding: 2px;
}

#content {
	
}


#header {
	height: 100px; /* just to add some spacing up there for now */
	border-bottom: 3px solid black;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	
}

#menu form {
	
}

#menu input#s {

	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {

	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#menu ul li {
	margin: 0;
	padding: 0;
	
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;

}

#menu ul ul li a {

	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	padding: 0;
	margin: 0;
	width: 100%; /* mini-calendar table width fills container */
}

#wp-calendar #next a {
	text-align: right;
}

#wp-calendar #prev a {
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	
	text-align: center;
}



#wp-calendar td {
	
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad {  /* empty calendar cells */
	background: #999;
}

#wp-calendar td.pad:hover {
	
}

#wp-calendar td:hover, #wp-calendar #today {
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.small_title {
	font-size: 8pt;
}

.wp-caption {
	background-color: none;
	border: 1px solid #CCC;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	
}
/* End captions & aligment */



#main_header {
	background-image: url(images/main_header.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 279px;
}

#alt_header {
	background-image: url(images/alt_header.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 279px;
}


#container {
	background-image: url(images/container.png);
	background-repeat: repeat-y;
	width: 960px;
}

#alt_container {
	background-image: url(images/alt_container.png);
	background-repeat: repeat-y;
	width: 960px;
}

#main_nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 774px;
  height: 210px;
  background: url(images/menu-bg.jpg) no-repeat;
  position: relative;
}


#main_nav span {
  display: none;
  position: absolute;
}

#main_nav a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#main_buttons a:hover {
  background-position: bottom;
}

#main_buttons .about {
	left: 550px;
	top: 200px;
	width: 107px;
	height: 28px;
	background: url(images/button_about.png) no-repeat;
}

#main_buttons .about_disabled {
	left: 550px;
	top: 200px;
	width: 107px;
	height: 28px;
	background: url(images/button_about_disabled.png) no-repeat;
}

#main_buttons .twitter {
	left: 670px;
	top: 200px;
	width: 92px;
	height: 28px;
	background: url(images/button_twitter.png) no-repeat;
}

#main_buttons .facebook {
	left: 775px;
	top: 200px;
	width: 114px;
	height: 28px;
	background: url(images/button_facebook.png) no-repeat;
}

#main_buttons .home {
	left: 110px;
	top: 200px;
	width: 176px;
	height: 28px;
	background: url(images/button_home.png) no-repeat;
}

#main_buttons a:hover {
  background-position: left bottom;
}



#sidebar, #main_box {
	margin-top: 20px;
	margin-bottom: 30px;
}

#sidebar {
	margin-left: 20px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 125px;
}

#older_post {
	margin-bottom: 20px;
}

.button span {
  display: none;
  position: absolute;
}

.button a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
.button a:hover {
  background-position: left bottom;
}

.button a:hover span {
  display: block;
}

ul#main_sidebar {
	margin-left: 50px;
}

#main_sidebar li {
	list-style-image: url(images/bullet_button.png);
}

#main_sidebar li.pages {
	background-image: url(images/button_pages.png);
	width: 100px;
	height: 22px;
	list-style: none;
	margin-top: 5px;
	margin-left: -20px;
	margin-bottom: 5px;
}

#main_sidebar li.blogroll {
	background-image: url(images/button_blogroll.png);
	width: 100px;
	height: 22px;
	list-style: none;
	margin-top: 10px;
	margin-left: -20px;
	margin-bottom: 5px;
}

#main_sidebar li.categories2 {
	background-image: url(images/button_categories.png);
	width: 100px;
	height: 22px;
	list-style: none;
	margin-top: 10px;
	margin-left: -20px;
	margin-bottom: 5px;
}

#main_sidebar .search_button {
	background-image: url(images/button_search.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 22px;
	border: none;
	margin-left: -20px;
}

#main_sidebar li.search2 {
	width: 100px;
	height: 22px;
	list-style: none;
	margin-top: 10px;
	margin-left: -20px;
	margin-bottom: 5px;
}

#main_sidebar li.archives {
	background-image: url(images/button_archives.png);
	width: 100px;
	height: 22px;
	list-style: none;
	margin-top: 10px;
	margin-left: -20px;
	margin-bottom: 5px;
}

#main_sidebar li.metaside {
	background-image: url(images/button_meta.png);
	width: 100px;
	height: 22px;
	list-style: none;
	margin-top: 10px;
	margin-left: -20px;
	margin-bottom: 5px;
}

.sidebar_button {
	margin-left:10px;
}

#pages, #blogroll, #search, #categories, #archives, #meta {
}

.sidebar_section{
	margin-bottom: 20px;
}

ul.sidebar_button li{
	list-style: none;
	margin-left: 0px;
}

ul.sidebar_list {
	margin-left: 200px;
}

ul.sidebar_list li {
	list-style: url(images/bullet_button.png);
	margin-left: 50px;
}

/* sociable */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
.sociable_tagline {
	color: #78aac3;
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 4px;
}

span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}