@charset "UTF-8";
/* 
Title:	 Design Militia Print StyleSheet
Version: 1.0
Author:  Tim Smalley
Type:    Print
*/

body {
	font-size: 12pt;
	line-height: 1.6em;
	font-family: "lucida grande","lucida sans unicode", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
    width: auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
}

#wrapper {
	width:6.5in;
	margin: 0 auto;
    padding: 0;
}
p, li {
	color: #555;
}

ul#carousel-list {
	display: none;
}

#header p {
	display: none;
}

#team img, .blog-post img {
	display: block;
	float: left;
	margin-right: 0.1in;
	border: 1px solid #555;
}

.blog-body img {
	display: block;
	float: none;
	border: 1px solid #555;
}

form {
	display: none;
}

#workPic img, #map_canvas img {
	display: block;
	border: 1px solid #555;
}

h1 {
	border-bottom: 1px solid #555;
	margin-top: 0px;
	padding: 10px 0px;
}

h2 {
	color: #1A1A1A;
	line-height: 1.4em;
	
}

h3 {
	color: #1A1A1A;
}

h4 {
	color: #1A1A1A;
}

h5 {
	font-size: 12pt;
	color: #1A1A1A;
}

h6 {
	font-size: 10pt;
	color: #1A1A1A;
}

.blog-tools, #categories, .online, #before {
	display: none;
}

.blog-post h3 {
	font-size: 1.4em;
	font-weight: bold;
}

.jtitle {
	padding: 0px;
	margin-top: -20px;
}

p.info {
	padding: 0px;
	margin-top: -20px;
	font-size: 0.9em;
}

#fivereasons {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img
{
  display: none;
}

#wrapper #col-left img#flashReplace, #clientLogin
{
  display: none;
}
/*Hide Navigation*/
#wrapper #header ul 
{
  display: none;
}

#footer {
	border-top: 1px solid #555;
	margin-top: 40px;
	padding: 10px 0px;
	font-size: 0.8em;
}

#wrapper #footer .col
{
	display: none;
}
#wrapper #footer  .last {
	display: block;
}

#wrapper #footer  .last h6 {
	display: none;
}

#wrapper #footer .last a[href^="/"]:after {
   content: "";
 }

.hide, .auraltext {
  display: none;
}

.ignore
{
  display: none;
}

.work h4 {
	display: none;
}

/*-------*/

blockquote p {
	font-style: italic;
	font-style: normal;
	text-indent: -7px;
}

blockquote p.cite {
	text-indent: 0px;
}

span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
/*-------*/

html a:link,
html a:visited 
{
	color: #0000ff;
	background: #fff;;
	font-weight: bold;
	text-decoration: underline;
}

html a:link:after, 
html a:visited:after 
{
   content: " (" attr(href) ") ";
   font-size: 90%;
   text-decoration: none;
}

html a[href^="/"]:after {
   content: " (http://c-a-s.co.uk" attr(href) ") ";
}

/*Dont show mailto links*/
html a[href^="mailto:"]:after {
   content: "";
}
   
html h1 a[href^="/"]:after, 
html #map_canvas p a[href^="/"]:after,
#map-directions a:after,
#map_canvas a:after
{
   content: "";
 }
 
 html h1 a:link, html h1 a:visited {
 	color: #000 !important;
 	text-decoration: none;
 }
 
html abbr {
	text-decoration: none;
	border: none;
}
 
html abbr:after, 
html abbr:after 
{
   content: " (" attr(title) ") ";
   font-size: 100%;
   text-decoration: none;
}

	#map-address {
			float: left;
			width: 200px;
		}
		
		#map-directions {
			float: left;
			width: 170px;
		}
		
		#map-vcard {
			clear: both;
		}
		
#partners {
	display: none;
}
#newsletter {
	display: none;
}


/*FOR JAVASCRIPT
Prints friendly urls */
html.noted a:link:after,
html.noted a:visited:after {
  content: "";
}
