﻿
body {
	margin: 0; /* set spacing around block element */
	padding: 0; /* set spacing between border and content */
	background: #7a2122 url('../images/body_bg.gif') repeat-x top; /* Set the page color and a background image to provide a dark to light color fade from top to bottom. */
	font-family: Helvetica, sans-serif;
	font-size: 62.5%; /* The font size is set to 62.5% so that 1em = 10px. This makes adjusting typography a easier */
	color: #333;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

ul {
	list-style-type: none;
}

a:link, a:visited {
	color: #333;
	background: #eee;
}


/*
"margin: 0 auto" with a width will center the layout
in the browser window
*/
#masthead {
	margin: 0 auto;
	margin-top: 20px;
	width: 960px;
	color: #fff;
}

#masthead h1 {
	float: left;
	margin: 0 0px 10px 0 0;
	padding: 10px 0 0 0;
	font-size: 3.0em;
}

#masthead img {
}


#nav {
	float: right;
	margin: 0 0px 10px 0 0;
	padding: 30px 0 0 0;
	font-size: 1.4em;
}

#nav li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	background: none;
}

#nav a:hover
{
	text-decoration: underline;
}



/*
Because the header content is outside the wrap <div>,
we need to use the same "margin: 0 auto" trick to center
the layout
*/
#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 960px;
	background: #fff;
	border: 10px solid #5c0505;
}

#header img {
	border: 10px solid #ccc;
}

#header h1 {
	font-size: 2em;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: center;
	background: url('../images/tagline_bg.gif') repeat-x;
}

#content {
	width: 540px;
	margin: 20px 0 20px 0;
	padding: 10px;
	float: left;	
}


#sidebar {
	width: 360px;
	margin: 20px 0 20px 0;
	padding: 10px;
	float: right;
	background: #eee;	
}

/*
#sidebar {
	float: left;

}
*/

#content h2 {
	font-size: 2.4em;
	margin: 0 0 10px 0;
}

#content p {
	margin: 0 0 10px 0;
}

#link-list {
	margin: 20px 0 0 0;
	font-size: 1.4em;
}

#link-list li {
	margin: 0 0 10px 0;
}



#sidebar h2 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 5px;
}

#port li {
	margin: 0 10px 20px 0;
	float: left;
	border: 5px solid #ddd;
}

#services h1 {
	font-size: 2em;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: left;
}

#services h2 {
	font-size: 1.8em;
	margin: 10px 0 0 0;
	padding: 10px 0 0 10px;
	text-align: left;

} 

#services p {
	margin: 0px 0 0 0;
	padding: 10px;
	text-align: left;
}


#contactus p 
{
	margin: 0px 0 10px 0;
	text-align: left;
}


#message
{
	width: 700px;
	margin: 0px 0 20px 0;
	padding: 0px;
	float: left;

}

#message span
{
	color: #7a2122;
}
	

#message input
{
	width: 100%;
	margin: 0px 0 20px 0;
}


#message textarea
{
	width: 100%;
	margin: 0px 0 10px 0;
}

#submit input
{
	height: 50px;
	width: 100px;
	border-style:outset;
	border: 2px;
	margin: 0px 0px 0 300px;	
}

#portfolio
{
	
}

#portfolio div.row
{
  clear: both;
  padding-top: 20px;
}

#portfolio div.row span.client-image
{
  float: left;
  width: 175px;
}

#portfolio p.description {
	margin: 0px 0 0 0;
	padding: 0px;
	text-align: left;
}

#footer
{
	clear: both;
	background: #eee;
	padding: 10px;
	border-top: 2px solid #ddd;
	text-align: center;
	color: #777;
}
