/*
Theme Name: KreationArt 2.0
Description: Main theme designed exclusively for KreationArt.com.
Author: Megan Behrens
Author URL: www.kreationart.com
*/
@charset "UTF-8";

html {
	background-color: #320202;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	margin: 0;
	padding: 0;
	color: #7E3D1E;
}
h2    a {
	font-size: 18px;
	color: #7E3D1E;
}
h3 {
	color: #a28c72;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 17px;
}
h1, h4, h5, h6  {
	font-size: 16px;
	color: #7E3D1E;
}
a {
	color: #147878;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
  border: solid 1px #77391E;
}
#container {
	width: 919px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ead1b9;
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
#header .hdr {
	background-image: url(images/hdr.jpg);
	background-repeat: no-repeat;
	height: 183px;
	width: 637px;
	float: left;
}
/* .hdrLeft {
	background-image: url(images/hdr_left.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 183px;
	width: 162px;
}
.hdrCenter {
	background-image: url(images/hdr_ctr.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 183px;
	width: 314px;
}
.hdrRight {
	background-image: url(images/hdr_right.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 183px;
	width: 161px;
} */
.sdHdrLeft {
	background-image: url(images/sd_hdr_left.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 183px;
	width: 141px;
}
.sdHdrRight {
	background-image: url(images/sd_hdr_right.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 183px;
	width: 141px;
}
#mainContent {
	width: 637px;
	background-color: #ead1b9;
	float: left;
	min-height: 585px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#homeContent {
	padding-right: 25px;
	padding-left: 25px;
}
#homeContent h2 {
	text-align: center;
	font-size: 17px;
}
#contentwrapper {
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 121px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-image: url(images/sdbr_left.jpg);
	background-repeat: no-repeat;
	height: 574px;
	color: #ead1b9;
	font-size: 13px;
	text-transform: capitalize;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1 a {
	padding-bottom: 5px;
	margin-top: 10px;
	color: #E4AE88;
}
#sidebar1 a:hover {
	color: #fff;
}
#sidebar1 .nav .menu-nav-container ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77391E;
	list-style-type: none;
	line-height: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
#sidebar1 .nav  ul{
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 126px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-image: url(images/sdbr_right.jpg);
	background-repeat: no-repeat;
	height: 574px;
	color: #E4AE88;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	text-align: left;
}
#sidebar2 a {
	color: #E4AE88;
	font-size:11px;
}
#sidebar2 a:hover {
	color: #fff;
	font-size:12px;
}
#sidebar2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar2 #meta {
	font-size: 13px;
	margin-top: 50px;
}
#footer {
	padding: 0;
	background-image: url(images/ftr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 919px;
	background-color: #052d37;
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -1px;
}
#info {
	padding-top: 145px;
	font-size: 10px;
	color: #147878;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
hr {
	color: #77391E;
	background-color: #77391E;
	height: 1px;
	border: none;
}

