*{
	margin: 0px;
	padding: 0px;
}

body {
	/*font-size: 62.5%;*/
	font-family: Georgia, serif;
	
	-webkit-font-smoothing: antialiased;
}

.textreplacement {
	position: absolute;
	left: -5000px;
}

#fourohfour {
	background-image: url('/images/layout/404.jpg');
	background-position: right;
	background-repeat: no-repeat;
	height: 483px;
}

#fourohfour h2 {
	font-weight: normal;
	font-size: 78px;
	padding-top: 40px;
}

#fourohfour p {
	width: 300px;
	padding-top: 40px;
	font-size: 20px;
}

#fourohfour p em{
	color: #e50200;	
}

#errormessage {
	color: #e50200;
	margin: 20px 0;
}

#errormessage li {
	padding: 5px 20px;
	margin-left: 20px;
}

div#contactform div.fieldblock.error input, div#contactform div.fieldblock.error textarea {
	border: 2px solid red;
}

#messageflash {
	clear: both;
	display: none;
	padding: 20px 60px 20px 60px;
	margin: 0 10px 20px 0;
	background-color: #e7e7e8;
	background-position: 8px 8px;
	background-repeat: no-repeat;
}

.confirmation {
	background-image: url('/images/layout/messageflash/confirmation.jpg');
}

.clear {
	clear: both;
}

a img {
	border: 0px;
}

p.leadpara {
	font-size: 19px;
	line-height: 26px;
	font-family: Georgia, sans-serif;
}

#blackbox {
	background: black;
	width: 50%;
	height: 237px;
	float: right;
}

#container {
	width: 100%;
	padding-bottom: 20px;
	position: absolute;
}


/* header */
#header {
	height: 237px;
	width: 980px;
	margin: 0 auto;
	background-image: url('../images/layout/ucheader.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
}

#header h1 {
	padding-top: 30px;
}

#header h1 a{
	background-image: url('../images/layout/logotext.jpg'); 
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	width: 235px;
	height: 129px;
}

#header h1 a span {
	position: absolute;
	left: -5000px;
}

#header ul {
	background: red;
	margin: 0 0 0 5px;
}

#header ul li {
	float: left;
	list-style: none;
	font-size: 16px;
	margin: 30px 0 0 5px;
}

#header ul li a {
	color: black;
	text-decoration: none;
	padding: 10px 10px 20px 10px;
	display: block;
	font-weight: normal;
	
	background-color: rgba(0, 0, 0, 0);
	
	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}

#header ul li a#selected {
	background-image: url('../images/layout/pinkmenubg.jpg');
	background-position: top;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

#header ul li a:hover {
	color: #fff;	
 	background: url('../images/layout/greymenubg.jpg');
	background: -moz-linear-gradient(0% 100% 90deg, #adadad, #d6d6d6) ;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6d6d6), to(#adadad)) ;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	
	background-position: 0 0px ;
}

#header ul li a#selected:hover {
	text-shadow: 0 0px 3px rgba(255, 255, 255, 0.6);
}

/* #header ul li a.homelink:hover { background-image: url('../images/layout/pinkmenubg.jpg'); }
#header ul li a.aboutlink:hover { background-image: url('../images/layout/yellowmenubg.jpg'); }
#header ul li a.bloglink:hover { background-image: url('../images/layout/bluemenubg.jpg'); } 
#header ul li a.portfoliolink:hover { background-image: url('../images/layout/greymenubg.jpg'); }
#header ul li a.pricinglink:hover { background-image: url('../images/layout/redmenubg.jpg'); }
#header ul li a.contactlink:hover { background-image: url('../images/layout/purplemenubg.jpg'); } */


/* Footer */

#footer {
	background: #ebebeb;
	height: 130px;
	padding: 10px 0;
	width: 100%;
}

#footer-inner {
	width: 958px;
	height: 130px;
	border-right: dashed black 1px;
	border-left: dashed black 1px;
	margin: 0px auto;
}

#footer-inner div {
	width: 300px;
	height: 130px;
	border-left: dashed black 1px;
	padding-left: 22px;
	float: left;
}

#footer-inner div#footer_workwithus { width: 296px;}
#footer-inner div#footer_pricing { width: 315px;  }
#footer-inner div#footer_keepintouch { width: 286px; }



#footer-inner div.first {
	margin-left: 0px;
	padding-left: 15px;
	border-left: 0px;
}

#footer-inner h3 {
	padding-top: 3px;
	font-size: 22px;
	font-weight: normal;
	color: #e50200;		
	text-shadow: 0 1px 1px #fff;
}

#footer-inner p {
	margin-top: 18px;
	font-size: 13px;
	line-height: 18px;
	width: 270px;
	font-family: Arial, Sans-Serif;	
	text-shadow: 0 1px 1px #fff;
}


#footer-inner li {
	font-size: 13px;
	line-height: 18px;
	list-style: none;
	font-family: Arial, Sans-Serif;	
	text-shadow: 0 1px 1px #fff;
}

#footer-inner li span {
	float: right;
	padding-right: 20px;
}

#footer-inner ul {
		
}

#secondaryfooter {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#servicefooter {
	width: 480px;
	margin-top: 40px;
	float: left;
	font-size: 12px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#servicefooter .servicefootercol {
	float: left;
	width: 150px;
	margin: 0 5px 0 0;

}
#servicefooter .servicefootercol h2 {
	font-size: 12px;
	color: red;
	font-weight: bold;
	padding-bottom: 15px;
}

#servicefooter .servicefootercol li{
	list-style: none;
	line-height: 16px;
}

#footer-inner a {
	color: black;
}

#footer-inner a:hover {
	text-decoration: none;
}

#servicefooter div#sfctwo{
	width: 140px;
}

#servicefooter div#sfcthree {
	width: 160px;
}



#rightfooter {
	float: right;
	width: 460px;
	margin-top: 30px;
}

#rightfooter p {
	padding-top: 15px;
	margin-top: 0px;
	font-size: 14px;
	clear: both;
	text-align: right;
}

p#dwmagency {
	background-image: url(../images/layout/designwebandmarketingagency.jpg);
	background-repeat: no-repeat;
	width: 325px;
	height: 24px;
	padding-bottom: 16px;
	margin: 10px 0px 0px 20px;
	float: left;
}

#sociallinks {
	width: 95px;
	height: 50px;
	float: right;
}

#sociallinks img {
	float: left;
	margin: 0 0 0 10px;
}

#sociallinks a img {
	border: 0px;
}

p#small {
	margin-top: 0px;
	padding-top: 3px;
	font-size: 12px;
}

/* main body */

#main {
	margin-top: 1px;
	border-top: 1px solid #6f7d8c;
}

#main-inner {
	margin: 0px auto;
	padding: 30px;
	width: 960px;
}


#main-inner404 {
	margin: 0px auto;
	padding: 0 30px;
	width: 960px;
}


/*homepage */

#home_introtext {
	font-size: 19px;
	line-height: 28px;
	width: 957px;
}

#home_introtext h2 {
	font-weight: normal;
	font-size: 36px;
	padding-bottom: 30px;
}

#home_introtext p {
	width: 940px;
}

#home_threefeatures {
	width: 965px;
	padding-top: 44px;
}

.homefeature {
	width: 292px;
	float: left;
	margin-left: 44px;
}

.homefeature a {
	color: black;
	text-decoration: none;
}

.homefeature a:hover {
	text-decoration: underline;
}

.homefeature h2 {
	font-weight: normal;
	font-size: 19px;
	padding-top: 5px;
	
}

.homefeature p {
	font-family: Arial, "MS Trebuchet", sans-serif;	
	font-size: 13px;
	padding-top: 10px;
	
}

.homefeature p.category{
	padding-top: 20px;
}
.homefeature p.category a{
	color: #e50200;
	font-size: 15px;
	font-weight: bold;
}

div.firsthomefeature {
	margin-left: 0px;
}

/* About Page */

#aboutleft {
	width: 490px;
	float: left;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#aboutleft h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	padding-bottom: 10px;
}

#aboutleft p {
	width: 430px;
	padding: 0 0 30px 0;
}

#aboutleft .quote
{
	padding-top: 40px;
}

#aboutleft .quote a
{
	text-decoration: none;
	color: black;
}

#charities h3 {
}

#aboutright {
	width: 466px;
	float: left;
}

#aboutright div {
	width: 218px;
	float: left;
}

#team1 {
	padding: 0 30px 0 0;
}

#aboutright p {
	padding: 15px 0;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#aboutright h2 {
	padding-top: 15px;
	font-size: 21px;
	font-weight: normal;
}

#aboutright h2 em {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 15px;
	color: #e50200;
	font-style: normal;
}

/* quotes */

div.quote {
	font-family: Georgia, sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
}

div.quote .qindent {
	padding: 0 10px;
}

div.quote em {
	font-size: 20px;
}

/* blogs */

p#liketoshare {
	
}

div#leadstory {
	margin-top: 30px;
	width: 465px;
	height: 570px;
	background-color: #ebebeb;
	float: left;
}

.story {
	width: 217px;
	height: 269px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	border-bottom: 1px solid #6f7d8c;
}

.story h2 {
	padding-top: 10px;
	font-size: 21px;
	font-weight: normal;
}

.story h2 a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.story h2 a:hover {
	text-decoration: underline;
}

.story p a, #leadstory p a {
	color: black;
	text-decoration: none;
}

.story p a:hover, #leadstory p a:hover {
	text-decoration: underline;
}

.story.quote h2 {
	padding-top: 0px;
	font-size: 26px;
	line-height: 34px;
}

.story.quote h3 {
	font-weight: normal;
	padding-top: 3px;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
}

.story p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
	padding: 10px 0;
	line-height:  16px;
}

.firstnewrow {
	margin-left: 0px;
}

div#leadstory h2 { 
	padding: 15px;
	font-size: 24px;
	text-shadow: 0 1px 1px #fff;
}

div#leadstory h2 a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

div#leadstory h2 a:hover {
	text-decoration: underline;
}


div#leadstory p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
	line-height:  20px;
	padding: 0 15px 15px 15px;
	text-shadow: 0 1px 1px #fff;
}

/* blog footer */



#blogfooter {
	font-family: Arial, "MS Trebuchet", sans-serif;
	clear: both;
	padding: 40px 0 40px 0;
	font-size: 12px;
	clear: both;
}

#blogfooter h3 {
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #6f7d8c;
	border-top: 1px solid #6f7d8c;
	color: #e50200;
}

#blogfooter h3 a {
	color: #e50200;
	text-decoration: none;
}

#blogfooter h3 a:hover{
	text-decoration: underline;
}

#blogfooter p {
	line-height: 16px;
	padding: 10px 10px 20px 0px;
}

#blogfooter a#bigrss {
	display: block;
	padding: 1px 5px 15px 30px;
	background-image: url('../images/layout/bigrss.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: underline;
	color: #575a5d;
}

#blogfooter a#bigrss:hover {
	text-decoration: none;
	color: #000;
}

#blogfooter ul {
	padding: 5px 10px 5px 0;
}

#blogfooter li {
	clear: both;
	list-style: none;
	font-size: 12px;
	padding-top: 5px;
}

#blogfooter li a  {
	width: 150px;
	display: block;
	float: left;
}

#blogfooter li  strong {
	display: block;
	width: 50px;
	color: #e50200;
	float: right;
}

#blogfooter li a { 
	text-decoration: none;
	color: #000;
}

#blogfooter li a:hover {
	text-decoration: underline;
}

#blogfooter a img {
	display: block;
	float: left;
	border: 0px;
}

#blog-flickr {
	display: block;
	height: 240px;
	width: 466px;
	float: left;
}

#blog-flickr img{
	margin: 20px 12px 0 0px;
	float: left;
}

#blog-about, #blog-categories {
	margin-right: 30px;
}

#blog-about, #blog-categories {
	width: 217px;
	float: left;
}

#blog-flickr a img {
	width: 75px;
	height: 75px;
	padding: 3px;
	background: white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#blog-flickr a:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	z-index: 30;
}

/* blog post page */

#blog {
	width: 630px;
	float: left;
}

#blog h1 {
	font-weight: normal;
	font-size: 27px;
	padding-bottom: 15px;
}

#blog .blogimage {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

#blog p {
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#blog li {
	margin-left: 20px;
	padding-left: 5px;
}

#blog #blog_details {
	font-size: 11px;
	font-weight: bold;
	padding-top: 30px;
}


#blog #blog_details p {
	font-size: 11px;
	font-weight: bold;
}

#blog #blog_details p a{
	color: #e50200;
}

#blog #blog_details p a:hover {
	text-decoration: none;
}

/* blog side bar */

#sidebar {
	float: left;
	padding-left: 35px;
	width: 295px;
	padding-bottom: 21px;
}


#sidebar h4 {
	clear: both;
	padding: 10px 0;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #aaaaad;
	color: #e50200;
}

#sidebar h5 {
	font-size: 22px;
	padding: 10px 0;
	color: #000;
}	
	
#sidebar-author {
	padding-bottom: 19px;	
}


#sidebar-author a {
	color: #e50200;
}

#sidebar-author h5 {
	float: left;
	padding-top: 25px;
	width: 180px;
	font-weight: normal;
	font-size: 21px;
}

#sidebar-author span {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #e50200;
	font-size: 15px;
}

#sidebar-author p {
	clear: both;
	padding: 10px 10px 10px 0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
}

#sidebar-author img {
	float: right;
	padding: 15px 0 5px 0;
}

#sidebar-twitter h4 {
	background-image: url(../images/layout/twitter.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#sidebar-twitter {
	padding-bottom: 19px;	
}

#sidebar-twitter a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #e50200;
	font-size: 13px;
}


#sidebar-twitter p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 0px;
	line-height: 18px;	
}


/* Contact Page */

#contactleft {
	width: 200px;
	float: left;
	padding-left: 10px;
}

#contactleft h2 , #contactform h2, #contactright h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 5px;
}

#contactleft h3 {
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0 0 0;
}

#contactleft p {
	font-weight: normal;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 8px;
}

#contactleft a {
	color: #e50200;	
}

#contactform {
	width: 475px;
	float: left;
	margin-left: 35px;
}

#contactform textarea{
	width: 440px;
	height: 150px;
	background-color: #ebebeb;
	border: 0px solid white;
	padding: 4px;
}

#contactform .fieldblock input {
	background-color: #ebebeb;
	border: 0px solid white;
	padding: 4px;
	width: 300px;
}

#contactform .fieldblock .required {
	color: red;
	margin-left: 15px;
	font-size: 12px;	
	font-family: Arial, Sans-Serif;
}

#contactform .fieldblock {
	margin: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

#contactform fieldset {
	border: 0px;
}

#contactright {
	float: left;
	width: 220px;
	margin-left: 15px;
}

#contactright #map {
	width: 220px;
	height: 270px;
}

/* portfolio page */

#portfolioleft {
	width: 370px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}	

#portfolioleft h2 {
	font-weight: normal;
	font-size: 32px;
}

#portfolioleft h1 {
	font-weight: normal;
	font-size: 25px;
	padding-top: 10px;
}

#portfolio-url a {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

#portfolio-url a:hover {
	text-decoration: none;
}

#portfolio-body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding: 15px 0;
	
}


#portfolio-quote{
	font-family: Georgia, Serif;
	font-size: 23px;
}

#portfolio-quotee {
	font-style: italic;
	font-size: 18px;
}

#portfolioright {
	float: left;
	width: 560px;
	height: 500px;
}

#portfolio-backtoportofolio {
	font-family: arial, verdana, sans-serif;
	padding-top: 30px;
	font-size: 16px;
}

#portfolio-backtoportofolio a{
	color: #ec4140;
	text-decoration: none;
}

#portfoliopieces {
	background-image: url('/images/layout/portfolioframe.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 476px;
	height: 337px;
	float: left;
}

.portfoliobutton span {
	position: absolute;
	left: -5000px;
} 

#portfoliopieces img {
	padding: 14px 13px;
	width: 450px;
	height: 310px;
}

#portfoliopieces h3 {
	padding: 20px 20px 5px 20px;
	font-size: 24px;
	font-weight: normal;
}

#portfoliopieces p {
	padding: 10px 20px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

.portfoliobutton  {
	width: 42px;
	height: 390px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#prev {
	background-image: url('/images/layout/leftarrow.jpg');
}

#next {
	background-image: url('/images/layout/rightarrow.jpg');
}


#portfolioleft .servicesprovided {
	padding: 0px 0 15px 0;
}
#portfolioleft .servicesprovided h2 {
	font-size: 18px;
	padding: 5px 0 5px 0;
	margin: 0px;
}

#portfolioleft .servicesprovided  li {
	font-size: 14px;
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0px;
}

#comments {
	margin-top: 30px;
}

#toadgallery {
	padding-top: 20px;
}

#toadgallery a img {
	margin: 8px 8px 0 0px;
	float: left;
	width: 75px;
	height: 75px;
	padding: 3px;
	background: white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#toadgallery a:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	z-index: 30;
}

#disqus_thread {
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin-top: 20px;
}

.dsq-brlink {
	font-family: Arial, "MS Trebuchet", sans-serif;
}

.dsq-comment-text {
	font-size: 12px;
}

#dsq-subscribe a {
	font-size: 10px;
	color: #E30D00;
}

#disqus_thread h3 {
	font-family: Georgia, serif;	
	color: #000;
	font-weight: normal;	
}

#tweet {
	padding: 15px 0;
}

#dsq-account-dropdown a {
	color: #E30D00;
	font-family: Georgia, serif;
}
