/*  
Theme Name: Chikara Marketing
Author: Fire Wolf
Version: 1.0
*/

                            /* Main CSS */

body {
background: #b5efd2 url('images/bg.jpg') repeat-x;
color: #444;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}

img {
border: 0;
}

strong {
color: #111;
}

strong.red {
color: #cc0000;
}

strong.green {
color: #05bd00;
}

strong.blue {
color: #0000ff;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

h1 {
font-family: "Times New Roman", Times, serif;
font-size: 34px;
color: #4fbadb;
text-align: center;
}

h3 {
font-family: "Times New Roman", Times, serif;
font-size: 26px;
color: #4fbadb;
text-align: center;
}

                                 /* Links */

a:link, a:visited {
color: #4fbadb;
font-weight: bold;
text-decoration: none;
}

a:hover, a:active {
color: #55caee;
text-decoration: none;
}

#navbar a:link, #navbar a:visited {
color: #444;
font-weight: bold;
padding-right: 10px;
text-decoration: none;
}

#navbar a:hover, #navbar a:active {
color: #fff;
text-decoration: none;
}

#breadcrumb a:link, #breadcrumb a:visited {
color: #444;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
color: #777;
text-decoration: none;
}

h2.trigger a {
color: #444;
text-decoration: none;
display: block;
}
h2.trigger a:hover {
color: #777;
}

                                /* Main Divs */

#container {
margin: 0 auto;
width: 960px;
}

#header {
background: transparent url('../images/header.png')	no-repeat;
height: 257px;
}

#navbar {
font-weight: bold;
height: 30px;
margin-top: -100px;
margin-left: 240px;
width: 600px;
}

#breadcrumb{
font-size: 11px;
font-weight: bold;
height: 30px;
margin-top: 2px;
margin-left: 240px;
width: 600px;
}

#content {
background: #e0fba3;
border: 1px solid #ccc;
margin-top: 60px;
margin-bottom: 30px;
padding: 6px;
}

#content2 {
background: #fff;
border: 1px solid #ccc;
}

#text {
}

#right-content {
float: right;
margin: 20px 5px 10px 10px;
width: 220px;
}

#ticket-knowledge {
background: #f2f2f2 url('../images/ticket-knowledge-bg.jpg') repeat-x;
border: 1px solid #ccc;
margin-bottom: 40px;
padding: 4px;
}

#footer {
background: #f2f2f2;
border-top: 1px solid #ccc;
clear: both;
font-size: 11px;
margin-top: 20px;
padding: 3px;
text-align: center;
}

#popup {
background: #e0fba3;
border: 1px solid #ccc;
margin: 10px;
padding: 6px;
}

#popup2 {
background: #fff;
border: 1px solid #ccc;
padding: 4px;
}



                         /* Sales Page CSS */



/* Divs */

#sales-page {
background: #b5efd2 url('images/bg-sales-page.jpg') repeat-x;
color: #444;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}

#text-sales-page {
margin: 0 auto;
width: 800px;
}

.buy-button-top {
background: transparent url('images/buy-box-top.png') no-repeat;
height: 20px;
}

.buy-button {
background: #eee;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 5px;
width: 788px;
}

.buy-button-bottom {
background: transparent url('images/buy-box-bottom.png') no-repeat;
height: 20px;
margin-bottom: 10px;
}

.salesbox-top {
background: transparent url('images/sales-box-top.png') no-repeat;
height: 20px;
}

.sales-box {
background: #e0fba3;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 5px;
width: 788px;
}

.salesbox-bottom {
background: transparent url('images/sales-box-bottom.png') no-repeat;
height: 20px;
margin-bottom: 10px;
}

.box {
background: #f2f2f2;
border: 1px solid #ccc;
padding: 4px;
}

/* HTML */

h1.sales {
color: #dd0000;
font-family: "Times New Roman", Times, serif;
font-size: 34px;
text-align: center;
text-transform: capitalize;
}

h2.sales {
color: #000;
font-family: "Times New Roman", Times, serif;
font-size: 26px;
text-align: center;
text-transform: capitalize;
}

h3.sales {
color: #dd0000;
font-family: "Times New Roman", Times, serif;
font-size: 24px;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
text-transform: capitalize;
}

h3.sales-black {
color: #333;
font-family: "Times New Roman", Times, serif;
font-size: 24px;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
text-transform: capitalize;
}

h3.buy-button-1 {
color: #15234b;
font-family: "Times New Roman", Times, serif;
font-size: 24px;
margin-top: -20px;
text-align: center;
}