/* @override http://site3.reviewyourproject.com/wp-content/themes/squid2/style.css */

/* 
Theme Name: Squid
Theme URL: http://Digisquid.com
Description: The DigiSquid Wordpress theme framework. Based on Whiteboard by Brian Purkiss.
Author: DigiSquid
Author URI: http://DigiSquid.com
Version: 2.0B
*/

/* DigiSquid CSS Library Version 4.3 (6/14/10) */
/* WebAddress.com

/* CSS Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* Framework
-------------------------------------------------------------- */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	background: #000000 url(images/template/bkg.jpg) repeat-x 0 top;
}

.design #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.design #masthead {
	height: 123px;
	background-image: url(images/template/masthead.png);
}

.design #contenttop {
	height: 213px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 50px;
	margin-left: -50px;
	margin-right: -50px;
	background: url(images/template/contentop.png) no-repeat 0 top;
}

.design #content {
	min-height: 250px;
	padding-left: 50px;
	padding-right: 50px;
	background: url(images/template/content.png) repeat-y 0 bottom;
}

.design #contenthome {
	height: 373px;
	padding-left: 50px;
	padding-right: 50px;
	background: url(images/template/contenthome.png) no-repeat 0 bottom;
}

.design #footer {
	height: 80px;
	background: url(images/template/footer.png) no-repeat 0 bottom;
}

.design #footerhome {
	height: 80px;
	background: url(images/template/footerhome.png) no-repeat 0 bottom;
}

.design #sidebar {
	float: right;
	width: 200px;
	background-color: silver;
	padding: 10px;
}

.column {
	width: 150px;
	vertical-align: top;
	display: inline-block;
	padding: 15px;
	margin-right: 25px;
}

.columnhome {
	width: 300px;
	vertical-align: top;
	display: inline-block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
}


.column ul {
	padding: 0;
}

.column li {
	display: block;		
}

hr {
color: gray;
background-color: gray;
height: 1px;
border: 0;
}


/* Typography
-------------------------------------------------------------- */
h1 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #898A8A;
	color: black;
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: black;
	border-bottom: 1px solid #898A8A;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: black;
	padding-top: 20px;
	padding-bottom: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}

a:link,
a:visited {
	color: #D0A219;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fa921f;
	text-decoration: none;
}

.design #sidebar p {
	
}

.design #contenttoptext {
	width: 300px;
	float: right;
}

.design #contenttop h1 {
	color: #D0A219;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.design #contenttop p {
	color: white;
}

.design #sidebar h2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #1D4A91;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.design #sidebar ul {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.design #sidebar li {
	list-style-type: none;
	margin: 0;
	padding-bottom: 5px;
}

.design #sidebar a:link {
	color: #1D4A91;
	text-decoration: none;
}

.design #sidebar a:visited {
	color: #1D4A91;
	text-decoration: none;
}

.design #sidebar a:hover {
	color: #fa921f;
	text-decoration: none;
}

.design #sidebar a:active {
	color: #fa921f;
	text-decoration: none;
}

.design #footer p {
	color: #FFFFFF;
	text-align: left;
	padding-top: 35px;
	padding-left: 50px;
}

.design #footerhome p {
	color: #FFFFFF;
	text-align: left;
	padding-top: 35px;
	padding-left: 50px;
}

p#breadcrumbs {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 65px;
	color: #606459;
	font-size: 10px;
}

p.pdf {
	padding-left: 35px;
	padding-top: 5px;
	height: 25px;
	margin-bottom: 20px;
	vertical-align: top;
	background: url(../images/graphics/pdf.png) no-repeat;
}

strong {
	font-weight: bold;
}

ul {
	font-size: 12px;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 10px;
}

li {
	padding-bottom: 10px;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* Menus & Navigation (not working)
-------------------------------------------------------------- */
.menu {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.menu a:link,
.menu a:visited {
	color: #888;
	text-decoration: none;
}
.menu a:active,
.menu a:hover {
	color: #FF4B33;
}



/* Media
-------------------------------------------------------------- */
.design #contenttopphoto {
	width: 500px;
	float: left;
}

.design #smartphoto {
	margin-left: -30px;
	width: 917px;
	border-bottom: gray 1px solid;
}

img.photosidebar {
	float: right;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

.design #animation {
	width: 371px;
	height: 300px;
}

.gallery {
	width: 840px;
	float: left;
}

.gallery-item {
	width:255px !important;
	margin-right: 20px;
	border: solid 1px;
}

.gallery-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

img.attachment-thumbnail {
}

img.alignright {
	margin-left: 25px;
	float: right;
}

img.alignleft {
	margin-right: 25px;
	float: left;
}

.design #footer img {
	float: right;
	padding-top: 28px;
	padding-right: 71px;
}

.design #footerhome img {
	float: right;
	padding-top: 28px;
	padding-right: 71px;
}

/* JQuery
-------------------------------------------------------------- */
.design #innerfade
{
	vertical-align: top;
}

ul#innerfade
{
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.design #innerfade p
{
	font-size: 12px;
}
.design #innerfade p a:link
{
	color: #d1940e;
}
.design #innerfade li
{
	display: inline-block;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}


/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

