/*  
Theme Name: Usa Lending Realty
Theme URI: http://www.charljordaan.com
Description: Version 1.1
Version: 1.1
Author: Charl Jordaan Designs
Author URI: http://www.charljordaan.com
*/

/* RESET
/////////////////////////////*/

html, body, div, span,object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
} 
body		  { line-height: 1 }
ol, ul		  { list-style: none }
blockquote, q { quotes: none }
:focus        { outline: 0 }
ins			  { text-decoration: none }
del			  { text-decoration: line-through }
table		  { border-collapse: collapse;}
textarea      { overflow:auto }
p 			  { margin-bottom: 1.5em }
a img 		  { border: 0 }
small		  { font-size:0.9em }
.cats *,.cats a:visited { font-size:13px; color:black;}
.cats ul,.cats  ul ul,.cats  ul ul ul,.cats ul li, .cats ul ul li { font-size:13px;list-style: disc;}


/* GENERAL SETUP
/////////////////////////////*/

body { 
	font: 62.5%/20px Arial, "Lucida Grande", Verdana, sans-serif;
	background:#070a11 url(images/bg.jpg) repeat-x top center;
	color:#fff;
}

a:link, a:active, a:visited { 
	color:#f9ed0b;
	outline:none;
	text-decoration:none;
}

a:hover, a:focus {
	color:#f9ed0b;
	text-decoration:underline;
}

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

#wrapper {
	width:960px;
	margin:0 auto;
}

/* HEADER
/////////////////////////////*/

#header button{
	margin:0;
	outline:0;
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	width:39px;
	height:25px;
	display:block;
}

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button img { border:0; padding:0; margin:0;}

#header button:hover {
	cursor:pointer;
}

#header input {
	background:url(images/bg_input.jpg) repeat-x;
	border:0;
	padding:0;
	margin:0;
	height:25px;
	width:283px;
}

#header ul {
	float:right;
	text-align:right;

}

#header ul li {
	line-height:18px;
	padding-right:20px;
}

#header table { clear:both;}

#header ul a {
	color:#aaacab;
	font-size:1.1em;
	font-weight:bold;

}

#header ul a:visited {
	color:#aaacab;
}

#header #eng { background:url(images/f_usa.jpg) no-repeat right center; }
#header #usa { background:url(images/usa2.jpg) no-repeat right center; }
#header #spa { background:url(images/f_esp.jpg) no-repeat right center; }
#header #ara { background:url(images/usa2.jpg) no-repeat right center; }
#header #fin { background:url(images/usa2.jpg) no-repeat right center; }
#header #avi { background:url(images/avi.jpg) no-repeat right center; }
/* NAV
/////////////////////////////

#nav li {
	display:inline;
	float:left;
}

#nav {
	text-align:center;
}
*/
#nav a {
	font-size:1.2em;
	text-transform:uppercase;
	color:white;
	text-shadow:#000 0 1px;
	padding:0 15px;
	background:url(images/bg_nav_hover.jpg) no-repeat right center;
}

#nav a:visited { color:white;}

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

#nav li.last a{ background:none;}

#slideshow, #slide { height:239px; width:960px; overflow:hidden; display:block;background:#000;}

/* CONTENT
/////////////////////////////*/

#inner .c .post {
	width:630px;
	margin:20px auto;
	overflow:hidden;
}

#tiple .post {
	margin:20px 10px;
}

.post {
	display:block;
}

.post h2.title {
	font-size:2.1em;
	text-transform:uppercase;
	color:#f5f5f5;
	font-weight: normal;
/*	font-family:"Helvetica LT Light",Arial;*/
	text-shadow:#2e2e2e 0 1px;
	margin-bottom:10px;
}

.entry { margin:15px 0;}

.post h3 {
	font-size:1.7em;
	font-weight:bold;
	line-height:20px;
	color:#f9ed0b;
	text-shadow:#302e03 0 1px;
}

#tiple .post h3 { text-align:center;}

#breadcrumbs {
	text-shadow:#242424 0 1px;
	color:#bababa;
	text-transform:uppercase;
	font-size:1.1em;
}

.post img { margin:20px auto;}

.post p { font-size:1.4em;}

.aside { color:#000;}

.post.aside h2 {
	color:#000;
	text-shadow:#bbb208 0 1px;
	font-size:1.9em;
}
.cats { display:block;}
.cats h4 { font-size:1.5em; }
.cats ul { margin:10px 0; list-style:disc; display:block;}
.cats ul li { color:black; text-transform:uppercase; font-size:1.5em; margin-left:20px;}
.cats ul li li {font-size:0.8em;}
.cats a, .cats a:visited { color:black; text-decoration:underline;}

/*#this { position:relative; width:960px;}*/
/*#this .panel { position:absolute; left:0; bottom:0;}*/


.panel { margin-top:20px; display:block; background:#282828 url(images/bg_panel.jpg); border-top:1px solid #575757;border-bottom:1px solid #575757; width:300px;}

.panel .post img { margin:10px auto;}

/* ASIDE
/////////////////////////////*/

#aside {
	
}

/* FOOTER
/////////////////////////////*/

#footer {
	
}

/* COPY
/////////////////////////////*/

#copy div, #bottom div {
	padding:0 10px;
	text-transform:uppercase;
	font-size:1.1em;
}

#bottom { color:#6e6f71;}

/* HELPERS
/////////////////////////////*/

.float-left   { float:left }
.float-right  { float:right }
.alignleft,
.align-left   { float:left; margin: 0 15px 15px 0 }
.alignright,
.align-right  { float:right; margin: 0 0 15px 15px }
div.aligncenter,
.aligncenter  { display: block; margin:20px auto; clear:both; }
.center       { margin: 0 auto }
.margins      { margin:15px }
.push-top     { margin-top:15px }
.push-right   { margin-right:15px }
.push-bottom  { margin-bottom:15px }
.push-left    { margin-left:15px }
.border       { border:10px solid #eee }
.text-left    { text-align:left }
.text-right   { text-align:right }
.text-center  { text-align:center }
.text-justify { text-align:justify }
.underline    { text-decoration:underline }
.highlight    { background-color:#ffc }
.indent       { text-indent:15px }
.no-indent    { text-indent:0 }
.clear        { overflow: hidden; width: 100%; }

/* MESSAGE BOXES 
/////////////////////////////*/ 
 
.message { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; } 
 
.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; } 
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; } 
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; } 
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; } 
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }

/* WORDPRESS CAPTIONS
/////////////////////////////*/

.wp-caption 					{ border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px }
.wp-caption img 				{ margin: 0; padding: 0; border: 0 none }
.wp-caption p.wp-caption-text 	{ font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; margin-top:5px }
.wp-caption  a, .wp-caption 	{ color:#666 }

/* SCROLLABLE
/////////////////////////////*/

#video_warp {
	width:277px;
	height:200px;
	text-align:center;
	background:#000;
	display:block;
	margin:0 auto;
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
}


.scrollable {
	position:relative;
	overflow:hidden;
	width:254px;
	height:70px;
	margin:0px auto;
	display:block;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable a {
	float:left;
	border:1px solid #000;
	cursor:pointer;
	width:107px;
	height:66px;
	margin-right:15px;
	margin-left:8px;
}

.scrollable img {
	width:107px;
	height:66px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

.scrollable {
	float:left;	
}

a.browse {
	display:block;
	width:16px;
	height:66px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

a.right {background:url(images/video_right.jpg) no-repeat;  clear:right; margin-left: 5px; opacity:1;}

a.left	{background:url(images/video_left.jpg) no-repeat;  clear:left;  margin-left:5px; opacity:1;}

a.disabled {
	opacity:0.5;		
} 	

.entry ol {
	margin-left:20px;
	list-style-type: decimal;
}

.entry ul {
	list-style:square;
	margin-left:20px;
}

.entry li {
	margin-bottom:10px;
}

.listings { clear:both;overflow:hidden;margin-bottom:5px;}
.pi { padding:2px; border:1px solid #eee; float:left; clear:left; }
.content-post { float:right;width:500px; font-size:1.1em;}
.content-post h3 { margin-bottom:5px;}

#nav * { z-index:100;position:relative;}
#slide { z-index:0;}

/* FORM
/////////////////////////////*/

.myform{
	margin:0 auto;
	width:80%;
}

#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
}

#stylized p{
		font-size:11px;
		padding-bottom:10px;
		text-indent:0;
}

#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:25%;
		clear:left;
		float:left;
}

#stylized .small{
		color:#f9ed0b;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
}

#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #f9ed0b;
		width:50%;
		margin:2px 0 20px 10px;
}

#stylized textarea {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #f9ed0b;
		width:50%;
		margin:2px 0 20px 10px;
}

#stylized button {
	cursor:pointer;
	clear:both;
	display:block;
	text-align:center;
	padding:5px 10px;
	margin: 5px auto;
	overflow:hidden;
}

.homelinks {
	margin:20px auto;
	width:90%;
	font-size:1.3em;
	text-transform:uppercase;
	text-decoration:none;
	padding:15px;
	overflow:hidden;
	clear:both;
	display:block;
	background:#383838 url(images/bgmiddle.jpg) repeat-x; border:1px solid #282828; color:#f9ed0b;}
}

#wrapper .homelinks a {
	text-decoration:none;
	padding-left:10px;
	border-left:1px solid orange;
}
