/*
Theme Name: Mortgage Alliance
Author: Brian Caicco
Updated: Karl Sutton
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:transparent url(../../images/design3/bg.jpg) repeat-x;
	background-color:#fff;
	font-family: Tahoma, Geneva, Verdana ;
	font-size: 8pt;
	margin-top:20px;
	}
	
h1 {font-size: 18pt;margin-bottom: 5px;}
h2 {font-size: 14pt; margin-bottom: 5px;}
h3 {font-size: 10pt;margin-bottom: 5px;}
h4 {font-size: 9pt;margin-bottom: 5px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
.clear{ clear:both}

/* links */

a{
	color:#31BAA6;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}


/*Buttons*/
.btn{
	display:block;
	font-size:11px;
	font-weight:bold;
	height:41px;
	left:-2px;
	line-height:41px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:165px;
	background:transparent url(../../images/design3/btn.png) no-repeat scroll right top;
	color:#555;
}

.btn:hover{
	background:transparent url(../../images/design3/btn.png) no-repeat scroll right bottom;
	color:#87D6CB;
	text-decoration:none;
}

/* container */


#container {
	width: 920px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {

	color: #fff; 
	height:50px;
	position:relative;
	}

#header h1{
	font:normal 20pt georgia, times;
	margin:0;	
	}
.logo {}

#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
	
	
	
/*Social-bookmarks*/

.social-wrap{/*background:transparent url(../../images/design3/social-bg.png) top left no-repeat;*/ height:28px; width:166px; position:absolute; left:745px; top:19px;}
.social-wrap ul{ list-style:none;}
.social-wrap li{color:#002E58; font-size:10px; font-weight:bold; float:left;}
.social-wrap img{ margin: 5px 3px 3px 3px;}

/*News Ticker*/
#news-ticker{margin: 10px 0 0 0; list-style:none; border: 1px solid #999; background:#F6FAFF;}
#news-ticker li {padding:15px 15px 15px 35px;}

/* main menu */


#menu {
	background:transparent url(../../images/design3/nav-bg.png);
	font-family: Tahoma, Geneva, Verdana ;
	font-size: 10pt;
	width:920px; 
	height:50px;
	overflow:hidden;

}


#menu ul {
	margin:0;
	padding:0;
	
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	
}

#menu ul li a {
	padding:17px 24px;
	margin: 0;
	color: #002e58;
	display:block;
	height:20px;
	font-weight:bold;
	border-right: solid 1px #86d7cb;
		
}

#menu ul li a:hover {
	background: #002e58;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
 


/*page-tabs*/
.sub-nav{float:right;}
.sub-nav ul { list-style:none; margin-top:5px;}
.sub-nav li{ margin-right:20px; display:inline; font-weight:bold; color:#002e58;}
.sub-nav li a{text-decoration:none; color:#002e58;}

/*sub-nav*/

.nav-wrap{width:915px; /*background-color:#e1f4f3;*/ height:130px; padding-top:20px;}
.nav-box{background:transparent url(../../images/design3/box-bg.png) no-repeat top left; height:109px; width:203px; float:left; padding:10px 3px 10px 10px; margin-left:12px;}
.nav-box h2 {font-size:12px; font-weight:bold; color:#002e58; padding: 3px 0 3px 8px; margin-left:-8px;}
.nav-box p {font-size:10px; color:#666; padding-right:5px; line-height:14px;}
.nav-box a {color:#002e58;}


/* content */

.content-wrap{ margin-left:10px;}
.content-top{background:transparent url(../../images/design3/footer-bg-top.png) top left no-repeat; height:7px; width:900px;}
.content-bottom{background:transparent url(../../images/design3/footer-bg-bottom.png) top left no-repeat; height:7px; width:900px; margin-bottom:14px;}

.title{background: url(../../images/design3/ad-titles-bg.jpg) repeat-x; height:55px; padding:1px; margin:2px;}
.ad-title{width:280px;color:#002e58; float:left; margin-left:13px; text-align:center; font-size:12px; font-weight:bold; margin-top:15px; }
.ad-title a{color:#002e58;}
.ad{width:280px;color:#002e58; float:left; margin-left:13px; text-align:center; font-size:12px; font-weight:bold; height:210px;}
.ad img{margin-top:18px;}

#content {
	background:transparent url(../../images/design3/footer-bg.png) repeat-y; width:900px; height:172px; color:#666;
	width:890px;
	overflow: hidden;
	padding:5px 5px 20px 5px;
	height: auto;
	}	
#content h2{
	font:bold 15pt georgia, times;
	}
.page {color:#002E58; margin:10px 0 10px 15px;}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.entry{margin-bottom:20px; padding-bottom: 5px;  font-size:13px;}

.entry img { background:#FFF; padding:5px; border: 1px solid #ccc}
.entry img.reqd {border:none;}
.entry ol { margin-left:50px; margin-bottom: 10px;}
.entry li { margin-left:50px; margin-bottom: 10px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/*Feature*/

.feature{ width:896px; height:392px; margin:20px 0 20px 8px; padding:5px; background-color:#DCF3F0;}
.movietitle{ font-size:18px;}

/* sidebar */

#sidebar {
	font-family: Tahoma, Geneva, Verdana ;
	font-size:8pt;
	width:190px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: Tahoma, Geneva, Verdana ;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #ccc;
	}
	
	
#submit{margin:5px 5px 0 0; padding: 5px; background-color:#ccc; border:none; }

#submit:hover{background-color:#31BAA6;color:#87D6CB; cursor:pointer;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

.search{float:right; width:180px; margin-right:8px;}

#searchform{
	padding:0;
	margin:15px 0;
	}

#searchform input#s{
	margin:0;
	padding:5px;
	background:transparent url(../../images/design3/search-bg.jpg) no-repeat;
	border:none;
	width:188px;
	height:20px;
	font-size:10px;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}




/* footer */
.footer-wrap{clear:both; margin-left:10px; 	margin-bottom: 50px;}
.footer-top{ background:transparent url(../../images/design3/footer-bg-top.png) top left no-repeat; height:7px; width:900px;}
.footer-content{ background:transparent url(../../images/design3/footer-bg.png) repeat-y; width:900px; height:172px; color:#666;}
.footer-bottom{ background:transparent url(../../images/design3/footer-bg-bottom.png) top left no-repeat; height:7px; width:900px; margin-bottom: 5px; }
.footer-wrap p { font-size:9px; color:#999;}
.footer-wrap a {color:#666;}
.footer-wrap a:hover{color:#31BBA7;}

.columns-wrap{padding:5px;}
.columns-wrap ul {float:left; list-style:none;} 
.columns-wrap li {width:121px;  margin-left:5px;}
.colums-wrap h3 {}

#footer {
	background:#000;
	clear: both;
	width: 100%;

	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #666;text-decoration: none;}
#footer a:hover{color: #31BBA7;text-decoration: underline;}

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#fff;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:230px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:230px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 5px 0 235px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:220px;
        position:relative;
        right:230px;
    }