/*  
Theme Name: IsMe
Theme URI: http://www.demonisblack.com
Description: An experiment in simplicity
Author: Demon
Author URI: http://www.demonisblack.com
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(./images/bg.jpg) no-repeat top center;
	color:#555;
	font: 12px/12px 'TitilliumText14L400wt', Arial, sans-serif;letter-spacing: 0;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:960px;	
}
#content{
	font-size:12px;
	float:left;
	padding:1em;
	width:650px;
}
#content_single{
	font-size:12px;
	float:left;
	padding:1em;
	width:930px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:270px;
	background-position: top right;
	background-repeat: no-repeat;
}
#header{
	width:950px;
	height: 160px;
}
.header_title {position:absolute; margin-top:35px; margin-left:0px; }
li.header_title a { text-decoration:none;}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.FBG { clear:both; background: #FFFFFF url('images/footer.jpg') no-repeat bottom center; width: 1000px; margin: auto; padding: 0px; height:98px; margin-top:5px; margin-bottom:10px;}
.Footer { padding: 55px 0px 10px 50px; text-align:left;}
.Footer p { font-size: 10px; line-height: 12px; color:#999; padding: 0px; margin: 0px; font-family: 'Verdana'; }
.Footer a { color:#999; text-decoration: underline;}
.Footer_top { position:relative; float:right; margin-right:40px; margin-top:5px;}


img { padding: 0px; margin: 0px; border: none;}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	margin:0;
}
	
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}

#header h1 a{
	color:#FFFFFF;
}
#header h1 a:hover{
	color:#E9F4FF;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
#content h2{
	font-size:15px;
}
.post-header {
	margin: 0px;
	padding: 0px;
	border-bottom:1px dashed #333333;
	width:930px;
	text-decoration: none;
}

.post-header_side {
	margin: 0px;
	padding: 0px;
	border-bottom:1px dashed #333333;
	width:650px;
	text-decoration: none;
}

.post-header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	text-decoration: none;
}
.post-header {
	display: block;
}
.post-header .post-name {
	float:left;
	padding:1px 0 5px 0;
	text-decoration: none;
}
.page .post-header .post-name {
	float:none;
	width:auto;
}
.post-header .post-name h2 {
	font-size:35px;
	line-height:1em;
}
.post-header .post-name h2 a {
	color:#7EB647;
	text-decoration: none;
}
.post-header .post-name h2 a:hover {
	text-decoration: underline;
	color:#A5CC7D;
}

#content_single .post-header .post-name .datetime {
	font: bold 11px 'Trebuchet MS', sans-serif;
	margin:3px 0 2px;
}
#content_single .post-header .inComment {
	font-size:10px;
	position:relative;
	float:right;
	background-image:url(images/comment_bg.gif);
	padding-top:4px;
	text-align:center;
	width:97px;
	height:21px;
}

#content_single .post-header .inComment a {
	color:#000;
}

#content_single .post-header .inComment a:hover {
	color:#C00;
}

#content_single .post-header .post-name h3 {
	font: bold 11px 'Trebuchet MS', sans-serif;
	margin:3px 0 2px;
}
#content_single .post-header .post-name h3 a {
	color:#8c866c;
	text-decoration: none;
}
#content_single .post-header .post-name h3 a:hover {
	text-decoration: underline;
	color:#4897e1;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar li{
	list-style-type:none;
}
#sidebar ul{
	list-style-image: url(images/bullet.gif);
	margin:0px 0px 30px 45px;
	padding:0;
}
#sidebar ul li{
	width: 200px;
	border-bottom:1px dashed #ddd;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sidebar ul li a:link{
	border: 1px dashed #FFFFFF;
}
#sidebar ul li a:hover{
	border-bottom: 1px dashed #CC0000;
}

.calendar { margin-left:25px; margin-right:15px; margin-bottom:30px;}
.feed { margin-left:30px; margin-right:10px;}
.feed_text { background: url(./images/feed.gif) no-repeat; padding-bottom:5px; padding-left:32px; font-size:13px; font-weight:700;}

.postmetadata{
	margin-bottom:30px;
	height:45px;
	background:url(images/postmetadata_bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:2px;
}

.postmetadata a{
	font-size:10px;
	font-weight:bold;
	color:#579;
	padding-left:0px;
	padding-bottom:10px;
	line-height:19px;
}

.postmetadata a span{
	color:#579;
}

.postmetadata .alignleft{
	float: left;
	padding-top:5px;
	padding-left:10px;
}

.postmetadata .alignright{
	float: right;
	padding-top:5px;
}

.postmetadata .alignright a{
	font-size:12px;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	background-color:#000000;
	margin-left:2px;
}
.postmetadata .alignright a:hover{
	font-size:12px;
	color:#FFCC00;
	padding: 5px 10px 5px 10px;
	background-color:#000000;
	margin-left:2px;
}

.postmetadata .alignright2{
	float: right;
	padding-top:5px;
}

.postmetadata .alignright2 a{
	font-size:12px;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	background-color:#287AA2;
	margin-left:2px;
}
.postmetadata .alignright2 a:hover{
	font-size:12px;
	color:#FFCC00;
	padding: 5px 10px 5px 10px;
	background-color:#287AA2;
	margin-left:2px;
}


.entrybody p img { text-align: left;}
.entrybody img { border:4px solid #000000; text-align: left;}

/*************************************
 +Comments
 *************************************/

 .focusField{
    	border: none;
		width:240px;
		background:  url(images/rounded_hover.gif) no-repeat left top;
		padding: 9px;
}

.idleField{
	border: none;
	width:240px;
	background:  url(images/rounded.gif) no-repeat left top;
	padding: 9px;
}
.focusField2{
	border: none;
	width:490px;
	background:  url(images/rounded2_hover.gif) no-repeat left top;
	padding: 8px;
}
.idleField2 {
	border: none;
	width:490px;
	background:  url(images/rounded2.gif) no-repeat left top;
	padding: 8px;
}

#commentform {
	border:1px solid #CCC;
	padding:10px;
	margin-left:0px;
	background-color:#EBEBEB;
}

.commentsblock{
	font-size:11px;
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea, .commentsblock input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}

.commentsblock input.SubmitComment { width: 195px; height: 40px; background: url(images/SubmitComment.gif) no-repeat; margin-top: 0px; border: none;}
.commentsblock input.SubmitComment:hover { background: url(images/SubmitComment.gif) no-repeat 0 -40px; margin-top: 0px;}
.commentsblock input.SubmitCommentIE { width: 195px; height: 31px; background: url(images/SubmitComment.gif) no-repeat 0 -40px; margin-top: 0px;}

ol#commentlist{
	color:#777;
	font-size:0.9em;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:10px;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
	margin-bottom:10px;
}
.alt2{
	border:1px dotted #d1d1d1;
	padding:0.5em;
	margin-bottom:10px;
}

.authcomment {
	background-color: #D5ECEA;
	border:1px dotted #d1d1d1;
	padding:0.5em;
	margin-bottom:10px;
}

h3#comments{
font-size:1.6em;
}

/**/ * html .List .LGrav { right: 30px;} /* */ 
.List .LGrav { float: left;}
.List .LGrav img { border: solid 1px #ccc; padding: 4px; background: #fff;}

.List .LTime { float:right; position:relative;}
.List .LUsr { margin: 0px 0px 0px 90px; padding: 10px 0px 0px 0px; font-size: 11px; line-height: 12px; color:#999; height:25px;}
.List .LUsr a { color:#999; text-decoration: none;}
.List .LUsr strong { font: bold 13px "Trebuchet MS", sans-serif; letter-spacing: -1px; color:#666;}
.List .LUsr strong a { color:#78B749; text-decoration: none;}

.List .LCon { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 90px; font-size: 11px; line-height: 16px; border-top: solid 1px #CCC; min-height:50px;}
.List .LCon p { margin: 0px; padding: 5px 0px; font-size: 12px; line-height: 16px;}

.replycomment {
	margin-top:25px;
	margin-left:-70px;
}

.commentDate {
	font-size:11px;
}

#wp_grins img {
	cursor: pointer;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}

.free {
	margin-left:20px; margin-bottom:15px;
}


#flickrstream{ margin-right:5px; margin-bottom:5px; }
.flickr_badge_image{ display:inline; margin-left:5px; padding:0; }
.flickr_badge_image img{ padding: 4px; background: #fff; }
.flickr_badge_image img:hover{ padding: 4px; background: #84736B; }

.flickr_photo { display:inline; margin-left:2px; padding:0; }
.flickr_photo img{ padding: 4px; background: #fff; }
.flickr_photo img:hover{ padding: 4px; background: #84736B; }

.search-block{
 	clear:both;
	position:relative;
	top:30px;
	left:700px;
	width:235px;
	height: 66px;
	overflow:hidden;
	background-image: url('images/search_bg.gif');
}

.searchform-wrap {
	margin-top:33px;
}

.search-block input{
  background: none;
  border: 0;
  color: #928a85;
  float: left;
  width: 180px;
  padding: 0;
  margin: 0;
}

.search-block input.searchfield{
  margin: 5px 0 0 35px;
}

.search-block fieldset{
  border: 0;
  padding: 0;
}

.search-block input.go{
  width: 32px;
  height: 28px;
  text-align: center;
  float: right;
  color: #fff;
  margin-right:10px;
}

.rss-block{
  	clear:both;
	position:relative;
	top:30px;
	left:700px;
	width:300px;
	overflow:hidden;
}

.twitter-block{
	color:#000;
	clear:both;
	position:relative;
	height:26px;
	top:50px;
	left:10px;
	overflow:hidden;
	background-image: url('images/twitter-bg.gif');
	background-repeat:no-repeat;
}

.twitter-block ul{
	position:relative;
	list-style:none;
	float:left;
	background-image: url('images/twitter-bg2.gif');
	height:26px;
	margin:0px 0px 0px 40px;
	padding:6px 20px 0px 0px;
}

.boxgrid{ 
	width: 208px; 
	height: 130px; 
	margin:2px; 
	float:left; 
	background:#161613; 
	border: solid 2px #333; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	max-width: 240px;
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.coverboxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	padding: 10px;
	width: 190px; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.coverboxcaption {
	top: 130px;
	left: 0;
}


.mainboxgrid{ 
	width: 650px; 
	height: 430px; 
	margin:2px;
	margin-bottom:20px;
	float:left; 
	background:#161613; 
	border: solid 2px #333; 
	overflow: hidden; 
	position: relative; 
}
.mainboxgrid img{
	max-width: 700px;
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.mainboxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.mainboxcaption{
	color:#CCC;
	float: left; 
	position: absolute; 
	background: #000;
	width: 640px; 
	opacity: .8;
	padding:10px;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mainboxcaption {
	top: 280px;
	left: 0;
}

.mainboxcaption p{
	color:#FFF;
	padding:0px;
	margin:0px;
}

.mainboxcaption h3{
	font-size:23px;
}
.coverboxcaption h3{
	font-size:16px;
}

.postTitle{
	clear:both;
	overflow: hidden; 
	position: relative;
	font-size:35px;
	margin-bottom:10px;
}

.postFlickr{
	clear:both;
	overflow: hidden; 
	position: relative;
	margin-bottom:10px;
	margin-top:20px;
}

.commentlink a{
	font-size:12px;
	color:#FFCC00;
}

.commentlink a:hover{
	font-size:12px;
	color:#FFFFCC;
}

.postlink a{
	color:#FFF;
}

.postlink a:hover{
	color:#CCC;
}

#h2_monthly {
	margin:10px 0px 10px 15px;
	display: block;
	background-image: url('images/h2_monthly.gif');
	height: 25px;
	background-position: left;
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#h2_categories {
	margin:10px 0px 10px 15px;
	display: block;
	background-image: url('images/h2_categories.gif');
	height: 25px;
	background-position: left;
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#h2_shouts {
	margin:10px 0px 10px 15px;
	display: block;
	background-image: url('images/h2_shouts.gif');
	height: 25px;
	background-position: left;
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#h2_freetopic {
	margin:10px 0px 10px 15px;
	display: block;
	background-image: url('images/h2_freetopic.gif');
	height: 25px;
	background-position: left;
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#h2_twitter {
	margin:10px 0px 10px 15px;
	display: block;
	background-image: url('images/h2_twitter.png');
	height: 25px;
	background-position: left;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#twitter_div {
	width:220px;
}
#twitter_div ul{
	list-style-image: url(images/bullet-twitter.gif);
	margin:0px 0px 20px 45px;
	padding:0;
}

#rss {width:220px; margin-left:20px; margin-bottom:30px;}
.rss_name {position:relative; float:left; font-size:13px;}
.rss_date {float:left;}
.rss_content {padding-top:10px; clear:both; font-size:13px;}
#rssBtn {float:right;}


#frame_wrap {
	clear: both;
	width:1000px;
	margin:0 auto;
}

#frame {
	font-size:1.1em;
	background: url('images/frame.jpg') no-repeat;
	height:310px;
	margin-left:-10px;
	padding-left:50px;
	padding-top:40px;
}

#frame h2{
	font-size:18px;
}

#framewrapper {
	text-align: left;
	float:left;
	width:150px;
	margin-right:30px;
}

#framewrapper_comment {
	text-align: left;
	float:left;
	width:250px;
	margin-right:30px;
}

#framewrapper_photo {
	text-align: left;
	float:left;
	width:300px;
	margin-right:20px;
}

#frame ul{
	list-style-image: url(images/bullet.gif);
	margin:10px 0px 20px 10px;
	padding:0;
}
#frame ul li{
	text-align: left;
	border-bottom:1px dotted #999;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left:10px;
}

#frame a{
	color:#988754;
}

#frame a:hover{
	color:#464039;
}

.breadcrumb {
	font-size:10px;
	color:#FFF;
	margin-bottom:10px;
	background: #000;
	padding: 3px 10px 3px 10px;
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.breadcrumb .alignright {
	position:relative;
	float:right;
}

.breadcrumb a{
	color:#FFFF99;
}

.breadcrumb a:hover{
	color:#FC0;
}

#flickr_frame {
	clear:both;
	background: url('images/flickr.jpg') no-repeat;
	margin-top:10px;
	padding-top:20px;
	padding-left:23px;
	padding-bottom:2px;
	height:110px;
}
.paginationwrap {
	clear:both;
	width:650px;
	margin-top:10px;
}
#smartarchives ul{
	list-style-image: url(images/bullet.gif);
	margin-left:20px;
	padding:0;
}

.thdrpy {
	position:relative;
	float:right;
	font-size:10px;
	width:66px;
	height:15px;
	top:-20px;
}

.thdrpy a {
	display: block;
	font-size:10px;
	color:#FFF;
	width: 66px;
	height: 15px;
	text-align:center;
	background-image:url(images/reply_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.thdrpy a:hover {
	font-size:10px;
	color:#FFE479;
	background-position: 0px -15px;
}

.wp-caption {
	border: 0px solid #111;
	text-align: center;
	background-color:#111;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 8px 8px 5px;
	margin: 0;
	color:#FFF;
}



.formError {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
}
	#debugMode{
		background:#000;
		position:fixed;
		width:100%; height:200px;
		top:0; left:0;
		overflow:scroll;
		opacity:0.8;
		display:block;
		padding:10px;
		color:#fff;
		font-size:14px;
		z-index:100000;
	}

	.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
	.formError .formErrorContent {
		width:100%; 
		background:#000000;
		color:#fff;
		width:150px;
		font-family:tahoma;
		font-size:11px;
		border:2px solid #ddd;
		box-shadow: 0px 0px 6px #000;
		-moz-box-shadow: 0px 0px 6px #000;
		-webkit-box-shadow: 0px 0px 6px #000;
		padding:4px 10px 4px 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	.greenPopup .formErrorContent {background:#33be40;}
	
	.blackPopup .formErrorContent {background:#393939;color:#FFF;}
	
	.formError .formErrorArrow{
		position:absolute;
		bottom:0;left:20px;
		width:15px; height:15px;

		z-index:5001;
	}
	.formError .formErrorArrowBottom{top:0;margin:-6px;}
	
		.formError .formErrorArrow div{
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			box-shadow: 0px 2px 3px #444;
			-moz-box-shadow: 0px 2px 3px #444;
			-webkit-box-shadow: 0px 2px 3px #444;
			font-size:0px; height:1px; background:#000000;margin:0 auto;line-height:0px; font-size:0px; display:block;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
			
		.greenPopup .formErrorArrow div{background:#33be40;}
		.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

		.formError .formErrorArrow .line10{width:15px;border:none;} 
		.formError .formErrorArrow .line9{width:13px;border:none;} 
		.formError .formErrorArrow .line8{width:11px;} 
		.formError .formErrorArrow .line7{width:9px;} 
		.formError .formErrorArrow .line6{width:7px;} 
		.formError .formErrorArrow .line5{width:5px;} 
		.formError .formErrorArrow .line4{width:3px;} 
		.formError .formErrorArrow .line3{width:1px;
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			border-bottom:0px solid #ddd;} 
		.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
		.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  


