/** 
* 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 {
	background-image:url("images/bg-top.png");
	background-position:left top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font:12px/21px Arial, sans-serif;
	margin-bottom:0 !important;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#body-container {
	margin:auto;
	overflow:visible;
	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;
}
/**
* Header
************************************************/
#header-container {
}
#header {
float:left;
height:80px;
margin:0 auto;
overflow:hidden;
position:relative;
width:100%;
}
#site-title {
	float:left;
	margin:0;
}
#site-title a {
	display:block;
	height:75px;
	width:250px;
	background-image: url(images/logo.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#site-title a span {
}
#site-title a:hover {
	text-decoration:none;
	color:#e4e4e4;
}
#site-description {
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	margin-top:40px;
}
/* Search form */
#header form {
	margin:0px;
}
.search-wrapper {
	position:absolute;
	right:0;
	top:-5px;
}
.search-caption {
	color:#fff;
	font-size:12px;
	font-weight:normal !important;
	margin-left:10px;
	margin-top:10px;
	font-family: arial;
	text-transform: uppercase;
}
#search-form-2 {
	float:left;
}
#header input {
	background:url("images/bkg_search.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#222;
	float:right;
	margin-left:10px;
	overflow:hidden;
	padding-left:5px;
	width:275px;
	height:35px;
}
#header .search-submit {
	background-image: url(images/search-btn.png);
	height: 35px;
	width: 100px;
	background-repeat: no-repeat;
	text-indent:-999px;
}
/**
* 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-image:url("images/body-bg.png");
background-repeat:repeat-y;
float:left;
margin-top:0;
overflow:visible;
padding:10px 0 21px 214px;
width:100%;
}
.content {
color:#000000;
}
#container a {
	color: #C30D0D;
}
#container a:hover {
	color: #999;
	text-decoration:none;
}
#content {
overflow:visible;
width:600px;
}
/* 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:#C30D0D;
	font-size:40px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:40px;
	margin:0 0 10px 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: #C30D0D !important;
}
/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #C30D0D !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
}
/* Page Templates */
.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: #C30D0D !important;
	background: #fff;
	border: 1px solid #e2e2e2;
}
/**
* Primary/Secondary and utility widgets
************************************************/
#primary {
background-image:url("images/sidebar-btm.png");
background-position:center bottom;
background-repeat:no-repeat;
margin-left:-628px;
padding:0 10px;
right:200px;
width:220px;
}
#secondary {
background-image:url("images/sidebar-btm-rt.png");
background-position:left bottom;
background-repeat:no-repeat;
clear:right;
margin-left:10px;
width:170px;

}
#primary .widget {
background-image:url("images/sidebar-bg.png");
background-position:-11px 50%;
background-repeat:repeat-y;
}
#primary h3 {
background-image:url("images/sidebar-header-lt.png");
background-repeat:no-repeat;
color:#E30000;
font-size:18px;
font-weight:bold;
height:58px;
line-height:45px;
margin-bottom:-5px;
margin-left:-10px;
text-decoration:none;
text-indent:25px;
}
#secondary h3 {
background-image:url("images/sidebar-header-rt.png");
background-repeat:no-repeat;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
height:60px;
line-height:48px;
margin-bottom:-10px;
text-decoration:none;
text-indent:14px;
}
#primary .widget li {
	/*(background: url("images/arrow.gif") no-repeat scroll 0 50% transparent;*/
color:#006699;
font-family:arial;
line-height:20px;
}
#secondary .widget {
	background-image: url(images/sidebar-bg-rt.png);
	background-repeat: repeat-y;
}
#secondary .widget li {
	background: none;
	padding-left:10px;
}
#primary a {
color:#221E1B;
font-family:arial;
font-size:12px;
font-weight:no !important;
}
#primary a:hover {
	color:#E30000;
	text-decoration:none;
}
#secondary a {
color:#221E1B;
font-size:11px;
font-weight:normal;
line-height:1.5em;
}
#secondary a:hover {
	color: #E30000;
	text-decoration:none;
}
.widget {
	margin: 0 0 21px 0;
}
.widget-title {
	margin: 0 0 6px 0;
}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	padding-left:0px;
}
.widget li {
margin:0 0 6px;
padding:0 0 6px 35px;
}
.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;
}

#customrecentposts2-3 {
	color:#222;
	font-size:10px;
	}
	
#customrecentposts2-3 a{
color:#222222;
font-weight:bold;
	}	


#customrecentposts2-3  ul {
list-style:none outside none;
width:140px;
}
#customrecentposts2-3 li {
margin:0 0 10px;
}
#customrecentposts2-3  ul ul {
	margin: 6px 0 0 0;
}
#customrecentposts2-3  li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	border-bottom: none;
	font-size:14px !important;
	line-height:17px !important;
}




.widget-inside {
	margin-bottom:-22px;
}
#utility-after-header {
background-image:url("images/nav_bar.png");
background-repeat:no-repeat;
float:left;
height:46px;
margin:auto auto auto -10px;
overflow:hidden;
width:1001px;;
}
#utility-after-header h3 {
	display:none;
}
#utility-after-header p a {
	color:#222;
	font-family:Arial;
	font-size:14px;
	padding:0;
	text-decoration:none;
}
#utility-after-header p a:hover {
	color:#444;
}
#utility-after-header li {
	float:left;
	padding-right: 65px;
}
#utility-after-header p {
	float:left;
	margin:10px 20px 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;
}
/**
* 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;
}
#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;
	width: 980px;
}
#subsidiary a {
	color: #ffffff;
	font-weight:bold;
	margin:20px;
}
#subsidiary .widget {
	width: 100%;
	margin: 0;
	background: transparent;
	border: none;
}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	border-bottom: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #aaaaaa;
}

#searchedfor {
	margin-top:-30px;
	margin-left:20px;
}
/**
* Footer
************************************************/
#footer-container {
	background:none repeat scroll 0 0 #333333;
	clear:both;
	color:#FAB140;
	height:120px;
	overflow:hidden;
	text-align:center;
	width:100%;
}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: auto;
}
#footer-container a {
	color:#FAB140;
	text-decoration:none;
}
#footer-container a:hover {
	color:#F9D678;
	text-decoration:none;
}
#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;
	display:none;
}
#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;
}
#btm-nav {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	padding-top:10px;
}
#btm-nav p {
	border:medium none;
	display:inline;
}
.utility-before-footer {
	border:medium none;
	display:inline;
}
.utility-before-footer .widget {
	background:none !important;
	border:none !important;
	margin:0 0 21px;
}
.utility-before-footer .widget li {
border:!important;
	display:inline;
	margin:0 0 6px;
	padding:0 0 6px 15px;
}
#text-6 {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	text-align:center;
}
.search #utility-before-content #searchedfor {
}
/*ADLISTING*/

#adlisting {
	-moz-border-radius:4px 4px 4px 4px;
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 58px;
}
#adlisting .title {
	color:#182133;
}
.category-online-colleges #adlisting, .page-18 #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/cap-n-gown.jpg") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-online-college-degrees #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/degree.png") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-dating #adlisting, .page-19 #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/heart.gif") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-dating-meet-singles #adlisting, .category-christian-dating #adlisting, .category-best-dating-websites-online #adlisting, .category-dating-websites-free #adlisting, .category-on-line-dating-services #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/heart.gif") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-video-games #adlisting, .page-20 #adlisting, .category-video-game-schools #adlisting, .category-video-game-college #adlisting, .category-video-game-development #adlisting, .category-rent-video-games #adlisting, .category-video-game-design #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/video-games.gif") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-beer-pong #adlisting, .page-21 #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/beer_pong.jpg") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-tshirts #adlisting, .page-22 #adlisting, .category-shirts #adlisting, .category-great-tshirts #adlisting, .category-vintage-t-shirts #adlisting, .category-cheap-t-shirts #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/tshirts.jpg") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-online-college-classes #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/college-classes.jpg") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-top-online-colleges #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/most_popular.gif") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-online-college-criminal-justice #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/criminaljustice.gif") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-online-college-psychology #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/psychology.jpg") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-film-school #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/film_school.jpg") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-video-conferencing #adlisting, .page-32 #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/video-conf.png") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-cheap-car-insurance #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/carinsurance.jpg") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-credit-report #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/credit.png") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-free-checking-account #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/check.gif") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 72px !important;
}
.category-cash-advance-loans #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/cash.png") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 80px !important;
}
.category-mobile-phones #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/iphone.png") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 80px !important;
}
.category-digital-cameras #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/cameras.gif") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 80px !important;
}
.category-photo-album #adlisting {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/album.png") no-repeat scroll 2% 29% transparent !important;
	padding:5px 5px 5px 80px !important;
}
/*WIDGETS
#mycategoryorder-3 h3 {
}
#mycategoryorder-3 .cat-item-4, #mycategoryorder-5 .cat-item-4 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/cap-n-gown.jpg") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-3 .cat-item-8, #mycategoryorder-5 .cat-item-8 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/degree.png") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-3 .cat-item-38, #mycategoryorder-5 .cat-item-38 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/heart.gif") no-repeat scroll 6% 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-13 .cat-item-28, #mycategoryorder-13 .cat-item-29, #mycategoryorder-13 .cat-item-30, #mycategoryorder-13 .cat-item-31, #mycategoryorder-13 .cat-item-32, #mycategoryorder-13 .cat-item-33, #mycategoryorder-13 .cat-item-34 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/heart.gif") no-repeat scroll 7px 29% transparent !important;
	padding-left:40px;
}
#mycategoryorder-3 .cat-item-1, #mycategoryorder-5 .cat-item-1 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/video-games.gif") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-3 .cat-item-6, #mycategoryorder-5 .cat-item-6 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/beer_pong.jpg") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-3 .cat-item-7, #mycategoryorder-5 .cat-item-7 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/tshirts.jpg") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-5 .cat-item-9 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/college-classes.jpg") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-5 .cat-item-10 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/most_popular.gif") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-5 .cat-item-35, #mycategoryorder-6 .cat-item-35 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/criminaljustice.gif") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-5 .cat-item-36, #mycategoryorder-6 .cat-item-36 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/psychology.jpg") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}
#mycategoryorder-5 .cat-item-37, #mycategoryorder-6 .cat-item-37 {
	background:url("http://www.18.com/wp-content/themes/holygrail/images/film_school.jpg") no-repeat scroll 0 52% transparent !important;
	padding-left:56px;
}

*/

/*.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;
}

*/

.archive-description {
	margin-left:10px;
}


.hentry {
margin-left:0px;
}
.entry-content a, .entry-content a:active, .entry-content a:visited {
	font-weight:bold;
	color:#990000 !important;
}
.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;
}





/* HOME PAGE IMAGE LAYOUT */

.image-wrapper #columns {
	width: 600px;
	margin: 0 auto;
	text-align: left; 
}
.image-wrapper img{
width: 170px;
border:none;
}


.image-wrapper #sidebar1 {
	float: left; 
	width: 195px; 
}
.image-wrapper #sidebar2 {
	float: right; 
	width: 195px; 
}
.image-wrapper #sidebar1 p, .image-wrapper #sidebar1 h3, .image-wrapper #sidebar2 p, .image-wrapper #sidebar2 h3 {
}

.image-wrapper #mainContent {
	width: 195px;
	margin-left: 200px;
}
.clearfloat { 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

#utility-before-content h3 {
color:#C30D0D;
font-family:helvetica;
font-size:30px;
margin-bottom:15px;
margin-top:2px;
}
.page-14 h2{
	display:none;
	
}
