/* @override 
	http://localhost:8888/wp9/wp-content/themes/Articulations/style.css
	http://workshop.wpcoder.com/carlos/articulations/wp-content/themes/Articulations/style.css
	http://s85914.gridserver.com/wp-content/themes/Articulations/style.css
*/

* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Georgia;
	font-size: 13px;
	background-color: #2b1402;
}

img {
	border-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

/* @group Header */

#header {
	width: 100%;
	padding: 0;
	height: 150px;
	margin: 0;
	background-color: #a1aa70;
}

#header h1 {
	width: 400px;
	height: 120px;
	margin-top: 20px;
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -5000px;
	margin-right: 35px;
}

#header h1 a {
	width: 400px;
	height: 120px;
	float: left;
}

#header ul {
	float: left;
	width: 470px;
	height: 125px;
	list-style-type: none;
	font-size: 16px;
	text-transform: lowercase;
}

#header ul li {
	float: left;
	height: 125px;
	margin: 0 7px 0 0;
	padding: 0;
}

#header ul li a {
	color: #2b1402;
	float: left;
	height: 50px;
	padding: 75px 6px 0;
	margin: 0;
	text-decoration: none;
}

#header ul li a:hover, #header ul li.current_page_item a {
	background-color: #443e33;
	color: #a1aa70;
	text-decoration: none;
}

#header .header_wrap {
	width: 940px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#header_image {
	padding: 100px 0 0 50px;
	margin: 0 auto 20px;
	width: 790px;
	height: 390px;
	color: #ded8c9;
}

#header_image h2 {
	width: 272px;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 38px;
	font-weight: normal;
}

#header_image p {
	width: 272px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
}

#header_image span {
	font-size: 24px;
	color: #a1aa70;
	font-style: italic;
	line-height: 25px;
}

#header_image.home {
	background: url(images/pic_home.jpg) no-repeat;
}

#header_image.special {
	background: url(images/pic_special.jpg) no-repeat;
}

#header_image.blog {
	background: url(images/pic_blog.jpg) no-repeat;
}

#header_image.instruction {
	background: url(images/pic_instruction.jpg) no-repeat;
}

#header_image.studio {
	background: url(images/pic_studio.jpg) no-repeat;
}

#header_image.contact {
	background: url(images/pic_contact.jpg) no-repeat;
}



/* @end */

/* @group Pages Content */

#content {
	overflow: hidden;
	width: 840px;
	margin: 0 auto;
	padding: 0;
}

#content a.button {
	float: right;
	padding: 5px 7px;
	background-color: #5b4a33;
	text-align: center;
	color: #fff;
	font-style: italic;
	font-size: 13px;
	text-decoration: none;
}

#mainc { 
	float: left;
	margin: 0;
	padding: 0;
	width: 590px;
	display: inline;
	position: relative;
}

#mainc .entry {
	
}

#mainc .entry h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	margin-bottom: 10px;
	border-bottom-color: #a1aa70;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

#mainc .entry h2.separate {
	border-bottom: 1px solid #a1aa70;
}

#mainc .entry h3 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

#mainc .entry p
 {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 18px;
}

#mainc .entry p.separate {
	border-bottom: 1px solid #a1aa70;
	padding-bottom: 15px;
}

#mainc .owners {
	
}

#mainc .owners .ownerpic {
	float: left;
	margin-right: 15px;
}

#mainc .owners p, #mainc .owners h2 {
	padding-left: 188px;
}

#mainc .owners .italicbig {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 5px;
}

#mainc .lightbrown {
	background-color: #ded8c9;
	width: 554px;
	padding: 15px 18px 10px;
	font-size: 13px;
	color: #5b4a33;
	margin-bottom: 21px;
	overflow: hidden;
}

#mainc .darkbrown {
	background-color: #a2a190;
	width: 554px;
	padding: 15px 18px 10px;
	font-size: 13px;
	color: #2b1402;
	margin-bottom: 21px;
	overflow: hidden;
}

#mainc .brown {
	background-color: #7d6345;
	width: 554px;
	padding: 15px 18px 10px;
	font-size: 13px;
	color: #2b1402;
	margin-bottom: 21px;
	overflow: hidden;
}

#mainc .brown p.book  {
	margin-bottom: 3px;
	font-size: 15px;
}

#mainc .brown p.book a {
	color: #ded8c9;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#mainc .brown h2 {
	color: #ded8c9;
}

#mainc .darkbrown h2.separate {
	color: #ded8c9;
	border-bottom: 1px solid #2b1402;
}

#mainc .darkbrown h2 {
	color: #ded8c9;
}

#mainc .home_box {
	background-color: #a2a190;
	width: 574px;
	padding: 8px 8px 0;
	height: 171px;
	font-size: 13px;
	color: #2b1402;
	margin-bottom: 21px;
}

#mainc .home_box p {
	margin-bottom: 13px;
}

#mainc .home_box h2 {
	color: #ded8c9;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}

#mainc .home_box .thumbnail {
	width: 280px;
	height: 160px;
	margin-right: 15px;
	float: left;
}

#mainc .fromblog {
	padding: 9px;
}

#mainc .fromblog a.comments {
	height: 13px;
	padding-left: 20px;
	background: url(images/bubble.gif) no-repeat;
	margin-left: 8px;
}

#mainc .fromblog h2 {
	color: #ded8c9;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	margin-bottom: 15px;
}

#mainc .fromblog h3 {
	color: #a1aa70;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

#mainc .fromblog h3 a, #mainc .fromblog p a {
	color: #a1aa70;
	text-decoration: none;
}

#mainc .fromblog p.meta {
	color: #785e3f;
	font-size: 13px;
	margin: 0 0 2px;
}

#mainc .fromblog p.meta a {
	color: #785e3f;
	text-decoration: none;
}

#mainc .fromblog p {
	color: #ffffff;
	margin-bottom: 20px;
}

.packagebox {
	float: left;
	width: 285px;
	height: 150px;
	padding: 4px 0 0;
	text-align: center;
	color: #ded8c9;
	margin: 0 0 8px;
}

#mainc .darkbrown .description {
	float: right;
	width: 253px;
}

 #mainc .packagebox h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 28px;
	padding-top: 4px;
}

#mainc .packagebox p.sessions {
	font-size: 18px;
	font-style: italic;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

#mainc .packagebox p {
	font-size: 15px;
	line-height: 19px;
}

.packagebox.darker {
	background-color: #5b4a33;
}

.packagebox.med {
	background-color: #7d6345;
}

.packagebox.light {
	background-color: #977952;
}

#content a.button1 {
	float: right;
	padding: 5px 7px;
	background-color: #5b4a33;
	text-align: center;
	color: #ded8c9;
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
}

#content a.button2 {
	float: right;
	padding: 5px 7px;
	background-color: #7d6345;
	text-align: center;
	color: #ded8c9;
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
}

#content a.button3 {
	float: right;
	padding: 5px 7px;
	background-color: #977952;
	text-align: center;
	color: #ded8c9;
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
}



/* @end */

/* @group Sidebars */

#sidebar { 
	display: inline;
	margin: 0;
	padding: 0;
	width: 230px;
	float: right;
}

#sidebar .contactus {
	background: url(images/side_contact.gif) no-repeat;
	width: 214px;
	height: 350px;
	padding-top: 30px;
	padding-left: 16px;
	color: #d6d1c2;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}

#sidebar .contactus span {
	font-size: 20px;
	color: #a4ad72;
	font-style: italic;
}

#sidebar .contactus p {
	margin-bottom: 15px;
}

#sidebar .contactus h2 {
	font-weight: normal;
	font-style: italic;
	color: #a1aa70;
	font-size: 30px;
	margin-bottom: 20px;
}

#sidebar .side_schedule {
	background-color: #a1aa70;
	padding: 15px 15px 0;
	overflow: hidden;
	margin-bottom: 20px;
}

#sidebar .side_schedule h2 {
	color: #2b1402;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 10px;
}

#sidebar .side_schedule p {
	color: #ded8c9;
	font-size: 13px;
	margin-bottom: 15px;
	overflow: hidden;
}

#sidebar .side_shop {
	padding-left: 15px;
	width: 215px;
	background: url(images/side_shop.gif) no-repeat;
	height: 298px;
}

#sidebar .side_shop h2 {
	color: #ded8c9;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 207px;
	padding-top: 20px;
}

#sidebar .side_shop p {
	height: 25px;
	margin-bottom: 10px;
	padding-right: 15px;
}

#sidebar .blogbox {
	background-color: #777662;
	padding: 15px 20px 10px;
	overflow: hidden;
	margin-bottom: 20px;
	width: 190px;
}

#sidebar .blogbox a {
	color: #ded8c9;
	text-decoration: none;
}

#sidebar .blogbox h3 {
	color: #000000;
	font-size: 27px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}

#sidebar .blogbox fieldset {
	margin-bottom: 10px;
	border-style: none;
}

#sidebar .blogbox input#search {
	background-color: #ded8c9;
	width: 180px;
	height: 25px;
	border-style: none;
	color: #333;
	font: 14px Georgia;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar .blogbox ul {
	list-style-type: none;
	margin-bottom: 8px;
	color: #ded8c9;
	font-size: 20px;
}

#sidebar .blogbox p {
	margin-bottom: 8px;
	color: #ded8c9;
	font-size: 20px;
}

#sidebar .blogbox ul li {
	margin-bottom: 10px;
}



/* @end */

/* @group Footer */

#footer { 
	width: 100%;
	clear: both;
	margin: 20px 0 0;
	padding: 0;
	background-color: #a1aa70;
	height: 210px;
}

#footer .fsingle {
	float: left;
	width: 265px;
	height: 152px;
	border-right: 1px solid #2b1402;
	margin-right: 20px;
}

#footer .fsingle.last {
	margin-right: 0;
	border-right-style: none;
}

#footer .fsingle.last p {
	margin-bottom: 12px;
}

#footer .fsingle.share {
	background: url(images/social.gif) no-repeat 0 41px;
}

#footer .fsingle.share a {
	color: #2b1402;
	text-decoration: none;
}

#footer .fsingle h3 {
	font-weight: normal;
	font-style: italic;
	color: #2b1402;
	font-size: 29px;
	margin-bottom: 11px;
}

#footer .fsingle p {
	color: #2b1402;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
}

#footer .fsingle span {
	color: #ded8c9;
	float: right;
	text-align: left;
	width: 197px;
	font-weight: normal;
	font-style: normal;
}

#footer .fsingle a {
	color: #ded8c9;
	text-decoration: none;
}

#footer .fsingle ul li {
	margin-bottom: 17px;
	list-style-type: none;
	padding-left: 33px;
	margin-top: 13px;
	font-size: 14px;
}

#footer fieldset {
	margin-bottom: 7px;
	border-style: none;
	text-align: right;
}

#footer form input#submit {
	border-style: none;
	color: #2b1402;
	font: italic 16px Georgia;
	background-color: transparent;
	cursor: pointer;
}

#footer form input#email {
	width: 200px;
	height: 24px;
	background: url(images/email.gif) no-repeat;
	border-style: none;
	color: #2b1402;
	font: italic 14px Georgia;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer .footer_wrap {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 840px;
	overflow: hidden;
}

#footer .siteby {
	font-size: 10px; 
	text-align: right;
	margin-top: 170px; 
}

#footer .siteby a {
	color: #DED8C9;

}

.clear { 
	clear: both; 
	background: none; 
}



/* @end */

/* @group Blog */

#mainc .mainblog {
	background-color: #ded8c9;
	width: 554px;
	padding: 23px 18px 10px;
	font-size: 13px;
	color: #000000;
	margin-bottom: 21px;
	line-height: 18px;
}

#mainc .mainblog .nav {
	overflow: hidden;
}

#mainc .mainblog .nav p.left {
	float: left;
	width: 200px;
	text-align: left;
}

#mainc .mainblog .nav p.right {
	float: right;
	width: 200px;
	text-align: right;
}

.mainblog h1 {
	font-size: 30px;
	color: #2b1402;
	margin-bottom: 25px;
	font-weight: normal;
	font-style: italic;
}

.blogsingle {
	overflow: hidden;
	width: 554px;
	border-bottom: 2px solid #a1aa70;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

#mainc .blogsingle ul, .blogsingle ol {
	padding-left: 15px;
	margin-left: 15px;
}

.blogsingle p.meta {
	color: #785e3f;
	text-decoration: none;
}

.blogsingle p.meta a {
	color: #785e3f;
	text-decoration: none;
}

.blogsingle p.meta a.bcom {
	background: url(images/bubble2.gif) no-repeat 0;
	height: 15px;
	padding-left: 22px;
	margin-left: 2px;
}

.blogsingle p {
	margin-bottom: 10px;
}

.blogsingle .alignleft {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 4px;
}

.blogsingle .alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.blogsingle a {
	color: #a1aa70;
}

.blogsingle h1, .blogsingle h2, .blogsingle h3, .blogsingle h4, .blogsingle h5, .blogsingle h6 {
	color: #a1aa70;
	margin-bottom: 3px;
}

.blogsingle h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	line-height: 24px;
}

.blogsingle h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	line-height: 22px;
}

.blogsingle h3, .blogsingle h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.blogsingle h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.blogsingle h6 {
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
}

.blogsingle ul, .blogsingle ol {
	padding-left: 18px;
	margin-bottom: 10px;
}



/* @end */

/* @group Comments */

h3#comments, #respond h3 {
	color: #a1aa70;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 15px;
}

ol.commentlist li {
	border-bottom: 1px solid #a1aa70;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

ol.commentlist li img.photo {
	float: left;
	margin-right: 6px;
	margin-bottom: 0;
	margin-top: 2px;
}

ol.commentlist li .commentmetadata {
	margin-bottom: 11px;
}

form#commentform {
	margin-bottom: 5px;
}

form#commentform p {
	margin-bottom: 7px;
}

form#commentform input#author, form#commentform input#url, form#commentform input#email {
	width: 179px;
	padding-top: 5px;
	height: 17px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 6px;
	background-color: #fff;
	color: #333;
	font: 13px Georgia;
	border: 1px solid #2b1402;
}

form#commentform textarea {
	width: 380px;
	margin-right: 6px;
	background-color: #fff;
	color: #333;
	font: 13px Georgia;
	border: 1px solid #2b1402;
	height: 126px;
	padding: 5px;
}



/* @end */

/* @group Schedule & Form */

.schedule {
	width: 578px;
	overflow: hidden;
	background: url(images/chartbg.gif) repeat-y;
	margin-bottom: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 0 6px;
}

.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0px 7px;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	width: 96px;
	font-style: italic;
	font-size: 16px;
	color: #ded8c9;
	font-weight: normal;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 6px;
}
.wp-table-reloaded td {
	color: #a1b35b;
	padding: 4px;
	vertical-align: top;
	font-style: italic;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}

.wp-table-reloaded td span {
	color: #332f27;
}
.wp-table-reloaded .even td {
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6;
}

.schedule .dates ul {
	padding-top: 8px;
	list-style-type: none;
}

.schedule .dates ul li {
	float: left;
	width: 96px;
	font-size: 16px;
	font-style: italic;
	color: #ded8c9;
	text-align: center;
}

.schedule .srows {
	overflow: hidden;
	width: 578px;
	margin: 0;
	padding: 0 6px;
}

.schedule .scolumn {
	float: left;
	width: 96px;
	text-align: center;
	font-size: 11px;
	color: #a1b35b;
	font-style: italic;
}

.schedule .scolumn p {
	margin-bottom: 9px;
	line-height: 14px;
}

.schedule .scolumn p span {
	color: #433e34;
}

.maincontactform {
	overflow: hidden;
}

.maincontactform .leftbox {
	float: left;
	width: 257px;
}

.maincontactform .formtopwrap {
	height: 95px;
}

.maincontactform .message1 {
	float: right;
	width: 280px;
}

.maincontactform .leftbox input {
	background-color: #ded8c9;
	color: #333;
	font: 13px Gerogia;
	border: 1px solid #bfbaa8;
	border-bottom-style: none;
	border-right-style: none;
	height: 17px;
	padding-top: 3px;
	width: 240px;
	padding-left: 5px;
	padding-right: 5px;
}

.maincontactform .message1 textarea {
	background-color: #ded8c9;
	color: #333;
	font: 13px Gerogia;
	border: 1px solid #bfbaa8;
	border-bottom-style: none;
	border-right-style: none;
	height: 70px;
	width: 280px;
	padding: 3px 5px 5px;
}

#mainc .maincontactform .leftbox p {
	height: 22px;
	margin-bottom: 7px;
}

#mainc .maincontactform .message1 p {
	height: 22px;
	margin-bottom: 5px;
}

#mainc .maincontactform .howcontact p {
	text-align: right;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

#mainc .maincontactform .howcontact {
	height: 25px;
	margin-bottom: 15px;
}

#mainc .maincontactform .runform {
	height: 25px;
	margin-bottom: 7px;
}

#mainc .maincontactform .runform input {
	color: #ded8c9;
	background-color: #5b4a33;
	width: 100px;
	height: 25px;
	font: 15px Georgia;
	text-align: center;
	text-transform: uppercase;
	border-style: none;
	float: right;
	cursor: pointer;
}



/* @end */