/*
Theme Name: Just Technology
Theme URI: http://justtechnology.net/
Description: Theme for Just Technology website
Author: Matthew Sibson
Author URI: http://justtechnology.net/
Tags: just,technology

	Just Technology v1.0

	This theme was built by Matthew Sibson for the
	Just Technology website.

*/

/* Utility classes */
.clear {
	clear: both;
}

.padder {
	width: 1px;
	height: 1px;
}

span.required{
	color: red;
}

/* Image alignment */
.alignright {
	float: right;
}

/* Main tags */
body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	
	background-image: url(images/background.gif);
	
	text-align: center;
}

a {
	color: #969;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#background {
	width: 100%;
	height: 100%;
	background-image: url(images/background.gif);
}

div#page {
	background-color: #fff;
	
	width: 790px;
	
	margin-top: 9px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 9px;
	
	text-align: left;
}

/* Header */
div#header {
	margin: 0px 9px;
}

div#header div#logo {
	float: left;
		
	height: 220px;
	width: 331px;
}

div#header div#feature {
	float: left;
	
	height: 220px;
	width: 440px;
}
/* End header */

/* Menubar */
div#menubar {
	background-image: url(images/menu_end.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #7B277D;
	color: #fff;
	height: 30px;
	margin-top: 9px;
}


div#menubar a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#menubar a:visited {
	color: #fff;
}

div#menubar ul {
	margin-left: 20px;
	z-index: 999;
}

div#menubar ul li {
	position: relative;
	float: left;
	padding: 6px 5px;
}

div#menubar ul li ul li {
	float: none;
	padding: 3px 0px;
}

div#menubar ul li ul li a {
}

div#menubar li ul {
	position: absolute;
	display: none;
	left: -20px;
	top: 27px;
	
	border-top: 1px solid #fff;
	background-color: #7B277D;
	
	width: 180px;
	padding: 5px;
}

div#menubar li:hover ul {
	display: block;
}

div#menubar li.over ul {
	display: block;
}

div#search_form {
	float: right;
	
	width: 200px;
	height: 30px;
	
	padding-right: 10px;
}

div#search_form input.text {
	float: left;
	
	width: 128px;
	height: 15px;
	
	padding: 3px 5px 0px 5px;
	margin: 5px 10px 0px 0px;
	
	border: 1px solid #ccc;
}

div#search_form input.image {
	float: left;
	
	margin: 3px 0px 0px 0px;
}
/* End menubar */

/* Content */
div#content {
	width: 525px;
	padding: 25px;
	
	float: left;
}

div#content strong {
	font-weight: bold;
}

div#content p {
	margin-top: 6px;
	margin-bottom: 15px;
}

div#content ul {
	margin-bottom: 15px;
}

div#content li {
		list-style: disc inside;
		padding-left: 11px;
}

div#content img {
	margin: 3px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	color: #333;
	clear: both;
}

div#content h1 {
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 160%/100%;
	
	font-size: 2em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
	margin: 3px 0px 2px 0px;
}

div#content h2 {
	font-size: 1.5em;
}

div#content h3 {
	font-size: 1.17em;
}

div#content h4 {
	font-size: 1em;
}

div#content h5 {
	font-size: 0.83em;
}

div#content h6 {
	font-size: 0.75em;
}

div#content hr {
	border: 1px solid #666;
	height: 1px;
}

div#content div.breadcrumb {
	margin-bottom: 15px;
}

div#content div.print_email {
  margin-top: 55px;
}

div#content textarea {
	width: 400px;
	height: 120px;
}

div#content input {
	height: 20px;
}
/* End content */

/* Sidebar */
div#sidebar {
	width: 215px;
	float: left;
}

div#sidebar div.widget {
	background-color: #eee;
	width: 210px;
	
	padding: 0 0 9px 0;
	margin-top: 15px;
}

div#sidebar div.widget div.widgettitle {
	background-image: url(images/block_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	
	height: 19px;
	width: 190px;
	
	margin: 0 0 5px 0;
	padding: 5px 10px 0 10px;

	color: #666;

	font-weight: bold;
}
/* End sidebar */

/* Widgets */
div.widget {
  	color: #666;
  	font-size: 0.9em;
}

div.widget ul {
	margin: 0 10px 5px 10px;
}
div.widget ul li {
	background: url(images/bullet-orange.gif) no-repeat scroll 1px 0.1em transparent;
	padding-left: 18px;
	margin-bottom: 5px;
}

div.widget a {
	color: #000;
}

div.widget p {
	margin: 0 10px 5px 10px;
}

div.widget p strong {
  font-weight: bold;
}

div.widget div.event_name {
	
}

div.widget div.event_date {
	color: #666;
}
/* End widgets */

/* Footer */
div#footer {
  margin-top: 15px;
  padding-bottom: 5px;
}
/* End Footer */

/* Wordpress */
p.wp-caption-text {
	text-align: center;
}

