/*   
Theme Name: GPS Systems
Theme URI: gpssystems.net
Description: Custom design for GPS Systems. Fixed layout.
Author: Scott Buckland
Author URI: none
*/

@import "equalizer.css";

.rss-icon {
background-image:url(http://gpssystems.net/wp-content/uploads/2010/01/rssIcon.png);
background-position:top center;
background-repeat:no-repeat;
cursor:hand;
display:block;
float:left;
height:32px !important;
margin:0 5px 0 0;
position:absolute;
width:17px;
}

html, body, form, fieldset {
	color:#222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 1.5em;
}

html, body {
	padding: 0;
	margin: 0;
	text-align: center;
}

html {
	background: url(images/bg.jpg) top repeat-x #67C0FD;
}

h1 a {
	color: #222222;
	text-decoration: none;
}

a {
	color: #308AE7;
}

a:hover {
	color: #404040;
}

pre, blockquote, ol.commentlist li p {
	background: #e9f5e5;
	border: 5px solid #f5fff5;
	padding: 5px;
	white-space: pre-wrap;
}

pre.thin {
	width: 440px;
}

#mainCol blockquote p {
	margin: 0;
}

ul li {
	padding-left: 30px;
	list-style-position: inside;
	margin: 1em;
}

.normallist
{
	list-style-type: disc;
text-indent:-13px;
line-height:1.2em;
padding:0 0 0 0px;
margin:0.2em 0;
}

.rightBox ul li {
	padding-left: 0px;
text-indent: 0px;
margin-left: 0px;
        list-style-type: none;
}

.rightBox ul li ul li {
	padding-left: 13px;
}

dl dt {
	font-weight: bold;
	width: 200px;
	clear:left;
	float: left;
}

dl dd {
	margin: 15px 0;
	margin-left: 200px;
}

#comment {
	width: 650px;
	height: 75px;
}

div.quote {
	color:#ffffff;
	background: #4f81bd;
	display: block;
	width: 160px;
	padding: 20px;
	margin: 10px 0 10px 10px;
	float:right;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
}

div.thumbBox {
	color:#404040;
	display: block;
	width: 210px;
	margin: 10px 0 10px 10px;
	float:right;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0;
}

div.thumbBox img {
	border: 5px solid #505050;
}

div.thumbBox a {
	margin: 0;
	height: auto;
	padding: 0;
}
	
table.dataView {
	border-spacing: 0;
	width: 400px;
}

table.dataView th {
	padding: 0 4px;
}

table.dataView td {
	border: 1px dotted #999999;
	padding: 0 3px;
}

/* Common Classes */
.right, .alignright {
	float: right;
        padding-left:5px;
}

.left, .alignleft {
	float: left;
}

img.alignright {
	padding-left: 10px;
}

img.alignleft {
	padding-right: 10px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.message {
	margin: 3px;
	padding: 5px;
	background: #ddffdd;
	border: 2px solid #339933;
}

/* Structure Styling */

#wrapper {
	margin: 0 auto;
	width: 934px;
	padding: 0 10px;
	background: url(images/shadow.png) center repeat-y;
}

#wrapperEnd {
	margin: 0 auto;
	width: 934px;
	padding: 0 10px;
	background: url(images/footer-shadow.png) center bottom;
}
	
.wrap {
	margin: 0 auto;
	width: 920px;
}

.padded-content {
	padding: 18px;
}

#header {
	height: 87px;
	background: #000000;
}

	#header a#gpssystems {
		float: left;
		display: block;
		text-indent: -10000px;
		width: 232px;
		height: 51px;
		background: url('images/gps-systems.jpg') no-repeat;
		margin: 12px 0 0 16px;
	}
	#header ul {
		clear:right;
		float:right;
		list-style: none;
		margin-top: 2px;
text-indent: 0px;
margin-left: 0px;
	}
	#header ul li {
		float:left;
		height:29px;
		margin-left: 3px;
		padding-left: 8px;
		padding-right: 12px;
		border-left: solid 1px #999999;
		background: none;
		color: #ffffff;
	}
	
	#header ul li a {
		color:#dddddd;
		display:block;
		float:left;
		height:12px;
		padding-bottom: 2px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-transform:uppercase;
		font-size:13px;
		text-align: left;
		line-height: 1.1em;
	}
	
	#header ul li a span {
		font-size: 11px;
		color: #0079DF;
		font-weight: bold;
		float: left;
		clear: left;
		text-transform:none;
	}
	
	#header ul li a:hover {
		color: #dddddd;
	}

	#header ul li a:hover span {
		color: #669900;
	}
	
	#header .searchBox {
		float:right;
		display:block;
		width: 264px;
		height: 29px;
		padding-top: 6px;
		background: #282828 url(images/gray-corner.gif) left bottom no-repeat;
	}
	
	#header .searchBox input{
		font-size: 0.9em;
	}

#s {
  border: 1px solid #aaa;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float:left;
  height:17px;
  margin-left:30px;
  padding-left:2px;
  padding-top:1px;
  width:190px;
  background: #ccc;
  }

#searchsubmit {
  margin-left: 5px;
  float: left;
}


#body-content {
	border-top: 1px dashed #999999;
	margin-top: 5px;
}

#mainCol {
	float:left;
	width: 670px;
	text-align: left;
	margin-top: 15px;
}

	#mainCol p {
		padding: 0 7px;
		line-height: 1.8em;
		margin: 0.5em 0 1.5em 0;
	}
	
#mainCol #breadcrumbs {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.postmetadata {
	font-size: 11px;
	color: #999999;
}

.postmetadata a:link, .postmetadata a:visited{
	color: #60aAf7;
}

.postmetadata a:hover {
	color: #404040;
}

div.title {
	height: 4.5em;
	position: relative;
	margin-top: 15px;
	clear: both;
}

h1 {
	color: #000000;
	font-size:1.45em;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	padding-left: 0.4em;
	float: left;
	background: url(images/diag-blue.jpg);
	margin: 11px 0;
	padding-right: 70px;
	width: 600px;
}

.postDate {
	position: absolute;
	right: 10px;
	top: 2px;
	width: 51px;
	height: 49px;
	display: block;
	text-align: center;
	padding-top: 2px;
	line-height: 1.8em;
	background: url(images/date-box.gif) no-repeat;
	border: 3px solid #ffffff;
}

.postDay {
	font-size: 28px;
}

.daySuffix {
	font-size: 8px;
	vertical-align: text-top;
	line-height: 8px;
}

.dateMonth {
	font-size: 13px;
}
	

#mainCol h2 {
    font-size: 12pt;
    font-weight: normal;
    color: #007dc3;
    line-height: 18pt;
    padding: 9px 7px 0 7px;
    text-decoration: none;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
}

#rightCol {
	width: 210px;
	padding: 0px 10px;
	text-align: left;
	margin-left: 680px;
}

#rightNav {
	margin-top: 20px;
        list-style: none;
text-indent: 0px;
margin-left: 0px;
}
	#rightNav li {
		margin-top: 1px;
		padding-top: 4px;
		padding-bottom: 7px;
		padding-left: 10px;
		border-bottom: #cccccc dashed 1px;
	}
	
	#rightNav li a {
		color:#000000;
		display:block;
		padding-bottom: 2px;
		text-decoration: none;
		font-size:14px;
		text-align: left;
		line-height: 1.1em;
	}
	
	#rightNav li a span {
		font-size: 0.8em;
		color: #669900;
		text-transform:none;
	}
	
	#rightNav li a:hover {
		text-decoration: underline;
                
	}
	
		.rightBox {
			margin-top: 40px;
                        list-style: none;
text-indent: 0px;
margin-left: 0px;
		}
		
		.rightBox h2 {
			background: url(images/box-h2.gif) no-repeat;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			padding-left: 10px;
			text-transform: uppercase;
			line-height: 30px;
		}
		
		.rightBox ul li {
			margin: 10px 0 20px 20px;
		}
		
		.rightBox ul li a {
			color: #333333;
			font-size: 0.9em;
		}
		
		.rightBox ul li a:hover {
			color: #669900;
		}


/* Form Styles */
	
	fieldset {
		margin-left: 30px;
	}
	
	fieldset div {
		margin: 5px 0;
		clear: left;
		padding: 8px 0;
	}
	
	fieldset label {
		width: 200px;
	}
	
	fieldset input.text {
		width: 120px;
	}
	
	fieldset textarea {
		width: 160px;
		height: 50px;
	}
	
	div.Actions input {
		margin-left: 230px;
	}
	
	fieldset span.message {
		margin: 3px;
		padding: 5px;
	}
	
	fieldset span.required {
		border: #dd2222 solid 2px;
		background: #ffeeee;
	}

	fieldset span.validation {
		border: #cc6622 solid 2px;
		background: #fffae6;
	}
	
#footer {
	clear: both;
	border-top: solid 10px #669900;
	border-top: 1px dashed #cccccc;
	padding-top: 5px;
	padding-bottom: 6px;
}

	#footer .backing {
		border-top: solid 10px #669900;
		background: #c2d699;
		height: 70px;
	}
	
	#footer ul {
		height: 33px;
		margin-top: 18px;
		margin-left: 20px;
		float: left;
		border-left: 1px solid #666666;
text-indent: 0px;
	}
	
	#footer ul li {
		float: left;
		display: inline;
		line-height:1em;
		margin:10px 0;
		padding:0 10px 0 20px;
		color: #333333;
		background: none;
	}

		#footer ul li a:link, #footer ul li a:visited, #footer a {
			color: #000000;
			font-size: 12px;
			text-decoration: underline;
			text-transform:uppercase;
		}
		
		#footer ul li a:hover {
			text-decoration: none;
		}
		
	#footer p, #footer p a {
		color: #000000;
		font-size: 0.9em;
	}
	
	#footer p {
		float: left;
		text-align: left;
		padding-left: 110px;
		line-height: 70px;
	}

ol {
	list-style-type:decimal;
	margin: 1em 2em;
}

#asset-tracker {
	clear: both;
	padding: 20px 92px 10px 92px;
}

/*** CSS3 Styles ***/

#s:focus {
  background: #fff;
  }