/*
Theme Name: Limus Design Blog
Theme URI: http://limusdesign.com
Description: Customized for Limus Design by Jonathan Wold
Version: 1.0
Author: Jonathan Wold
Author URI: http://sabramedia.com
*/

/* Custom Styles */




#socialMediaIcon_1 a:link, #socialMediaIcon_1 a:visited{
  float:left;
	width:38px;
	height:37px;
	background:url(images/sm_fb.jpg) no-repeat 0 0;
	display:block;
	margin-right:10px;
	}
	
#socialMediaIcon_1 a:hover{
	background:url(images/sm_fb_over.jpg) no-repeat 0 0;
	width:38px;
	height:37px;
	margin-right:10px;
	}
	
#socialMediaIcon_2 a:link, #socialMediaIcon_2 a:visited{
  float:left;
	width:38px;
	height:37px;
	background:url(images/sm_rss.jpg) no-repeat 0 0;
	display:block;
	margin-right:10px;
	}
	
#socialMediaIcon_2 a:hover{
	background:url(images/sm_rss_over.jpg) no-repeat 0 0;
	width:38px;
	height:37px;
	margin-right:10px;
	}
	
#socialMediaIcon_3 a:link, #socialMediaIcon_3 a:visited{
  float:left;
	width:38px;
	height:37px;
	background:url(images/sm_in.jpg) no-repeat 0 0;
	display:block;
	margin-right:10px;
	}
	
#socialMediaIcon_3 a:hover{
	background:url(images/sm_in_over.jpg) no-repeat 0 0;
	width:38px;
	height:37px;
	margin-right:10px;
	}


#socialMediaIcon_4 a:link, #socialMediaIcon_4 a:visited{
  float:left;
	width:48px;
	height:47px;
	background:url(images/sm_fburn.jpg) no-repeat 0 0;
	display:block;
	margin-right:0px;
	}
	
#socialMediaIcon_4 a:hover{
	background:url(images/sm_fburn_over.jpg) no-repeat 0 0;
	width:48px;
	height:47px;
	margin-right:0px;
	}


#socialMediaIcon_5 a:link, #socialMediaIcon_5	 a:visited{
  float:left;
	width:48px;
	height:47px;
	background:url(images/sm_tw.jpg) no-repeat 0 0;
	display:block;
	margin-right:10px;
	}
	
#socialMediaIcon_5 a:hover{
	background:url(images/sm_tw_over.jpg) no-repeat 0 0;
	width:48px;
	height:47px;
	margin-right:10px;
	}


#blogpage a {
	text-decoration:underline;
	color:#a4a6a8;
	}
	
#blogpage a:hover{
	text-decoration:none;
	}

	
ul#sidebar_categories li, ul#sidebar_archives li {
	width: 120px; float: left;
	}

#leave_comment input {
	background:url(/images/leave_comment.jpg) no-repeat 0 0;
	width:140px;
	height:27px;
	display:block;
	border: none; 
	text-indent: -1000px;
	text-transform: capitalize;
	cursor: pointer;
	}
	
#leave_comment input:hover {
	background: url(http://limusdesign.com/images/leave_comment_hover.jpg) no-repeat;
	}
	
#blogpage .blog_content_topleft a { text-decoration: none; color: rgb(125, 142, 153); }

.heading_green { text-transform: uppercase;}

.blog_content_bottom .entry a img.size-full:hover, .blog_content_bottom .entry a img.size-medium:hover { border: 7px solid rgb(102, 153, 51); } 
.blog_content_bottom .entry img.size-full, .blog_content_bottom .entry img.size-medium { border: 7px solid rgb(43, 58, 78); margin: 5px 0 10px 0; width: 510px; }

.blog_content_bottom .entry p { width: 521px; }
.blog_content_links_right { margin-top: 5px; }
.blog_content_bottom .entry dl { margin: 0; }

h6.comments { margin-top: 15px; }

.hidden { display: none; }

.alignleft {
	padding-top:5px;
	text-align:left;
	color:#369;
}

.alignright {
	padding-top:5px;
	position:relative;
	left:550px;
	color:#369;
	width: 75px;
}
input.error, textarea.error {
    border: solid 1px #a00;
}
.blog_form_row .blog_form_left input{
	padding: 8px 8px;
	height: auto;
}
.blog_form_row_captcha{
	position: relative;
	top: -10px;
	padding: 0 0 5px!important;
	margin: 0!important;
}
.blog_form_row_captcha input{
	width: 30px;
}
.blog_form_row_captcha .blog_form_left .capcha{
	padding: 0 8px 0 0;
	line-height: 30px;
	float: left;
}
.blog_form_row_captcha .blog_form_left{
	float: left;
	width: auto;
	padding-right: 15px;
}
.blog_form_row_captcha .blog_form_right{
	float: left;
	width: auto;
}
.blog_form_row .blog_form_right label{
	padding: 0;
	margin: 0;
	line-height: 19px;
	float: left;
}
