/* top elements */
* { padding: 0; margin: 0;}

body {
	margin: 0; 	padding: 0;
	font-family: Verdana, 'Trebuchet MS', 'Tahoma', sans-serif;
	font-size:13px;
	color: #444;
	text-align: center;
	background:#f1f1f1;	
}

/* links */
a {
	color:#CB4721; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: Verdana, 'Trebuchet MS', 'Tahoma', sans-serif;
}
h1 { font-size: 2.2em; color:#C34E23; font-weight:bold;} 
h2 { font-size: 1.2em; color:#006666; }
h3 { font-size: 1em; color:#C34E23; letter-spacing: 0px;}

p, h1, h3 {
	margin: 10px 15px;
	padding: 0;
}
h2 {
  margin-bottom:3px;
}
F
ul, ol {
	margin: 10px 10px;
	padding: 0 5px;
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;  
  font: 500  'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */   
  background: #FCFCF9;
  border: 1px solid #EFEFEF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #6C6E3A;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;
	font: Verdana, 'Trebuchet MS', 'Tahoma', sans-serif;
}
th strong {
	color: #FFF;
}
th {
	background: #882D2D;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 0px solid #EDC9C9;
	border-bottom: 0px solid #FFF;
}
tr {
	height: 30px;
	background: #F3F3F3;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
/* end - table */


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

#header-content {
  width:1000px;
  background:#f1f1f1;	
}

#footer-content {
	width: 900px;
	background:#f1f1f1;			
}
#content {
	width: 900px;
	background:#f1f1f1;			
}
#header-wrap, #footer-wrap, #content-wrap {
	min-width: 900px;
}

/* header */
#header-wrap {
	height: 160px;
	text-align: left;	
	background: #f1f1f1 url(headerbg.jpg) repeat-x 0 0;			
}
#header-content #logo a {
	text-decoration: none;
	color: #FFF;
	background:#f1f1f1;	
}
#header-content #slogan {
	position: absolute;	
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
	letter-spacing: 0px;
	color: #BBB;	 
	margin: 0; padding: 0;
	
}

/* header menu */
#header-content ul {
  float:left;
  margin-top:-20px;
  margin-left:200px;
	font: Verdana, 'Trebuchet MS', 'Tahoma', sans-serif;
	font-weight:bold;
	list-style: none;	
	text-transform: uppercase;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 18px 7px 18px;	
	color: #F3A251; 
	text-decoration: none;
}
#header-content li a:hover {
	color: #F88F26;
}
#header-content li a#current  {	
	color: #FFF;	
}

.header-links {
  float:left;
  text-align: left;
	color: #8E5F2F;
	background:#f1f1f1;	
}
.header-links P {

}
.header-links a {	
	color: #A4A4A4;
	text-decoration: none;
}
.header-links a:hover {
	color: #F3A251;
}

/* content */
#content-wrap {
	clear: both;
	background: #f1f1f1;
	float: left;		
	width: 100%;
}
#content {
	text-align: left;	
	margin:auto;
	margin-top:-10px;
	padding-top:300px;
	padding: 0;	
}
#content_wrap_wrap {
	text-align: left;	
	margin-top:30px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin-bottom:auto;
	margin-left:-10px;
	padding: 30px 5px 150% 10px;	
	background:#FAFBF6;
}
#sidebar ul {
	
	/*margin: 0 0 10px 0;*/
}
#sidebar h1 {
	font: Verdana, 'Trebuchet MS', 'Tahoma', sans-serif;
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
}
#sidebar h2 {
	font: Verdana, 'Trebuchet MS', 'Tahoma', sans-serif;
	font-size: 14px;
	color: #C34E23;
	margin-top:10px;
}
#sidebar li  {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
	margin: 2px 0 2px 0;
}
#sidebar a {
	color: #666666; 	
}
#sidebar a:hover {
	color: #CB4721;
	background: #FFF;	
}
#sidebar .sub {
  margin-top:-6px;
  float: left;
  width: 98%;
  margin-bottom:10px;
}
#sidebar .sub h2 {
  color:#006666;
  margin-left:10px;
  font-size:12px;
}
#sidebar .sub ul {
  margin-left:15px;
}
#sidebar .menu_block {
  float: left;
  padding-top:7px;
  width: 98%;
  }

/* main */
#main {
	margin: 0 20px 10px 0; 
	padding-top: 30px;		
	width: 650px;
	float: left;
	background:#f1f1f1;	
}
#main h1 { 
	font: bold 2.1em Verdana, 'Trebuchet MS', 'Tahoma', sans-serif;
	color:#C34E23; 
	padding: 0 0 5px 0;
	margin: 0 15px 20px 15px;
	border-bottom: 1px dotted #c1c1c1;
	background:#f1f1f1;	
}
#main h1 a {
	color: #111;
	text-decoration: none;
}
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	margin-left: 0;
	font-family: Verdana, 'Trebuchet MS', 'Tahoma', sans-serif;
}
#main form p {
	margin: 15px;
}


/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 2.5em 0;
	margin-top:-100px;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: left;	
	background: #4683f3 url(footerbg.jpg) repeat-x 0 0;
	color: #CCC;
	width: 100%;
	float: left;	
}
#footer-wrap p {
	margin-left: 0;
}
#footer-wrap h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a {
	color: #C8935D;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 270px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 240px;
	padding: 0 0 30px 0;	
	display: inline;	
}
F
/* 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; background:#f1f1f1;}
.orange { color: #F3A251; }

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}
#Logoheader {
	height:150px;
	width:900px;
	background: url(logo.png);
	background-repeat:no-repeat;
	margin-left:90px;
}
a.button {
    /* Sliding right image */
    background: transparent url('http://www.automatentipps.com/images/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 18px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url('http://www.automatentipps.com/images/button_left.png') no-repeat; 
display: block;
line-height: 40px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
vertical-align:middle;
padding-left:18px;
color:#ffffff;
} 
a.button:hover span{
text-decoration:underline;
}


