/** 
* Theme Name: DDC  
* Theme URI: http://domainname.com
* Version: 0.1
* Template: hybrid 
* Theme is released under the GNU General Public License, version 2 (GPL). 
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */

/* Get base CSS */@import url('3c-c-fixed.css');

/* Get plugins CSS */@import url('../hybrid/library/css/plugins.css');

/* Get plugins CSS */@import url('footer-bar.css');

/* Get drop-downs CSS */@import url('../hybrid/library/css/drop-downs.css');
/* Uncomment the below line if using the Hybrid Tabs plugin *//* @import url('tabs.css'); */


/* Body */

body {
	color:#666666;
	font:12px/21px Arial, sans-serif;
	margin-bottom:0 !important;
	margin-top:0;
}
#body-container {
	background:url("images/bg.png") repeat-y scroll center top #FFFFFF;
	margin:auto;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
	width:980px;
}
/* Links */
a:link, a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
}
h3 {
	color:#01527A;
}
/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
}
/* Blockquotes */
blockquote {
	margin: 0 24px 0 0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
}
.post blockquote {
	font-style: italic;
	color: #777;
}
.post blockquote em {
	font-style: normal;
}
/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #EFF1E1;
}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
pre code {
	padding: 0;
	background: transparent;
}
/* Tables */
table {
	width: 100%;
	border: 1px solid #e2e2e2;
}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
}
td {
	padding: .3em;
}
tr {
	background: #EFF1E1;
}
th {
	padding: .3em;
	color: #fff;
	background: #113644;
	border: 1px solid #e2e2e2;
}
td a, th a {
	font-weight: bold;
}
/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
}
.page-template-quick-post .text-input {
	width: 98%;
}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #a7a7a7;
	border: 1px solid #666;
}
.button:hover {
	cursor: pointer;
	background: #999;
}
/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
	color: #666;
}
/* Notes */
.note {
	padding: 6px 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}
/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}
/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}
/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
}
.clear {
	clear: both;
}
span.pullquote {
	float: none;
	margin: 0;
}
/**
* Images
************************************************/
img, a img {
	padding: 5px;
}
.post img {
	max-width: 594px;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* WP Smilies */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	text-align: center;
}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
}
.gallery img {
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}


.page-4 img {
	padding:0px !important;
	border:none !important;
}


/**
* Header
************************************************/
#header-container {
	background:url("images/header.png") no-repeat scroll left top #182133;
	overflow:hidden;
	width:100%;
}
#header {
	height:120px;
	margin:0 auto;
	overflow:hidden;
	width:100%;
}
#site-title {
	float:left;
	margin:0 0 0 20px;
	text-shadow:2px 2px 5px #222;
}
#site-title a {
	color:#FFFFFF;
	display:block;
	font-family:Lucida Sans;
	font-size:54px;
	font-weight:bold;
	height:100px;
	letter-spacing:-4px;
	line-height:60px;
	margin-top:23px;
}
#site-title a span {
}
#site-title a:hover {
	text-decoration:none;
	color:#e4e4e4;
}
#site-description {
	color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	left:171px;
	position:absolute;
	top:75px;
}
/* Search form */
#header form {
	float:right;
	margin:-40px 0 0;
}
.search-wrapper {
	float:right;
	height:62px;
	margin-right:7px;
	margin-top:19px;
	padding:10px;
	width:317px;
}
.search-caption {
	color:#FFFFFF;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#search-form-2 {
	float:left;
}
#header input {
	background:url("images/bkg_search.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#777777;
	float:right;
	margin-right:0px;
	margin-top:40px;
	overflow:hidden;
	padding:4px 20px 6px 35px;
	width:260px;
}
#header .search-submit {
	display: none;
}
/**
* Navigation
************************************************/
#navigation {
	background:url("images/nav_bar.png") no-repeat scroll left center #566A80;
	height:35px;
	margin:0 auto;
	width:100%;
	display:none;
}
#page-nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:35px;
	margin:0 auto;
	width:960px;
	font-weight: normal;
}
#page-nav ul {
	list-style: none;
	margin: 0;
}
#page-nav li {
	float: left;
	padding: 0 30px;
}
#page-nav a {
	display:block;
	padding:11px 30px 0 0;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
#page-nav a:hover {
	color: yellow;
	text-decoration:none;
}
#page-nav li.current_page_item a {
	color: #ffffff;
}
#page-nav li.current_page_item li a {
	color: #4b6e85;
}
/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 180px;
	background: #0A2934;
}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
}
#page-nav li li {
	border-top: 1px solid #09232c;
}
#page-nav li li a {
	padding: 7px 10px;
	background: transparent;
}
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 33px;
}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
	top: -1px;
}
/**
* Containers
************************************************/
#container {
	background-color:#FFFFFF;
	overflow:hidden;
	width:auto;
	padding:10px 160px 20px 230px;
}
.content {
	margin-left:5px;
	padding-left:0;
	width:550px;
}

#container a {
	color: #7B7B7B;
}
#container a:hover {
	color: #999;
	text-decoration:none;
}
#content {
	overflow: visible;
	float: left;
	width: 560px;
}
/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
	margin: 0 auto 0px auto;
	padding: 4px 0;
	font-size: 11px;
	color: #999;
	display:none;
}
/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: visible;
	margin: 0px;
	background: #fff;
	-moz-border-radius: 6px;
}
/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, .category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title {
	color:#7EA4B8;
	font-weight:bold;
	letter-spacing:-1px;

	font-size:40px;
	line-height:40px;
	margin:0 0 10px 10px;
}


.search #content {
float:left;
overflow:visible;
width:auto;
margin:0px;
}
.search .content {
margin:0px;
width:auto;
}

.search #container {
	background-color:#FFFFFF;
	overflow:hidden;
	width:960px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	display:none;
}

.byline a {
	color: #486472 !important;
}
/* Post meta data */
.entry-meta {
	border-top:1px solid #E2E2E2;
	clear:both;
	color:#999999;
	font-size:11px;
	margin-left:10px;
	padding:9px 5px 0;
}
.entry-meta a {
	color: #486472 !important;
}
/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #486472 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
}
/* Page Templates */

.author-profile {
	
	display:none !important;
	
	}


.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
}
.navigation-links {
	overflow: hidden;
	padding: 19px 19px 19px 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.navigation-links a {
	color: #000;
}
.navigation-links .previous {
	float: left;
	max-width: 49%;
}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
}
/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
}
#comments-template .paged-navigation .page-numbers, #comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
}
/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
}
/**
* Primary/Secondary and utility widgets
************************************************/
#primary {
	float:left;
	margin-left:-100%;
	padding:0 10px;
	right:200px;
	width:220px;
}
#secondary {
	clear:right;
	margin-left:10px;
	margin-right:-240px;
	width:170px;
}

#primary .widget {
}
#primary h3 {
	background-color:#182133;
	background-image:url("images/sidebar-top.png");
	background-repeat:no-repeat;
	height:26px;
	line-height:25px;
	text-indent:5px;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
#secondary h3 {
	background-color:#182133;
	background-image:url("images/sidebar-top.png");
	background-repeat:no-repeat;
	height:26px;
	line-height:25px;
	text-indent:5px;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
#primary .widget li {
	background: url("images/arrow.gif") no-repeat scroll 0 50% transparent;
	color:#006699;
	font-family:arial;
	font-size:18px;
	line-height:22px;
}
#secondary .widget {
}
#secondary .widget li {
	background: none;
	padding-left:6px;
}
#primary a {
	color:#931D13;
}
#primary a:hover {
	color:#222;
	text-decoration:underline;
}
#secondary a {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	line-height:1.5em;
}
#secondary a:hover {
	color: #931D13;
	text-decoration:underline;
}
.widget {
	margin: 0 0 21px 0;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.widget-title {
	margin: 0 0 6px 0;
}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	padding-left:6px;
}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	border-bottom: 1px solid #e2e2e2;
}
.widget ul ul {
	margin: 6px 0 0 0;
}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	font-size:14px !important;
	line-height:17px !important;
}
.widget-inside {
}
/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
}
p.comments-closed {
	padding: 19px;
}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #EFF1E1;
	border: 1px solid #e7e7e7;
}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-meta-data a {
	color: #486472 !important;
}
/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
}
/* Comment form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	display:none;
}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
}
/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
}
#subsidiary a {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none !important;
}
#subsidiary a:hover {
	color: #898787;
	text-decoration:none !important;
}
#subsidiary .widget {
	background:none repeat scroll 0 0 transparent !important;
	border:medium none !important;
	float:left;
	margin:0 35px 0 0;
	overflow:hidden;
	padding-top:5px;
	width:200px;
}
#subsidiary .widget-title {
	border-bottom:1px solid #AAAAAA;
	color:#AAAAAA;
	font:bold 12px arial, verdana, sans-serif;
	margin:0 0 6px;
	padding:0 0 4px;
	text-align:left;
}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align:left;
}
#subsidiary .widget li, #subsidiary .widget li li {
	background: transparent;
	font-size: 11px;
	margin: 0px;
	padding: 0;
	border: none !important;
}
.page-2 #utility-before-content .widget {
	-moz-border-radius:10px 10px 10px 10px;
	border:1px solid #CCCCCC;
	height:240px;
	margin:-7px 0 20px;
	overflow:hidden;
	width:538px;
}
#utility-before-content .widget {
	border:medium none;
}
#searchedfor {
	margin-top:-30px;
	margin-left:20px;
}
/**
* Footer
************************************************/
#footer-container {
background:none repeat scroll 0 0 #333333;
border-top:2px solid #000000;
clear:both;
color:#AAAAAA;
overflow:hidden;
padding:20px;
text-align:center;
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: auto;
}
#footer-btm {
	overflow: visible;
	clear: both;
	width: 990px;
	margin: auto;
	background-image: url(images/shadow-btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
}
#footer .copyright {
}
#footer .credit {
}
#comments-template {
	display:none;
}
.widget-widget_text {
	background-image:none !important;
}
#text-3 {
	color:#505050;
	font-size:1.1em;
	line-height:1.4em;
}
#text-3 strong {
	color:#333333;
}
#text-3 h3 {
	background:none !important;
	background-image:none !important;
	background-color:#fff !important;
	border-bottom:1px solid #DADADA;
	color:#999999;
	font-size:12px;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:0;
	padding:0.5em 0 0;
	overflow:hidden !important;
}
.entry-content {
	padding-left:10px;
}
.feed-url {
	display:none;
}
#yss-results {
	margin-left: 10px;
}
.no-data {
	display:none;
}
#hybrid-pages-3 {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
}
#hybrid-pages-3 li {
	border:medium none;
	display:inline;
}
#text-6 {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	text-align:center;
}
#adlisting .title {
	color:#182133;
}
.search #utility-before-content #searchedfor {
	display:none;
}


body.search #primary, body.search #secondary { display: none; }

body.search #navigation {
	display:none;
}
body.search .widget {
	display:none;
}
#searchedfor {
	margin-top:-30px;
}

#utility-before-content {
	margin-bottom: 30px;
	margin-top:-15px;
}
/* MY CATEGORY ORDER*/


#mycategoryorder-3 .cat-item-24 {
	padding-left:50px;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/home.png) !important;
}
#mycategoryorder-3 .cat-item-31 {
	padding-left:50px;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/cash.png) !important;
}
#mycategoryorder-3 .cat-item-32 {
	padding-left:50px;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/loan.png) !important;
}
#mycategoryorder-3 .cat-item-33 {
	padding-left:50px;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/va.png) !important;
}
#mycategoryorder-3 .cat-item-37 {
	padding-left:50px;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/reverse.png) !important;
}
/* AD LISTING */

#adlisting {
	-moz-border-radius:4px 4px 4px 4px;
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 58px;
}
#adlisting .title {
	color:#182133;
}
.category-home-loan-refinance #adlisting, .category-home-loans #adlisting, .page-11 #adlisting {
	padding:5px 5px 5px 80px !important;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/home-bg.png) !important;
	background-position:5px 50% !important;
}
.category-home-loans #adlisting, .category-refinance-home-loans #adlisting, .page-7 #adlisting, .category-cash-advances-loans #adlisting, .category-cash-loans-online #adlisting {
	padding:5px 5px 5px 80px !important;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/cash-bg.png) !important;
	background-position:5px 50% !important;
}
.category-refinancing-loans #adlisting, .category-home-loans #adlisting, .page-8 #adlisting, .category-fix-bad-credit #adlisting, .category-loan-payday #adlisting {
	padding:5px 5px 5px 80px !important;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/bank.png) !important;
	background-position:5px 50% !important;
}
.category-va-home-loan #adlisting, .category-home-loans #adlisting, .page-9 #adlisting, .category-easy-payday-loan #adlisting, .category-fast-cash-payday-loan #adlisting {
	padding:5px 5px 5px 80px !important;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/money.png) !important;
	background-position:5px 50% !important;
}
.category-online-loans #adlisting, .page-10 #adlisting {
	padding:5px 5px 5px 80px !important;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/online.png) !important;
	background-position:5px 50% !important;
}
.category-reverse-mortgage-loan #adlisting {
	padding:5px 5px 5px 80px !important;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/reverse-bg.png) !important;
	background-position:5px 50% !important;
}
.category-auto-title-loans #adlisting {
	padding:5px 5px 5px 80px !important;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/car.png) !important;
	background-position:5px 50% !important;
}
.category-student-loan #adlisting, .category-private-student-loan #adlisting, .category-college-loan #adlisting, .category-grants-for-students #adlisting {
	padding:5px 5px 5px 80px !important;
	background-repeat: no-repeat;
	background-image: url(http://loan911.com/wp-content/themes/holygrail/images/student.png) !important;
	background-position:5px 50% !important;
}

#utility-after-header  {
	background:url("images/nav_bar.png") no-repeat scroll left center #ccc;
	height:35px;
	margin:0 auto;
	width:100%;
	overflow: hidden;
}
	
#utility-after-header  h3 { 
	display:none;
}

#utility-after-header  a{
	padding:0;
	color: #222;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

#utility-after-header p{
float:left;
margin:7px 100px 0 20px;
}

#utility-after-header .widget {
background:none !important;
border: none!important;
margin:0!important; 
}
	
#utility-after-header .widget li {
display:inline !important;
background:none !important;
border: none!important;
margin: 0!important;
padding-top:7px;
}	

.search #content {
	float:left;
	overflow:visible;
	width:auto;
	margin:0px;
}
.search .content {
	margin:0px;
	width:auto;
}

.search #container {
	background-color:#FFFFFF;
	overflow:hidden;
	width:960px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


body.home #content img {
	padding:0px !important;
	border:none !important;
}

body.search #primary, body.search #secondary { display: none; }

.author-profile { display:none !important; }

.category-description { margin-left: 15px; }
.vcard {display:none; }


body.search .hentry {margin: 20px 10px 30px; }
body.search .search-description {margin-left: 10px; }

#search-2 {
display:none;
}
#post-0 {
display:none;
}


/* PRIVACY POLICY STYLES */

#privacy {
	width: 100%;
	float: left;
	margin-bottom:20px;
}

div.my_left_box{
border:1px solid gray;
float:left;
font-size:10px;
padding-left:5px;
padding-right:5px;
width:32px;
}

div.my_right_box{
border:1px solid gray;
float:left;
font-size:10px;
margin-left:5px;
padding-left:5px;
padding-right:5px;
}



