* {
	margin:0;
	padding:0;
}

body {
	background-image:url(/images/background.gif);
	background-position:center;
	margin-top:2px;
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:active, a:visited {
	color:#6ba0d4;
	text-decoration:none;
	border-bottom:none;
}

a:hover {
	text-decoration:none;
	border-bottom:1px dotted #6ba0d4;
} 

#top {
	background-image:url(/images/top.gif);
	margin-left:auto;
	margin-right:auto;
	width:998px;
	height:30px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#bottom {
	background-image:url(/images/bottom.gif);
	margin-left:auto;
	margin-right:auto;
	width:998px;
	height:30px;
	background-repeat:no-repeat;
	background-position:top;
}

#container {
	width:998px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/container.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#banner {
	clear:both;
	margin:0 auto;
	width:924px;
	height:194px;
	background-image:url(/images/banners/banner-back.gif);
	background-repeat:no-repeat;
	padding:3px;
}

.home #banner {
	clear:both;
	margin:0 auto;
	width:924px;
	height:244px;
	background-image:url(/images/banners/banner-back-home.gif);
	background-repeat:no-repeat;
	padding:3px;
}

/* NAVIGATION START */

#navigation {
	margin-left:146px; /* will need adjusting if menu items change */
	position:relative;
	top:-1px;
	font-weight:bold;
	height:27px;
}

#navigation li {
	float:left;
	list-style-type:none;
	margin-left:2px;
	margin-right:2px;
	border-top:1px solid #967b67;
	letter-spacing:1px;
	background-image:url(/images/tabs/after.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color:#967b67;
	text-decoration:none;
	display:block;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	height:21px;
	border-bottom:none;
	background-image:url(/images/tabs/before.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#navigation li:hover a:link, #navigation li.over a:link,
#navigation li:hover a:visited, #navigation li.over a:visited,
#navigation li:hover a:active, #navigation li.over a:active { 
	color:#fff;
	background-image:url(/images/tabs/before-selected.gif);
}

#navigation li:hover, #navigation li.over {
	background-image:url(/images/tabs/after-selected.gif);
}

/* start selected tab */

body.home li#home a:link, body.home li#home a:visited, body.home li#home a:active,
body.about-us li#about-us a:link, body.about-us li#about-us a:visited, body.about-us li#about-us a:active,
body.web-site-design-services li#web-site-design-services a:link, body.web-site-design-services li#web-site-design-services a:visited, body.web-site-design-services li#web-site-design-services a:active,
body.portfolio li#portfolio a:link, body.portfolio li#portfolio a:visited, body.portfolio li#portfolio a:active,
body.testimonials li#testimonials a:link, body.testimonials li#testimonials a:visited, body.testimonials li#testimonials a:active,
body.blog li#blog a:link, body.blog li#blog a:visited, body.blog li#blog a:active,
body.contact-us li#contact-us a:link, body.contact-us li#contact-us a:visited, body.contact-us li#contact-us a:active {
	color:#fff;
	background-image:url(/images/tabs/before-selected.gif);
}

body.home li#home,
body.about-us li#about-us,
body.web-site-design-services li#web-site-design-services,
body.portfolio li#portfolio,
body.testimonials li#testimonials,
body.blog li#blog,
body.contact-us li#contact-us {
	border-top:1px solid #cab097;
	background-image:url(/images/tabs/after-selected.gif);
}
/* end selected tab */

/* specifying tab widths as ie6 misbehaves without it */
#home {_width:61px;}
#about-us {_width:83px;}
#web-site-design-services {_width:194px;}
#portfolio {_width:81px;}
#testimonials {_width:109px;}
#blog {_width:53px;}
#contact-us {_width:96px;}
/* end spec widths */

/* NAVIGATION END */

#header {
	margin-left:34px;
	margin-right:34px;
	padding-top:3px;
	height:76px;
}

#logo {
	float:right;
}

#header ul {
	margin-top:22px;
}

#header ul li {
	list-style-type:none;
	float:left;
	margin-right:6px;
}

/*content columns*/

#center { /*container for the columns */
	clear:both;
	margin-left:34px;
	margin-right:34px;
	margin-top:30px;
}

#left { /*3col*/
	width:248px;
	float:left;
}

#right { /*3col*/
	width:248px;
	float:right;
}

#middle { /*3col*/
	width:375px;
	float:left;
	margin-left:29px;
	line-height:20px;

}

#left-middle { /*2col*/
	width:652px;
	float:left;
	line-height:20px;
}

#left-middle-right { /*1col*/
	width:100%;
	line-height:20px;
}

#middle-right { /*2colb*/
	width:652px;
	float:right;
	line-height:20px;
}

/*end content columns*/

/* panels */

.panel {
	width:248px;
	margin-bottom:30px;
}

.panel a:link img, .panel a:visited img, .panel a:active img, .panel a:hover img {
	border:0;
}

.panel a:hover {
	border-bottom:0;
}

.panel-top {
	background-image:url(/images/panels/panel-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:248px;
	height:39px;
}

.panel-bottom {
	background-image:url(/images/panels/panel-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:208px;
	margin-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:8px;
	line-height:18px
}

.panel-bottom ul {
	list-style-type:none;
}

.panel-bottom ul li, .panel-bottom p, .panel-bottom ol li, .panel-bottom iframe {
	margin-bottom:4px;
}

.panel-bottom ol {
	margin-left:16px;
}

#featured-projects {
	text-align:center;
	line-height:16px;
	padding-bottom:17px;
	padding-left:10px;
	padding-right:10px;
	width:228px;
}

#featured-projects ul {
	padding-bottom:8px;
}

#featured-projects li {
	margin-bottom:8px;
	font-weight:normal;
}

.latest-news-date {
	font-size:11px;
}

/* panels end */

/* main text content */

h1 {
	font-size:17px;
	font-weight:bold;
	color:#967b67;
	margin-bottom:10px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#967b67;
	margin-bottom:10px;
	margin-top:20px;
}

h3 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#967b67;
	padding-top:7px;
}

h4 {
	color:#967b67;
	font-size:14px;
	font-weight:bold;

}
#middle p, #left-middle p, #left-middle-right p, #middle-right p, 
#middle ul, #left-middle ul, #left-middle-right ul, #middle-right ul {
	margin-bottom:10px;
}

#middle ul, #left-middle ul, #left-middle-right ul, #middle-right ul {
	margin-left:20px;
}

/* end main text content */

#footer { /* gap above is bigger on ie - something to do with the float left on above divs */
	clear:both;
	text-align:right;
	margin-left:34px;
	margin-right:34px;
	font-size:11px;
	padding-bottom:10px;
	padding-top:50px;
}

.portfolio-image, portfolio-desc {
	float:left;
}

.portfolio-image {
	margin-right:10px;
	margin-bottom:10px;
}

hr {
border:none;
border-top: 1px dotted #cab097;
color:none;
background-color:none;
height: 0px;
width: 100%;
text-align: left;

clear:both;
margin-bottom:15px;
}

.portfolio-image a:link, .portfolio-image a:visited,.portfolio-image a:active,.portfolio-image a:hover{
	border-bottom:none;
}

#middle-right ul.templates {
	margin:0px;
	margin-left:45px;
		line-height:16px;
}

#middle-right ul.templates li {
	float:left;
	list-style-type:none;
	width:280px;
	text-align:center;
	margin-bottom:16px;
}

/* BORDER FOR IMAGE ON FEATURED PROJECTS PANEL AND TESTIMONIALS */
#featured-projects img, .portfolio-image img, .templates img {
	border:1px solid #c5c5c5;
}
/* BORDER END */

a.image-link:hover {
	border-bottom:0;
}
.mainnumbers {
	font-size:150%;
	font-weight: bold;
	color: #967b67;
}
#newtagcloud ul li a:link {
text-decoration: none;
}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
/*
#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}
*/
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
/*
#content {
	font-size: 1.2em
	}*/
/*
.widecolumn .entry p {
	font-size: 1.05em;
	}
*/
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/*#footer {
	background-color: #eee;
	}*/

small {
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
/*
h1 {
	font-size: 4em;
	text-align: center;
	}
*/
.description {
	font-size: 1.2em;
	text-align: center;
	}
/*
h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

#sidebar h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
*/
h3 {
	font-size: 1.3em;
	}
/*
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}
*/
h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #6ba0d4;
	}
/*
h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: underline;
	}
*/
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 120%;
	color: #000;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/*#sidebar {
	font: 1em Arial, Helvetica, Sans-Serif;
	}
*/
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/*
a {
	color: #7f695b;
	text-decoration: underline;
	}

a:hover {
	color: #967b67;
	text-decoration: underline;
	}*/
	/*
h2 a:hover, h3 a:hover {
	color: #7f695b;
	text-decoration: underline; 
	}*/
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
/* body {
	margin: 0;
	padding: 0; 
	} */

/*#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	} */
	
/*#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}*/

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0px;
	width: 650px;
	}
/*
.widecolumn {
/*	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px; 
	width: 450px;
	width: 398px;
	} */
	
.post {
/*	margin: 0 0 40px; */
	padding: 0px 0px 10px 0px;
	text-align: left;
	}

.post img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}
/*#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	} */

/*#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	} */
/* End Structure */



/*	Begin Headers */
/*
h1 {
/*	padding-top: 70px; 
	margin: 0;
	}
*/
.description {
	text-align: center;
	}

/*h2 {
	margin: 30px 0 0;
	} */

h2.pagetitle {
/*	margin-top: 30px; */
	text-align: center;
}

#sidebar h2 {
/*	margin: 5px 0 0; */
	margin-top: 0px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
*/

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar ul ul li {
	list-style-type: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

/*#commentform textarea {
	width: 100%;
	padding: 2px;
	}*/

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/*
#sidebar
{
	padding: 20px 0 10px 0;
	width: 140px;
	float: left;
	}
*/
#sidebar form {
	margin: 0;
	padding: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
#sidebar ul li ul li {
	list-style-type: none;
	list-atyle-image: none;
}
.smallwhite {
color: #ffffff;
font-size: 60%;
}
#sidebar .panel-top h2 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#967b67;
	padding-top:7px;
}
