/* @override http://dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?121709-182547 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?121009-141408 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?121009-140929 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?121009-135727 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?121009-135435 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?121009-134408 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?121009-133358 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120609-224641 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120609-224025 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120309-154802 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120309-154802 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120309-153300 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120309-152146 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120309-151838 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120309-142203 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120309-01227 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120209-235810 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?120209-225235 */

/* @override http://dev.dianalongblog.com/wp-content/themes/thesis_16/custom/custom.css?112409-223715 */

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
	background: #ffe27f url(http://dev.dianalongblog.com/wp-content/uploads/2009/12/stripe2.png) repeat;
	padding-top: 1em;
	padding-bottom: 3em;
}

#optin span {
	font-style: italic;
	font-variant: normal;
	text-align: center;
}

.custom #container {
    padding: 1em;
	margin-top: 1em;
	border: 1px solid #000;
	background-color: #d46b02;
}

div#page {
	padding-top: 0;
}

div#navnavman {
	background-color: #fadc76;
	margin-left: -2.4em;
	margin-right: -2.4em;
	border-bottom: 2px solid #fadc76;
	display: none;
}

#navnavman ul.menu li.rss a {
	display: none;
}

#navnavman ul.menu {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	
}

#navnavman ul.menu li.tab a:hover {
	border-bottom-color: #fadc76;
	border-bottom-style: none;
	text-decoration: underline;
}

#navnavman ul.menu li.tab a {
	border-style: none;
	background-color: #fadc76;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-style: normal;
	font-size: 2em;
}

div#header {
	display: none;
}

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}


div#rightnavyesyes {
	width: 91em; margin: 0 auto; 
}

#rightnavyesyes ul.menu {
	border-style: none;
	background-position: 0;
	padding-top: 60px;
}

#rightnavyesyes ul.menu li.rss a {
	display: none;
}

li.tab.tab-home {
	margin-left: 210px;
}

#mynavfordiana ul.menu li.tab a {
	margin: 0;
	padding: 2px;
	text-transform: capitalize;
	background-color: #fff;
	border-style: none;
	font-size: 16px;
	letter-spacing: 0;
	word-spacing: 1px;
}

#mynavfordiana ul.menu li.tab a:hover{
	background-color: #6da923;
	color: #fff;
}

#mynavfordiana ul.menu li.tab {
	margin-right: 10px;
	border-style: none;
	background-color: #fff;
}

#rightnavyesyes ul.menu li.tab.tab a {
	padding: 5px;
	margin-right: 5px;
	background-color: #cf3b19;
	border-style: none;
	color: #fff;
	text-decoration: underline;
	font-size: 1.4em;
	text-transform: capitalize;
}

#rightnavyesyes ul.menu li.tab.tab a:hover {
	padding: 5px;
	margin-right: 5px;
	background-color: #cf3b19;
	border-style: none;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

div#possiblelogo {
	 width: 91em; margin: 0 auto; 
}

div#thisisthe100percent {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 214px;
	background-color: #cf3b19;
	padding: 0;
	background-image: url(http://dev.dianalongblog.com/wp-content/uploads/2009/12/dianabgscale.jpg);
}

#samewidthasmiddle { width: 766px; margin: 0 auto;
	height: 214px;
	background-color: #cf3b19;
	background-image: url(http://dev.dianalongblog.com/wp-content/uploads/2009/12/dianalongheader.jpg);
}

#samewidthasmiddle p {
	display: none;
}

div#logohere {
	width: 427px;
}

#text-6 h3 {
	display: none;
}

#optin h1 {
	text-align: center;
	font-size: 1.3em;
	font-variant: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}

#optin form table tbody tr td div input.button {
	clear: none;
}

#optin form table tbody tr {
}

#optin form table tbody tr td {
}

#twitter-1 h3 a.twitter_title_link {
	color: #555;
}

#text-3 h3 {
	display: none;
}

#text-3 div.textwidget {
	margin-top: -40px;
}

div#optin {
	padding: 5px;
	color: #fff;
	border: 2px dashed #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #d46b02;
}

div#mynavfordiana {
	border-style: none;
}

#mynavfordiana ul.menu {
	border-style: none;
	padding-top: 185px;
}

#mynavfordiana ul.menu li.rss a {
	display: none;
}
#text-335011399 div.textwidget ul li {
	display: inline;
	width: 50px;
}

#text-335011399 div.textwidget ul {
	text-align: center;
}

#text-335011396 div.textwidget {
	text-align: center;
}