/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url(images/img01.jpg);
	background-repeat:no-repeat;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	width:980px;
	height:200px;
	
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
color:black;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #005db3;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a img {
  border: 0;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 1em;
}

.boxed .content {
	padding: 20px;
	background: url(images/img05.gif) repeat-x;
}

.boxed .signUp {
	padding: 20px;
	/*background: url(images/img05.gif) repeat-x;*/
	background: #dd2828;
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color:#FFF;
	font-weight:bold;
}


.boxed .signUpForm{
	padding:0px 0px 0px 20px;
	}

#signup_feedback{
	color:#FFF;
	font-weight:bold;
	font-size:1.3em !important;	
	padding-top:10px;
	}
	
/* Post */

.post {
}

.post .title {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 2em;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px 20px 0 20px;
	background: url(images/img05.gif) repeat-x;
}

/* Header */

#header {
	width: 760px;
	height: 140px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	float: left;
	width: 740px;
	height: 80px;
}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: left;
	font-size: 11pt;
}

#menu ul {
	margin: 0;
	padding-top: 0px;
	list-style: none;
	margin-left:10px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 15px;
	margin-right:10px;
	/* background: url(images/img02.gif) repeat-x; */
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	/* background-image: url(images/img04.gif); */
	color: #000000;
}

#menu .active a {
	/* background-image: url(images/img03.gif); */
	color: #000000;
}

/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content > Main */

#main {
	float: left;
	width: 520px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar input[type=text] {
    background: #fff;
	color: #000;
	/*border: 1px solid #09F;*/
	border: 1px solid #f6e180;
	margin-bottom: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	font-size: 12px;
	padding: 5px;
}

#sidebar input[type=text]:focus, #sidebar input[type=text]:hover  {
    background: #fff;
	border: 1px solid #000;
  	outline:none;
}

#sidebar input[type=submit] {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#64c9ff), to(#09F));
	background: -moz-linear-gradient(top, #64c9ff, #09F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF64c9ff, endColorstr=#FF09F);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF64c9ff, endColorstr=#FF09F)';
	border: 1px solid #06F;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#faaa64), to(#f07307));
	background: -moz-linear-gradient(top, #faaa64, #f07307);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#faaa64, endColorstr=#f07307);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#faaa64, endColorstr=#f07307)';
	border: 1px solid #f6e180;
	
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 13px;
	padding: 5px 28px;
	cursor: pointer;
	outline:none;
	font-weight:bold;
}

#sidebar input[type=submit]:hover {
    box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	-khtml-box-shadow: 0px 0px 3px #000;
}

#sidebarleft {
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
}


/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	border: 1px solid #972296;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 98%;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
	background: url(images/img05.gif) repeat-x;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	height: 80px;
	padding: 30px 50px;
	background: url(images/img07.gif) repeat-x center top;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

a.button {
    /* Sliding right image */
    background: transparent url('http://www.casinogutscheincode.com/images/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* 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.casinogutscheincode.com/images/button_left.png') no-repeat; 
display: block;
line-height: 34px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}

.bonustable {
  width: 500px;
  margin-bottom: 25px;
  border: 2px solid #383838;
  border-collapse: collapse;
}
.bonustable th{
  font-size: 12pt;
  text-align: left;
  border: 2px solid #383838;
  padding: 5px;
  background-color: #cecece;
}
.bonustable td{
  padding: 5px;
  border: 2px solid #0284fe;
  background-color: #f5f5f5;
}

div.bonuscodefield {
  border: 1px solid #0084ff;
  width: auto;
  padding: 5px;
  margin: 5px;
  font: bold 14px Verdana, sans-serif;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 6px;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	 box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-khtml-box-shadow: 0px 0px 5px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#64c9ff), to(#09F));
	background: -moz-linear-gradient(top, #64c9ff, #09F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF64c9ff, endColorstr=#FF09F);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF64c9ff, endColorstr=#FF09F)';
}
div.bonuscodefield p{
  font-size: 8pt;
  margin: 0px 0px 5px 0px;
}
div.bonuscodefield span{
  padding: 2px 5px;
  border: dashed 2px #b4e5ff;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;

}
#playbtn{
width:230px;
height:60px;
background: url(images/playbtn.jpg);
background-repeat:no-repeat;
padding-top:10px;
font-size:10pt;
}

span.searchword{
  background-color: yellow;
  color: #000000;
}

#updates ul.newsletter {
	margin-left: 20px;
	margin-bottom: 15px;
}

ul.newsletter li {
	/*list-style-image: url(http://www.casinogutscheincode.com/assets/templates/advantage/images/check1.png);*/
	font-size:1.1em;
}

.buttonblue {
    background: -webkit-gradient(linear, left top, left bottom, from(#55ABD9), to(#09F));
	background: -moz-linear-gradient(top, #55ABD9, #09F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF55ABD9, endColorstr=#FF09F);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF55ABD9, endColorstr=#FF09F)';
	border: 1px solid #06F;
	color: #fff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	font-weight: bold;
	padding: 10px;
	font-size: 16px;
	text-decoration: none;
	   box-shadow: 0px 2px 5px #000;
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	-khtml-box-shadow: 0px 2px 5px #000;
}

.buttonblue:hover {
 	  background: -webkit-gradient(linear, left top, left bottom, from(#64c9ff), to(#37afff));
	background: -moz-linear-gradient(top, #64c9ff, #37afff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF64c9ff, endColorstr=#FF37afff);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF64c9ff, endColorstr=#FF37afff)';
	color: #fff;
	text-decoration: none;
}
