/* @override 
	http://www.phillipsceremonies.com/wordpress/wp-content/themes/thesis_17/custom/custom.css
*/

/*
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/
*/

.custom body {
	font-size: 100%;
}

.custom #container {
	width: 844px;
}

.custom #page {
	width: 800px;
}

.custom .menu {
	width: 800px;
}

.custom #content_box {
	margin-bottom: 0;
	width: 800px;
	background-image: url(http://www.phillipsceremonies.com/wordpress/wp-content/themes/thesis_17/custom/images/bg20x760.gif);
	background-repeat: repeat-y;
	background-position: 0 2em;
}

.custom .post_box {
	padding-top: 1.2em;
}

.custom .wp-caption {
	background-color: #fff;
}

/* TOC list */

.custom .toc {
	margin-left: 1em;
}

.custom .toc ul {
	list-style: disc inside;
	line-height: 1.2em;
}

.custom .toc ul li a {
	color: #b00000;
	font-size: small;
}

.custom .toc ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

.custom #content {
	width: 560px;
	float: right;
	margin-right: 20px;
	padding-right: 0px;
	margin-left: 20px;
	margin-top: -60px;
}

.custom #header {
	margin: 1px 0px 0px 200px;
	padding: 20px 0 30px 0;
	text-align: center;
	height: 100px;
}

.custom #header #tagline {
	font-size: 18pt;
	height: 0;
}

.custom #multimedia_box {
	margin-bottom: 1.4em;
	margin-top: 0px;
	border: 0 #FEE39A;
	padding: 0;
}

.custom #image_box img {
	display: block;
	border: 0;
	padding: 0;
}

.custom #image_box img.four_by_three {
	width: 200px;
	height: 150px;
}

.custom #padleft {
	padding-left: 10px;
}

.custom #archive_info {
	display: none;
}

.custom .comments_closed {
	display: none;
}

.custom .format_text p.squib {
	font-weight: bold;
	color: #990000;
	line-height: 1.4em;
}

/* footer */

.custom #footer_area .page {
	background: transparent;
}

.custom #footer_navi {
	margin-top: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.custom .footer_cats {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

.custom #footer_navi ul,
.custom #footer_navi li,
.custom .footer_cats ul,
.custom .footer_cats li {
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
	font-size: small;
	color: #b00000;
	border-left: .1em #888888 solid;
}

.custom #footer_navi li:first-child,
.custom .footer_cats li:first-child {
	border: none;
}

.custom #footer_navi a, .custom .footer_cats a {
	border-bottom-width: 0;
}

.custom #footer_navi li a, .custom .footer_cats li a {
	color: #b00000;
	text-decoration: none;
}

.custom #footer_navi li a:hover {
	color: #b00000;
	text-decoration: underline;
}

html, .custom {
	height: 100%;
}

.custom #footer {
	height: 12em;
	background-color: #fee39a;
	padding: 1.5em 1em 1.5em 1em;
	margin: 0;
	text-align: center;
	border-top: .2em #ddd solid;
	border-bottom: .2em #ddd solid;
}

.custom .wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -12em;
/* the bottom margin is the negative value of the footer's height */
}

.custom #footer_area, .custom .push {
	height: 12em;
/* .push must be the same height as .footer */
}

/* widgets */

.custom li.widget .widget_box {
	border: 0 #FEE39A;
	background-color: #fee39a;
}

.custom li.widget {
	margin-bottom: 1.25em;
}

.custom li.widget ul li ul li {
	color: #B00000;
	font-weight: normal;
	margin-bottom: .5em;
}

.custom li.widget ul li {
	color: #000;
	font-weight: bold;
	margin-bottom: 0em;
}

.custom ul li.widget_twitter { margin-top: 2em; }

.custom ul li.widget ul.tweets li
{
	font-weight: normal;
	font: .9em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: white;
	padding: 0.5em;
	margin-left: 10px;
	margin-right: -10px;
	border: 1px solid #000;
	margin-bottom: 5px;
}

.custom #sidebar_1 .widget_twitter li a
{
	color: #B00000;
	display: block;
	text-decoration: none;
	background-color: white;
	margin: 0 15px 0 0;
	padding: 4px 0 2px 0px;
	font-weight: normal;
}

.custom #sidebar_1  li.widget_twitter h3 a
{
	color: #000000;
}

.custom #sidebar_1 li a:hover, .custom #sidebar_1 li a:active
{
	color: white;
	background-color: #b00000;
}

.custom .textwidget a {
	color: #000;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

/* sidebar */

.custom #sidebars {
	width: 200px;
	padding: 0 0 0;
	margin-top: -150px;
	margin-bottom: 0;
	position: relative;
}

.custom .sidebar h3 {
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 0.3em;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
}

.custom .sidebar .widget_twitter h3 {
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 0.3em;
	color: #000;
	font-weight: bold;
	padding-left: 0px;
}

.custom .headline_area h1, 
.custom .headline_area h2 {
	font-size: 3.0em;
	font-style: italic;
	line-height: 1.364em;
	text-align: center;
}

.custom .format_text h3 {
	font-size: medium;
	font-weight: bold;
	line-height: 1.4em;
	margin: 1.7em 0 0em 0;
}

.custom .format_text {
	font-size: 1.6em;
	line-height: 1.571em;
}

.custom .format_text img.left, 
.custom .format_text img.alignleft, 
.custom .wp-caption.alignleft {
	margin-top: .5em;
	margin-right: 1.15em;
	margin-bottom: 1.15em;
	margin-left: 0pt;
}

.custom .format_text img.right, 
.format_text img.alignright, 
.wp-caption.alignright {
	margin-top: .5em;
	margin-right: 0pt;
	margin-bottom: 1.15em;
	margin-left: 1.15em;
}

.custom #sidebar_1 {
	list-style-type: none;
	margin: 0 0 0 -10px;
	padding: 0;
	width: 202px;
}

.custom #sidebar_1 li a {
	color: #B00000;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	background-color: #fee39a;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #ffc;
	border-bottom: 1px solid #ffc;
}

.custom #sidebar_1 li a:visited {
	color: #B00000;
}

.custom #sidebar_1 li a:hover,
.custom #sidebar_1 li a:active {
	color: white;
	background-color: #B00000;
}

.custom #sidebar_1 li.selected a {
	background-color: #ffc;
	color: #000;
}

.custom div#wpm1 a img,
.custom div#wpm12 a img,
.custom div#wpm14 a img {
	height: 0;
	width: 0;
	border-width: 0;
}

.custom div#wpm1 a:hover img,
.custom div#wpm12 a:hover img,
.custom div#wpm14 a:hover img {
	height: 150px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

/* pullquotes */

.custom .pullquote {
	float: left;
	background: #fee39a;
	border: 1px solid #000;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 1em;
	font: 1em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.custom .pullquote_left {
	width: 300px;
	margin: 5px 15px;
	font-size: 1.1em;
	float: left;
	background: url(/images/blockquote.gif) no-repeat 5px 10px;
	padding: 10px 0 10px 50px;
	border: 3px double #000;
	color: #990000;
}

.custom .pullquote_right {
	width: 270px;
	margin: 5px 0 5px 20px;
	float: right;
	background: white url(/images/blockquote.gif) no-repeat 5px 10px;
	padding: 10px 10px 10px 50px;
	border: 1px solid #000;
	font: .9em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.custom .pullquote_shortleft {
	width: 200px;
	margin: 5px 15px 5px 0;
	padding: 12px 24px 12px 48px;
	float: left;
	background: white url(/images/blockquote.gif) no-repeat 5px 10px;
	border: 1px solid #000;
	line-height: 1.1em;
	font-size: .9em;
	color: #111;
}

.custom blockquote0 {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: .5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

.custom blockquote0:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}

.custom blockquote0 p {
	display: inline;
}

.custom #header0 {
	border-bottom: none;
	padding: 0
}

.custom #header0 #logo a {
	display: block;
	height: 150px;
	width: 600px;
	background-position: 0 0;
	margin: 1px 0 10px 0;
	outline: none;
	padding-bottom: 0px;
}

.custom #header0 #logo, .custom #header0 #tagline {
	text-indent: -9999px;
}

