/* LAYOUT */

body {
	margin:0px;
	padding:0px;
	font-family:"Helvetica","Lucida Grande",Arial,sans-serif;
}

label {
	width:60px;
	float:left;
}

ol li {
	list-style:none;
	margin:0px;
	padding:0px;
}

#topbar_outer {
	text-align:center;
}

#topbar {
	width:850px;
	height:60px;
	margin:10px auto;
	position:relative;
	text-align:left;
}

	#topbar #tagline {
		font-size:17px;
		color:#666;
		letter-spacing:-.5px;
	}
	
	#topbar #links {
		position:absolute;
		right:-5px;
		bottom:0px;
	}
	
	#topbar ul {
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	
	#topbar li {
		float:left;
		text-align:center;
	}
	
	#topbar li a {
		text-decoration:none;
		color:#666;
		padding:5px 10px;
		font-size:15px;
	}
	
		#topbar li a.active {
			color:#111;
		}
	
	#topbar li a:hover {
		color:#111;
	}
	
#grid {
	height:440px;
	background:#111;
	text-align:center;
	margin-bottom:10px;
}

	#grid a { color:#999; }

	#caption {
		font-size:11px;
		text-transform:uppercase;
		text-align:left;
		color:#ccc;
		padding:10px;
	}

	#grid_inner {
		width:860px;
		text-align:left;
		background:#111;
		margin:0 auto;
		text-align:center;
		padding:10px 0;
		height:380px;
	}
	
	#grid_inner img {
		margin:3px;
		cursor:pointer;
	}
	
	#grid_inner div#oneimage {
		text-align:left;
		padding:0 10px;
	}
		
#main_outer {
	text-align:center;
        padding-top:10px;
}

	#main_outer img {
		margin:3px;
		cursor:pointer;
	}

	#main_outer.top {
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding-bottom:10px;
	background:#f0f0f0;
	}
	
#main {
	width:900px;
	margin:0 auto 0px auto;
	font-size:11px;
	color:#777;
	text-align:left;
}

	#main.logobg {
		background: url(partial_logo_lg.gif) no-repeat top left;
                min-height:420px;
	}

	#main h1 {
		color:#333;
		font-size:18px;
		margin:10px 0 0px 0;
		padding:0px;
	}

	#main h2 {
		color:#333;
		font-size:16px;
		margin:0px;
	}
	
		#main #rightcol h2 {
			margin:15px 0 5px 0;
		}
	
	#main h1.spaced, #main h2.spaced, #main h3.spaced {
		margin-bottom:10px;
	}
	
	#main h3 {
		color:#999;
		font-size:13px;
		margin:5px 0 5px 0;
		padding:0px;
	}

	#main p {
		font-size:13px;
		line-height:16px;
		color:#444;
	}
	
	#rightcol {
		float:right;
		width:250px;
		color:#555;
		font-size:11px;
		margin-right:50px;
	}
	
		#rightcol p {
			text-align:left;
			margin-top:0px;
			width:250px;
			font-size:11px;
			line-height:15px;
		}
		
		#rightcol.email {
			font-size:13px;
			line-height:17px;
		}
		
		#rightcol p.desc.small {
			font-size:10px;
			color:#999;
			line-height:12px;
		}
	
	
		#rightcol ul {
			list-style-type:none;
		}
		
		#rightcol li h2 {
			font-size:13px;
		}
		
			#rightcol li ul {
				margin:0 0 0 10px;
				padding:0px;
			}
	
	#main_outer.top #main #rightcol {
		padding-top:20px;
	}
	
		#main ul, #main ol {
			line-height:18px;
			font-size:12px;
			color:#333;
		}
		
		#main ol {  list-style-type:upper-roman; }
	
	#leftcol {
		width:500px;
	}
	
		#leftcol.long {
			width:850px;
		}
	
	#main_outer.top #main #leftcol {
		padding-top:20px;
	}
	
	#main a {
		color:#999;
		text-decoration:none;
	}
	
	#main a.learnmore {
		color:#dd800a;
		font-weight:bold;
		text-transform:uppercase;
		font-size:11px;
	}
	
	#main a:hover {
		color:#444;
	}
	
	div.video {
		width:113px;
		height:80px;
		float:left;
		margin:5px;
		border:1px solid #999;
		background:#ccc;
	}
	
	div#demo_options {
		text-align:left;
		padding:10px;
		
	}
	
		div#demo_options div#options {
			width:300px;
		}
	
	div.gray {
		color:#999;
	}
	
	#main div.table_item {
		width:100%
		height:90px;
		position:relative;
		font-size:13px;
		margin-bottom:20px;
	}
	
	#main div.table_item.header {
		border-bottom:1px solid #ccc;
		color:#444;
		padding:5px 0;
		margin-top:10px;
	}
	
		#main div.table_item span.one {
			width:600px;
		}
		
			#main div.table_item span.one a {
				width:300px;
				font-size:15px;
				margin:0px 0 5px 0;
				padding:0px;
				font-weight:bold;
				color:#555;
			}
			
			#main div.table_item span.one a:hover {
				color:orange;
			}
			
			#main div.table_item p {
				margin:0px;
				color:#999;
			}
	
		#main div.table_item span.right {
			float:right;
			margin:0 20px;
			text-align:center;
			width:70px;
		}
		
			#main div.table_item h4 {
				margin:0px;
				padding:0px;
			}
	
		div#demo_options a {
			font-size:12px;
			text-decoration:none;
			display:block;
			margin-top:20px;
		}
	
		div#chosen_img {
			float:right;
                        margin-left:10px;
                        margin-top:100px;
		}
		
			div#chosen_img img {
				max-height:360px;
				max-width:500px;
			}
	
		div#demo_options h2 {
			font-size:14px;
		}
		
		div#demo_options p {
			font-size:11px;
		}
	
/* FORM */

#form {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #999;
}

.required{
    color:red;
    font-weight: bold;
}

#form label {
	float:left;
	font-size:10px;
	width:90px;
	padding-top:10px;
}

input[type=text],input[type=password], input[type=file] {
	border:1px solid #999;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	width:140px;
	margin:3px 0px;
}

#form input[type=submit] {
	border:1px solid #333;
	background:#ff9806;
	padding:3px 10px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
	cursor:pointer;
}

/* FOOTER */
	
#footer {
	clear:both;
	text-align:center;
        margin-top:20px;
}

	#footer_inner {
		width:850px;
		margin:0 auto;
		text-align:center;
		color:#444;
	}
	
	#main p.copyright, #footer p.copyright {
		font-size:11px;
		line-height:16px;
	}
	
	#footer ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
		font-size:11px;
	}
	
	#footer li {
		display:inline;
	}
	
	#footer a {
		padding-right:10px;
		color:#999;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
	#footer div.wordpress p {
		font-size:10px;
	}
	
.clearfix {
	clear:both;
	font-size:1px;
	height:0;
	line-height:1px;
	overflow:hidden;
	width:100%;
}

/* BLOG */

/* BLOG STUFF */

div#respond {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
}
	
	div#respond p {
		margin:0px;
	}
	
	div#respond label {
		width:190px;
		padding-top:5px;
	}
	
	div#respond textarea {
		width:500px;
	}
	
#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main h2.pagetitle {
	border-bottom:1px solid #ddd;
	font-size:13px;
	padding-bottom:10px;
}

#main div.post h1 {
	margin-top:20px;
	color:#222;
}

	#main div.post h1 a {
		color:#222;
	}
	
ol.commentlist {
	padding:0px;
	margin:0px;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

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

.commentlist p {
	font-weight: normal;
	width:auto !important;
	font-size:11px !important;
}

.commentmetadata {
	font-weight: normal;
}
	
.commentlist li {
	border-top:1px solid #ddd;
	padding:10px 0;
	margin:15px 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
}

#commentform {
	margin: 5px 10px 0 0;
}

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

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
	

/* Begin WP 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; 
}

/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

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

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

select {
	width: 130px;
}

/* This is for the integration of the login / register parts */
#login{
    position:absolute;
    right:-5px;
    top:5px;
}

#login li a {
font-size:12px;
letter-spacing:1px;
}

#error p{
    color:red;
}

#facebook{
    float:right;
}

legend{
    font-size:15px;
}

#loginSeperator{
    margin-top:20px;
}
#registeration td input[type="text"]{
    width: 300px;
}
#registeration td input[type="password"]{
    width: 300px;
}
#login li{
    color:#666666;
font-size:17px;
letter-spacing:-0.5px;
}
#mainText{
    color:#EEEEEE;
float:left;
font-size:14px;
margin-right:10px;
text-align:left;
width:475px;
}
#registeration td{
    vertical-align: top;
}

#registeration td span{
    color:green;
}
.colorbar {margin-top:-3px;width:1px;background-image:url(passwordstrength.jpg);height:3px; float:left;}
.result {color:green; font-family:Tahoma;font-size:11px;}
.justify {text-align: justify}