@charset "utf-8";

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

@font-face {
  font-family: "Curtissimo Bic";
  src: url("/pages/curtissimo_bic.ttf");
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}

h1, h2, h3 {
	color: #292929;
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
}


h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	font-size: 18pt;
	color: #292929;
}

h3 {
	font-size: 14pt;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

td {
	padding: 0 5px;
}

input, select {
	
}

div.input {
	clear:both;
	float:left;
}

label {
	float:left;
	text-align:right;
	width:120px;
}

div.input input, 
div.input select{
	float:left;
	margin-left:10px;
	padding: 3px;
}

div.input.text input {
	width: 220px;
}

div.input select {
	width: 230px;
}

/* Logo */

#logo {
	width: 874px;
	height: 147px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	font-family: "Curtissimo Bic", "Trebuchet MS", Arial,Helvetica,sans-serif !important;
	padding: 70px 37px 0 0;
	height: 54px;
	background: url(images/img02.gif) no-repeat 100% 63px;
	font-size: 36pt;
	font-weight: normal;
	letter-spacing: -2px;
}

#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 919px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
/*	padding: 5px 20px 0 20px; */
	padding: 5px 10px 0 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: #EC0000 url(images/img03.gif) repeat-x left bottom;
}

/* Page */

#bg {
	background: url(images/img04.gif) no-repeat center top;
}

#page {
	width: 918px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 625px;
	padding: 0 0 0 24px;
}

#content h1 {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

#content .content {
	padding-left: 32px;
}

#page_title {
	margin: 40px 0 25px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Posts */

.post .title {
	height:24px;
}

.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 25px 0;
	font-size: 100%;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
	max-width:70%;
	_width:70%;
}

.post .date {
	margin:-40px 0 0 0;
	font-size: 85%;
	text-align: right;
}

.post .read_more {
	font-size: 85%;
	float:right;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	clear:both;
	padding-left: 32px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}

#sidebar h2 a {
	color: white;
}

.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #C80000 url(images/img05.gif) no-repeat;
	text-transform: lowercase;
	font-size: 14pt;
	color: #FFFFFF;
}

.box .content {
	padding: 10px;
	background: url(images/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
	text-align: center;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	padding: 35px 0;
	background: url(images/img08.gif) no-repeat center top;
	font-size: 12px;
}

#footer p {
	text-align: center;
}

.hide
{
	display:none;
}

.special {
	width:5px;
	visibility:hidden;
	display:none;
}

.show
{
	display:block;
}

.centered {
	text-align:center;
}

blockquote {
	border-left: 2px solid gray;
	padding-left: 5px;
	font-size: 75%;
}

.priority{
	color:red;
}

.priority-small{
	color:red;
	font-size:70%;
}

.sortcol {
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	padding: 2px;
	padding-right: 20px;
}
.sortasc {
	background-color:#666666;
	background-image:url(/_themes/stylized/images/up.gif);
}
.sortdesc {
	background-color:#666666;
	background-image:url(/_themes/stylized/images/down.gif);
}
.nosort {
	cursor:default;
}

.highlight-dark, .roweven{
	background-color: #ddd;
}

.highlight-light, .rowodd{
	background-color: #eee;
}

.highlight-pink{
	background-color: #FFB6C1;
}

.highlight-saved{
	background-color: #99FF99;
}


.log_table {
	font-size: 70%;
}

.playlist_table {
	font-size: 85%;
}

.requests_table {
	font-size: 85%;
}

.pictures_table {
	border-spacing:0;
	font-size:85%;
	margin-top:10px;
}

.pictures_table  tbody td{
	padding:2px;
}

.pictures_table img{
	height: 80px;
}

.pic_edit {
	width: 214px;
}

.recipe_picture {
	margin-left: 5px;
	float:right;
}

.float_right {
	margin-left: 5px;
	float:right;
}

.float_left {
	margin-right: 5px;
	float:left;
}

.recipe_picture_print_screen {
	float:right;
	height: 80px;
}

/* Genealogy Menu */

.genealogy_menu {
	display: block;
	font-size: 90%;
	width: 25%;
	padding: 0px;
	margin: 0% 1% .5% .5%; 
	float:left;
	border: 1px solid black;
}

.genealogy_menu h4 {
	background-color: black;
	background-image:none;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

.genealogy_menu h4 a, .genealogy_menu h4 a:visited { 
	background: black;
	background-image:none;
	color: white;
	width:100%;
	margin: 0px;
	padding: 0px;
}

.genealogy_menu h4 a:hover, .genealogy_menu h4 a:focus { 
	color: white;
	text-decoration:underline;
}

.genealogy_menu ul {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

.genealogy_menu ul li {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: white;
	border-top: 1px dotted black;
}

.genealogy_menu ul > li:first-child{
	border-top: none;
}

.genealogy_menu ul li a, .genealogy_menu ul li a:visited {
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #333;
	width:100%;
}

.genealogy_menu ul li a:hover, .genealogy_menu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
	text-decoration: underline;
}

.genealogy_sources {
	font-size: 70%;
	font-style: italic;
}

#comments .comment {
	padding: 5px;
}

#comments{
	padding-bottom: 10px;
}

.number_of_comments {
	font-size: 85%;
	margin: -4em 0 0 0;
	text-align:right;
}

.publish_date{
	font-style: italic;
}

.blog_entry {
	padding: 5px;
}

#related_pictures li {
	font-size: 80%;
	width: 100px;
	padding:3px;
	display:inline;
	float:left;
}

#sidebar_pictures .thumbnail, #related_pictures .thumbnail {
	height: 80px;
}

.related_pictures_description {
	height: 60px;
}

#facebook_status .content a {
	text-decoration: none;
}

.facebook_pubDate {
	margin-top: 5px;
}

thead {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.twtr-widget  {
	margin-bottom: 20px;
}
