@charset "utf-8";
/* begin Page */

/* Generated with Artisteer version 2.3.0.21098, file checksum is DBDEEB2A. */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #f5f5f5;
	background-image: url(../images/Page-BgTexture.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #703A2E;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #703A2E;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #5C5C42;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #1A1A1A;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #703A2E;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #5C5C42;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #5C5C42;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #68684B;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #68684B;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #68684B;
}
h2.title {
	background-image: url(../images/PostHeaderIcon.png);
	background-position: 4px center;
	padding-left: 20px;
	background-repeat: no-repeat;
}

blockquote {
	margin:0.5em;
	font-size:1.1em;
	color: #0B2E4A;
	background-image: url(../images/PostQuote.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 3;
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 2em;
	text-align: left;
	zoom:1;






	*display:inline;
	border-top: thick solid #999;
	border-bottom: thick solid #999;
	float: left;
	width: 300px;
}

blockquote p {
	margin: 0.2em;
	padding: 10px 10px 10px 24px;
}
#menu {
	height: 33px;
	border-bottom: 4px solid #666;
	background-image: url(../images/nav.png);
}

/* CSS Document */

#menu ul {
	list-style-type: none;
	margin: 6px 0px 0px 2px;
	padding: 0px;
	height: 26px;
	list-style-image: none;
}
#menu ul li a{
	margin: 0px 2px;
	padding: 2px 8px;
	float: left;
	color: #F8F8F8;
	text-decoration: none;
	line-height: 23px;
	background-image: url(../images/MenuItem.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul li {
	float: left;
	list-style-image: none;
}

#menu ul li a:hover {
	color: #FFF;
	background-image: url(../images/MenuItem.png);
	background-position: left -30px;
}
#menu ul li a.active {
	color: #FFF;
	background-image: url(../images/MenuItem.png);
	background-position: left -60px;
	font-weight: bold;
}


#sidebar-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar-menu ul li {
	line-height: 24px;
}
.portfolio {
	border: 1px solid #92A8B5;
	margin: 5px;
	padding: 10px;
	background-color: #06C;
}
.portfolio .home {
	height: 240px;
	overflow: hidden;
}

.portfolio p , .portfolio p a{
	color: #FFF;
	margin: 0px;
	padding: 6px;
}
.portfolio h3 {
	color: #CCC;
}

.portfolio img{
	margin: 0px;
	padding: 8px;
	background-color: #FFF;
	border-style: none;
}

p img.left , img.left{
	margin: 2px 10px 4px 0px;
	padding: 4px;
	float: left;
}
p img.right , img.right{
	margin: 2px 0px 4px 10px;
	padding: 4px;
	float: right;
}
p img.border {
	margin: 2px;
	padding: 4px;
	border: 1px solid #CCC;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	margin: 2px;
	padding: 2px 8px;
	float: left;
}
.container {


}
.content   {
	background-color: #E3E3D9;
	margin-top: 10px;
	margin-bottom: 10px;


}




/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	position: relative;
	z-index:0;
	width: 950px;
	height: 175px;
}
table {
	border-bottom: 3px solid #CCC;
}

table th {
	background-color: #CCC;
	padding: 4px;
	margin: 2px;
	border-top: 1px dotted #999;
	border-right: 1px dotted #999;
	border-bottom: 1px none #999;
	border-left: 1px dotted #999;
}

table td {
	background-color: #F5F5F5;
	margin: 2px;
	padding: 4px;
	border-top: 1px dotted #999;
	border-right: 1px dotted #999;
	border-bottom: 1px none #999;
	border-left: 1px none #999;
}
table td p {
	padding: 4px;
}
.article {
	margin: 5px;
	padding: 10px;
	border: 1px solid #B5B59B;
	background-color: #ECECE4;
}

.article p {
	text-align: justify;
}





div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 950px;
	height: 175px;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}




#art-page-background-gradient
{
	position: absolute;
	background-image: url(../images/Page-BgTexture.jpg);
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 900px;
	
}


#art-page-background-gradient
{
	background-position: top left;
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background-color: #DBDBCD;
	border: 1px solid #C3C3AB;
}
.box {
	padding:5px;
	margin: 5px;
}
.box .inbox {
	background-color: #ECECE4;
	border: 1px solid #BDBDA3;
}

.box p {
	padding-right: 5px;
	padding-left: 5px;
	text-indent: 0;
}

.block-title {
	height: 30px;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #3E3E2D;
	letter-spacing: 1px;
}
.block-title a {
	color: #3E3E2D;
	text-decoration: none;
}
.block-title a:hover {
	text-decoration: underline;
}


#sidebar-menu ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar-menu ul li{
	line-height: 22px;
	background-image: url(../images/b1.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-image: none;
}
#sidebar-services .item {
	margin: 10px;
}
#sidebar-services h1 , #sidebar-services h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#sidebar-services h3, #sidebar-services h4{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#sidebar-services h5, #sidebar-services h6{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#sidebar-services p {
	margin: 4px 0px 0px;
	padding: 0px;
}




#footer {
	background-image: url(../images/Footer.png);
	background-repeat: repeat-x;
	text-align: center;
	color: #333;
	font-size: 11px;
}
#footer a {
	color: #FFF;
}
.paging  {
	height: 40px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.paging .page {
	padding: 1px;
	float: left;
	border: 1px solid #03F;
	width: 20px;
	text-align: center;
	display: block;
	line-height: 20px;
	white-space: nowrap;
	color: #00F;
	cursor: pointer;
	margin: 8px 0px 0px 4px;
}
.paging .current  {
	padding: 1px;
	float: left;
	border: 1px solid #333;
	width: 20px;
	text-align: center;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	line-height: 20px;
	white-space: nowrap;
	color: #FFF;
	background-color: #214867;
}
#test {
	background-color: #ECECE4;
	border-style: none;
}

/* CSS Document */
.errorLabel {
	color: #F00;
}
.errorTag {
	border: 1px solid #F00;
}
.errorMsg {
	color: #F00;
	font-size: 90%;
	clear: both;
	white-space: nowrap;
	padding-left: 2px;
}
.highlight {
	background-color: #FF3;
}
.banner:not(:first-child) {
	display: none;
}
.gallery {
	padding: 40px 10px 10px 40px;
	margin: 5px;
	background-color: #333;
	overflow: hidden;
}
.gallery img {
	background-color: #FFF;
	padding: 10px;
	border: 5px solid #CCC;
}
.gallery p, .gallery p a {
	color: #f5f5f5;
	margin: 0px;
	padding: 5px 10px 15px;
	text-align: center;
}
.categories {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #666;
	margin: 5px;
	color: #FFF;
}
.categories a {
	color: #FFF;
	text-decoration: none;
	margin: 20px 10px 0px;
}
.categories a:hover {
	text-decoration: underline;
	color: #0F0;
}
.categories .category {
	font-size: 14px;
	text-align: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	font-weight: bold;
}
.categories span {
	font-size: 11px;
	margin-left: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #CCC;
}
.categories p {
	margin: 0px;
	padding: 0px;
}


.categories a.sub {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #f5f5f5;
	text-decoration: underline;
	font-weight: bold;
}
.categories a.sub:hover {
	color: #FF0;
}

.white {
	padding: 0px;
	margin: 5px 10px;
	font-weight: bold;
}
.white a {
	text-decoration: underline;
}
#hide {
	padding-right: 20px;
	padding-left: 20px;
}

.banner {
	display: none;
	margin: 5px;
	padding: 10px;
	border: 1px solid #B6B69E;
}
a.tag {
	text-transform: capitalize;
}
ul li {
	list-style-image: url(../images/PostBullets.png);
}
ul li ul li {
	list-style-image: url(../images/b2.png);
}
.admin td {
	background-color: #F5F5F5;
}
.admin th {
	background-color: #FFC;
}

.visitor td {
	background-color: #F4F4F4;
}
.closed {
	color: #F00;
	text-align: center;
}
