/* @override http://new.movepersonaltraining.com/site/wp-content/themes/move/style.css */

/*
Theme Name: Move Personal Training
Author: Joe Tan (joetan54@gmail.com)
*/

html, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Helvetica, arial, Tahoma, sans-serif;
	background:url(images/body.jpg) repeat-x top;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1 {
	color: #000;
	font-size: 150%;
	font-weight: normal;
}
h1 a {
	color: #000;
	text-decoration: none;
}

h2 {
	color: #000;
	font-size: 145%;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h3 {
	color: #000;
	font-size: 140%;
}
h3 a {
	color: #000;
}
h4 {
	color: #000;
	font-size: 125%;
}
h4 a {
	color: #000;
}
h5 {
	color: #000;
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.more {
	white-space: nowrap;
	background: url(images/arrow.gif) no-repeat right center;
	padding-right:15px;
}
p {
	margin: 0 0 1em 0;
}
p.img {
	clear: left;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom:1em;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear{
	clear: both;
}
blockquote {
	padding: 1em 0.5em;
	margin: 1em 0em;
	border: 1px solid #ddd;
	border-width: 1px 0;
	color: #666;
	font-size: 125%;
}
blockquote p {
	margin: 0;
}
blockquote.alignright { 
	margin: 0 0 1em 2em;
	width: 170px;
} 
blockquote.alignleft { 
	margin:  0 1em 1em 0;
	width: 170px;
}
dl dt {
	font-weight: bold;
}
dl dd {
}
ul, ol {
	margin-left: 3em;
}
ul li, ol li {
	margin:0 0 0.5em 0;
}
hr {
	clear: both;
	height: 3px;
	border: 0;
	background: url(images/horizontal-line.gif) repeat-x;
}
.googleMap {
	margin: 20px auto;
}
div#wrap {
	text-align: left;
	width: 657px;
	margin: 0 auto;
	padding: 0 38px 25px;
	background: #d8dda5 url(images/wrap.jpg) repeat-x;
	border: 2px solid #d0a97e;
	border-width: 0 2px;
}

div#o {
	background: url(images/o_bottom.gif) right no-repeat;
	height: 30px;
}

/* @group Forms */

.cform {
	margin: 0;
	width: auto !important;
}
.cform ol.cf-ol {
	margin: 0 !important;
}
.cform textarea, .cform input {
	width: 90% !important;
}
.cform p.cf-sb {
	text-align: left !important;
}
.cform p.cf-sb input {
	width: 100px !important;
	margin-left: 10px !Important;
}
 .linklove {
	display: none;
}
/* @end */

/* @group Header */

div#header {
	position: relative;
	height: 150px;
}

div#header h1 {
	position: absolute;
	bottom: 3px;
	left: 106px;
}

div#header h1 a {
	display: block;
	width: 450px;
	height: 100px;
	background:url(images/logo3.gif) no-repeat;
	text-indent: -10000px;
}

/* @end */

/* @group Nav */

div#nav {
	margin-bottom: 25px;
}

div#nav ul {
	position: relative;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#nav ul.level-1 {
	position: relative;
	height:22px;
	padding: 6px 0 8px 0;
	background: url(images/nav.jpg) no-repeat 0px 0px;
	text-align:center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
div#nav ul.level-1 li.level-1 {
	display: inline-block;
	border-right: 2px solid #fff1cd;
	font-size: 110%;
	text-transform: uppercase;
}
div#nav ul.level-1 li.level-1 a.level-1 {
	display: inline-block;
	color: #fff1cd;
	text-decoration: none;
	margin: 0 6px;
	line-height: 22px;
	padding: 0px 5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
div#nav ul.level-1 li.level-1 a.hover,
div#nav ul.level-1 li.selected a.level-1,
div#nav ul.level-1 li.level-1 a.level-1:hover {
	background:white url(images/nav-selected.gif) repeat-x bottom;
	color: #240018;
}
div#nav ul.level-2 {
	display: none;
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 90%;
	text-align: left;
}
div#nav li.selected ul.level-2,
div#nav li.hover ul.level-2 {
	display: block;
}
div#nav ul.level-2 li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
}
div#nav ul.level-1 li.last,
div#nav ul.level-2 li.last {
	border-right: 0;
}
div#nav ul.level-2 li a {
	white-space: nowrap;
	color: black;
	text-decoration: none;
}
div#nav ul.level-2 li.selected a,
div#nav ul.level-2 li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Content */

div#content {
	position: relative;
	min-height: 450px;
	padding: 30px 40px;
	background: #fff url(images/o_top.gif) no-repeat bottom right;
	line-height: 1.6;
	border: 2px solid #d8d8d8;
	border-bottom: 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	border-bottom-right-radius: 0;
	border-bottom-left-radius:  0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft:  0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius:  0;
}

div#content .post {
	clear: both;
	margin: 0 0 20px 0;
}
div#content .post img.thumbnail {
	width: 75px;
	height: 75px;
}

div#content .layout .col {
	float: left;
}
div#content .layout .col-last {
	float: right;
}
div#content .cols-2 {
	background: url(images/vertical-line.gif) repeat-y 50% 0;
}
div#content .narrowleft { background-position: 35% 0; }
div#content .narrowright { background-position: 65% 0;
}
div#content .cols-2 .col-1 { 
	padding-top: 10px;
	padding-bottom: 10px;
	xpadding-left: 4%;
	width: 40%; 
}
div#content .cols-2 .col-2 { 
	padding-left: 5%; 
	padding-top: 10px;
	padding-bottom: 10px;
	width: 40%; 
}
div#content .narrowleft .col-1 { width:30%}
div#content .narrowleft .col-2 { width:60%}

div#content .narrowright .col-1 { width:60%}
div#content .narrowright .col-2 { width:30%}

div#content .cols-3 .col { width: 31%;margin-right: 1%;}
div#content .cols-3 .col-3 { width: 33%;}
div#content .cols-4 .col { width: 23%;}

div#content .cols-3 {
	background: url(images/vertical-line.gif) repeat-y 30% 0;
}


div#breadcrumb {
	position: absolute;
	top: 10px;
	color: #888;
	font-size: 90%;;
}
div#breadcrumb a {
	color: #888;
	text-decoration: none;
}
div#breadcrumb a:hover {
	text-decoration: underline;
}
.wp-caption {
	padding: 5px;
	border: 1px solid #d0a87c;
	text-align: center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.wp-caption-text {
	margin: 0;
	font-size: 90%;
	color: #555;
}

.gallery-item {
	width: 27% !important;
}
/* @end */

/* @group Footer */

div#footer {
	clear:both;
	padding: 5px;
	text-align: center;
	color: #fff1cd;
	background: url(images/footer.gif) repeat-x;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
	/*
	border-top-right-radius: 0;
	border-top-left-radius:  0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft:  0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius:  0;
	*/
}
div#footer a {
	color: #fff1cd;
	text-decoration: none;
}

/* @end */
