/*
THEME NAME: Mirrored Storage Blog
THEME URI: http://mirroredstorage.com
DESCRIPTION: Custom Blog Design for Mirrored Storage by MasterLink
VERSION: 1.0
AUTHOR: <a href="http://www.masterlink.com">MasterLink</a>
AUTHOR URI: http://www.masterlink.com
*/

h2 { width:auto; text-align:left; }





strong, b { font-weight:bold;}
i, em { font-style:italic;}

td {vertical-align:top; }

input, textarea {
	color:#333;
	border:1px solid #ccc;
	background:#fff;
	padding:3px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size:13px;
}
input#submit {
	color:#fff;
	background:#28556b;
	width:auto !important;
	padding:3px 10px !important;
	font-size:12px !important;
	line-height:14px !important;
}


input.button {
	border-color: #ccc !important;
	background:#28556b;
	color:#fff;
}

.radio {
	background:none;
	border:none;
}
.check {
	background:none;
	border:none;
}


.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}




/* ------------------------------------------------ sidebar ------------------------------------------------ */

/* -------------------------------- widgets ------------------- */
.sidepanel { margin-bottom: 30px; }

.sidepanel h3 {
	padding-bottom:3px;
	margin-bottom:5px;
	color: #000;
	font-weight: bold;
	font-style:italic;
	border-bottom:1px solid #ccc;
}

.sidepanel ul {
	margin-left:0;
	list-style:none;
}
.sidepanel ul li {
	padding:0 0 5px 0;
	margin-left:0;
	font-size:12px;
	line-height: 18px;
	list-style:none;
}



/* ------------------- search ------------------- */
.sidepanel form#searchform {
	margin:0;
	padding:10px 0;
}
.sidepanel form#searchform fieldset {
	margin:0;
	padding:0;
	border:0;
	height:24px;
	overflow:hidden;
	vertical-align:top;
	display:block;
}
.sidepanel form#searchform input {
	float:left;
	display:inline-block;
	font-size:12px;
	line-height:16px;
	width:160px;
	overflow:hidden;
	padding:1px 2px;
	margin:0 3px 0 0;
	vertical-align:top;
	background:#eee;
}
.sidepanel form#searchform input#searchsubmit {
	width:auto;
	border:none;
	color:#fff;
	background:#900;
	vertical-align:top;
}

.screen-reader-text { display:none; }


/* ------------------------------------------------ blog ------------------------------------------------ */

/* ------------------- posts ------------------- */
.post-title a {	text-decoration:none; }

#content ul, .post ul, .post-content ul { margin:inherit; }

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}
.post-meta a { color: #333; }
.post-meta a:hover { color: #000; }
.post-meta span.sep { margin:0 8px; }

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;/
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.alignleft, .post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.alignright, .post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}
.navright {
	float: right;
	margin: 0 0 15px 15px;
}
.navigation div a {
	font-size: 110%;
}



/* ------------------- comments ------------------- */
#comments ol {
	margin:0;
	padding:0;
}

#comments ol li {
	margin:0;
	padding:0;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
	display:block;
}

.comment-gravatar {
	float:left;
	display:block;
	margin-right: 10px;
	padding: 3px;
	width:70px;
}

#content .comment-gravatar img {
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	margin:0;
	position:relative;
}

.comment-data {
	float:left;
	display:inline-block;
	width: 600px;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

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

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	clear:both;
	display:block;
	margin:10px 0 0;
}

#comment-form input {
	clear:both;
	display:block;
}

#comment-form textarea {
	clear:both;
	display:block;
	width:500px;
	margin:10px 0 0;
}



/* ------------------- misc ------------------- */
.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

	



