/*
Design by Tom Reilly
http://www.reillycreative.ca
Released for Custom Art Concepts
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #A7A7A7;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #417FDA;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

a:hover {
	color: #152A48;
}

#wrapper {
	width: 1050px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */

#header {
	width: 1050px;
	height: 128px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Logo */

#logo {
	float: left;
	width: 1050px;
	height: 60px;
	color: #616161;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 80px;
}

#logo p {
	float: left;
	margin: 0;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 120px;
	padding-left: 10px;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #616161;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 1050px;
	height: 112px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;	
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 44px;
	background-position: right top;
	padding-right: 0px;
}

#menu a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 7px;
	margin-top: 0px;
	height: 22px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.main menu a:hover {
	color:#004281;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #0054a6;
}

#menu a:hover {
	text-decoration: underline;
}

/* SubMenu */

#submenu {
	width: 1050px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#submenu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	float: right;
	height: 17px;
	background-position: right top;
	padding-right: 0px;
}

#submenu a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-left: 7px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.main menu a:hover {
	color:#004281;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #0054a6;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 1050px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/img05.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#page-bgtop {
	background: url(images/img05.jpg) no-repeat left top;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 750px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}

.post {
	margin-bottom: 8px;
}


.post .title {
	padding-top: 15px;
	padding-left: 20px;
	color: #000000;
}

.post .title a {
	color: #000000;
	border: none;
}

.post .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	color: #333;
	background-color: #E6E6E6;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

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

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

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9EA198;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 32px;
	background: url(images/img11.gif) no-repeat left top;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar p {
	padding-bottom: 10px;
	text-align: left;
}

#sidebar a {
	color: #417FDA;
	border: none;
	text-transform: uppercase;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #424242;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footermenu */

#footer menu {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#footer menu p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

#footer menu a {
	color: #FFF;
}
#footer menu {
	height: 60px;
	width: 1050px;
}


/* -Contact Forms-*/

#response table{width:100%;}
#response table td{
	border:1px solid #E7E7E7;
	border-collapse:collapse;
	padding:5px;
	color:#25221B;
	background-color:#F2F2F2;
	}
#response div, #response form fieldset{border:1px solid #CECFCE; margin:0; padding:8px;}
#response div.errors{border:none; margin-bottom:10px; padding:0;}
#response form fieldset input, #response form fieldset textarea{border:1px solid #DEDFDE; color:#000000; width:97%; background-color:#FFFFFF; padding:4px;}
#response form fieldset textarea{overflow:auto;}
#response form fieldset select{border:1px solid #DEDFDE; color:#000000; width:auto; background-color:#FFFFFF;}
#response form span.compulsory{color:#FF0000; background-color:#F2F2F2;}
#content #response table a:link, #content #response table a:visited, #content #response table a:hover{color:#FD8C41; background-color:#F2F2F2;}

#response form fieldset input.submitbutton{border:none; font-weight:bold; text-transform:uppercase; color:#FD8C41; width:100%; background-color:#FFFFFF; padding:4px 0;}

/* Footer */

#footer {
	height: 143px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(images/img06.jpg);
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #333;
}

#footer a {
	color: #FFF;

}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
