/* Designed and Developed for On Design Solutions by Eugene G. ORourke */
/* Do NOT duplicate or copy without written consent of the site owner */
/* Inquiries can be made at info@ondesignsolutions.com */
/* Or by visiting http://www.ondesignsolutions.com for more information */


/* All widgets used are used with permission, and remain the sole property of their developers */
/* For inquiries regarding usage of widgets, please contact their developers */


* { 
	padding: 0px; margin: 0px;
}

/* Body */
body {
	margin: 0px; 	padding: 0px;
	font: normal .70em/1.5em Tahoma, "Trebuchet MS", sans-serif;
	color: #6A6A6A;
	text-align: center;
}

/* Links */
a {
	color: #A0080D; 
	background-color: inherit;
	text-decoration: none	
}
a:hover {
	color: #FFF;
	background-color: inherit;
}

/* Headers */
h1, h2, h3 {
	font: bold 1.3em "Trebuchet MS", Arial, Sans-serif;
	color: #A0080D;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

#main h1 { 
	font: normal 1.5em "Trebuchet MS", Arial, Sans-serif;
	color: #DBD0A3; 	
}
#sidebar h1 {
	font: bold 1.4em "Trebuchet MS", Arial, Sans-serif;
	background: #ffffff url(../img/arrow.gif) no-repeat 10px .7em;
	padding: 7px 0px 7px 35px;
	color: #A0080D;
}

p, h1, h2, h3 {
	margin: 0px;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0px 15px;
	color: #A0080D;
}

ul span, ol span {
	color: #CCC;
} 

/* Images */
img {
	border: 3px solid #ffffff;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

/* Image Links */
a img {  
  border: 0px solid #444;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #444;
}

/* Other Tags */
code {
  margin: 5px 0px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em "Lucida Console", "courier new", monospace;
  /* white-space: pre; */
  background: #111;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0px 0px 0px 20px;  	
  	background: #111;  
   font: bold 1.3em/1.5em "Trebuchet MS", Sans-serif;   
}

/* Body Form Elements */
form {
	margin: 15px;
	padding: 0px;
	background: #000;  
    border: 0px dashed #151515;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0px;
}
input {
	background: #ffffff;
	color: #444444; 
	height: 12px;
	border: 1px solid #7E050A;	
	padding: 2px;
}
textarea {
	width: 250px;
	padding:2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#000;
	background: #CCC;
}
input.button { 
	background: #CCC;
	font: bold 12px Arial, Sans-serif; 
	background: url(../img/btn_search_bg.jpg);
	color: #fff; border: none;
	width: 60px; height: 22px;
	margin: 1px auto; padding: 1px 5px;
	vertical-align: top;	
}

/* Search Form Elements - In Header */
.searchform form{
	position: absolute;
	top: 11px; right: 105px;
	background-color: #7e050a;
	border: 2px solid #550000;
	width: 53.34em;
	color:#ffffff;
	padding: 15px 25px 0px 0px;
	min-height:58px;
}
.searchform input.textbox {
	position:absolute;
	top:16px; right:110px; 
	width: 410px;
	background: #ffffff;
	color: #444444; 
	height: 20px;
	font-size:16px;
	vertical-align:middle;
	border: 1px solid #999999;	
	vertical-align: center;
/*Dark Red 7E050A*/
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: url(../img/btn_search_bg.jpg);
	color: #fff;	
	width: 75px;
	height: 26px;
	border: none;
	position:absolute;
	top:15px; right: 20px;
	padding: 5px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 83%;	
}

/* Header */
#header{
	background:#ffffff url(../img/bg_html.jpg) repeat-x left top;
}
#header .inside{
	background: transparent url(../img/headerbg2.jpg) no-repeat center top;
	height: 120px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0px auto; padding: 0px;
}
#header-content #logo {
	position: absolute;	
	background: url(../img/logo_02.png) no-repeat;
	font: bold 50px Verdana, "Trebuchet Ms", Sans-serif;
	letter-spacing: -2px; 
	color: #000;
	padding: 0px 0px 0px 0px;
	top: 30px; left: 108px;
}
#header-content #slogan {
	position: absolute;	
	/*background: url(../img/getnoticed2.png) no-repeat;*/
	font: bold 22px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;	
	margin: 0px; padding: 0px;
	top: 70px; left: 150px;
}

/* Header Menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 75px; 
	font: bolder 1.3em "Trebuchet MS", sans-serif;
	color: #000;
	list-style: none;
	margin: 0px; padding: 0px;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #000;
}
#header-content li a:hover {
	background: #ffffff;
	color: #FF0000;
}
#header-content li a#current  {
	background: #ffffff;
	color: #ffffff;
}

/* Content */
#content-wrap {
	clear: both;
	float: left;
	background:#ffffff url(../img/bg_html.jpg) repeat left top;
	width: 100%;
}
#content {
	text-align: left;	
	background:#ffffff url(../img/spacer.gif) repeat left top;
	width: 927px;
	height: auto;
	padding: 0px; margin: 0px auto;		
}

/* Directory - List of Affiliate Links and Other Serives or Shared Traffic */
#directory {
	/*position: absolute;*/
	float:left;
	left: 39px;
	top: 140px;
	width: 160px;
	height: 810px;
	margin: 2px 0px; padding: 10px 0px;
	background: #ffffff url(../img/bg_directory.jpg) no-repeat top;
}
#directory ul.sidemenu {
	list-style:none;
	margin: 0px auto;
	padding: 4px 0px 15px 0px;			
}
#directory ul.sidemenu li {
	padding: 0px 10px;
}
#directory ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #ffffff; 
	height: 1.3em;
	text-decoration: none;
	text-align: left;
	padding:.26em 0px .8em 30px;
	background: none;		
	border-bottom: 1px dashed #999999; 
	line-height: 1.5em;
}
#directory ul.sidemenu a.bottom{
	border-bottom: 0px dashed #999999;
}
#directory ul.sidemenu a.top{
	border-top: 0px dashed #999999;
}
#directory ul.sidemenu a:hover {
	padding: .26em 0px .8em 30px;
	color: #ff0000;		
}
#directory .sidebox {
	background: #ffffff;
	margin: 5px 15px 10px 15px;
}

/* Main - Headline News Widget, Photos Widget, and Video Feed Widget */
#main {
	position:absolute;
	right: 493px;
	top:130px;
	text-align: left;
	text-indent: 20px;
	width: 430px;
	background: #ffffff url(../img/bg_main.jpg) no-repeat top left;
	margin-top: 6px;
	margin-left: 0px;
}
/*	padding-right: 15px;		
	padding-left: 10px;
	padding-top: 1px;
	height: auto;
}*/
#main p {
	text-align: right;
	text-indent: 0px;
	padding-left: 10px;		
}
#results {
	float: left;
	margin: 0px 50px 0px 50px; 
	background: #ffffff url(../img/bg_main.jpg) no-repeat top left;
	text-align: left;
	width: 937px;
	padding: 0px 5px;		
	height: auto;
}

/* Sidebar - Email Login and Various Widgets */
#sidebar {
	float: right;
	position: absolute;
	right: 159px;
	top: 136px;
	width: 300px;
	padding: 12px 0px 8px 12px;	
	text-align: left;
	background: #ffffff url(../img/bg_sidebar.jpg) no-repeat top;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0px auto; padding: 0px 0px 130px;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #6A6A6A; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0px .3em 0px;
	margin: 0px 0px 0px -6em;
	background: #ffffff;		
	border-bottom: 0px dashed #999999; 
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #999999;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0px .3em 10px;
	background: #ffffff;
	border-left: 5px solid  #999999;
	color: #D30F16;		
}
#sidebar ul.sidemenu2 {
	list-style:none;
	margin: 0px auto; padding: 0px 25px 130px;
	color: #ffffff; 
	height: 1.5em;
}
#sidebar ul.sidemenu2 li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu2 a {
	display: block;
	font-weight:bold;
	color: #ffffff; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0px .3em 4.5em;
	margin: 0px 0px 0px -6em;
	border-bottom: 0px dashed #151515; 
	line-height: 1.5em;
}
#sidebar ul.sidemenu2 a.top{
	border-top: 1px dashed #151515;
}
#sidebar ul.sidemenu2 a:hover {
	padding: .3em 0px .3em 4.5em;
	color: #D30F16;		
}
#sidebar .sidebox {
	margin: 0px; padding: 0px 0px;
	text-align: center;
	color: #444444;
}
#sidebar .sidebox2 {
	margin: 0px; padding: 0px 0px;
	text-align: center;
	color: #ffffff;
}
#sidebar .sidebox3 {
	margin: 0px 0px 0px -13px;
	padding-left:0px;
	padding-right:5px;
	text-align: center;
	color: #444444;
}
#sidebar ul.sidebox a {
/*	padding:.3em 0px .3em 0px; 
	margin: 0px 0px 0px 0px;  */
	background: #ffffff;
	text-align:center;
}
#sidebar ul.sidebox3 a {
/*	padding:.3em 0px .3em 0px; 
	margin: 0px 0px 0px 0px;  */
	background: none;
	text-align:center;
	color: #ffffff;
}
#sidebar .sidebox a img {  
  border: 0px solid #444;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px -13px;
  background: #ffffff;
}
#sidebar .sidebox a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #444;
}

/* Footer - Includes Copyright, Legal, Privacy, and Site Partner Links */
#footer{
	background:#ffffff url(http://www.ondesignsolutions.com/assets/img/bg_html.jpg) repeat-x left top;
	border-top:3px solid #ffffff;
}
#footer .inside{
	height:28px;
	background:#ffffff url(http://www.ondesignsolutions.com/assets/img/bg_ftr_inside.jpg) no-repeat center top;
	color:#666;
	font-size:11px;
	overflow:hidden;
}
#footer .inside p{
	padding-top:5px;
	margin-left:10px;
}
#footer .inside p span{
	margin-left:30px;
}
#footer .inside a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#footer .inside a:hover{
	color:#000;
	text-decoration:none;
}
a{
	text-decoration:none;
	color: #999999;
}
a:hover, p.more a:hover{
	color:#990000;
}

/* Alignment Classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* Additional Classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}

/* Topbar - Includes the Link to Make On Design Solutions Web Search the visitor home page */
#jumpbar{
	width:82.50em;
	background: #ffffff url(../img/bg_html.jpg) repeat-x top left;
	margin: auto;
	text-align:left;
}
#jumpbar a {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}
#jumpbar a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #FF0000;
}


/* Designed and Developed for On Design Solutions by Eugene G. ORourke */
/* Do NOT duplicate or copy without written consent of the site owner */
/* Inquiries can be made at info@ondesignsolutions.com */
/* Or by visiting http://www.ondesignsolutions.com for more information */

/* All widgets are used with permission of their developers.  Please contact the develop for information regarding duplication or use of their property. */
