/*
Theme Name: Dating in Review 
Theme URI: http://www.datinginreview.com/
Description:  The Custom Dating in Review WordPress Theme	
Version: 1	
Author: JTk
Author URI: http://doc5.com/
Tags: clean, plain, fixed width, 2 collum layout, widgets
*/

html, body { height: 100%; }

body#home_body {
	background: #ffffff url(images/back.png) repeat-x;
	background-position: top center;
	color: #444444;
	text-align: center;
	font: 62.5% tahoma, verdana, sans-serif;
	padding:0px;
}

body#internal_body {
	background: #ffffff url(images/internal_back.png) repeat-x;
	background-position: top center;
	color: #444444;
	text-align: center;
	font: 62.5% tahoma, verdana, sans-serif;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

a:link {
	color: #00A4DB;
	text-decoration: none;
}

a:visited {
	color: #00A4DB;
	text-decoration: none;
}

a:hover, a:active {
	color: #DB4920;
	text-decoration: underline;
}

#container {
	min-height: 100%;
	_height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;

}

/* Headers - home and internal h1 for home and h2 for internal */
h1#header {
	margin: 0;
	height: 131px;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
	background: url(images/header.png) 0 no-repeat;
}

h2#header {
	margin: 0;
	height: 131px;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
	background: url(images/header.png) 0 no-repeat;
}


#header a {
	position: absolute;
	left: 25px;
	top: 16px;
	height: 110px;
	width: 290px;
	text-decoration: none;
}

/* Content */

#wrapper {
	width: 780px;
	position: relative;
	float: left;
	z-index: 12001;
	margin: 0;
}

#single_wrapper {
	width: 600px;
	position: relative;
	float: left;
	z-index: 12001;
	margin: 5px 0 0 0;
}

#content {
	margin: 0;
	padding: 0 20px 0 10px;
}


/* Mani Horizontal Menu */

#main_menu {
	position: absolute;
	top: 103px;
	left: 193px;
	z-index: 12002;
}

#main_menu ul {
	margin:0;
    padding: 0;
    list-style:none;
}

#main_menu li {
      display:inline;
      margin:0;
      padding:0 15px 0 0;
	  font-size: 1.2em;
	  font-weight: bold;
}

#main_menu a {
	color: #ffffff;
 	text-decoration: none;
}

#main_menu a:visited {
	color: #ffffff;
 	text-decoration: none;
}

#main_menu a:hover {
	color: #9BDAFF;
	text-decoration: underline;
}

/* Left sidebar */

#sidebar {
	position: relative;
	float: right;
	color: #313131;
	padding: 0;
	margin: 0 10px 0 0;
	width: 170px;
	z-index: 1002;
}

#sidebar ul li h2 {
	color:	#007DC5;
	margin: 10px 0 5px 0;
	padding: 4px 0 0 8px;
	font-size: 1.12em; 
	line-height: 1.25em;
	text-transform: none;
	border-bottom: 1px dotted #2486C7;
	font-family: georgia, serif;
}

#sidebar ul li ul li {
  	padding: 2px 0 4px 8px;
	margin: 0 0 0 7px;
	font-size: 1.06em;
	font-weight: bold;
	line-height: 1.2;
	background:  url(images/green_cross.jpg) left  no-repeat;
}

#sidebar ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;
}

#sidebar ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
}

#sidebar a {
	color: #24B4C7;
 	text-decoration: none;
}

#sidebar a:visited {
	color: #24B4C7;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #C73C24;
	text-decoration: underline;
}


/* Right sidebar */


#right_col {
	margin: 0 40px 0 0;
	width: 175px;
	float: right;
    padding: 0;
	position: relative;
	color: #555655;
	z-index: 9999;
}

#right_col ul li h2 {
	color:	#4C555B;
	margin: 10px 0 5px 0;
	padding: 4px 0 0 8px;
	font-size: 1.12em; 
	line-height: 1.25em;
	text-transform: none;
	border-bottom: 1px dotted #2486C7;
		font-family: georgia, serif;
}


#right_col ul li ul li {
 	padding: 2px 0 4px 8px;
	margin: 0 0 0 7px;
	font-size: 1.06em;
	font-weight: bold;
	line-height: 1.2;
	background:  url(images/green_cross.jpg) left  no-repeat;
}

#right_col ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;
}

#right_col ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

#right_col li {
	margin: 0;
}

#right_col li ul{
	margin: 0;
}

#right_col a, #right_col a:visited {
	color: #287FA2;
 	text-decoration: none;
}



#right_col a:hover {
	color: #DB4920;
	text-decoration: underline;
}

hr#clear {
	clear: both;
	height: 52px;
	visibility: hidden;
}

hr.clear_right_col {
	clear: both;
	height: 20px;
	visibility: hidden;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	color: #24B4C7;
	font-size: 2.3em; 
}
h2 {
	color: #68C724;
	font-size: 2.2em; 
}
h3 {
		color: #F9F9F9;
	margin: 10px 0 20px 10px;
	border-bottom: 1px solid #9AD9FF;
	font-size: 1.33em;
	z-index: 999999; 
	font-family: georgia, serif;
}
h4 {
	color: #F9F9F9;
	margin: 10px 0 20px 10px;
	font-size: 1.25em;
	z-index: 999999; 
	font-family: georgia, serif;; 
}
h5 {
	color: #4C555B;
	margin: 10px 0 20px 10px;
	border-bottom: 1px solid #9AD9FF;
	font-size: 1.33em;
	z-index: 999999; 
	font-family: georgia, serif;
}
h6 {
	color: #4C555B;
	margin: 10px 0 10px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 1.22em;
	z-index: 999999; 
	font-family: georgia, serif;
	width: 90%;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	margin: 0;
}


hr.clearing_r {
	height: 1px;
	visibility: hidden;
	clear: right;
	margin: 0;
}

hr.clearing_l {
	height: 1px;
	visibility: hidden;
	clear: left;
	margin: 0;
}

.dotted_line {
	border-bottom: 1px dotted #2486C7;
	margin: 4px 10px 0 10px;
}

.dotted_line_2 {
	border-bottom: 1px dotted #cccccc;
	margin: 5px 10px 10px 10px;
}

/* blog elements */

small {
	color: #9DDAFF;
	font-weight: normal;
	font-size: .9em;
	text-transform: bold;
	padding: 0 0 5px 0;
}

.pre_meta {
	margin: 0 0 0 10px;
	padding: 5px 10px 7px 10px;
	background-color: #4C555B;
}

.pre_meta_single {
	margin: 0;
	padding: 5px 10px 7px 10px;
	background-color: #4C555B;
}

.postmetadata {
color: #313131;
	padding: 10px 15px 10px 10px;
	margin: 0 10px 10px 15px;
	font-size: 11px;
	font-family: georgia, serif;
}

.postmetadata a:link {
	color: #DB4A1E;
 	text-decoration: none;
}

.postmetadata a:visited {
	color: #DB4A1E;
 	text-decoration: none;
}

.postmetadata a:hover {
	color: #00ADDF;
	text-decoration: underline;
}

.postmetadata_extended {
	color: #313131;
	padding: 10px 15px 10px 10px;
	margin: 0 10px 10px 15px;
	font-size: 11px;
	font-family: georgia, serif;
}

.postmetadata_extended_buttons {
	padding: 0 10px 0 0;
}

.postmetadata_extended a:link {
	color: #DB4A1E;
 	text-decoration: none;
}

.postmetadata_extended a:visited {
	color: #DB4A1E;
 	text-decoration: none;
}

.postmetadata_extended a:hover {
	color: #00ADDF;
	text-decoration: underline;
}

#blog_slogan {
	position: absolute;
	left: 150px;
	top: 96px;
	color: #FF7902;
	margin: 0;
	padding: 0;
	font-weight: bold;
	word-spacing: 1.25px;
	font-size: 1.33em;
	z-index: 1209;
}


 .more-link {
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px dotted #2486C7;
}

.entry {
	margin: 0 10px 0 15px;
	font-size: 1.25em; 
	line-height: 1.571em;
	color: #224B4C;
}

.entry_single {
	margin: 0 10px 0 15px;
	font-size: 1.3em; 
	line-height: 1.6em;
	color: #224B4C;
}

.entry img, .entry_single img {
	margin: 0 10px 5px 0;
	border: none;
}

.excerpt  {
	margin: -10px 25px 30px 15px;
	font-size: 1.25em; 
	line-height: 1.571em;
	color: #224B4C;
}


ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 7px;
	list-style-type: none;
}

blockquote {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #24B4C7;
	color: #313131;
	font-size: 1em;
}

.non_graybox {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #24B4C7;
	color: #313131;
	font-size: 1.1em;
}

.graybox {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #24B4C7;
	color: #313131;
	font-size: 1.1em;
}

.textwidget {
	padding: 0 0 0 8px;
}

/* Form Stuff */

input {
	color: #333333;
	border: none;
	padding: 3px 0 3px 7px;
	height: 15px;
	width: 300px;
	background-color: #ffffff;
	border: 1px dotted #4C555B;
	font-size: 1.2em;
}

textarea {
	color: #333333;
	border: none;
	padding: 10px 20px 0 10px;
	height: 158px;
	width: 332px;
	border: 1px dotted #4C555B;	
	overflow: hidden;
	font-family: tahoma, serif;
	font-size: 1.1em;
}

#searchsubmit {
	border: 1px solid #cfcfcf;
	width: 50px;
	height: 20px;
	font-size: .8em;
	background-color:#F1F1F1;
	color: #74818C;
	vertical-align: middle;
	padding: 0 0 4px 0;
	text-align: center;
}

#header_rss {
	position: absolute;
	top: 10px;
	right: 55px;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 1em;
	z-index: 12002;
	vertical-align: middle;
}

#header_search {
	position: absolute;
	top: 85px;
	right: 50px;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 1em;
	z-index: 12002;
	float: right;
		vertical-align: middle;

}

#searchform {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#search_box {
	border: none;
	padding: 14px 0 3px 5px;
	height: 18px;
	width: 206px;
	background-color: #ffffff;
	background:  url(images/search_input_back.png) bottom left  no-repeat;
	margin: 0;
	vertical-align: middle;
	font-size: 1.2em;
	color: #0C5F97;
}

.buttons_no_b {
	border: none;
	background: none;
	margin: 2px 0 20px 0;
	height: 17px;
	width: 41px;
}

.search_no_b {
	margin: 10px 0 0 -10px;
	border: none;
	background: none;
	height: 24px;
	width: 49px;
	vertical-align: middle;
}

.newsletter_no_b {
	border: none;
	background: none;
	margin: 2px 0 0 140px;
	height: 20px;
	width: 45px;
}

form {

}

#commentform {
	margin: 0 0 0 25px;
}

/*  These are the blog post titles H2's for the homepage and H1's for internal */

.post h2 {
	margin: 0 0 2px 0;
	font-weight: normal; 
	color: #ffffff;
	letter-spacing: -.1px;
	word-spacing: -.2px;
	color: #fff;
	font-size: 1.75em;
	font-family: georgia, serif;
}

.post h2 a:link {
	color: #fff;
	text-decoration: none;
}

.post h2 a:visited {
	color: #fff;
	text-decoration: none;
}

.post h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.post h1 {
	margin: 0 0 2px 0;
	font-size: 2em; 
	line-height: 1.1em; 
	font-weight: normal; 
	color: #ffffff;
	letter-spacing: -.1px;
	word-spacing: -.2px;
	font-weight: normal;
	font-family: georgia, serif;
}


/* Generic Lists in posts */

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

/* Comments styles */

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

#comments  {
	padding-left: 15px;
}

ol.commentlist{
	margin: 0 0 50px 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size: 1.1em;
	border-bottom: 1px dotted #24B4C7;
}

 .commentlist{
      position: relative;
 }

 .small_comments {
	padding: 0 0 5px 5px;
	color: #999999;
 }

h3#respond, h3#comments {
	margin: 20px 0 0 10px;
	padding: 5px 10px 7px 10px;
	background-color: #4C555B;
	color: #fff;
	font-size: 1.75em;
	font-weight: normal;
	display: block;
}

#bottom_nav {
	margin: 50px 0 0 0;
	font-size: 11px;
}

.prev_nav {
	float: left;
}

.next_nav {
	float: right;
}

 /* WordPress likes this http://codex.wordpress.org/CSS
-----------------------------------------*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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;
}

  /* Pre Footer
-----------------------------------------*/


#pre_footer_wrapper {
	width: 100%;
	padding: 75px 0 0 0;
	position: relative;
	float: left;
	z-index: 555;
	background: #00ADDF url(images/pre_footer_wrapper_back.png) 0 0 repeat-x;
	text-align: center;
	margin: -99px auto 0 auto;
}

#pre_footer_content {
width: 945px !important;
margin: 0 auto;
}

.pre_footer_boxen {
	position: relative;
	width: 270px;
	padding: 6px 8px 6px 8px;
	margin: 0 0 50px 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 1.25em;
	background-color: #fff;
	text-align: left;
	display: block;
	background: #fff url(images/end_cap.png) bottom center no-repeat;
}

.pre_footer_boxen h2 {
	border-bottom: 1px solid #9DDAFF;
	color: #DB4920;
	font-size: 1.4em;
	font-family: georgia, serif;
}

#pre_footer_left li ul li{
	list-style-type: disc;
	margin: 0 0 0 15px;
	color: #58C10C;
	word-spacing: -0.8px
	letter-spacing: -0.5px
	padding: 2px 0 2px 0;
}

.pre_footer_boxen a:link {
	color: #6B983A;
	text-decoration: none;
}

.pre_footer_boxen a:visited {
	color: #6B983AE;
	text-decoration: none;
}

.pre_footer_boxen a:hover {
	color: #666666;
	text-decoration: none;
}

#pre_footer_left {
	float: left;
	position: relative;
	margin: 0 10px 0 10px;
	padding: 5px 5px 5px 5px;
}


#pre_footer_middle {
	float: left;
	position: relative;
	margin: 0 10px 0 10px;
	padding: 5px 5px 5px 5px;
}

#pre_footer_right {
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 5px;
}

.end_cap {
	margin: 16px 0 -5px 0;
}

  /* Footer
-----------------------------------------*/
#footer {
	background: url(images/footer.png) 0 0 repeat-x;
	background-position: bottom right;
	min-height: 35px;
	_height: 35px;
	width: 100%;
	position: relative;
	z-index:777;
	padding: 0;
	margin: -35px auto 0 auto;
  }

#footer_container {
    padding-top: 5px;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
  }


hr.featured_clear {
	height: 30px;
	visibility: hidden;
	clear:both;
	width: 300px;
	margin: 0;
}

.featured_box {
	margin: 20px 0 10px 0;
	padding: 0 10px 10px 0;
	width: 350px;
	position: relative;
	color: #555655;
	z-index: 9999;
	float: left;
	font-size: 1.1em;
}

.featured_box ul{
	margin: 10px 0 0 10px;
}

.featured_box li {

}

.featured_box li a {
	color: #004B85;
 	text-decoration: none;
}

.featured_box li a:visited {
	color: #004B85;
 	text-decoration: none;
}

.featured_box li a:hover {
	color: #000000;
	text-decoration: underline;
}


/* optional rounded corners for browsers that support it */


#home_wrapper {
	width: 990px;
	height: 225px;
	position: relative;
	float: left;
	z-index: 12001;
	margin: 0;
	padding: 0;
}

#home_content {
	position: relative;
	margin: -10px 0 0 0;
	padding:0;
}

.home_content_boxen {
	position: relative;
	width: 177px;
	padding: 0 10px 0 10px;
	margin: 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #fff;
	line-height: 12px;
	font-size: 1.2em;
}


.home_content_boxen a:link {
	color: #005080;
	text-decoration: none;
}

.home_content_boxen a:visited {
	color: #005080;
	text-decoration: none;
}

.home_content_boxen a:hover {
	color: #FAB342;
	text-decoration: none;
}


#home_left {
	float: left;
	position: relative;
}

#home_middle {
	float: left;
	position: relative;
}

#home_right {
	float: left;
	position: relative;
}

#home_far_right {
	float: left;
	position: relative;

}

#home_way_right {
	float: left;
	position: relative;

}

/* This is the end of the cssfor that top homepage only part */

.home_sub_wrapper {
	width: 780px;
	position: relative;
	float: left;
	z-index: 12001;
}

.home_sub_content {
	position: relative;
	margin: 0;
	padding:0 10px 0 0;
}

.home_sub_content h3{
	background-color: #2486C7;
	color: #ffffff;
	font-size: 1.4em;
	padding: 5px 0 5px 10px;
	margin: 0;
}

.home_sub_content ul{
	margin: 0 0 20px 0;
	padding: 3px 0 0 0;
	position: relative;
	background: url(images/far_right_list_back.png) 0 0 repeat-x;
	font-size: 1.12em;
	color: #333333;
}

.home_sub_content li{
	list-style-type: disc;
	margin: 0 0 0 22px;
	color: #58C10C;
	font-size: 1.2em;
	font-size: bold;
	word-spacing: -0.8px
	letter-spacing: -0.5px
}

.home_sub_content a:link {
	color: #444444;
	text-decoration: none;
}

.home_sub_content a:visited {
	color: #444444;
	text-decoration: none;
}

.home_sub_content a:hover {
	color: #2486C7;
	text-decoration: underline;
}


.home_sub_content_boxen {
	position: relative;
	width: 170px;
	padding: 5px 8px 0 8px;
	margin: 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
}



.home_sub_left {
	float: left;
	position: relative;
}



.home_sub_middle {
	float: left;
	position: relative;
}


.home_sub_right {
	float: left;
	position: relative;
}

.home_sub_far_right {
	float: left;
	position: relative;
}

.home_sub_footer {
	background-color: #009ED8;
	width: 715px;
	padding: 5px 5px 7px 10px;
	margin: 0 0 25px 10px;
	color: #fff;
	font-size: 1.33em;
	font-weight: bold;
	font-family: georgia, serif;
}


.diet_ratings {
	margin: 15px 0 5px 0;
}

#ed_toolbar input {
    color: #444444;
	text-align: center;
	border-spacing: 10px
	font: tahoma, verdana, sans-serif;
    font-weight: bold;
		font-size: 1.33em;
	margin: 10px 10px 10px 10px;
}



