@charset "UTF-8";

body {
	font-family: Verdana;
	background-color: #000;
	margin: 0;
	background-image: url(../images/global/bg_mosaic.jpg);
	background-repeat: repeat;
}

p {
	line-height: 1.6em;
	font-size: 14px;
}

#header {
/*	background-image: url(../images/global/header.png); */
	background-repeat: no-repeat;
	background-position: bottom;
	height: 125px;
	margin-top: 30px;
}

#header img {
	border: 0;
}

#container {
	width: 830px;
	margin: 0 auto;
}

#galleryHolder {
	width: 530px;
	padding-top: 15px;
}

#sidebar {
	float: right;
	width: 250px;
	padding: 20px 20px;
	/* margin-top: 45px; */
	background-color: #eae5c3;
}

/*\************************ .home ************************\*/

.home #sidebar {
/*	height: 190px;*/
	width: 290px;
	height: 310px;
	margin-top: 15px;
	padding: 0;
	background-color: #000000;
}

#sidebar a {
	color: #8cc63f;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sideHome {
	background-color: #eae5c3;
	padding: 20px;
	height: 190px; 
	margin-bottom: 10px;
}

#homeNav {
	clear: both;
	padding: 6px 0px 10px 0px;
	line-height: 1.2em;
}

#homeNav {
	color: #EAE5C3; 
	font-size: 13px;
	text-decoration: none;
}

#homeNav img {
	border: 0;
}

.homeBtn, .homeBtnR {
	text-align: center;
	width: 130px;
}

.homeBtn {
	float: left;
	padding-right: 10px;
}

.homeBtnR {
	float: right;	
}


/*\************************ .portfolio ************************\*/

.portfolio #sidebar {
	margin-top: 45px;
}


/*\************************ PROJECTS ************************\*/

#projectsWrap {
	margin-left: 10px;
}

#projectsWrap h2 {
	margin-left: -10px;
	margin-top: 10px;
	padding-top: 30px;
	text-align: left;
	clear: left;
}

.project {
	color: #eae5c3;
	float: left;
	width: 250px;
	height: 220px;
	padding: 10px;
/*	background-color: #eae5c3;*/
}

.project h3 {
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.project img {
	border: 0;
}

.project p {
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}

#content {
	float: left;
/*	width: 530px;*/
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #F79321;
	clear: both;
}

#footer p {
	font-size: 10px
}

#contact {
	color: #EAE5C3;
	height: 400px;
}

#contactCard {
	width: 300px;
	height: 180px;
	margin: 50px auto auto;
	padding: 10px;
	font-size: 11px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contactCard p {
	line-height: 2em;
	font-size: 14px;
}

#about {
	padding-top: 14px;
	width: 530px;
}

#about img {
/*	padding: 10px 10px 30px 10px;
	border: 1px;
	border-color: orange;
	border-style: solid;	
	background: #EAE5C3;	*/
	float: right;
	padding: 0px 0px 10px 0px;
}

/*\************************ TYPOGRAPHY ************************\*/

h1, h2, h3, h4 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	color: #8cc63f;
	font-weight: 600;
/*
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding-bottom: 10px;
*/
}

h2 {
	color: #F2921C;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	/* padding-top: 10px; */
}

h3 {
	color: #F2921C;
	font-size: 14px;
	letter-spacing: 0.1em;
/*	text-transform: uppercase;*/
	text-align: left;
	font-weight: 500;
	/* padding-top: 10px; */
}


/*\************************ LINKAGE ************************\*/

#nav {
	list-style: none;
	margin: 20px, 0px, 20px, 0px;
	/*padding: 20px, 0px, 20px, 0px;*/
	text-align: right;
}
	
#nav li {
	display: inline;
}
	
#nav li a:link {
/*	font-family: Trebuchet;*/
	color: #eae5c3;
/*	color: #8cc63f;*/
	font-size: 21px;
	letter-spacing: 1px;
	border: 0;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#nav li a:visited {
/*	font-family: Trebuchet;*/
	color: #eae5c3;
/*	color: #8cc63f;*/
	font-size: 21px;
	letter-spacing: 1px;
	border: 0;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#nav li a:hover {
	color: #222;
	background-color: #eae5c3;
	}

#nav li a:active {
	color: #eae5c3;
	background-color: #222;
}

#foot_nav {
	padding: 20px 0px 0px 0px;
	list-style: none;
	margin: 0px 0px -5px 0px;
}
	
#foot_nav li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	
}
	
#foot_nav li a {
	font-size: 11px;
	color: #F79321;
	letter-spacing: 1px;
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
}

#links {
	color: #EAE5C3;
	font-size: 14px;
}

#links a {
	color: #EAE5C3;
	font-weight: 700;
	text-decoration: underline;
}

#links a:hover {
	text-decoration: underline;
}
#links dd {
	padding: 0px;
	margin: 5px 10px 15px 0px;
}
.linkCat {
	width: 600px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-top: 30px;
	margin-right: auto;
}

