/*========================*/
/*========>GLOBAL<========*/
/*========================*/

*{ padding: 0; margin: 0; }

body {
	font-family:Georgia, "Times New Roman", serif;
	background-image: url(images/wood-background%201.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #000000;
}


/*=======================*/
/*========>LINKS<========*/
/*=======================*/
a {
color:#990000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:visited {
color:#555;
}

/*===========================*/
/*===========>TEXT<==========*/
/*===========================*/
p{
	color:#000000;
	font-size:1em;
	margin:10px 0 0 0;
	font-family: Georgia, Garamond, "Times New Roman", serif;
}
.red p{color:#990000;}
h1{
	color:#000000;
	font-size:2em;
	font-weight: lighter;
	text-transform: uppercase;
}
h2{
	color:#990000;
	font-size:2em;
	font-weight: lighter;
}

#subheader h1{
	color:#555;
	font-style: normal;
	text-transform: none;
}
#subheader i{
	color:#777;
	font-style:italic;
}
#footer p{
	color:#FFFFFF;
	font-size: 1.3em;
}

/*===========================*/
/*========>STRUCTURE<========*/
/*===========================*/

/*========>LOGO<========*/
.logo {
	display: block;
	height:75px;
	padding: 0px 0 10px 5px;
	float: left;
}
.logo img{
	border:none;
}
.footerlogo {
	display: block;
	height:75px;
	padding: 7px 0 5px 15px;
	margin:-100px 0 0 0;
	float: right;
}
.footerlogo img{
	border:none;
}

/*========>STRUCTURE<========*/

#wrapper {
	margin: 0 auto;
	width: 850px;
}
#content-container {
	width: 800px;
	float:left;
	padding: 25px 25px 50px 25px;
	background-image: url(images/content-background.png);
}

#header{
	width:850px;
	height:75px;
	margin:10px 0 5px 0;
	float: left;
}

#subheader{
	width: 800px;
	margin:0 0 0px 0;
	text-align: justify;
}

.fullcolumn{
	text-align:justify;
	width:780px;
	margin:10px 0px 10px 10px;
	border-top: 1px solid #333;
	float: left;
	padding: 10px 0 10px 0;
}
.leftcontent{
	width:365px;
	float: left;
	padding: 5px 5px;
}
.rightcontent{
	width:365px;
	padding:5px 5px;
	float: right;
}

/*========>NAVIGATION<========*/

#topnav {
	display: block;
	height:20px;
	padding: 7px 0 5px 15px;
	float: right;
	margin: 20px 0 0 0;
	color: #FFF;
}

#topnav li{
	list-style:none;
	display:block;
	display:inline;
	color: #FFF;
	font-family: Georgia, "Times New Roman", serif;
}

#topnav li a{
	text-decoration: none;
	font-family:Georgia, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 1.3em;
}

#topnav li a:hover{
	color:#ccc;
	text-decoration:underline;
}
#topnav li a.current {
text-decoration:underline;
}

/*========>FOOTER<========*/

#footer {
	width: 810px;
	height: 100px;
	margin: 0 0 25px 0;
	float: left;
	padding: 20px;
}


iframe{border:none; overflow:hidden; margin:0 0 0 25px;}
.sig{
	text-align:right;
}

/*===========================*/
/*========>ABOUT<========*/
/*===========================*/

.johnsphoto{
	width:400px;
	float: left;
}

/*===========================*/
/*========>PORTFOLIO<========*/
/*===========================*/

.breadcrumb {
	text-align:justify;
	width:780px;
	margin:10px 0px 0 10px;
	border-top: 1px solid #333;
	float: left;
	padding: 10px 0 0 0;
	font-size: 21px;
	color:#000;
}
.breadcrumb a {
color:#990000;
}
.breadcrumb a:visited {
color:#990000;
}

/*========>GRID VIEW<========*/

.grid-box {
	float:left;
	width:230px;
	height: 200px;
	margin: 10px;
	border: 5px solid #FFF;
}

.grid-box img {
border:none;
}

/*========>LIST VIEW<========*/
.pic {
	float:left;
	width:200px;
	background-color:#FFFFFF;
	margin: 10px 0 0 0;
	height: 175px;
	border: 5px #FFF solid;
}
.pic img {
border:none;
}
.website {
	float: left;
	width:200px;
	margin: 10px 0 0 0;
	text-align:center;
	color:#990000;
	font-weight:lighter;
	font-style:italic;
	font-size:1.3em;
}
.client-info {
	float: right;
	width:540px;
	padding: 10px;
}
.client-info h1 {
	text-transform:none;
}
.client-info h1 a:visited {
color:#990000;
}

/*===========================*/
/*=========>CLIENT<==========*/
/*===========================*/
.client-left {
float:left;
width:275px;
}
.client-right {
float:right;
width:450px;
}
.screenshot {
	float:left;
	height: 250px;
	width:275px;
	background-color:#FFFFFF;
	margin: 10px 0 0 0;
	border: 5px solid #FFF;
}
.project-details {
	float: left;
	width:265px;
	text-align:left;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 10px;
}
.project-details a, project-details a:visited {
	color:#000000;
	text-decoration:none;
}
.project-details a:hover {
	color:#000000;
	text-decoration:underline;
}
.project-details h1 {
	font-size:1.5em;
	color:#990000;
	text-transform:none;
	font-style:italic;
	font-weight:lighter;
}
.project-details h2 {
	font-size:1em;
	color:#990000;
	text-transform:none;
	font-style:italic;
	font-weight:lighter;
	margin: 15px 0 -5px 0;
}
.client-description {
	float: right;
	width:450px;
	padding: 10px;
}
.client-description h1 {
	text-transform:none;
	color: #990000;
}
.client-description li {
	margin:0 0 0 25px;
}

