/*
Theme Name: Art Indeed
Theme URI: http://art-indeed.com/
Description: New theme custom designed for Art Indeed.
Version: 1.0
Author: Toby Leftly
Author URI: http://accentmedia.ca/
Tags: custom, art-indeed, 3-column
*/

html * {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: url(images/main_bg.jpg) repeat-x #afe7ff;
	background-position: left top;
	font-family: "Lucida Grande", Helvetica, Calibri, Arial, sans-serif;
	color: #444;
	word-spacing: 0.1em;
	line-height: 1.5em;
	font-size: 62.5%;
	height: 100%;
	padding-bottom: 20px;
}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/ftr.jpg) no-repeat right bottom #676666;
	font-size: 1.1em;
	margin-bottom: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#main {
	float: left;
	width: 940px;
	background: url(images/full_width_bg.jpg) repeat-y;
}

#header {
	height: 76px;
	background-color: #fff;
}

#header #bname:link, #header #bname:visited {
	background: url(images/masthead.jpg) no-repeat;
	display: block;
	height: 76px;
	width: 200px;
	float: left;
}

#header p {
	display: block;
	width: 300px;
	height: 76px;
	background: url(images/wellness.jpg) no-repeat;
	float: left;
}

#header #box {
	float: right;
	width: 200px;
	height: 76px;
	background: url(images/moreinfo.jpg) no-repeat;
}

#contme:link, #contme:visited {
	display: block;
	margin-top: 52px;
	width: 200px;
	height: 19px;
	background: url(images/email.jpg) no-repeat;
}

#contme:hover {
	background-position: left bottom;
}

#leftcont {
	width: 200px;
	float: left;
}

#leftcont ul {
	list-style-type: none;
}

#rightcont {
	width: 740px;
	float: right;
	background-color: #f5f5f5;
}

#clear {
	clear: both;
}

#footer {
	float: right;
	width: 20px;
	height: 300px;
	color: #667666;
	font-size: 0.001em;
}

/* css for buttons */

#mainbtn a:link, #mainbtn a:visited {
	display: block;
	width: 200px;
	height: 35px;
	background: url(images/main.jpg) no-repeat;
}

#mainbtn a:hover {
	background-position: bottom left;
}

#programsbtn a:link, #programsbtn a:visited {
	display: block;
	width: 200px;
	height: 35px;
	background: url(images/programs.jpg) no-repeat;
}

#programsbtn a:hover {
	background-position: bottom left;
}

#techniquebtn a:link, #techniquebtn a:visited {
	display: block;
	width: 200px;
	height: 35px;
	background: url(images/technique.jpg) no-repeat;
}

#techniquebtn a:hover {
	background-position: bottom left;
}

#techniquebtn a:link, #techniquebtn a:visited {
	display: block;
	width: 200px;
	height: 35px;
	background: url(images/technique.jpg) no-repeat;
}

#techniquebtn a:hover {
	background-position: bottom left;
}

#playgroundbtn a:link, #playgroundbtn a:visited {
	display: block;
	width: 200px;
	height: 35px;
	background: url(images/playground.jpg) no-repeat;
}

#playgroundbtn a:hover {
	background-position: bottom left;
}

#aboutbtn a:link, #aboutbtn a:visited {
	display: block;
	width: 200px;
	height: 35px;
	background: url(images/about.jpg) no-repeat;
}

#artworkbtn a:link, #artworkbtn a:visited {
	display: block;
	width: 200px;
	height: 35px;
	background: url(images/artwork.jpg) no-repeat;
}

#artworkbtn a:hover {
	background-position: bottom left;
}

#aboutbtn a:hover {
	background-position: bottom left;
}

#contactbtn a:link, #contactbtn a:visited {
	display: block;
	width: 200px;
	height: 36px;
	background: url(images/contact.jpg) no-repeat;
}

#contactbtn a:hover {
	background-position: bottom left;
}

#daybydanahbtn a:link, #daybydanahbtn a:visited {
	display: block;
	width: 200px;
	height: 204px;
	background: url(images/day_by_danah.jpg) no-repeat;
	background-position: bottom left;
}

#daybydanahbtn a:hover {
	background-position: top left;
}

i {
	margin-left: -999em;
}

/* blog styles */

#wpcontent {
	float: left;
	width: 475px;
	margin: 12px 0 0 15px;
}

#wpcontent-artwork {
	float: left;
	width: 675px;
	margin: 12px 0 0 15px;
}

#wpcontent p {
	line-height: 1.5em;
}

#sidebar {
	float: right;
	width: 200px;
	padding-top: 16px;
	background-color: #fcf4c0;
}

#sidebar a:link, #sidebar a:visited {
	color: #7bba45;
}

#sbg {
	width: 200px;
	height: 75px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.7em;
}

#sidebar .testi {
	
}

#sidebar .testi i {
	margin-left: 0;
}

#comment {
	width: 300px;
}

#wpcontent h2 a:link, #wpcontent h2 a:visited {
	color: #7fbf47;
}

#wpcontent h2 a:hover {
	color: #3292cf;
}

#wpcontent h2 {
	margin-bottom: 10px;
}

.postmetadata {
	font-size: 85%;
	margin-top: 5px;
	color: #999;
	border-bottom: 1px solid #a1a1a1;
	padding-top: 12px;
	padding-bottom: 14px;
	margin-bottom: 12px;
	clear: both;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #999;
}

.postmetadata a:hover {
	color: #666;
	text-decortion: none;
}

.post h2 a:link, .post h2 a:visited {
	color: #333;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.376em;
}

.post h2 a:hover {
	color: #ff3300;
}

/* main styles */

#index_table {
	margin-left: 38px;
	height: 435px;
}

#index_table p {
	line-height: 1.5em;
	margin: 20px 10px 20px 10px;
}

#index_table #left {
	width: 206px;
	background: url(images/td_left_bg.jpg) no-repeat;
	background-position: left bottom;	
}

#index_table #left h3 {
	color: #7fc63c;
	margin-top: 30px;
	margin-left: 10px;
	font-size: 2.2em;
	font-size: 2em;
	padding-bottom: 16px;
	border-bottom: 1px solid #d5d5d5;
}

#index_table #left a:link, #index_table #left a:visited {
	color: #7fc63c;
}

#index_table #left a:hover {
	color: grey;
	text-decoration: none;
}

#index_table #centre {
	width: 206px;
	background: url(images/td_centre_bg.jpg) no-repeat;
	background-position: left bottom;
}

#index_table #centre h3 {
	color: #ec6b29;
	margin-top: 30px;
	margin-left: 10px;
	font-size: 2.2em;
	font-size: 2em;
	padding-bottom: 16px;
	border-bottom: 1px solid #d5d5d5;
}

#index_table #centre a:link, #index_table #centre a:visited {
	color: #ec6b29;
}

#index_table #centre a:hover {
	color: grey;
	text-decoration: none;
}

#index_table #right {
	width: 206px;
	background: url(images/td_right_bg.jpg) no-repeat;
	background-position: left bottom;
}

#index_table #right h3 {
	color: #278ed1;
	margin-top: 30px;
	margin-left: 10px;
	font-size: 2.2em;
	padding-bottom: 16px;
	border-bottom: 1px solid #d5d5d5;
}

#index_table #right a:link, #index_table #right a:visited {
	color: #278ed1;
}

#index_table #right a:hover {
	color: grey;
	text-decoration: none;
}

#index_table #spacer {
	width: 14px;
}

/* contact page */

#ifr {
	width: 100%;
	height: 700px;
}

/* this style controls content and sidebars */

#mainpage {
	height: 10px;
}

#mainpage hr {
	color: #999;
	background-color: #999;
	border: 0;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 12px;
}

#rightpagecont .post { /* this style for all pages with sidebar */
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a1a1a1;
	margin-left: 20px;
}

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

#rightpagecontmain .post { /* this style for main page only */
	float: right;
	width: 740px;
	background: #f5f5f5;
}

#rightpagecont ul {

	list-style-type: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 12px;
}

#sidebar ul li ul {
	margin-left: 0;
}

#mainpage .post {
	border-bottom: none;
}

#mainpage .post h2 {
	margin-bottom: 10px;
	padding-bottom: 8px;
	line-height: 120%;
	
}

#mainpage .post p, #mainpage .post ul {
	margin-bottom: 12px;
}

/* contact styles */

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
}

.info_fieldset { border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 
padding: 2px 5px 2px 5px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333;
margin-left: 10px; 
}

/* Label */
label  { margin: 5px; text-align: left; }

/* Input, Textarea */
.info_fieldset input, .info_fieldset textarea
{
margin: 5px;
padding: 5px; 

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 
}

/* BR */

br { clear: left; }

/* page header styles */

#conthead {
	background: url(images/cont_head.jpg) no-repeat;
	height: 50px;
	border-bottom: 0;
}

#abouthead {
	background: url(images/danah_head.jpg) no-repeat;
	height: 50px;
	border-bottom: 0;
}

#proghead {
	background: url(images/programs_head.jpg) no-repeat;
	height: 50px;
	border-bottom: 0;
}

#techhead {
	background: url(images/tech_head.jpg) no-repeat;
	height: 50px;
	border-bottom: 0;
}

#playhead {
	background: url(images/play_head.jpg) no-repeat;
	height: 50px;
	border-bottom: 0;
}

#bloghead {
	background: url(images/dayby_head.jpg) no-repeat;
	height: 50px;
	border-bottom: 0;
	margin-bottom: 12px;
}

#porthead {
	background: url(images/port_head.jpg) no-repeat;
	height: 50px;
	border-bottom: 0;
	margin-bottom: 12px;
}

#gallerydiv h3 {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
}

/* these styles control the artwork portfolio posts */

* .category-artwork {
	font-size: 1.2em;
	color: #909090;
}

* .category-artwork img {
	float: left;
	border: 10px solid #e1e1e1;
	margin-right: 15px;
}

.entry ul li {
	list-style-type: disc;
	margin-left: 20px;
}

/* gall page styles */

.fadein { position:relative; width:500px; height:332px; }
.fadein img { position:absolute; left:0; top:0; }

.res {
	display: block;
	float: left;
	background: url(images/resume.jpg) no-repeat;
	width: 200px;
	height: 50px;
	text-indent: -999em;
	margin-right: 15px;
	margin-bottom: 6px;
}
