/*  
Theme Name: Scully
Theme URI: http://www.hellcola.com
Description: WP Scully theme designed by <a href="http://www.hellcola.com">HellCola</a>.
Version: 1.0
Author: Killian
Author URI: http://www.hellcola.com

*/

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #F6C967;
	background: #EDA4FF;
	margin: 0px;
	padding: 0px 0px 30px;
}
a {
	color: #f04848;
	text-decoration: none;
}
a:visited {
	color: #f04848;
	text-decoration: none;
}
a:hover {
	color: #bfd3d1;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 0px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 230px;
	padding-top: 60px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
}
h1 a, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	color: #f04848;
	text-decoration: none;
}
h2 {
	color: #121212;
	margin: 0px 0px 2px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
}
h2 a, h2 a:visited {
	color: #121212;
	text-decoration: none;
}
h2 a:hover {
	color: #ff0000;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #f04848;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #f04848;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 950px;
	background: #462100;
	background: #5c8d0c url(images/mid.gif) repeat-y;

}
/* header area */
#header {
	background: #0FACEA url(images/header-bg.jpg) no-repeat;
	height: 239px;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 275px;
	top: 128px;
	bottom: 3px;
	color: #f04848;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 25px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #f04848;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: block;
}
#nav .page_item a:hover {
	color: #FFFFFF;
}

#headerimg .search {
	position: absolute;
	left: 600px;
	bottom: 58px;
}


/* content area */
blockquote {
	background-color: #FFF;
  font-size: 12px;
  color: #666;
	padding: 3px 5px;
	border: thin;
	border-style:dotted;
	border-color: #EDA4FF;
  margin: 0;
}
	
	
.banner {
	clear:both;
  margin: 0 0 0 24px;
	width: 902px;
  height: 42px;
}

#content { 
  overflow: auto;
  height: 500px;
	padding: 0px 10px 30px 10px;
	margin-left: 28px;
  margin-bottom: 15px;
	float: left;
	width: 415px;
  border: solid 3px #FFF;
  background-color: #F686DE;
}
#content_right {
  overflow: auto;
  height: 500px;
	padding: 0px 10px 30px 10px;
	margin-right: 27px;
	float: right;
	width: 415px;
  border: solid 3px #FFF;
  background-color: #F686DE;
}

.dialog {
 width:96%;
 margin:10px auto;
 color:#000;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.dialog .ft .c {
 height:10px;
}

.dialog .hd {
 background:transparent url(images/post/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(images/post/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(images/post/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(images/post/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 padding:0 1em;
}

.dialog .ft {
 background:transparent url(images/post/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(images/post/br.gif) no-repeat right 0px;
}


.page_base {
  margin: 0 0 0 25px;
	width: 903px;
}

.page_base .hd .c,
.page_base .ft .c {
 font-size:1px; /* ensure minimum height */
 height:28px;
}

.page_base .ft .c {
 height:28px;
}

.page_base .hd {
 background:transparent url(images/page/tl.gif) no-repeat 0px 0px;
}

.page_base .hd .c {
 background:transparent url(images/page/tr.gif) no-repeat right 0px;
}

.page_base .bd {
 background:transparent url(images/page/ml.gif) repeat-y 0px 0px;
}

.page_base .bd .c {
 background:transparent url(images/page/mr.gif) repeat-y right 0px;
}

.page_base .bd .c .s {
 margin:0px 8px 0px 4px;
 padding:0 3em;
}

.page_base .ft {
 background:transparent url(images/page/bl.gif) no-repeat 0px 0px;
}

.page_base .ft .c {
 background:transparent url(images/page/br.gif) no-repeat right 0px;
}

.show_today {
  width: 889px;
  height: 500px;
	margin-left: 28px;
  border: solid 3px #fff;
}

.post {
	clear:both;
  font-size: 14px;
  color: #414141;
}
#post-wifes {
  background: transparent;
  width: 100%;
}
.post-wife {
	float: left;
  font-size: 14px;
  color: #414141;
  width: 120px;
  margin: 0 10px 10px 10px;
  text-align: center;
  border: 2px solid #999;
  background-color: #FFF;
  padding: 10px 9px;
}
.wife-photo {
  float: left;
}
.post-hotel {
  font-size: 14px;
  color: #414141;
  width: 762px;
  margin: 0 10px 10px 10px;
  border: 1px solid #999;
  background-color: #FFF;
  padding: 10px 20px;
}
h3.hotel {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
table.hotel {
  width: 330px;
  border: 1px solid #CCC;
  padding: 5px;
}
table.hotel td {
  border-bottom: 1px dotted #CCC;
}
.post-subject {
  font-size: 16px;
  font-weight: bold;
  color: #BD82CB;
  width: 100%;
  padding: 0.3em 0.5em;
  border-bottom: 1px solid #BD82CB;
  margin-bottom: 1em;
}

.post-content {
  font-size: 12px;
  color: #666;
}

.post-date {
  font-size: 12px;
}
.post-title {
	margin: 0 0 10px -1%;
	width: 101%;
  background-color: #FBDBF4;
  padding: 4px 1% 2px 1% ;
}
.post-title h2{
  font-size: 14px;
  margin:0;
}

.entry {
  width: 100%;
  font-size: 12px;
  color: #666;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #f04848;
}
.previous-entries a {
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #7D4717;
	border: 1px dotted #F6C967;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #f04848;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #FFFFFF;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #f04848;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#c2d7d8;
	border: 1px solid #000000;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#c2d7d8;
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: left;
	padding: 0px 10px 20px 20px;
	margin-top: -10px;
	width: 260px;
	color: #F6C967;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	background: url(images/sidebar-title.gif) no-repeat !important;

	height: 20px;
	width: 265px;
	color: #000000;
  padding-left: 10px;
	padding-top: 7px;
	margin: 14px 0px 0px -5px;
  font-weight: bold;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover{
	color: #f04848;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 3px;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px dotted #F6C967;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
#calendar_wrap {
  text-align:center;
}

/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #F6C967;
	width: 244px;
	height: 16px;
	padding: 4px 5px 0px 5px;
	background: #fff;
	margin-right: 2px;
	color: #462100;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #F6C967;
	vertical-align: middle;
}

/* footer area */
#footer {
  height: 122px;
	clear: both;
	text-align: left;
	background: #000000 url(images/footer-bg.gif) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
  line-height: 182px;
  padding-left: 30px;
}
#footer a, #footer a:visited {
	color: #f04848;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 950px;
	color: #63472E;
	font-size: 12px;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #381B02;
}
.rss {
	background: url(images/feed.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#content table {
  padding: 5px;
  font-size: 14px;
	background: #2B1400;
	border: 1px dotted #B45500;
}
#content td {
  padding: 5px;
	border: 1px dotted #924500;
}

#single_top {
  width: 850px;
  height: 35px;
  margin: 0 auto;
	background: #EDA4FF url(images/single_top.gif) no-repeat;
}
#single_page {
	margin: 0px auto;
	width: 850px;
	background: #462100;
	background: #5c8d0c url(images/single_mid.gif) repeat-y;
}
#single_footer {
  height: 122px;
	clear: both;
	text-align: left;
	background: #000000 url(images/single_footer.gif) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
  line-height: 182px;
  padding-left: 30px;
}
#single_footer a, #single_footer a:visited {
	color: #f04848;
}
#content_single { 

	padding: 0px 10px 30px 10px;
  margin: 0 ;
}
.single_name {
  padding: 15px 0;
  font-size: 30px;
  height: 30px;
}


.page_base_s {
  margin: 0 auto;
	width: 702px;
}

.page_base_s .hd .c,
.page_base_s .ft .c {
 font-size:1px; /* ensure minimum height */
 height:28px;
}

.page_base_s .ft .c {
 height:28px;
}

.page_base_s .hd {
 background:transparent url(images/page/tl.gif) no-repeat 0px 0px;
}

.page_base_s .hd .c {
 background:transparent url(images/page/tr.gif) no-repeat right 0px;
}

.page_base_s .bd {
 background:transparent url(images/page/ml.gif) repeat-y 0px 0px;
}

.page_base_s .bd .c {
 background:transparent url(images/page/mr.gif) repeat-y right 0px;
}

.page_base_s .bd .c .s {
 margin:0px 8px 0px 4px;
 padding:0 15px;
}

.page_base_s .ft {
 background:transparent url(images/page/bl.gif) no-repeat 0px 0px;
}

.page_base_s .ft .c {
 background:transparent url(images/page/br.gif) no-repeat right 0px;
}

#authenticated { 
	width: 90%;
  margin: 0 auto;
}
.authenticated {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.button {	
	border: outset 2px #FFCCFF;
	background-color: #D24DB6;
	font-size: 14px;
	line-height : 1.4 ;
	width: 200px;
	margin-bottom: 10px;
  margin: 0 auto 5px auto;
}
.button a {
	display:block;
	text-decoration:none;
	color: #FFF;
}
.button a:hover {
	background-color:#FFFFFF;
	color: #FF00AE;
}
.years {
	font-size: 14px;
	color: #FF00AE;
	margin-bottom: 5px;
}

.top {
 width:96%;
 margin:10px auto;
 color:#000;
}

.top .hd .c,
.top .ft .c {
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.top .ft .c {
 height:10px;
}

.top .hd {
 background:transparent url(images/post/tlw.gif) no-repeat 0px 0px;
}

.top .hd .c {
 background:transparent url(images/post/trw.gif) no-repeat right 0px;
}

.top .bd {
 background:transparent url(images/post/mlw.gif) repeat-y 0px 0px;
}

.top .bd .c {
 background:transparent url(images/post/mr.gif) repeat-y right 0px;
}

.top .bd .c .s {
 margin:0px 8px 0px 4px;
 padding:0 1em;
}

.top .ft {
 background:transparent url(images/post/blw.gif) no-repeat 0px 0px;
}

.top .ft .c {
 background:transparent url(images/post/brw.gif) no-repeat right 0px;
}