@charset "UTF-8";
/* CSS Document */


/*
    PROJECT:       ARCHIDESIACS
	VERSION:       1.0
	DESIGN BY:     CYBEROPTIK.NET
	CONTRIBUTORS:  WARREN GREELEY, RON JOHNSON
*/



/* GLOBAL STYLES */

body {
	background:#7A6E9D url(../images/vert.jpg) repeat-y;
	padding:0;
	margin:0;
}

body,th,td {
	color:white;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:12px;
	line-height:18px;
}

ul.aboutlist {
	list-style:none;
	padding:0;
	padding-top:10px;
	margin:0;
}

ul.aboutlist li {
	display:inline;
	padding:10px;
	margin:0;
}

p {
	margin-top:0;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#DCEE96;
}

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

h1 {
	margin:0;
	height:150px;
	width:300px;
	float:left;
	background:url(../images/logo.jpg) 156px 7px no-repeat;
	padding-left:200px;
}

h1 a {
	height:150px;
	width:300px;
	float:left;
}

h1 span, #header h1 a span {
	display:none;
}

h2 {
	margin-top:0;
}

h3 {
	margin-top:0;
}

h4 {
	margin-top:0;
}



/* TEMPLATE STYLES */

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.padlft {
	padding-left:20px;
}

.padlft-lft {
	float:left;
	padding-left:20px;
}

.padrgt-rgt {
	float:right;
	padding-right:20px;
}

.padrgt-lft {
	float:left;
	padding-right:20px;
}

.padlft-rgt {
	float:right;
	margin-left:20px;
}

.halfpad {
	padding:10px;
}

.red {
	color:#FF0000;
}

#container {
	float:left;
	width:100%;
	background:url(../images/spiral.jpg) 550px 0 no-repeat;
}

#stretch {
	float:left;
	width:100%;
	min-height:400px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}



/* HEADER STYLES */

#header {
	width:100%;
	height:155px;
}



/* NAVIGATION STYLES */

#nav {
	float:left;
	width:269px;
	margin-right:1px;
}

#nav ul {
	float:left;
	padding:20px 0;
	margin:0;
	list-style:none;
	width:269px;
}

#nav li {
	float:left;
	text-align:right;
	padding:1px 0 1px 0;
	border-bottom:1px solid #a9c341;
}

#nav li a {
	float:left;
	display:block;
	width:239px;
	height:30px;
	line-height:30px;
	padding-right:30px;
	text-transform:uppercase;
	font-weight:bold;
	color:#444444;
}

#nav li a:hover {
	background:url(../images/nav_horizon.jpg) repeat-x;
	text-decoration:none;
	color:white;
}



/* CONTENT STYLES */

#content {
	float:left;
	width:750px;
}

.content-image {
	width:703px;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-color: white;
}

.content-area {
	float:left;
	width:673px;
	padding:15px 0 15px 30px;
}

.content-area h3 {
		color:#DCEE96;
}



/* PROJECT STYLES */

#content ul.subpages {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:1.5em;
	width:703px;
	float:left;
	border-bottom:1px solid white;
	border-right:1px solid white;
	letter-spacing:1px;
	background:url(../images/subpages-bkgr.jpg);
}

#content ul.subpages li {
	display:inline;
	margin:0;
}

#content ul.subpages a {
	color:#333;
	line-height:28px;
	padding:0 20px;
	height:28px;
	float:left;
	border-left:1px solid white;
	font-weight:bold;
	float:right;
}

#content ul.subpages a:hover {
	color:white;
	text-decoration:none;
	background:url(../images/sub-nav-hover.jpg);
}

#content ul.projects {
	padding:0;
	margin:0;
	margin-left:20px;
	margin-bottom:20px;
	list-style:none;
	border-top:1px solid white;
	border-left:1px solid white;
	width:681px;
	float:left;
}

#content ul.projects h3 {
	font-size:11px;
}

#content ul.projects li {
	width:222px;
	height:140px;
	border-bottom:1px solid white;
	border-right:1px solid white;
	float:left;
	padding:2px;
	margin:0;
	text-align:center;
}

.centre2 {
	width:222px;
	height:120px;
    position: relative;
    overflow: hidden; /* the centered bigger image's overflow is clipped at all four sides */
}

.centre2 span {
	left:0;
    position: absolute; /* makes block-box wrapped around its content */
}

.centre2 img {
	width:222px;
	height:auto;
	left:0;
    position: absolute; /* does not move the original object, positions the image of it */
}

#content ul.projects a {
	filter:alpha(opacity=70);
	opacity:0.7;

}

#content ul.projects a:hover {
	filter:alpha(opacity=100);
	opacity:1;
}

#project-img {
	float:right;
	width:228px;
}

#project-img img {
	padding:2px;
	border:1px solid white;
}

#project-info {
	float:left;
	width:420px;
}

.gallery {
	float:left;
	width:682px;
	padding:30px 0;
}

#content ul.project {
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid white;
	border-left:1px solid white;
	width:672px;
	float:left;
}

#content ul.project li {
	width:163px;
	height:100px;
	border-bottom:1px solid white;
	border-right:1px solid white;
	float:left;
	padding:2px;
	margin:0;
	text-align:center;
}

.centre {
	width:163px;
	height:100px;
    position: relative;
    overflow: hidden; /* the centered bigger image's overflow is clipped at all four sides */
}

.centre span {
	left:0;
	height:100px;
    position: absolute; /* makes block-box wrapped around its content */
}

.centre img {
	width:163px;
	height:auto;
	left:0;
    position: absolute; /* does not move the original object, positions the image of it */
}

#content ul.project a {
	filter:alpha(opacity=80);
	opacity:0.80;

}

#content ul.project a:hover {
	filter:alpha(opacity=100);
	opacity:1;
}




/* FORM STYLES */

#contact-form {
	float:left;
	padding:16px 0 20px 50px;
}

#contact-form h1 {
	font-size:20px;
	line-height:26px;
	color:#003366;
}

#contact-form ul {
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
}

#contact-form li {
	padding:0;
	margin:0;
}

#contact-form input {
	margin:0 0 7px 0;
}

#contact-form a:hover input {
	text-decoration:none;
}

#contact-form label {
 float: left;
 width: 11em;
 margin-right: 1em;
}

#contact-form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:2px;
	margin-bottom:7px;
}

#contact-form select {
	margin-bottom:7px;
}



/* FOOTER STYLES */

#footer {
	float:left;
	width:100%;
	font-size:11px;
	color:#333333;
}

.footer-lft {
	float:left;
	width:249px;
	padding:15px 10px;
	text-align:right;
}

.footer-rgt {
	float:left;
	padding:15px 10px;
	width:400px;

}



