/* @override 
	http://localhost/wimpenny.co.uk/html/style.css
	http://localhost/dev.wimpenny.co.uk/html/style.css
	http://dev.wimpenny.co.uk/style.css
*/

body {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #232323;
	margin: 0;
	padding: 0;
	background-color: #110e0a;
}

#outercontainer {
	width: 950px;
	margin: 0 auto;
	background: url(images/pattern.gif) scroll center;
}

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

img {
	border: 0;
}

fieldset {
	border: 0;
	background-color: #f8f8dc;
}

a {
	font-style: italic;
	color: #757575;
}

a:after {
	content: ' »';
}

small a:after {
	content: '';
}

.success {
	display: block;
	padding: 10px;
	background-color: #c0ddb8;
	font-weight: bold;
}

.error {
	display: block;
	padding: 10px;
	background-color: #ffb6b6;
	font-weight: bold;
}

#strip {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #afafaf;
	border-top: 2px solid #232323;
}

#strip a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 7px;
	display: block;
	float: left;
	border: 0;
	padding: 0;
	height: 91px;
}

#strip a img {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

#strip a.last {
	margin-right: 0;
}

#strip a:after {
	content: '';
}

#strip .sub {
	text-align: center;
	color: #1a1a1a;
}

#press_kit strong {
	font-weight: normal;
	text-transform: uppercase;
}

#press_kit a {
	color: #8a8a8f;
}

#primary {
	padding-top: 1px;
	padding-bottom: 10px;
	background-color: white;
}

/* My Comment */

#primary a, #tertiary a {
	color: #333;
}

#secondary {
	border-top: 2px solid #919191;
	border-bottom: 2px solid #919191;
	padding: 10px;
	color: #f7f7f7;
	line-height: 22px;
	background-color: #0e0e0e;
}

#tertiary {
	background-color: white;
	padding-top: 10px;
	padding-bottom: 50px;
}

.content {
	width: 715px;
	margin: 0 auto;
}

.caption {
	margin: 10px 0 0 40px;
	font-size: 15px;
	font-style: italic;
	line-height: 17px;
	text-align: right;
}

h1 a {
	display: block;
	background-image: url(images/logo.gif);
	width: 449px;
	height: 121px;
	margin: 15px auto 25px;
	text-indent: -99999px;
}

hr {
	clear: both;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #323232;
	background-color: #323232;
}

hr.shadow {
	width: 800px;
	height: 29px;
	background-image: url(images/shadow.jpg);
	border: 0;
	margin-top: 18px;
	margin-left: -50px;
}

hr.ornament_higher {
	width: 38px;
	height: 20px;
	border: 0;
	margin-top: -10px;
	padding-top: 0;
	margin-bottom: -5px;
	background: url(images/ornament_higher.gif) no-repeat 0 bottom;
}

hr.ornament {
	width: 38px;
	height: 20px;
	border: 0;
	margin-top: 20px;
	padding-top: 0;
	margin-bottom: 20px;
	background: url(images/ornament.gif) no-repeat 0 bottom;
}

hr.ornament_lower {
	width: 59px;
	height: 30px;
	border: 0;
	margin-top: 40px;
	margin-bottom: 42px;
	background: url(images/ornament_lower.gif) no-repeat 0 bottom;
}

.left_feature {
	float: left;
	width: 330px;
}

.right_feature {
	float: right;
	width: 330px;
}

.left_feature h4, .right_feature h4 {
	margin-top: 0;
}

.left_feature a, .right_feature a {
	font-style: italic;
	color: #919191;
}

.left_feature a:after, .right_feature a:after {
	content: ' »';
}

#secondary img {
	border-bottom: 4px solid #535353;
}

.sub {
	color: #919191;
	font-style: italic;
	font-weight: bold;
}

p.sub {
	font-size: 14px;
	line-height: 19px;
}

.ampersand {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
}

.services_link {
	text-align: center;
	color: #918f7a;
	margin-bottom: 20px;
}

ul#news {
	padding: 0;
}

ul#news li {
	list-style-type: none;
	text-align: justify;
}

ul#testimonials {
	padding: 0;
}

ul#testimonials li {
	list-style-type: none;
	margin-top: 10px;
}

a#more_about {
	float: right;
	margin-top: 2px;
	font-style: italic;
	color: #474747;
}

a#more_about:after {
	content: ' »';
}

a#news_archive {
	float: right;
	margin-top: 5px;
	font-style: italic;
	color: #919191;
}

a#news_archive:after {
	content: ' »';
}

a#projects_archive {
	float: right;
	margin-top: 5px;
	font-style: italic;
	color: #919191;
}

a#projects_archive:after {
	content: ' »';
}

input.text {
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #191919;
}

input.longtext {
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #191919;
	width: 400px;
}

input.shorttext {
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #191919;
	width: 100px;
}

textarea {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #191919;
	width: 350px;
	height: 100px;
}

a.email_link:after {
	content: '';
}

.clear {
	clear: both;
	height: 0px;
}

#identify_download {
	margin: -5px 0;
	text-align: right;
}

p#identify_download small a {
	font-weight: normal;
	font-style: normal;
	color: #4c4c4c;
}

p#identify_download small a:after {
	content: '';
}

#tertiary a.email_link {
	color: #004082;
	padding-left: 23px;
	background: url(images/email.png) no-repeat 0 3px;
}

#tertiary a.email_link:hover {
	background-image: url(images/email_go.png);
}

#footer {
	background-color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #919191;
}

#footer a.services {
	float: right;
	margin-top: 10px;
}

#footer small a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #232323;
	padding: 2px;
}

.left_feature a:after, .right_feature a:after, #news li a.img:after {
	content: '';
}

#secondary div.content div.left_feature a img.project_img_thumb, #secondary div.content div.right_feature a img.project_img_thumb {
	margin-left: 11px;
}

#secondary div.content div.left_feature a img.project_img_thumb.first, #secondary div.content div.right_feature a img.project_img_thumb.first {
	margin-left: 0;
}

#secondary div.content div.left_feature a.img, #secondary div.content div.right_feature a.img, #news li a.img, #the_build_process_moo a.img {
	text-decoration: none;
}

#news li a.img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#the_build_process_moo a.img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#the_build_process_moo a.img img {
	border: 5px solid #747474;
}

#news li a.img img {
	border: 5px solid #747474;
}

em.date {
	font-size: 10pt;
}

#sortable_list li {
	cursor: move;
}

a.linkylink:after {
	content: ' »';
}

a.img:after {
	text-decoration: none;
}

a.img:after {
	content: '';
}

#all_current_projects_link a {
	display: block;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #0e0e0e;
	background-color: #7b7f42;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

#projects_listing_meow {
	margin: 0;
	padding: 0;
}

#projects_listing_meow li {
	list-style-type: none;
}

#projects_listing_meow {
	margin: 0;
	padding: 0;
}

#projects_listing_meow .sub {
	color: #585858;
}

#projects_listing_meow a.img {
	text-decoration: none;
}

.main_image_for_projects_cacaw {
	float: right;
	margin: 0px 0 0 20px;
}

.main_image_for_projects_cacaw img {
	border: 4px solid #dfdfdf;
}

.right_feature p.sub, .left_feature p.sub {
	font-size: 13px;
}