/*
Theme Name: 1-888-DEBT-END
Theme URI: http://caspianservices.net
Author: Caspian Services
Author URI: http://caspianservices.net
Description: A customized WordPress Theme based on the original 1-888-DEBT-END webiste design.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

img { border:0; }

/* = Body
-------------------------------------------------------------- */

body {
	background: #565656;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.25em;
}

a {
	font-weight:bold;
	color: #9C0E0E;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
	color: #FDC930;
}

h1 {
	color: #FDC930;
	text-transform:uppercase;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	margin:40px 0px;
	line-height: 1.25em;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 30px 0 10px; 
}

h2 a{ font-size: 20px; }

strong { font-weight: bold; }

p { margin-top:10px; }

em { font-style:italic; }

/* = Wrapper
-------------------------------------------------------------- */

#wrapper {
	width: 960px;
	background:#FFF;
	border-radius: 20px 20px 0 0;
	margin:10px auto;
	overflow:hidden;
}

.big { font-size: 25px; }


/* = Header
-------------------------------------------------------------- */

#top { overflow:hidden; margin-bottom:20px; }

#header { overflow: hidden; }

#header #logo{
	float: left;
	width: 406px;
	margin:30px 0 0 30px;
}

#header #info {
	float:right;
	text-align:center;
	margin: 40px 70px 0 0;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	line-height:1.2em;
}

#header #info span{ font-size:20px; line-height:1.3em; }

.menu-header {
	background: #b11413;
	background: -moz-linear-gradient(top,  #b11413 0%, #740405 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b11413), color-stop(100%,#740405));
	background: -webkit-linear-gradient(top,  #b11413 0%,#740405 100%);
	background: -o-linear-gradient(top,  #b11413 0%,#740405 100%);
	background: -ms-linear-gradient(top,  #b11413 0%,#740405 100%);
	background: linear-gradient(top,  #b11413 0%,#740405 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11413', endColorstr='#740405',GradientType=0 );
}

.menu-header li { display: inline-block; width:14%; text-align:center;}

#qtranslate-3 { 
	display: block;
	width: 14%;
	text-align: center;
	float: right;
	margin-top: -37px;
	color:#FFF;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
}


#qtrans_select_qtranslate-3-chooser{ 
	background:#910c0c;
	font-weight:bold;
	color:#FFF;
	border:none;
	padding:5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 130px;
}

.menu-header li a { 
	display: block;
	padding:10px 0;
	color:#FFF;
	text-decoration: none;
	font-size:13px;
}

.menu-header li.current-menu-item, .menu-header li a:hover, #qtranslate-3:hover {
	background: #991111;
	background: -moz-linear-gradient(top,  #991111 0%, #640303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#991111), color-stop(100%,#640303));
	background: -webkit-linear-gradient(top,  #991111 0%,#640303 100%);
	background: -o-linear-gradient(top,  #991111 0%,#640303 100%);
	background: -ms-linear-gradient(top,  #991111 0%,#640303 100%);
	background: linear-gradient(top,  #991111 0%,#640303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991111', endColorstr='#640303',GradientType=0 );
}


/* = Main
-------------------------------------------------------------- */

#main { padding: 25px; overflow:hidden; }

#main ul { padding:10px 20px; }

#main li { 
	/*list-style:disc*/;
	line-height:30px;
	padding-left:5px;
}

#primary {
	border-top: 1px solid #820000;
	border-bottom: 1px solid #820000;
	background:#EEE;
	padding: 10px;
	margin: 10px 0;
	line-height:1.25em;
}

#primary h3 { margin: 0; }

#primary ul {
	margin: 0;
	padding: 0;
}

#primary > ul > li { 
	display: inline-block; 
	width:50%; 
	vertical-align: top;
}

#primary li {
	list-style: none;
	padding: 0;
}

#primary a { font-weight: normal; }


/* = Footer
-------------------------------------------------------------- */

#footer {
	text-align: center;
	color: #FFF;
	font-size:12px;
	background: #b11413;
	background: -moz-linear-gradient(top,  #b11413 0%, #740405 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b11413), color-stop(100%,#740405));
	background: -webkit-linear-gradient(top,  #b11413 0%,#740405 100%);
	background: -o-linear-gradient(top,  #b11413 0%,#740405 100%);
	background: -ms-linear-gradient(top,  #b11413 0%,#740405 100%);
	background: linear-gradient(top,  #b11413 0%,#740405 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11413', endColorstr='#740405',GradientType=0 );
}
	
	
	
/* = FAQs
-------------------------------------------------------------- */

#qtranslate-3-chooser { margin-top:10px; }

#qtranslate-3-chooser li { display: inline-block; padding-left:10px; position:relative; }

a.post-edit-link
{
	display:none;}
	
