/* 
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.

*/

/* ADS */

.ad_banner {
	width:468px;
	height:60px;
	border:1px solid #dddddd;
	padding:5px;
	background-color:#171717;
	margin-bottom:20px;
	float:left;
}

/* Header Banner Ad */

.headerBannerAd {
	margin: 20px 3px 0px 0px;
	float: right;
}


.post ol li{
	list-style:decimal;
	margin: 0 0 10px 15px;
}

#midCol{
	float:left;
	width:440px;
	list-style-type: none;
	padding: 0px;
}

#tertCol{
	float:left;
	width:0px;
	margin-left: 20px;
}


/* 4.2 Generic Widgets */

.widget h3 {
	margin-bottom: 20px;
	font-size:18px;
}

.widget{margin-bottom:20px;width:408px;float:left;}


/* Subscirbe to Updates*/

.widget .subscribe-email {
	text-align: center;
	background-color: #111;
	border: 1px solid #222;
	padding:15px
}


.subscribe {
	width: 250px;
	margin: 10px 0 0 20px;
	float: right;
}

/* Form Styling */
input,
textarea,
select,
#content-wrapper input[type="password"] {
color: #000;
font-family: Arial;
font-size: 13px;
padding: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid #323232;
}
input[type="submit"],
input[type="reset"],
button {
color: #fff;
font-size: 11px;
padding: 7px 10px 7px 10px;
font-weight: bold;
cursor: pointer;
border: 1px solid #323232;
background: #202020;
background-image: -moz-linear-gradient(#202020, #161616);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#202020), to(#161616));
background-image: -webkit-linear-gradient(#202020, #161616);
background-image: -o-linear-gradient(#202020, #161616);
background-image: -ms-linear-gradient(#202020, #161616);
-pie-background: linear-gradient(#202020, #161616);
}

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
background: #202020;
}
input[type="radio"],
input[type="checkbox"] {
background: transparent;
border: 0;
}
fieldset {
border: 1px solid #323232;
margin: 0;
padding: 10px;
}
legend {
font-weight: bold;
}

/* Image Styling */
img.alignnone,
img.aligncenter,
img.alignleft,
img.alignright {
padding: 8px;
background: #000000 url(http://www.inmotionlife.com/wp-content/uploads/gradient.png) repeat-x;
border: 1px solid #323232;
}
.widget .item-avatar img {
border: 1px solid #323232;
}

.wp-caption {
position: relative;
background: #000000 url(http://www.inmotionlife.com/wp-content/uploads/gradient.png) repeat-x;
border: 1px solid #323232;
}
.wp-caption img {
margin: 0px 0px 0;
}
p.wp-caption-text {
text-align: center;
font-size: 11px;
padding-top: 2px;
margin:4px 0 0 0;
}
.gallery img {
border: 1px solid #323232 !important;
padding: 3px;
}
.gallery-caption {
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
background: none !important;
}