/*  
Theme Name: Default
Theme URI: http://mrmatt57.org
Description: MrMatt57.org WP Theme
Author: Matt Walker
Author URI: http://mrmatt57.org
*/
/* Defaults */
body {
	background: #fff;
	font-family:tahoma, verdana, arial, sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	border:0;
	color: #333;
	font-size:13px;

}
table, td {
	color: #333;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:14px;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
div {
	color: #333;
	font-size:13px;
}
img {
	border: 0;
}
p {
}
ul {
	margin: 0;
}
li {
	margin: 0;
}
/* Anchor Defaults */
a {
	text-decoration: none;
	color:#14568a;
}
a:hover {
	color:#fff;
	background:#14568a;
}

/* Header Defaults */
h1 {
	font-size: 1.3em;
	color:#575757;
	margin: 0;
}
h1 a:hover {
	color:#14568a;
	background: #f7f7f7;
}
h2 {
	font-size: 1.2em;
	color:#575757; 
	margin: 0;
}
h2 a:hover {
	color:#14568a;
	background: #f7f7f7;
}
h3 {
	font-size: 1.1em;
	margin: 0;
}
h3 a:hover {
	color:#14568a;
	background: #f7f7f7;
	margin: 0;
}
h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}


/* Header */
#menu_wrapper{
	background-image: url(http://static.mrmatt57.org/img/header_bg.jpg);
	text-align:center;
	height: 53px;
	width: 830px;
}
#header_wrapper {
	background-image: url(http://static.mrmatt57.org/img/header_bg.jpg);
	width:100%;
	text-align:center;
	height: 53px;
}
#menu {
	text-align:center;
}
div#menu a {
	font-size: 14px;
	display: block;
	float: left;
	padding: 3px;
	color: #fff;
	padding: 8px 15px 11px 15px;
	margin: 0 3px 0 3px;
	text-decoration: none;
	font-weight: bold;
}
div#menu a:hover{
	background: #6d84b4;
	color: #dddddd;
}
#menu .selected {
	background: #6d84b4;
	color: #dddddd;
}
#sub_menu{
	font-size: 12px;
	line-height: 12px;
	color: #dddddd;
	text-align: left;
	padding-bottom: 4px;
}

#logo_cell {
	vertical-align: top;
	width: 300px;
}
#logo {
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') 0px 0px no-repeat;
	width: 265px;
	height: 49px;
	cursor: hand;
	overflow:hidden;
}


/* Sidebar */
#blackfeed {
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') 0px -65px no-repeat;
	height:30px;
	width:30px;
	cursor: hand;
	overflow:hidden;
	margin: 0 6px 0 10px;
}
#subscribe_wrapper {
	background:#f7f7f7;
	padding: 5px;
	height: 43px;
}
#subscribe_icon {
}
#searchform {
	float: right;
	font-size: 11px;
	padding: 1px;
	margin-right: 3px;
}
#searchform input {
	width: 150px;
	background: transparent;
	border: 1px solid #dddddd;
	color: #575757;
	padding: 8px 2px 8px 0px;
	margin-top: 3px;
	text-align: right;
	font-size: 15px;
}

#advertisment {
	border: 1px solid #dddddd;
	padding: 2px;
}

#advertisment a{
	color:#3b5999;
	text-decoration:none;
	font-size: 12px;
	margin: 0 0 5px 15px;
}
#advertisment a:hover{
	color:#fff;
	text-decoration:none;
	background:#3b5999;
}
#ad_holder {
	width: 300px;
	height: 250px;
	background: #f7f7f7;
}
#sidebar_wrapper {
	line-height: 1.5em;
	margin: 15px 0 15px;
}
#sidebar_wrapper h2 {
	padding-bottom: 5px;
}
#nowplaying {

}
#nowplaying-song {
	padding-left: 5px;
}
#nowplaying img {
	margin: 7px 0 3px 0;
	border: 2px solid #575757;
}
#nowplaying a {
	text-decoration: none;
	background: none;
}

/* Content */
.postsnip p {
	display: inline;
	margin: 0;
	line-height:1.4em;
}
#content {
	width: 830px;
	text-align: left;
}
.single_content {
	padding-bottom: 15px;
	border-bottom: 1px dotted #777;
	margin-bottom: 15px;
	line-height:1.4em;
}
.post {
	margin-top: 10px;
	margin-bottom: 30px;
}
.sub-content {
	margin: 15px 0 15px 5px;
}
.sub-content ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0 0 0 18px;
	list-style-image: url(http://static.mrmatt57.org/img/bullet.gif);
}
.sub-content li {
	margin-bottom: .1em;
}
#comment_cnt_lg {
	color: #999999;
	font-weight: normal;
}
#comment_cnt_lg a {
	color: #999999;
	font-weight: normal;

}
#comment_cnt_lg a:hover {
	color: #999999;
	background: #f7f7f7;
	font-weight: normal;
}
.meta {
	color: #999999;
}
.meta a {
	color: #999999;
}
.sub_menu a {
	color: #000;
}
.meta a:hover {
	color: #fff;
}
.left_col {
	padding-right: 10px;
	width:530px;
}
.right_col {
	width:300px;
}
.navigation {
	margin: 0 15px 30px 15px; 
}
.navigation a {
	color: #575757;
}
.navigation a:hover {
	color: #14568a;
	background: #fff;
}
.alignleft { 
	float: left;
	margin: 0 15px 30px 15px; 
}
.alignright {
	float: right;
	margin: 0 15px 30px 15px; 
}
#what_next {
	line-height: 1.75em;
}
#related_posts {
	margin-top: 15px;
	line-height: 1.75em;
	padding-bottom: 25px;
	border-bottom: 1px dotted #777;
}
#digg-ico {
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') -181px -51px no-repeat;
	width: 16px;
	height: 16px;
	overflow:hidden;
	display: -moz-inline-box;
	display: inline-block;
}
#delicious-ico {
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') -202px -51px no-repeat;
	width: 16px;
	height: 16px;
	overflow:hidden;
	display: -moz-inline-box;
	display: inline-block;
}
#subscribe-ico {
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') -165px -51px no-repeat;
	width: 16px;
	height: 16px;
	overflow:hidden;
	display: -moz-inline-box;
	display: inline-block;
}
#comment-ico {
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') -221px -52px no-repeat;
	width: 16px;
	height: 16px;
	overflow:hidden;
	display: -moz-inline-box;
	display: inline-block;
}
#related_list li{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul#related_list {
	padding: 0;
	margin: 0;
}
#credits {
	font-size: 10px;
	font-weight: normal;
}
#credits a {
	color:#777777;
}
#credits a:hover {
	background: #fff;
	color:#777777;
	text-decoration: underline;
}

/* footer */
#footer_top {
	height:265px;
	border-top: 2px solid #dddddd;
	background: #f7f7f7;
	text-align: center;
}
#footer_bottom {
	height:25px;
	border-top: 1px solid #dddddd;
	background: #fff;
	text-align: center;
}
#footer {
	height: 250px;
	width: 830px;
	text-align: left;
}
#copyright {
	color: #575757;
	font-size: 11px;
	padding: 3px 0 0 0;
	width: 830px;
	text-align: left;

}
#powered {
	float: right;
	vertical-align: top;
}
#linode {
	display: block;
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') 0px -49px no-repeat;
	width: 110px;
	height: 15px;
	cursor: hand;
	overflow:hidden;
}
#behind_scene {
	text-align: left;
	width: 300px;
	color: #575757;
}
#behind_mug {
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') -265px 0px no-repeat;
	width: 100px;
	height: 132px;
	cursor: hand;
	overflow:hidden;
	float: left;
	margin: 5px 5px 5px 0;
}
#behind_head {
	margin-top: 5px;
	border-bottom: 1px dotted black;
	font-weight: bold;
	color: #575757;
}
#behind_summary {
	margin-top: 5px;
	font-size: 13px;
	color: #575757;
}
#behind_more {
	margin-top: 3px;
	font-size: .8em;
	color: #575757;
}
#behind_connect {
	margin-top: 20px;
	border-bottom: 1px dotted black;
	font-weight: bold;
	color: #575757;
}
#behind_connections {
	font-size: .9em;
	text-align: center;
	color: #575757;
}
#linode_powerd {
	margin-top: 5px;
	float: right;
}
/* Comments */
div.bubble{
	width:auto;
	margin-bottom:24px;
	}
div.bubble .cmt_txt{
	margin: 0px;
	color:#555;
	padding: 0px;
	border:1px solid #c9c2c1;
	background-color:#fafafa;
}
div.bubble .cmt_txt p{
	margin: 10px;
	padding:0;
	line-height:1.4em;
}
div.bubble .cmt_txt blockquote{
	color:#888;
	border:none;
}
.commentlist blockquote,blockquote{
	margin: 20px 0;
	padding: 0 30px 0 30px;
	color:#888;
	line-height: 1.2em;
	font-family: Trebuchet MS, Serif;
}
.comments .commentlist li.authorcomment div.bubble .cmt_txt{
	border:1px solid #14568a;
	background:#f4f8fe;
}
.comments .commentlist li.authorcomment div.bubble .cmt_txt blockquote{
	border:none;
	margin:10px;
}
.comments .commentlist li div.bubble .tip, 
.comments .commentlist li.authorcomment div.bubble .tip_author,
.comments .pinglist div.bubble .tip{
	display:block;
	height:8px;
	width:11px;
	left:25px;
	position:relative;
	top:-1px;
}
.comments .commentlist li div.bubble .tip{
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') -137px -53px no-repeat;
}
.comments .commentlist li.authorcomment div.bubble .tip{
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') -151px -53px no-repeat;
}
.comments .pinglist div.bubble .tip{
	background:transparent url('http://static.mrmatt57.org/img/sprites.png') -137px -53 px no-repeat;
}
.comments .commentlist{
	padding:10px 0 0 0;
	position:relative;
}
.commentlist ul {
	margin: 0;
}
.comments .commentlist li{
	margin:10px 0 10px;
	padding:2px 0px 2px 0px;
	list-style:none;
}
.comments .commentlist li .commentauthor{
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-1px;
}
.meta-cmt a{
	color: #575757;
}
.meta-cmt a:hover{
	color: #fff;
}
.comments form{
	clear:both;
	margin:0;
}
input[type=text],textarea{
	font:1.1em Verdana,Arial,Helvetica,Sans-Serif;
	padding:3px;
	color:#333;
	background:#fff;
	margin:0;
}
input#submit{
	margin-top: 8px;
	background:#6d84b4;
	padding: 3px 8px 3px 8px;
	border:1px solid #3b5999;
	color:#fff;
	font-weight: bold;
}
#commentform ul{list-style-type:none;
	list-style-image:none;
	margin-top:15px;
}
#commentform ul li input{
	margin-bottom:10px;
}
#commentform #authorinfo label{
	display:block;
}
.comments form input[type=text]{
	width:65%;
	margin:5px 5px 1px 0;
	border:1px solid #575757;
	padding:4px;
}
.comments form textarea{
	border:1px solid #575757;
	padding:4px;
	width:492px;
}
.comments form #submit{
	margin:0;
	float:right;
}
#post_footer {
	background: #3b5999;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;

}
#post_foot {
	background: #dddddd;
	padding: 5px;
}
#footer_wrapper {
	width:100%;
}
#footer_menu {
	text-align:center;
	width: 830px;
}
#domtabs {
	text-align: left;
	padding: 6px 0 6px 0;
}
#tab_nav a {
	font-size: 17px;
	font-weight: bold;
	padding: 0 15px 0 0px;
	color: #575757;
}
#tab_nav a:hover {
	color: #3b5999;
	background: #f7f7f7;
}
div.domtab div {
	margin-top: 10px;
	text-align: left;
	line-height: 1.75em;
}
div.domtab {
	margin-top: 6px;
	text-align: left;
}

ul#tab_nav {
	padding: 0;
}

ul#tab_nav li{
	display:inline;
	list-style-type:none;
}
#footer_list li{
	list-style-type:none;
}
ul#footer_list {
	padding: 0;
}

/* Quotes */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {
	color:#555;
}

blockquote.quotescollection cite {
	font-size:0.83em;
	color:#888;
}
.highslide img {

	border-bottom: 3px solid #FFF;

	cursor: url(http://static.mrmatt57.org/img/zoomin.cur), pointer;

    outline: none;

}

.highslide:hover img {

	border-bottom: 3px solid #14568a;

}

