/*
Theme Name: Al's bare theme
Theme URI: http://als-design.com
Description: Cleaned up basic template 
Version: 3.0.1
Author: Al
Author URI: http://als-design.com
Tags: starkers, naked, clean, basic
*/

@import "reset.css";
/*@import "typography.css"; */
@import "layout.css";

html, body {
	height:100%;
}
body {
	background:#FFF url(images/bg.jpg) top center no-repeat;
}
body.home{
	background:#FFF url(images/bg-home.jpg) top center no-repeat;
}
body, td, th {
	font:16px Georgia, Times New Roman, Times, serif;
	color: #333;
}
th, td {
    border:0 none;
    padding: 0;
	vertical-align:top;
}
h1, h2, h3 , h4 {
	margin:0;
	padding:0;
	color:#d505c2;
	font-weight:normal;
	margin:20px 0;
}
h1{
	font-size:20px;
}
h2{
	font-size:18px;
}
h3 {
	font-size:16px;
}
p, textarea, li{ 
	line-height:125%;
}
a, a:link, a:visited {
	color:#286fa9;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.clear {
	clear:both;
}
.zero {
	margin:0;
	padding:0;
}
.zero_total {
	margin:0 !important;
	padding:0 !important;
}
.alignleft {
	text-align:left;
}
.aligncenter{
	text-align:center;
}
.alignright {
	text-align:right;
}
.floatleft {
	float:left;
}
.centermargin {
	margin:auto;
}
.floatright {
	float:right;
}
div.hr {
	height: 20px;
	background: url(images/bg-hr.gif) repeat-x;
}
div.hr hr {
	display: none;
}
.error {
	color:red !important;
}
.last {
	border-right:0 none !important;
}
.halfleft {
	width:46%;
	float:left;
	padding:0 10px 0 20px;
}
.halfright {
	width:46%;
	float:right;
	padding:0 20px 0 10px;
	clear:right;
}
.shadow {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.box {
	margin:auto;
	padding:1px 20px 10px 20px;
	background:url(images/bg-header-blue.gif) repeat-x;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.box .wrap {
	padding:20px;
	}
 .box  h1.header,  .box  h2.header,  .box  h3.header {
	color:#fff;
	margin:15px 0 30px;
 }
.box33 {
	width:30%;
	padding:0 15px 15px 15px;
	float:left;
}
.box33 h3{
	text-align:center;
}
.box33 p{
	text-align:justify;
}
a.button {
	display:inline-block;
	padding:5px;
	background:#d505c2 url(images/matrix.gif) -200px -30px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a.button:hover {
	background:#d505c2 url(images/matrix.gif) -200px -120px;
	color:#fff;
}
a.button_small {
	padding:3px;
	font:normal 11px Trebuchet MS, Arial, Helvetica, sans-serif;
}
.button_big {
	background:#d505c2 url(images/matrix.gif) -200px -30px !important;
}
.button_big:hover {
	background:#d505c2 url(images/matrix.gif) -200px -120px !important;
}
.button_logout {
	margin-left:340px !important;
}
ul.hor_list{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
ul.hor_list li{
	display:inline;
	margin:0;
	padding:0 10px;
	border-right:#bfbfbf 1px solid;
}
ul.hor_list li a {
	color:#7f7f7f;
	text-decoration:none;
}
ul.hor_list li a:hover {
	color:#4880b1;
	text-decoration:none;
}
/* navigation buttons prev/next */
a.button_previous, a.button_next {
	width:30px;
	height:50px;
	display:block;
	float:left;
	background:url(images/matrix.gif) -200px -240px;
	text-indent:-9000px;
	outline:0 none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
a.button_next {
	background-position:-280px -240px;
}
a.button_previous:hover, a.button_next:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}
/* Forms */
select, input, button, textarea {
	font:16px Georgia, Times New Roman, Times, serif;
	}
input {
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
/* behavior:url(border-radius.htc);*/
}
input[type=text], input[type=password], input[type="submit"], input[type="button"],  textarea {
	background: #f9f9f9;
	/*border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);*/
	padding: 3px;
}
input[type=text], input[type=password] {
	background:url(images/matrix.gif) -200px -0px;
}
input[type="submit"], input[type="button"]  {
	background:#d505c2 url(images/matrix.gif) 0px -60px;
	color:#FFF;
	border:none !important;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background:url(images/matrix.gif) 0 -70px;
	color:#FFF;
}
input[type=text], input[type=password], textarea {
	width:190px;
}
label {
	vertical-align:middle !important;
}
/* Main layout */
#wrapper { }
#header {
	/*overflow:auto;*/
	height:220px;
	width:980px;
	margin:0 auto;
	margin-bottom:20px;
	/*background:#CCC url(images/bg-header.jpg) center top no-repeat;*/
}
#main {
	width:980px;
	overflow: hidden;
	margin:0 auto;
	padding:0;
}
#content {
	margin: 0 auto;
	width: 740px;
	float:left;
	padding-bottom:10px;
}
#sidebar {
	width:210px;
	margin:0px 20px 0 0; 
	padding:0 0 20px 0;
	float: left;
	overflow: hidden;
}
#footer {
	padding:20px 0 20px 0;
	overflow:hidden;
}
/* Header */
#header .wrap{ }
#logo {
	margin:10px 0 0 50px;
	float:left;
	line-height:0;
}
#logo h1{
	margin:0;
	padding:0;
}
#user_topbox {
	margin:60px 60px 0 0px;
	float:right;
	width:490px;
	/*font-size:12px;*/
	text-align:right;
}
#user_topbox input[type="text"], #user_topbox input[type="password"],#user_topbox label{
	width:150px;
	margin-bottom:10px;
}
#user_topbox input[type="submit"] {
	display:block;
	float:left;
	height:70px;
	padding:5px;
	margin:0px 20px;
}
#user_topbox a.button{
	width:110px;
	height:60px;
	display:inline-block;
	float:left;
	vertical-align:middle;
	margin:0px;
}
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* Menu */
ul#topmenu, ul#topmenu ul {
	margin: 0;
	padding:0;
}
ul#topmenu{
	float: left;
	width: 630px;
	font-size: 18px;
	margin: 0 0 0 40px;;
	padding:0;
}
ul#topmenu li {
	float: left;
	position: relative;
	list-style: none;
}
ul#topmenu a {
	color: #fff;
	display: block;
	line-height:50px;
	padding: 0 10px;
	margin:0 10px;
	text-decoration: none;
	background:url(images/matrix.gif);
	/*border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;*/
}
ul#topmenu ul {
	display: none;
	padding:5px 0 0 0;
	position: absolute;
	background:url(images/matrix.gif) 0 -245px;
	top:50px;
	left: 10px;
	float: left;
	width: 200px;
	z-index: 99999;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
ul#topmenu ul  li {
	min-width: 200px;
}
ul#topmenu ul  ul {
	left: 100%;
	top: 0;
	background:url(images/matrix.gif) 0 -250px;
	padding-top:0;
}
ul#topmenu  ul a {
	background: none;
	line-height: 50px;
	padding: 0 20px;
	margin:0;
	width: 160px;
	height: auto;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
ul#topmenu li:hover > a, ul#topmenu ul :hover > a {
	background:url(images/matrix.gif) 0 -50px;
	color: #fff	
}
ul#topmenu ul :hover > a { 
	background:url(images/matrix.gif) 0 -140px;
}
ul#topmenu ul :hover > a.submenu {
	background:url(images/matrix.gif) 0 -210px;
}
ul#topmenu a.dark:hover {
	background:transparent url(images/matrix.gif) 0 -105px !important;
	color:#fff  !important;
}
ul#topmenu  li:hover > ul {
	display: block;
}
ul#topmenu  ul li a.submenu {
background:url(images/matrix.gif) 0 -175px;
} 
ul#topmenu  li.current_page_item > a,
ul#topmenu  li.current-menu-ancestor > a,
ul#topmenu  li.current-menu-item > a,
ul#topmenu  li.current-menu-parent > a {
	color: #fff;
}
* html ul#topmenu li.current_page_item a,
* html ul#topmenu  li.current-menu-ancestor a,
* html ul#topmenu  li.current-menu-item a,
* html ul#topmenu  li.current-menu-parent a,
* html ul#topmenu  li a:hover {
	color: #fff;
}
/* search_topbox */
#search_topbox {
	float:right;
	width:285px;
	margin-top:10px;
	margin-right:10px;
}
#search_topbox input#search{
	width:160px;
}
/* formating layouts / columns */
/* 1 column - home */
.home #header{
	margin-bottom:0px;
	}
.home #content {
	width:980px;
}
.box-home {
	margin:0px 150px 0px 10px;
	height:280px;
}
.box-home h1, .box-home h2, .box-home h3{
	text-align:center;
}
.box-home h1 {
	font-size:40px;
	margin-bottom:0;
}
.box-home div {
	text-align:justify;
	height:50px;
}
.home .box {
	width:920px;
	margin-top:30px;
	padding:1px 20px 10px 20px;
}
.home .box  h1.header, .home .box  h2.header, .home .box  h3.header{
	text-align:center;
	margin-bottom:35px;
}
.home h1{
	 font-size: 40px;
}
.home   h2, .home   h2.header {
	 font-size: 35px;
	 margin-top:15px;
}
.home h3 {
	 font-size: 20px;
}
.bg-boxes3{
	height:240px;
	padding-top:80px;
	background:url(images/bg-boxes3.jpg) center top no-repeat;	
}
/* 1 column */
.single #content{
	width:900px;
	margin:auto;
	float:none;
}
.single #content .box{
	width:860px;
	margin:auto;
	background:#fff url(images/bg-header-blue.gif) 0 -20px repeat-x;
}
/* two cols boxes */
.twocols .box {
	padding:1px 0px 10px 0px;
	background:#fff url(images/bg-header-blue.gif) 0 -20px repeat-x;
}
.twocols #content .box {
	padding:1px 20px 20px 20px;
}
/* sidebar */
#sidebar .box {
	width:200px;
	padding: 1px 0 0;

}
#sidebar h2.header {
	font-size:20px;
	margin:15px 0 10px;
	padding-left:20px;
	
}
#sidebar ul, #sidebar li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li a{
	display:block;
	padding-left:20px;
	line-height:40px;
	background:#fff url(images/matrix.gif) 0 -100px no-repeat;
	text-decoration:none;	
}
#sidebar li a:hover{
	color:#d505c2;
	background:#fff url(images/matrix.gif) 0 -140px no-repeat;
}
/* Main */
#flash {
	width:980px;
	height:310px;
}

/* Footer */
#footer .wrap{
	width:980px;
	margin:0 auto;
}
#footer {
	/*font-size:12px;*/
}
#footer ul.hor_list {
	magin:20px 0 0 0;
	padding:0 0 20px 0;
}
#copyright {
	font-size:smaller;
	text-align:center;
}
/* formating of genereted content */

#Panel1 table, #SIMM_ProductsList1_dlListings table,#SIMM_Search1_dlListings table, #SIMM_ProductsList1_pnlMain  table {
	margin-bottom:0;
}
#SIMM_MerchantsList1_lstMerchants, #SIMM_ProductsList1_dlCategoryBox {
	margin:20px 0;
}
#Panel1 td, #SIMM_ProductsList1_dlListings td,#SIMM_Search1_dlListings td {
	padding:5px;
}
#SIMM_MerchantsList1_tbSearchBox , #SIMM_Search1_tbSearchBox {
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#SIMM_MerchantsList1_tbSearchBox td, #SIMM_Search1_tbSearchBox  td, #SIMM_Coupons1_tbSearchBox td, #SIMM_ProductsList1_pnlMain td{
	padding:5px;
}
#SIMM_MerchantsList1_tbSearchBox #gcst, #SIMM_Search1_tbSearchBox #gcst , #SIMM_Coupons1_tbSearchBox #gcst, #SIMM_ProductsList1_pnlMain #gcst{
	width:190px !important;
}
