/* Main Styles */

a {
	text-decoration:none;
	color:#3f68ac;
	outline:none;
	border:none;
}

a:hover {
	color:#cf3d3d;
}

p a {
	border-bottom:1px dotted #3f68ac;
}

p a:hover {
	border-bottom:1px dotted #cf3d3d;
}

h1, #pageTitleSingle p {
	font-size:20px;
	color:#cf3f3f;
	font-weight:normal;
	text-transform:uppercase;
}

h1 span, #pageTitleSingle p span {
	display:block;
	font-weight:bold;
	font-size:28px;
}

#pageTitleSingle p {
	margin:0;
}

h2 {
	font-size:14px;
	text-transform:uppercase;
	color:#cf3d3d;
	margin:10px 0 0;
	text-shadow:1px 1px 0 #fff;
}

h2 span {
	color:#111;
	font-size:18px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #fff;
	display:block;
}

p {
	font-size:13px;
	line-height:20px;
	margin:10px 0;
	text-shadow:1px 1px 0 #fff;
}

textarea, input {
	font-family:Helvetica, Arial, sans-serif;
}

label {
	display:block;
}

::selection {
	color:#fff;
	background:#0091d3;
}

::-moz-selection {
	color:#fff;
	background:#0091d3;
}

/* Main Structure */

#tagLine p {
	font-size:12px;
	color:#fefefe;
	line-height:35px;
	text-shadow:0 0 2px #000;
}

#tagLine a {
	color:#fefefe;
	text-decoration:none;
	font-weight:bold;
	border:none;
}

#tagLine a:hover {
	color:#f2eeea;
}

#socialMedia ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	float:right;
}

#socialMedia li {
	float:left;
	margin:0 0 0 5px;
}

#footer h3 {
	font-size:14px;
	text-transform:uppercase;
	color:#cf3d3d;
}

#subFooter p {
	margin:7px 0 0;
	font-size:11px;
}

#notFound h1 {
	font-size:45px;
	text-transform:uppercase;
	text-align:center;
}

#notFound p {
	margin:10px 0 20px;
	line-height:22px;
	font-size:14px;
	text-align:center;
}

/* Main Navigation */

#header ul#nav {
	margin:0;
	padding:30px 0 0;
	list-style:none;
	float:right;
	overflow:hidden;
}

#header ul#nav li {
	float:left;
	overflow:auto;
}

#header ul#nav a {
	display:block;
	width:117px;
	height:36px;
}

a#homeNav {
	background:url(images/nav/home.png) top right no-repeat;
}

a#aboutNav {
	background:url(images/nav/about.png) top right no-repeat;
}

a#blogNav {
	background:url(images/nav/blog.png) top right no-repeat;
}

a#projectsNav {
	background:url(images/nav/projects.png) top right no-repeat;
}

a#contactNav {
	background:url(images/nav/contact.png) top right no-repeat;
}

a:hover#homeNav {
	background:url(images/nav/home.png) bottom right no-repeat;
}

a:hover#aboutNav {
	background:url(images/nav/about.png) bottom right no-repeat;
}

a:hover#servicesNav {
	background:url(images/nav/services.png) bottom right no-repeat;
}

a:hover#blogNav {
	background:url(images/nav/blog.png) bottom right no-repeat;
}

a:hover#projectsNav {
	background:url(images/nav/projects.png) bottom right no-repeat;
}

a:hover#contactNav {
	background:url(images/nav/contact.png) bottom right no-repeat;
}

ul#nav li ul {
	position:absolute;
	background:white;
	padding:15px 0 15px 15px;
	width:430px;
	overflow:hidden;
	left:-999em;
	z-index:2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow:0 0 5px rgba(100,100,100,0.1);
	-moz-box-shadow:0 0 5px rgba(100,100,100,0.8);
	border:3px solid #eee;
}

ul#nav li:hover ul {
	left:auto;
}

ul#nav li ul li {
	border-top:1px solid #E7E6E2;
	margin:0 15px 0 0;
}

#header ul#nav a#servicesNav {
	background:url(images/nav/services.png) top right no-repeat;
	padding:0 0 10px;
	height:31px;
}

#header ul#nav li ul a {
	width:190px;
	height:auto;
	padding:5px;
	font-size:12px;
}

#header ul#nav li ul a:hover {
	background:url(images/alpha-blue.png) top left;
}

/* Sidebar */

#sidebar h2 {
	font-size:14px;
	color:#cf3d3d;
	text-transform:uppercase;
	margin:8px 5px;
}

#sidebar p {
	font-size:13px;
	line-height:18px;
	margin:8px 5px;
}

#sidebar ul.sidebarNav {
	list-style:none;
	margin:8px 5px;
	padding:0;
	font-size:12px;
	line-height:16px;
}

#sidebar ul.sidebarNav li {
	border-bottom:1px solid #e7e6e2;
}

#sidebar ul.sidebarNav li:last-of-type {
	border:none;
}

#sidebar ul.sidebarNav a {
	display:block;
	padding:5px;	
}

#sidebar ul.sidebarNav a:hover {
	background:url(images/alpha-blue.png) top left;
}


#sidebar ul#featuredProjects {
	list-style:none;
	margin:8px 5px;
	padding:0;
}

#sidebar ul#featuredProjects li {
	margin:0 0 10px;
}

#sidebar ul#featuredProjects a img {
	border:3px solid #bbb;
	display:block;
	margin:0 auto;
}

#sidebar ul#featuredProjects a:hover img {
	border:3px solid #e8e5e2;
}

#sideForm p {
	margin:0;
}

#sidebar form input[type=text] {
	width:190px;
	font-size:12px;
	margin:0 0 9px;
	padding:4px 3px;
	color:#333;	
	background:#fff;
	border:2px solid #d5d4d1;
}

#sidebar form textarea {
	width:190px;
	max-width:190px;
	height:40px;
	max-height:40px;
	font-size:12px;
	margin:0 0 9px;
	padding:4px 3px;
	color:#333;	
	background:#fff;
	border:2px solid #d5d4d1;
}

#sidebar form input[type=submit] {
	border:none;
	width:200px;
	height:28px;
	cursor:pointer;
	background:url(images/get-in-touch.png) top left no-repeat;
}

#sidebar form input[type=submit]:hover {
	background:url(images/get-in-touch.png) top right no-repeat;
}

/* bottom contact form */

#getInTouchRight form input#submitForm {
	border:none;
	width:130px;
	height:28px;
	cursor:pointer;
	background:url(images/enquirenow.png) top left no-repeat;
}

#getInTouchRight form input#submitForm:hover {
	background:url(images/enquirenow.png) top right no-repeat;
}

/* Twitter Feed */

ul#twitter_update_list {
	list-style:none;
	margin:8px 0 0;
	padding:0;
	font-size:13px;
	text-shadow:1px 1px 0 #fff;
	color:#333;
}

ul#twitter_update_list li {
	padding:6px;
	background:rgba(100,100,100,0.05);
	margin:0 0 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

ul#twitter_update_list li:hover {
	background:rgba(100,100,100,0.1);
}

ul#twitter_update_list li span a {
	font-weight:normal;
	display:inline;
	color:#3f68ad;
}

ul#twitter_update_list li a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	font-size:14px;
	display:block;
	padding:3px 0 0;
}

ul#twitter_update_list li a:hover {
	color:#cf3d3d;
}

/* Footer */

#footer ul {
	width:240px;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	line-height:18px;
	font-size:13px;
	text-shadow:1px 1px 0 #fff;
}

#footer ul li {
	margin:0 0 2px;
	padding:0;
}

#footer ul a {
	color:#333;
	text-decoration:none;
}

#footer ul a:hover {
	color:#cf3d3d;
}

#subFooter ul {
	float:right;
	text-align:right;
	list-style:none;
	margin:0;
	padding:10px 0;
}

#subFooter li {
	float:left;
	font-size:11px;
	margin:0 0 0 3px;
}

#subFooter li a {
	color:#333;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
}

#subFooter li a:hover {
	color:#cf3d3d;
}

/* Home Page */

.column h2 {
	text-transform:none;
	font-size:18px;
	font-weight:normal;
	margin:0 0 -5px;
	color:#cf3d3d;
}

.column h2 a {
	display:block;
	color:#cf3d3d;
	padding:0 0 5px;
	border-bottom:1px solid #e7e6e2;
}

.column h2 a:hover {
	border-bottom:1px solid #d5d4d1;
}

.column p {
	color:#111;
	text-shadow:none;
	line-height: 120%	
}


.column a.findOutMore {
	font-size:12px;
	display:block;
	color:#3f68ac;
	margin:-5px 0 0;
	padding:5px 0 0;
	border-top:1px solid #e7e6e2;
}

.column a:hover.findOutMore {
	border-top:1px solid #d5d4d1;
	color:#cf3d3d;
}

h2 a, h2 a:hover, h2 a:focus, h2 a:active {
	color:#111;
	text-decoration:none;
}

#indexExcerpt a.readMoreLink {
	display:block;
	margin:10px 0 0;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#3f68ac;
	text-shadow:1px 1px 0 #fff;
}

#indexExcerpt a:hover.readMoreLink {
	color:#cf3d3d;
}

/* Regular Pages */

ul#theTeam {
	overflow:hidden;
	color:#fff;
}

ul#theTeam li {
	float:left;
	max-height:146px;
	margin:0 5px 10px;
	overflow:hidden;
	border-bottom:3px solid #d2cfcc;
	position:relative;
}

ul#theTeam li img {
	display:block;
	border-right:3px solid #d2cfcc;
	border-top:3px solid #d2cfcc;
	border-left:3px solid #d2cfcc;
}

ul#theTeam li span {
	display:block;
	width:130px;
	position:absolute;
	bottom:0;
	left:3px;
	font-size:16px;
    background:url(images/alpha80.png) top left;
	padding:5px;
}

ul#theTeam li span strong {
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;
}

ul#socialNetworks {
	background:url(images/alpha-blue.png) top left;
	margin:0 0 10px;
	padding:10px 0 0 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}

ul#socialNetworks li {
	float:left;
	width:220px;
	padding:0 10px 10px 0;
}

ul#socialNetworks a {
	display:block;
	color:#111;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}

ul#socialNetworks img {
	display:block;
	width:48px;
	float:left;
	margin:0 5px 0 0;
}

ul#socialNetworks a span {
	display:block;
	float:left;
	color:#cf3d3d;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:7px 0 0;
}

ul#socialNetworks a span span {
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	color:#111;
	margin:-5px 0 0;
}

h2#servicesTitle, h1#servicesTitle {
	font-size:22px;
	margin:0;
	color:#cf3d3d !important;
}

#getInTouchRight form {
	margin:10px 0;
}

#getInTouch input.touchInput {
	width:165px;
	font-size:12px;
	margin:0 5px 5px 0;
	padding:4px 3px;
	color:#333;
	border:2px solid #d5d4d1;
	background:#fff;
}

#getInTouch textarea {
	width:349px;
	max-width:349px;
	height:40px;
	font-size:12px;
	margin:5px 5px 10px 0;
	padding:4px 3px;
	color:#333;
	border:2px solid #d5d4d1;
}

#getInTouch input#submitForm {
	float:left;
	font-size:12px;
	width:80px;
	height:30px;
	background:url(images/small-submit-button.png) top left no-repeat;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
}

#getInTouch input:focus#submitForm {
	background:url(images/small-submit-button.png) top right no-repeat;
	outline:none;
}

#getInTouch p#terms {
	float:right;
	width:190px;
	text-align:right;
	margin:0 10px 0 0;
	padding:5px 0 0;
}

#getInTouch p#terms label {
	display:inline;
	margin:0;
	font-weight:normal;
	font-size:10px !important;
	text-transform:none;
}

#projectLeft img {
	border:5px solid #d2cfcc;
}

#projectRight p.alignCenter {
	border:none;
	margin:10px 0 -5px;
}

#projectRight p.alignCenter a {
	margin:0;
	border:none;
}

#projectInfo h2 {
	font-size:22px;
	margin:0;
}

ul#projectThumbs {
	overflow:hidden;
	width:960px;
	padding:5px 0 0;
	text-transform:uppercase;
}

ul#projectThumbs li {
	float:left;
	max-width:310px;
	overflow:hidden;
	margin:0 5px 10px;
	border-bottom:5px solid #d2cfcc;
	-webkit-box-shadow:0px 0px 3px rgba(100,100,100,0.2);
	-moz-box-shadow:0px 0px 3px rgba(100,100,100,0.2);
}

ul#projectThumbs a {
	display:block;
	height:165px;
}

ul#projectThumbs a img {
	border-top:5px solid #d2cfcc;
	border-right:5px solid #d2cfcc;
	border-left:5px solid #d2cfcc;
	margin:0;
	display:block;
}

ul#projectThumbs a {
	position:relative;
	color:#fff;
}

ul#projectThumbs span {
	display:block;
	width:284px;
	position:absolute;
	bottom:0;
	left:5px;
	font-size:18px;
  background:url(images/alpha80.png) top left; 
	padding:5px 8px 7px;
}

/* Contact  Page */

#contactLeft form {
	margin:0 15px 0 0;
	padding:15px;
	font-family:Helvetica, Arial, sans-serif;
	background:url(images/alpha10.png) top left;
	border:1px solid #d5d4d1;
}

#contactWrap p.error{
	padding: 0 0 0 100px;
}

#contactLeft label {
	margin:0 10px 5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#contactLeft input[type=text], #contactLeft textarea {
	margin:0 0 15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	border:3px solid #c8c8c8;
}

#contactLeft input[type=text] {
	padding:0 5px;
	width:250px;
	height:30px;
	line-height:35px;
}

#contactLeft textarea {
	padding:5px;
	width:436px;
	max-width:436px;
	min-height:90px;
	max-height:150px;
}

#contactLeft input[type=submit] {
	float:right;
	font-size:12px;
	width:80px;
	height:30px;
	background:url(images/small-submit-button.png) top left no-repeat;
	border:none;
	margin:0 10px 0 0;
	padding:0;
	cursor:pointer;
}

#contactLeft input:active[type=submit] {
	background:url(images/small-submit-button.png) top right no-repeat;
}

#contactLeft p {
	float:left;
	margin:0 0 0 5px;
	height:30px;
	line-height:30px;
}

#contactLeft p#terms label {
	display:inline;
	margin:0;
	font-weight:normal;
	font-size:11px !important;
	text-transform:none;
}

#contactRight h2 {
	margin:0;
}

/* Posts */

#content .entry p.metaData, #content .entryLatest p.metaData {
	font-size:12px;
	text-transform:uppercase;
	color:#cf3d3d;
	margin:0 0 5px;
	text-shadow:1px 1px 0 #fff;	
}

#content .entry h1, #content .entryLatest h2 {
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 -2px;
	text-shadow:1px 1px 0 #fff;
	color:#111;
	font-weight:bold;
}

#content .entry ul {
	margin:0 0 0 20px;
	list-style:disc;
}

#content .entry ul li{
	font-size:13px;
	line-height:20px;
}

.entry p a {
	border-bottom:1px dotted #3f68ac;
}

.entry p a:hover {
	border-bottom:1px dotted #cf3d3d;
}

.entry h1 a, .entry p.metaData a, .entryLatest p.metaData a {
	border:none;
}

#content .entry ol {
	font-size:13px;
	line-height:20px;
	list-style:decimal;
	margin:15px 0;
	padding:0 25px;
}

#content .entry ul {
	list-style-type: disc;
	margin:0px 35px;
	font-size: 13px;
	line-height:20px;
}

#content .entry li {
	margin:5px 0 5px 0;
}

#content .author img {
	float:left;
	margin:0 20px 0 0;
}

#content .author h2 {
	font-size:16px;
	margin:2px 0 2px;
}

#content .author p {
	font-size:12px;
	line-height:20px;
	margin:0;
}

#content p.metaData a {
	text-decoration:none;
	color:#cf3d3d;
}

#content a.post-edit-link {
	float:right;
	font-size:11px;
	padding:5px 0 0;
	text-transform:uppercase;
}

#content a.more-link {
	display:block;
	border:none;
	margin:10px 0 0;
	text-decoration:underline;
}

/* Comments */

#comments img.avatar {
	display:none;
}

#content #comments h3 {
	border-bottom:2px solid #d5d4d1;
	padding:0 0 5px;
	margin:0 0 15px;
	text-transform:uppercase;
	font-size:16px;
}

#content #comments ol {
	list-style:none;
	margin:10px 0;
	font-size:12px;
}

#content #comments li {
	padding:10px;
	border-bottom:1px solid #d5d4d1;
}

#content #comments li:first-child {
	border-top:1px solid #d5d4d1;
}

#content #comments li:last-of-type {
	margin:0 0 15px;
}

#content #comments li p {
	clear:both;
	margin:15px 0 0;
	line-height:18px;
}

#content #comments li:nth-child(odd) {
	background:url(images/alpha10.png) top left;
}

#content #comments .comment-author {
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
	padding:0 0 5px;
	float:left;
}

#content #comments .comment-author cite {
	font-style:normal;
}

#content #comments .comment-meta {
	float:right;
}

#content #comments .comment-meta a {
	text-decoration:none;
}

#content #comments em {
	margin:0 0 0 5px;
}

#content #respond label {
	margin:0 10px 5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#content #respond input[type=text], #content #respond textarea {
	margin:0 0 15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	border:3px solid #c8c8c8;
}

#content #respond input[type=text] {
	padding:0 5px;
	width:250px;
	height:30px;
	line-height:35px;
}

#content #respond textarea {
	padding:5px;
	width:436px;
	max-width:436px;
	min-height:90px;
	max-height:150px;
}

#content #respond input[type=submit] {
	float:right;
	font-size:12px;
	width:80px;
	height:30px;
	background:url(images/small-submit-button.png) top left no-repeat;
	border:none;
	margin:0 0 10px;
	padding:0;
	cursor:pointer;
}

#contactLeft input:active[type=submit] {
	background:url(images/small-submit-button.png) top right no-repeat;
}

#content #respond input:active.submitComment {
	background:url(images/submit-button.png) top right no-repeat;
}

#content #comments a {
	color:#3f68ac;
	text-decoration:none;
}

#content #comments a:hover {
	color:#cf3d3d;
}

/* Miscellaneous */

div.blueArrow {
	height:13px;
	margin:-5px 0 -1px;
	background:url(images/blue-arrow.png) top left no-repeat;
}

.alignRight {
	margin:0;
	float:right;
	text-align:right;
}

.alignLeft {
	margin:0;
	float:left;
	text-align:left;
}

.alignCenter {
	text-align:center;
}

.quote {
border: 2px dotted #ccc;
padding: .85em 1em;
margin: 1em 0
}

.quote p {
font-style: italic;
margin: 0
}

.small {
	margin:0 0 10px !important;
}