/*  
Theme Name: ScreenCheck
Theme URI: http://www.reusserdesign.com/
Description: A skin of <a href="http://www.polaroididsystems.com" target="_blank">polaroididsystems.com</a>
Version: 1.0
Author: Reusser Design
Author URI: http://www.reusserdesign.com/
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

/* PNG Fix for IE6
********************************************************************************************************/
img, div {
	behavior: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/pngfix/iepngfix.htc);
}

/* Begin Typography & Colors */
body {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/topbg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #5d5d5d;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

img {
	border: 0px;
}

.wrap {
	margin: 0px auto;
	width: 940px;
}

#header {
	margin-top: 24px;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	margin: 10px 0;
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	color: #5d5d5d;
	font-weight: bold;
	letter-spacing: -1px;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 24px;
	}

/*#sidebar h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	}*/

/*h3 {
	font-size: 18px;
	}*/

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h2 a:hover, h3, h3 a, h3 a:visited, h3 a:hover {
	font-size: 12px;
	letter-spacing: 0px;
	background-color: #4f4f4f;
	padding: 6px;
	color: white;
}

h2.pagetitle {
	font-size: 24px;
	letter-spacing: -1px;
	color: #5d5d5d;
	background-color: white;
	padding:0;
	}

#post-124 h2, #post-124 h2 a, #post-124 h2 a:hover, #post-124 h2 a:visited, h3#post-124, h3#post-124 a, h3#post-124 a:hover, h3#post-124 a:visited {
	margin-top:10px;
	padding:0;
	background-color:white;
}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:hover, #sidebar h2 a:visited {
	font-size: 16px;
	letter-spacing: -1px;
	color: #5d5d5d;
	background-color: white;
	padding:0;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #61bc7f;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #61bc7f;
	text-decoration: none;
	}

a:hover {
	color: #61bc7f;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
/*body {
	margin: 0 0 20px 0;
	padding: 0; 
	}*/

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 940px;
	border: 1px solid #959596;
	}

/*#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}*/

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 600px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	margin-top:10px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	/*margin: 30px 0 0;*/
	margin-bottom: 7px;
	}

h2.pagetitle {
	margin-top: 30px;
}

/*#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}*/

h3 {
	/*padding: 0;*/
	margin-bottom: 7px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	text-align: left;
	*padding-left: 7px;
	list-style-type: none;
	*list-style-type: square;
	list-style-image: none;
	*list-style-image: url('http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/arrow.gif');
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 695px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar .post {
	text-align: left;
}	
	
/*#sidebar .post .entry {
	text-align: justify;
}*/
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	}
	
/* Modifications ------------------------------------------------------------------------------- */
#head-search {
	float: right;
	padding-top: 20px;
	width: 460px;
}

#logo {
	float: left;
	width: 335px;
}

#polaroid {
	float: right;
	height: 37px;
	width: 182px;
}

#flag {
	float: left;
	text-align: center;
	width: 265px;
}

#flag li {
	display: inline;
	padding: 2px;
}

#flag a {
	color: #525252;
	font-size: 11px;
	text-decoration: none;
}

#flag a:hover {
	color: #525252;
	text-decoration: underline;
}

#sub-links {
	padding-top: 5px;
}

#sub-links img {
	vertical-align: middle;
}

#search {
	background-color: #949494;
	margin-top: 20px;
	padding: 5px;
}

#search li {
	display: inline;
}

.search {
	border: 2px solid #bebebe;
	font-size: 10px;
	color: #979797;
	padding: 3px;
	width: 248px;
}

.drop-down {
	border: 2px solid #bebebe;
	font-size: 10px;
	color: #979797;
	padding: 3px;
	width: 150px;
}

.go {
	border: 2px solid #bebebe;
	font-size: 10px;
	color: #686868;
	padding: 3px;
}

#navigation {
	clear: both;
	height: 43px;
	width: 940px;
}

.narrowcolumn .post {
	clear: both;
}

#navigation li {
	float: left;
	list-style: none;
}

#id-card-printers-nav a {
	display: block;
	width: 126px;
	height: 43px;
}

#id-card-printers-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: 0 0;
	height: 43px;
	width: 126px;
}

#id-card-printers-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: 0 -43px;
}

#id-software-nav a {
	display: block;
	width: 93px;
	height: 43px;
}

#id-software-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -128px 0;
	height: 43px;
	width: 93px;
}

#id-software-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -128px -43px;
	height: 43px;
	width: 93px;
}

#photo-id-systems-nav a {
	display: block;
	width: 132px;
	height: 43px;
}

#photo-id-systems-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -219px 0;
	height: 43px;
	width: 132px;
}

#photo-id-systems-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -219px -43px;
	height: 43px;
	width: 132px;
}

#cards-online-nav a {
	display: block;
	width: 97px;
	height: 43px;
}

#cards-online-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -350px 0;
	height: 43px;
	width: 97px;
}

#cards-online-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -350px -43px;
	height: 43px;
	width: 97px;
}

#all-products-nav a {
	display: block;
	width: 95px;
	height: 43px;
}

#all-products-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -448px 0;
	height: 43px;
	width: 95px;
}

#all-products-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -448px -43px;
	height: 43px;
	width: 95px;
}

#services-nav a {
	display: block;
	width: 143px;
	height: 43px;
}

#services-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -542px 0;
	height: 43px;
	width: 143px;
}

#services-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -542px -43px;
	height: 43px;
	width: 143px;
}

#news-nav a {
	display: block;
	width: 95px;
	height: 43px;
}

#news-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -687px 0;
	height: 43px;
	width: 95px;
}

#news-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -687px -43px;
	height: 43px;
	width: 95px;
}

#support-nav a {
	display: block;
	width: 73px;
	height: 43px;
}

#support-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -783px 0;
	height: 43px;
	width: 73px;
}

#support-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -783px -43px;
	height: 43px;
	width: 73px;
}

#contact-nav a {
	display: block;
	width: 86px;
	height: 43px;
}

#contact-nav {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -854px 0;
	height: 43px;
	width: 86px;
}

#contact-nav a:hover {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/nav.png);
	background-position: -854px -43px;
	height: 43px;
	width: 86px;
}

#footer h1 {
	margin-top: 10px;
	padding-top: 0px;
	font-size: 32px;
}

#footer-top {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/top-footer.jpg);
	font-size: 1px;
	line-height: 1px;
	height: 12px;
	margin-top: 50px;
}

#footer {
	background-color: #020202;
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/footerbg.jpg);
	background-repeat: repeat-x;
	min-height: 145px;
	height:auto !important;
 	height:145px;
}

#footer-wrap {
	margin-left: 30px;
}

#footer li {
	list-style: none;
	font-size: 13px;
	line-height: 1.4em;
}

.footer-float {
	color: #FFFFFF;
	float: left;
	width: 190px;
}

.footer-float-phone {
	color: #FFFFFF;
	float: left;
	margin-right: 22px;
	width: 500px;
	text-align: center;
}

#phone {
	float: right;
	padding-top: 40px;
	padding-right: 30px;
}

#footer-bot {
	background-image: url(http://news.polaroididsystems.com/wp-content/themes/ScreenCheck/images/bot-footer.jpg);
	font-size: 1px;
	line-height: 1px;
	height: 12px;
	margin-bottom: 50px;
}

.blue {
	color: #90c4ea;
}

.green-strong {
	color: #66BB80;
	font-weight: bold;
}

#footer-links {
	color: #90c4ea;
	margin-bottom: 20px;
	text-align: center;
}

#footer-links img {
	vertical-align: middle;
}

#footer-links li {
	display: inline;
	font-size: 20px;
	padding: 5px;
}

#footer-links li a {
	color: #90c4ea;
	text-decoration: none;
}

#footer-links li a:hover {
	text-decoration: underline;
}	
	
.clear {
	clear: both;
}

/*
--------------------------------------------------------------
TOP NAV SUBMENUS
These styles need to be at the very end of the CSS in order to 
override any global styles that may otherwise apply to these 
elements.
--------------------------------------------------------------
*/

.t-submenu {
	display: none;
	background: #cccccc no-repeat left top;
	height: 110px;
	z-index: 999;
	position: absolute;
	margin: 0 0 0 0;
	text-align: left;
	overflow: hidden;
}
.t-submenu a {
	display: block !important;
	width: 160px !important;
	height: 2.2em !important;
	padding: 0 0 0 0 !important;
	margin: 0 !important;
	border: 0 !important;	
	text-align: left !important;
	font-weight: normal;
	font-size: 11px;
	color: #333 !important;
	text-decoration: none;
}
.t-submenu a:hover, .t-submenu a:active {
	background: none !important;
	text-decoration: underline !important;
}

table.t-submenu-table {
	border: 0;
	margin: 8px 0 0 18px;
}
table.t-submenu-table td {
	padding: 0 0 0 10px;
	font-size: 10px;
	vertical-align: top !important;
}
.tsubrbord {
	border-right: 1px dotted #aaaab0;
}
.tsublbord {
	border-left: 1px dotted #aaaab0;
}.tsubleft {
	padding: 0 0 0 0 !important;
}
span.t-submenu-table-cat {
	font-size: 11px;
}

	
/* End Various Tags & Classes*/