/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here 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.

*/

#ccad {
	margin: 20px 10px 30px 10px !important;
}

.inner-columns .left-right p {
	word-wrap: break-word;
}

#sidebar li.widget ul.tweets li a {
	display: inline;
	font-weight: bold;
}
#sidebar li.widget ul.tweets li .time-ago {
	display: block;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
	height: auto;
}
img {
    max-width: 96%; /* Image does not overflow the content area */
}
img:not(.thumb) {
	height: auto;
}

.wp-caption img {
    height: auto;
    max-width: 98.5%;
    width: auto;
}
