/* reset */
* {
	margin:0; padding:0; outline:none;
}

html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: url(css/i/body-bg.png) top left repeat-x;
}

#container {
	width:860px;
	margin:0 auto;
	background:white;
}

#header {
	margin:6px auto 0px auto;
	background: url(css/i/header-bg.png) top left repeat-x;
	height:154px;
	border-bottom:1px solid #b9c3ca;
}

.shadow {
	background: url(css/i/header-drop-shadow.png) top center no-repeat !important;
}

#caption {
	margin:0px auto 0px auto;
	background: url(css/i/caption-bg.png) top left repeat-x;
	border-bottom:1px solid #ce984b;
}

#caption p {
	text-align:left;
	text-transform: uppercase;
	color:#fff8f1;
	font-size:0.7em;
	padding:5px 0px 3px 0px;
	width:595px;
	margin:0 auto;
}

#header img {
	display:block;
	margin:0 auto;
	position:relative;
	left:-158px;
}

#header a img { border:none; }

div#sidebar {
	position:relative;
	float:left;
	width:130px;
}

div#content {
	position:relative;
	float:left;
	width:82%;
	border-left:1px solid #ddd;
	padding-left:20px;
}

div#footer {
	padding:0px 0px 20px 0px;
	margin:35px auto 35px auto;
	border-top:1px solid #ddd;
	width:860px;
}

div#home-left {
	width:46%;
	float:left;
	position:relative;
}

div#home-right {
	width:50%;
	float:right;
	position:relative;
}

/* menu and navigation */
ul#menu {
	list-style: none;
	margin:0px 0px 20px 0px;
	position:relative;
	float:left;
	width:130px;
}

ul#menu li {
	display:block;
	z-index:2;
	/* background: transparent url(css/i/navigation_buttons.png) no-repeat;   no access to the fs to update graphics --matt */
	background: transparent url(http://www.mrsoftie.net/wp-content/uploads/2009/07/navigation_buttons.png) no-repeat;
	margin-bottom:10px;
}

ul#menu li:hover, ul#menu li.selected {
	/* background: transparent url(css/i/navigation_buttons_hover.png) no-repeat;   No access to the fs to update graphics --matt */
	background: transparent url(http://www.mrsoftie.net/wp-content/uploads/2009/07/navigation_buttons_hover.png) no-repeat;
}


ul#menu li a {
	border:none;
	background:transparent url(css/i/navigation.png) no-repeat;
	display:block;
	height:41px;
	z-index:3;
}

li.home				{ background-position: 0px  0px		!important; }
li.home:hover		{ background-position: 0px  0px		!important; }
li.home a			{ background-position: 41px 0px		!important; }

li.gallery			{ background-position: 0px  -41px	!important; }
li.gallery:hover	{ background-position: 0px  -41px	!important; }
li.gallery a		{ background-position: 41px -41px	!important; }

li.help				{ background-position: 0px  -82px	!important; }
li.help:hover		{ background-position: 0px  -82px	!important; }
li.help a			{ background-position: 41px -82px	!important; }

li.contact			{ background-position: 0px  -123px	!important; }
li.contact:hover	{ background-position: 0px  -123px	!important; }
li.contact a		{ background-position: 41px -123px	!important; }

li.blog				{ background-position: 0px  -164px	!important; }
li.blog:hover		{ background-position: 0px  -164px	!important; }
li.blog a			{ background-position: 41px -164px	!important; }


a#obx { }
a#obx:hover { background:none; }
a#obx img { border:none; position:relative; top:23px; left:30px;}

#footer p {
	font-size:0.7em;
	text-align:center;
	color:#555;
	font-weight:bold;
}


#google {
	padding:10px;
	background:#eee;
	border:1px solid #bbb;
	font-size:0.7em;
	color:#333 !important;
	text-align:center;
	margin-bottom:20px;
}

#google a {
	background:#eee !important;
}

#google a:hover {
	color:#111;
}

#content h2 {
	color:#666;
}

#google img {
	border:none;
	margin:10px 0px 0px 0px;
}


#content a, #download-notice a  {
	color:#eb8d00;
	text-decoration:none;
	font-weight:bold;
}

#download-notice a {
	background:transparent !important;
}

#content a:hover, #download-notice a:hover {
	color:#333;
}

#content a img {
	border:none;
}

.subheader {
	margin-bottom:10px;
	clear:both;
	display:block;
}

#content p {
	font-family: 'Lucida Grande', sans-serif;
	color:#666;
	font-size:0.8em;
	margin-bottom:15px;
	line-height:1.5em;
}

#content ul {
	font-family: 'Lucida Grande', sans-serif;
	color:#666;
	margin-bottom:15px;
	line-height:1.5em;
	list-style-type: square;
	list-style-position: inside;

}

#content ul li {
	font-size:0.8em;
}

#content ul ul {
	padding-left:20px;
}




/* gallery */
.item {
	float:left;
	width:130px;
	margin:0 26px 20px 0;
}


.item a img {
	display:block;
	margin:0 auto;
	padding:6px;
	background:#ffffff;
	width:120px;
}

.item a img:hover {
	background-color: #dfe3e7;
}

.item p {
	font-size:0.65em !important;
	text-align:center;
	margin:0px !important;
	padding: 4px 0 0 0;
	color:#888 !important;
}

.title { font-weight:bold !important; }
.author { }

/* screenshots table */
table#screenshots { }

#screenshots a {
	padding:3px;
	float:left;
	background-color: transparent;
	border:none;
}

#screenshots a:hover {
	background-color:	#dfe3e7;
}

#screenshots a img {
	width:159px;
	border:none;
}

/* download notice */
div#download-notice {
	z-index:3;
	margin-top:20px;
	padding:10px 10px 0px 10px;
	background: transparent url(css/i/download-notice.png) top left no-repeat;
	border-right:1px solid #ddd;
	height:148px;
	width:129px;
	position:relative;
	float:left;
	left:-19px;
}

#download-notice p {
	text-align:center;
	font-size:0.7em;
	color:#666;
}

#download-notice a {
	display:block;
	text-align:center;
	font-size:0.7em;
}

#download-notice h3 {
	text-align:center;
	color:#666;
	margin-bottom:15px;
}

#download-notice a img {
	margin-top:22px;
	border:none;
}

.hidden { display:none; }
.clear-1 { clear:both; height:1px; }
.clear-10 { clear:both; height:10px; }
.clear-20 { clear:both; height:20px; }
.clear-30 { clear:both; height:30px; }

/* contact form */
#contact form label {
	font-family: 'Lucida Grande', sans-serif;
	color:#666;
	font-size:0.85em;
	font-weight:bold;
	width:120px;
	display:block;
}

#contact input {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:9pt;
	color:#333;
	width:220px;
	border:1px solid #ddd;
	padding:4px;
}

#contact textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:9pt;
	color:#333;
	border:1px solid #ddd;
	padding:4px;
}

input#submit {

	border:1px solid #ccc;
	background:#eee;
	padding:4px;
}

#home-left p {
	line-height:2em;
}

/* manual/help stuff */
div#dot-net {
	display:none;
	border-left:2px solid #eb8d00;
	padding-left:10px;
	margin-bottom:10px;
}

#dot-net p, #dot-net a.action-close {
	font-size:0.7em !important;
}

#dot-net a.action-close {
	float:right;
	border:1px solid #999;
	padding:4px;
}

table#shortcuts {
	width:100%;
}

table#shortcuts tr td {
	vertical-align:top;
	width:50%;
}

/* blog stuff */
.entry-title {
	border-bottom:1px solid #fff6ef;
	margin:0 0 8px 0;
}

.entry-title h2, h2.title {
	font-size:1em;
	letter-spacing:-0.05em;
	margin-bottom:3px;
}

.entry-title h2 a {
	background:transparent !important;
}

.date-author {
	font-size:0.7em !important;
	margin-bottom:0px !important;
}

.entry-metadata {
	font-size:0.7em !important;
	text-align:right !important;
	margin-bottom:25px;
}

p.entry-metadata-single {
	margin:30px 0px;
	padding:10px;
	border-style:solid;
	border-color: #fff6ef;
	border-width:1px 0px;
	background:#f9f9f9;
}

.wp-caption {
	background-color:#f2f2f2;
	border:1px solid #f2f2f2;
	padding-top:5px;
	text-align:center;
	margin:20px auto;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:0.8em;
	line-height:17px;
	margin:0 4px 4px;

}

textarea#comment {
	width:100%;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:9pt;
	color:#333;
	border:1px solid #ddd;
	padding:4px;
}

a#promo-vid {
	display: block;
	width:330px;
	height: 186px;
	margin:0 auto 15px auto;
	background:top left no-repeat;
	background-image: url(http://www.mrsoftie.net/wp-content/uploads/2009/10/promo-vid-thumbnail_hover.png);
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}

a#promo-vid:hover {
	opacity: 1.00;
	-moz-opacity: 1.00;
	filter:alpha(opacity=100);
}


.alignright { float: right; }
.alignleft { float: left; }
.italic { font-style:italic; list-style: none;}

/* SIFR */
h4, h5, h6 { color:#777; }
h4 { padding:20px 0 5px 0; margin:0; font-size:1.4em; }
h5 { padding:0 0 10px 0; margin:0; font-size:1.1em; }
h6 { padding:10px 0; margin:0; font-size:1.3em; }

.top { padding-top:0px !important; }
.flash-replaced { position:relative; left:-3px; }
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
.flash-update p { display:none;}
