/* @override 
	http://localhost/ajcatesV2/styles/main.css
	http://ajcates.com/public/dump/ajcatesV2/styles/main.css
*/

* {
	margin:0px;
	padding:0px;
	border: none;
}
html {
}
body {
	background-image:url(../images/body.png);
	font-family:Garamond, "Adobe Garamond Pro" Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	position: relative;
	bottom: -15px;
}
/*Start Header Code*/
#header {
	background-image:url(../images/header.png);
	background-repeat:repeat-x;
	height:157px;
}
#headerText {
	display:block;
	background-image:url(../images/headerText.png);
	background-repeat:no-repeat;
	width:681px;
	height:151px;
	margin-right:auto;
	margin-left:auto;
}
#menu {
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	width:628px;
	height:71px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top:-38px;
	z-index: 1;
}
#menu ul {
	padding-left: 4px;
	
}
#menu li {
	float: left;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 21px;
}
#menu li a {
	color: #000;
	text-decoration: none;
}
#menu li a:hover {
	color: #222;
}
/*End Header Code*/
/**/
/*Start wrapper code*/
#wrapper {
	background-color:#f2eedf;
	width:775px;
	min-height:486px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top:-77px;
	padding-top:25px;
}
#sideBar {
	background-image:url(../images/sideBar.png);
	width:264px;
	height:491px;
	position:absolute;
	left:-136px;
	top:-5px;
}
#sideBarContent {
	position: relative;
	top:58px;
	left: 35px;
}
#sideBarContent h2 {
	margin-left:-19px;
	padding: 10px;
	padding-left: 14px;
	padding-top: 11px;
	width: 220px;
	height: 40px;
	font-family:"Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	font-weight: normal;
	background-image: url(../images/sideBarMenu.png);
	background-repeat: no-repeat;
}
#sideBarContent ul {
	position: relative;
	margin-top: -25px;
	width: 193px;
}
#sideBarContent li {
	list-style: none;
	color: #fff;
	padding-bottom: 3px;
	margin-top: 3px;
	border-bottom: 1px rgba(108, 114, 120, .5) dashed;
}
#sideBarContent li a{
	text-decoration: none;
	color: #fff;
}
#sideBarContent li a:hover {
	color: #fff;
}
#sideFloral {
	background-image:url(../images/sideFloral.png);
	width:170px;
	height:486px;
	position:absolute;
	left:717px;
	top:-5px;
}

/* @group Content */
.comment {
	list-style-type: none;
	border-top:1px #595852 dashed;
	padding-top: 10px;
	margin-top: 9px;
}
.comment img {
	float: left;
	margin-right: 10px;
}
.comments {
	border-bottom: 1px #595852 dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* @group Comments */



/* @end */

/* @group Portfolio */
.portfolioItem {
	clear: both;
	padding-top:15px;
	border-top:1px #595852 dashed;
	min-height: 220px;
}

/* My Comment */
.portfolioItem img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.portfolioItem ul {
	list-style-position: inside;
}


/* @end */

#content {
	margin-top: 19px;
	margin-right:65px;
	margin-left:120px;
}
#content h1 {
	font-family:"Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 5px;
}
#content h1 a {
	color: #598000;
}
#content h2 {
	font-family:"Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 5px;
}
#content h3 {
	margin-bottom: 5px;
}
#content p {
	line-height: 1.6em;
	padding-bottom: 15px;
}
#content a {
	color: #699600;
}
#content form {
	clear: both;
}
#content textarea {
	width: 550px;
}
.left {
	float: left;
}
.right {
	position: relative;
	right: -470px;
}
/* @end */
/*end content*/

/* foorter start */
#footerBg {
	height: 339px;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
	margin-top: -193px;
	z-index: -1;
}
#footer {
	width: 792px;
	height:228px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.png);
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 111px;
	display: table;
}
#footer div {
	float: left;
	margin-left: 9px;
	margin-right: 9px;
	width:244px;
	text-align: center;
	color: #fff;
	position: relative;
	bottom: -90px;
}
#footer div h4 {
	font-family:"Trajan Pro", Georgia, "Times New Roman", Times, serif;	
	font-size: 1.8em;
	font-weight: normal;
}
#footer div ul {
	list-style-type: none;
	font-size: 1.2em;
}
#footer div ul li a {
	color:#ddd;
	text-decoration: none;
}
#footer div ul li a:hover {
	color:#fff;
}
.col1 {
	clear: left;
	border-right: #590108 1px dashed;
}
.col3 {
	border-left: #590108 1px dashed;
}