/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/* Login box override */
input.wlmember_loginwidget_input_submit {
	background: none repeat scroll 0% 0% rgb(15, 77, 141);
	color: rgb(255, 255, 255);
}

/* Caption override*/
.wp-caption {
	margin: 12px 0px 12px 0px;
}

/* List item override */
.entry-content ul li {
	list-style: disc;
	margin: 0px 30px 0px 40px;
	padding: 3px 0 3px 0;
}

/* Article image override */
.entry-content p img {
	max-width: 100%;
	height: auto;
}

/* Override Excerpt Thumb */
#content-loop .entry-thumb {
	margin: 0 10px 10px 0;
}

/* AddThis FB Fix */
div.fb-like {
	width: 62px;
}

	div.fb-like > span {
		width: 13px !important;
	}

.pluginCountBoxNub {
	left: 17px !important;
}