@import "reset.css";
@import "layout.css";
@import "jquery.css";

body {
	background: #f9f6f3;
}

.relative {
	position: relative;
}

/* FONT WORKS */
body {
	color: #4e382e;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #4e382e;
}
a:visited {
	text-decoration: none;
	color: #4e382e;
}
a:hover {
	text-decoration: underline;
}
.t {
	font-size: 24px;
}
.tpad {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}
.pstuff {
	padding-left: 125px;
	display: block;
}
.ub {
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
	display: block;
}
.r {
	display: block;
	text-align: right;
}
.l {
	display: block;
	text-align: left;
}
.tyt {
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
}
.tyi {
	display: block;
	padding-bottom: 20px;
}
.testimonial {
	display: block;
	width: 400px;
	background: white;
	border: 1px dotted #808080;
	padding: 20px;
	margin: 10px auto;
}

/* SECTIONS */
#header {
	text-align: left;
	font-size: 24px;
	font-weight: strong;
	padding-left: 20px;
	height: 70px;
}
#left {
	padding: 80px 0px 0px 35px;
	text-align: left;
	float: left;
	font-size: 24px;
	font-weight: strong;
}
#right {
	text-align: center;
	float: right;
	font-size: 24px;
	font-weight: strong;
}
#content-wrapper {
	text-align: center;
	margin-right: 30px;
	margin-left: 150px;
	min-height: 300px;
	position: relative;
}
.content {
	margin: 0px 10px;
}
#footer {
	text-align: center;
	font-size: 20px;
	font-weight: strong;
}

/* PAGE BORDERS */
.pb1 {
	background: #f9f6f3;
	width: 100%; height: 100%;
	position: absolute;
}
.pb11 {
	background: url('../images/pb1.top.png') top repeat-x;
	width: 100%; height: 100%;
	position: absolute;
}
.pb12 {
	background: url('../images/pb1.right.png') right repeat-y;
	width: 100%; height: 100%;
	position: absolute;
}
.pb13 {
	background: url('../images/pb1.bot.png') bottom repeat-x;
	width: 100%; height: 100%;
	position: absolute;
}
.pb14 {
	background: url('../images/pb1.left.png') left repeat-y;
	width: 100%; height: 100%;
	position: absolute;
}
.pb15 {
	background: url('../images/pb1.topleft.png') top left no-repeat;
	width: 100%; height: 100%;
	position: absolute;
}
.pb16 {
	background: url('../images/pb1.topright.png') top right no-repeat;
	width: 100%; height: 100%;
	position: absolute;
}
.pb17 {
	background: url('../images/pb1.botright.png') bottom right no-repeat;
	width: 100%; height: 100%;
	position: absolute;
}
.pb18 {
	background: url('../images/pb1.botleft.png') bottom left no-repeat;
	width: 100%; height: 100%;
	position: absolute;
}

.content {
	position: relative;
	padding: 20px;
}

/* SUBSCRIBE */
.ezine {
	height: 150px;
}

.subscribe {
	position: absolute;
	top: 10px; right: 15px;
}
.subcontent {
	padding: 10px;
}
.subtxt {
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

/* FORMS */
.survey {
	text-align: left;
}
.form2 {
	text-align: right;
	margin: 0 auto;
	width: 230px;
}
.form2 label {
	float: left;
}
.form2 input, .form2 label {
	margin: 5px 0;
}
/* OTHER */
li {
	list-style-image: url('../images/bullet.png');
	list-style-position: outsize;
	margin-left: 50px;
}


/********** [ PORTFOLIO page ] **********/
.alignleft {
	text-align: left;
}
.gallery {
	
}
.gallery td {
	vertical-align: top;
}

.special {
	width: 250px;
	padding: 0px 5px 0px 10px;
	margin-right: 10px;
	text-align: left;
}
.specialtitle {
	text-align: center;
}
.heading {
	font-weight: bold;
}
.category a {
	text-decoration: underline;
}
.specialpics {
	background-color: #4e382e;
	width: 244px;
	margin: 5px 3px 0px 3px;
	border: 1px #4e382e solid;
}
.specialpics img {
	
}
.descriptiontitle {
	font-weight: bold;
	padding: 7px 0px 5px 0px;
}
.description {
	text-align: left;
}

.projects {
	
}
.category {
	
}
.thumb {
	width: 130px;
	height: 150px;
	border: 1px #4e382e solid;
	margin: 5px;
}
.category img {
	margin: 5px;
	border: 1px #4e382e solid;
}
.category span {
	padding-left: 5px;
	font-weight: bold;
}

.specialtable {
	width: 100%;
	background-color: #dbd4cc;
	height: 20px;
	border-bottom: 1px solid #4e382e;
}
.specialtable td {
	vertical-align: middle;
}
.specialdiv {
	border-bottom: 1px solid #4e382e;
}

.pictxt1 {
	width: 84px;
	text-align: center;
}
.pictxt2 {
	width: 76px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}
.pictxt3 {
	width: 84px;
	text-align: center;
}
.projectrow {
	background-color: #f1ece7;
	border: 1px solid #4e382e;
	padding: 5px;
	margin-right: 10px;
}
