/*
Theme Name: AOG Desk
Theme URI: http://www.aog-desk.com/
Description: AOG Desk
Author: Runel C. Pequiro
Author URI: http://www.runelpequiro.com/
Tags: fixed width, 960, mootools, javascript, xhtml, css, multibox, flexscroll, grid, 

	AOG Desk
	http://www.aog-desk.com/

	Hand-coded by Runel C. Pequiro for Marcus Ellspermann of AOG-Desk, Europe.

*/

/* imported styles
========================================== */
@import url('./css/reset.css');
@import url('./css/text.css');
@import url('./css/grid.css');


/* -------------------------------------------- */
/* body tags
----------------------------------------------- */
body {
	border: none;
	color: #363636;
	background: #909AAB url(img/body-bg.png) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 12px;
}

/* grid system container background
----------------------------------------------- */
.container_12, .container_16 {
	background: url(img/container-bg.png) top center no-repeat;
	color: #333333;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.grid_16 {
	width: 100%;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em; color:#071551; }
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}

/* anchors
----------------------------------------------- */
a, a:hover {
	color: #FFF;
	text-decoration: underline;
}

h1 a {
	font-weight:normal;
	display: block;
	text-indent: -9999px;
	height: 30px;
}

h3{
	font-weight: normal;
}


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
	.box h2 {
		font-size:1em;
		font-weight:normal;
		text-transform:uppercase;
		color:#fff;
		background:#333;
		margin:-10px -10px 0 -10px;
		padding:6px 12px;
	}
	.box h2 a,
	.box h2 a.visible {
		color:#fff;
		background:#333 url("../img/switch_minus.gif") 96% 50% no-repeat;
		display:block;
		padding:6px 12px;
		margin:-6px -12px;
		border:none;
	}
	.box h2 a.hidden,
	.box h2 a.hidden:hover {
		background-image: url("../img/switch_plus.gif");
	}
	.box h2 a:hover {
		background-color:#111;
	}
.block {
	padding-top:10px;
}
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
	padding-top:0;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1em;
  padding-left:1em;
  border-left:4px solid #ccc;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
  border:1px solid #bbb;
  margin-bottom:10px;
}

th, td {
  padding:.1em ;

}
thead th {
	border-bottom:2px solid #888;
	padding:.4em .1em .1em .1em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
tbody tr.odd th,
tbody tr.odd td {

}
tfoot th,
tfoot td {
	border-top:2px solid #666;
}


/* custom style
----------------------------------------------- */
.alignleft { float: left; }
.alignright { float: right; }
.black { color:#000000; }
.blue, .blue:hover { color: #2589B2;}
.red { color: #EC2028; }
.alignleft { float: left; }
.alignright { float: right; }
.textcenter { text-align: center; }

/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	border:1px solid #bbb;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}
input.search.text {
}
input.search.button {
  margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
  padding:0;
}
.articles h2 {
  margin:0;
}
#articles {
  padding-top:0;
}
.article {
  border-top:1px solid #666;
  padding-top:.5em;
}
.box .article {
  border-top:3px solid #fff;
  padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}

.article h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:1px solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}

/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:16px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
  padding-bottom:10px;
}


/* header
-------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
#header{
	height: 45px;
	margin: 38px auto 0;
	width: 960px;
}
  #logo {
	  margin: 0 auto;
	  width: 395px;
	  height: 25px;
  }
  h1#branding {
	  background: transparent url(img/logo.png) top center no-repeat;
	  font-weight:normal;
	  font-size:3em;
	  text-align:left;
	  padding:0;
	  margin-bottom:0;
	  display: block;
  }
  h2#page-heading {
	  display: none;
  }
  #topnav {
	  width: 360px;
	  padding: 0;
	  margin: 0;
  }
	  #topnav ul{
		  margin: 7px 0 0 0;
		  padding: 0;
		  float: left;
	  }
	  #topnav ul li{
		  list-style: none;
		  display: inline;
		  margin: 0;
		  padding: 0;
	  }
	  #topnav ul li a{
		  margin: 0;
		  padding: 0 15px;
		  text-decoration: none;
		  color: #ACACAC;
		  border-left: solid #ACACAC 1px;
		  text-transform: lowercase;
	  }
	  #topnav ul li a.first {
		  border: none;
	  }
	  #topnav ul li a:hover{
	  }
	  #topnav span{
		  color:#C22C3A;
		  font-size: 14px;
		  padding: 0;
		  margin: 3px 0 0 0;
	  }
  #register {
	  background: none;
	  padding: 0;
	  width: 340px;
	  margin: 20px 0 0 20px;
  }
	  #register span {
		  display: inline;
		  padding: 0;
		  *\padding: 5px 5px 5px 0;
		  float: left;
	  }
	  #register form{
		  width: 310px;
	  }
	  #register input{
		  display: inline;
		  border: solid #AAA9A9 1px;
		  color: #959595;
		  font-size: 12px;
		  padding: 3px 0;
		  width: 115px;
		  margin: 0;
	  }
	  #register input.button, input.button{
		  background: url(img/register-button-bg.png) repeat-x;
		  color: #FFF;
		  border: none;
		  width: 48px;
	  }
	  #register #forgotpass{
		  color:#959595;
		  display: block;
		  margin-right: 0px;
		  margin-top: 10px;
		  width: 200px;
		  text-align: left;
		  margin-left: 125px;
		  *\margin-left: 120px;
	  }
	  #register #signup{
		  width: 340px;
		  color: #5B5B59;
		  padding: 0;
		  margin: 40px 0 0 0;
	  }
	  #register #signup h3{
		  font-size: 17px;
		  font-weight: bold;
	  }
	  #register #signup h4{
		  float: left;
		  font-size: 15px;
	  }
	  #register #signup img{
		  margin-left: 20px;
	  }

/* content
----------------------------------------------- */
#content {
	background: transparent url(img/single-content-bg.png) top center no-repeat;
	color:#656565;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 300px;
	font-size: 1.1em;
}
#content .box{
	padding: 20px 25px 0 15px;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-bottom: solid #666 1px;
}

	/* form styles*/
	#searchForm form{
	}
		#searchForm form input.searchbox{
			background: #FFF;
			border: solid #AAA9A9 1px;
			color: #959595;
			font-size: 12px;
			padding: 3px 0;
			width: 300px;
			margin: 0;
		}
		#searchForm form input.submit{
			background: url(img/inquire-bg.png) bottom center repeat-x;
			color: #FFF;
			border: none;
			padding: 2px 8px;
		}
	
	#content  table, #content table tr, #content table tr td, #content table tr th{
		border: none;
	}
		#content table{
			
		}
		#content table th{
		  text-align: left;
		  vertical-align: text-top;
		  padding: 3px;
		}
		#content table td{
			vertical-align: text-top;
			padding: 3px;
		}
			#content #searchResult{
				width: 99%;
				line-height: 1.2em;
				border: solid #939393 1px;
			}
			#searchResult tr, #contactNames tr{
				background: #C3C7CD;
			}
			#searchResult tr.odd, #contactNames tr.odd{
				background: #CFD4DB;
				border-top: solid #686868 1px;
				border-bottom: solid #686868 1px;
			}			
			#searchResult th.sub-head, #contactNames th.sub-head{
				background: #D7D7D7;
				margin: 0;
				padding: 2px 5px;
			}
			#searchResult th, #searchResult td, #contactNames th, #contactNames td{
				border: solid #666 1px;				
			}
				#searchResult th.table-head, #contactNames th.table-head{
					background: #A9A9A9;
					padding: 7px 5px;
					text-transform: capitalize;
				}
				#searchResult th.sub-head, #contactNames th.sub-head{
					text-align: center;
				}
				td .inquire{
					width: 20px;
					text-align: center;
					margin: 0 auto;
				}
				#searchResult td.inquire, #contactNames td.inquire{
					background: #9A9A9A;
					text-align: center;
				}
				#searchResult th.inquire, #contactNames th.inquire {
				background: #2E3980 url(img/inquire-bg.png) 0 0 repeat-x;
				color: #FFF;
				}
				#searchResult th.company, #searchResult td.company, #contactNames th.company, #contactNames td.company{
					width: 180px;
					text-align: left;
					padding-left: 5px;
					border-right: solid #686868 1px;
				}
					#searchResult strong, #contactNames strong{
						color: #AC0F19;
					}
				#searchResult th.partno, #searchResult td.partno{
					width:100px;
					text-align: center;
					border-right: solid #686868 1px;
				}
				#searchResult th.desc, #searchResult td.desc{
					border-right: solid #686868 1px;
					text-transform: capitalize;
				}
				#searchResult th.condition, #searchResult td.condition{
					width:130px;
					border-right: solid #686868 1px;
					text-transform: capitalize;
				}
				#searchResult th.quantity, #searchResult td.quantity{
					width: 55px;
					text-align: center;
					border-right: solid #686868 1px;
				}
				#searchResult th.location, #searchResult td.location{
					width: 60px;
					text-transform: capitalize;
				}
	
		#popOut{
			background: #909BAC url(img/popOut-bg.png) top center no-repeat;
			width: 730px;
			text-align: center;
		}
		#popOut h2{
			display: block;
			background: none;
			text-indent: -9999px;
			height: 60px;
		}
		#contactNames {
			width: 100%;
		}
		#contactNames td.company{
			width: 180px;
			text-align: left;
			padding-left: 5px;
			border-right: solid #686868 1px;
		}
		#contactNames td.contacts{
			text-align: left;
			padding-left: 5px;
		}
	
	
/* home page styles  
----------------------------------------- */
.home #header{
	height: 260px;
	margin: 38px auto 0;
	width: 960px;
} 
	.home h2#page-heading {
		font-weight:bold;
		padding:0.5em;
		margin:100px 0 10px 0;
		color: #071551;
		font-size: 20px;
		display: block;
	}
	
.home #content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	color: #3C3C3C;
}
	.home #content #leftcol{
		width: 460px;
		background: url(img/left-home-bg.png) top left no-repeat;
	}
	.home #content #leftcol .box{
		background:none;
		margin-bottom: 10px;
		padding: 0 10px;
		margin-top: 0px;
	}
	.home #content #leftcol .box h3{
		padding: 0;
		font-size: 18px;
		margin: 0 0 12px 0;
		display: block;
		font-weight: bold;
		color: #333333;
		border: none;
	}
	.home #content #leftcol .box ul {
		margin: 0 0 0 20px;
		padding: 0;
	}
	.home #content #leftcol .box ul li{
		padding: 2px 0 2px 20px;
		margin: 0;
		list-style: none;
		display: block;
		background: url(img/home-red-bullet.png) left no-repeat;
		font-size: 12px;
	}
	.home #content #leftcol .box ul li:hover{
	}
	.home #content #rightcol{
		width: 480px;
		background: url(img/right-home-bg.png) top right no-repeat;
	}
	.home #content #rightcol .box{
		background:none;
		padding: 0 10px;
		margin: 0;
		position: relative;
	}
	.home #content #rightcol .box h3{
		padding: 0;
		font-size: 16px;
		margin: 0 0 12px 0;
		display: block;
		font-weight: bold;
		color: #333333;
		border: none;
	}
	
/* site information
----------------------------------------------- */
#site_info {
	background: transparent url(img/footer-bg.png) top no-repeat;
	color:#fff;
	font-size: 11px;
	width: 960px;
	margin: 0 auto 10px;
}
#site_info #footerbox{
	width: 960px;
	margin: 0 auto;
}
#site_info #footerbox .widgetbox{
	width: 298px;
	margin: 0 10px 10px 10px;
	padding: 0;
	background: url(img/widget-box.png) top right no-repeat;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border: solid #515969 1px;
	float: right;
}
#site_info #footerbox .widgetbox .box{
	padding: 0 10px;
	height: auto;
	margin: 2px 0 0 0;
	*\margin: 0;
	color: #3C3D3E;
	text-align: justify;
}
#site_info #footerbox .widgetbox h4{
	color: #EBEBEB;
	font-size: 14px;
}
#site_info #footerbox .widgetbox p{
	margin-left: 10px;
}
#site_info #footerbox .widgetbox .readmore{
	float: right;
	margin-bottom: 10px;
	*\margin-bottom: 1px;
	color: #FFFFFF;
	width: 50px;
	display: block;
	padding-left: 10px;
	background: url(img/gray-bullet.png) left no-repeat;
}
#site_info .box {
	color:#FFF;
	padding: 0 20px;
	font-weight: normal;
	text-align: left;
	margin: 10px 0;
	height: 30px;
	background: none;
}
#site_info .box img{
	float: left;
}
#site_info .box span {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 11px;
}	
#site_info .box p{
	text-align: left;
	margin-top: 10px;

}
#site_info .box a, #site_info .box a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

/* custom scroll
----------------------------------------------- */
#mycustomscroll {
	height: 210px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0 5px 0 0;
	margin-top: 10px;
}
.MultiBoxControls {
	display: none;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widgetbox ul {
	list-style: circle;
	margin-left: -10px;
	padding-left: 1px;
}
.widgetbox ul ul {
	list-style: square;
	margin-left: .3em;
}
.widgetbox #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widgetbox a:link,
.widgetbox a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widgetbox .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #CCC;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: none;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widgetbox a.rsswidget {
	color: #000;
	padding-right: 5px;
}
.widgetbox a.rsswidget:hover {
	color: #FF4B33;
}
.widgetbox a.rsswidget img {
	height: 11px;
	width: 11px;
	margin-top: 3px;
}

