/*
Theme Name: WienerStick WordPress Theme
Theme URI: http://wienerstick.com/
Description: The default WienerStick theme.
Version: 1.0
Author: James Warkentin
Author URI: http://warkensoft.com/

*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

ul,li {
	list-style-type:none;
}


h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0 0 4px 0;
}


/* img { visibility:collapse; } */

.clear {
	clear: both;
}


.textlinksca {
	margin: 0 15px 12px 15px;
	border: 1px solid black;
}


#wrapper {
	width: 770px;
}
#content {
	float: left;
	width: 620px;
}

#header {
	position: relative;
	height: 80px;
	background-color:#881126;
}
#body {
	position: relative;
	margin: 30px 10px;
}
#sidebar {
	position: relative;
	width: 150px;
	float: right;
	clear: right;
	background-color:#881126;
	text-align: center;
	padding: 10px 0px 20px 0px;
	background-image: url(/images/SiteDesignMVCC-bgTail.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sideImage {
	padding: 0px 0px 10px 0px;
}
.sidebarAd {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}
#sidebar .box {
	margin-bottom: 10px;
}
#sidebar .box li{
	margin-bottom: 10px;
}
#sidebar .box form{
	margin: 0px;
	padding: 0px;
}
#sidebar .box form input#email_address{
	width: 100px;
}

#header #logo{
	position: absolute;
	left: 10px;
	top: 7px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#horzNavigation {
	position: relative;
	height: 39px;
	top: 74px;
	background-color: #999999;
	background-image: url(/images/SiteDesignMVCC-navBar.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#horzNavigation ul{
	position: absolute;
	margin: 6px;
}
#horzNavigation li{
	display: inline;
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#horzNavigation a{
	color: #FFFFFF;
	text-decoration: none;
}
#horzNavigation a:hover{
	text-decoration: underline;
	color: #D7DCEA;
}
#horzNavigationCorner {
	background-image: url(/images/SiteDesignMVCC-navBarEnd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 40px;
	height: 39px;
}

#colOne {
	position: relative;
	width: 49%;
	float: left;
	margin: 10px 0;
}
#colTwo {
	position: relative;
	width: 49%;
	float: right;
	margin: 10px 0;
}



#body h3 {
	font-size: 14px;
	font-weight: bold;
}






#commentform textarea {
	width: 400px;
	height: 160px;
}








	#body .box {
		background-color:#F9EDC6;
		background-image: url(/images/SiteDesignMVCC-corner1.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		width: 100%;
	}
	#body .boxHeader {
		background-image: url(/images/SiteDesignMVCC-corner2.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		padding: 10px 0 0 10px;
		font-weight:bold;
	}
	#body .boxHeader h1 {
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	#body .boxHeader h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	#body .boxHeader img {
		float: left;
		padding: 0 10px 0 0;
	}
	#body .boxContent {
		background-image: url(/images/SiteDesignMVCC-corner4.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	#body .boxText {
		background-image: url(/images/SiteDesignMVCC-corner3.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		padding: 10px;
	}

	.sideNavigation {
		border: 1px solid black;
		background-color: #FFFFFF;
		width: 120px;
		text-align: left;
		margin: auto auto 10px auto;
		padding: 0px;
		font-size:12px;
	}
	.sideNavigation h4{
		background-color:#94A3C7;
		margin: 0px;
		padding: 4px;
		font-weight:bold;
	}
	.sideNavigation ul{
		margin: 0px;
		padding: 4px;
	}
	.sideNavigation li{
		margin: 0px;
		padding: 0px 0 2px 15px;
		background-image: url(/images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left 2px;
	}
	.sideNavigation li a{
		margin: 0;
		padding: 0px 0 0 0px;
		text-decoration: none;
	}
	.sideNavigation li a:hover{
		text-decoration: underline;
		color: #FF0000;
	}




	#sidebar .box {
		width: 120px;
		border: 1px solid black;
		text-align: left;
		margin: 0px auto 10px auto;
	}
	#sidebar .boxHeader {
		background-color:#94A3C7;
		padding: 4px;
		font-weight:bold;
		font-size:12px;
	}
	#sidebar .boxText {
		background-color:#FFFFFF;
		padding: 4px;
		font-size:11px;
	}
	#sidebar .boxText form {
		margin: 0px;
		padding: 0px;
	}

.smallSidebarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#body pre {
	dixplay: block;
	border: 1px solid #555555;
	background-color:#FFFFFF;
	margin: 10px 0 20px 0;
	padding: 5px;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}


#footerMain {
	width: 590px;
	float: left;
	height: 16px;
	margin: 0px 0 10px 0;
	padding: 2px 0 0 10px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(/images/bottom_bar_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footerMain a {
	color: #FFFFFF;
}
#footerSide {
	background-image: url(/images/bottom_bar.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: right;
}

#bottomNavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid black;
	margin-top: 5px;
	padding-top: 10px;
	clear: both;
}
#bottomNavigation h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: left;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 60px;
}
#bottomNavigation ul {
	float: left;
	clear: right;
	margin: 0px;
	padding: 0px 0 5px 0;
	width: 500px;
}
#bottomNavigation li {
	display: inline;
	padding-right: 10px;
}

#PageList ul {
	margin: 0px;
}
#PageList li {
	margin: 0 0 0 20px;
}