/* @override 
	http://teapot:8888/stylesheets/chyrpstyle.css
	http://teapot:8888/stylesheets/chyrpstyle.css
	http://www.theteapotclub.com/stylesheets/chyrpstyle.css
*/

/*Chyrp Style
 CSS Document */

/* 	Controle Bar  */

div#controls {
	background-color: #333333;
	padding: .2em 0 .3em;
	width: 100%;
}

div#controls ul {
	margin: 0 auto;
	padding: .4em;
	width: 660px;
}

div#controls ul li {
	background: none;
	display: inline;
	margin: 0 7px;
	padding: 0;
}

div#controls ul li a:link,
div#controls ul li a:visited {
	color: #FFFFFF;
	border: none;
	font-size: 20px;
	text-decoration: none;
	border-bottom: #FFFFFF dotted 1px;
	padding: 0 .1em;
}

div#controls ul li a:hover {
	color: #990000;
	border-bottom: #CC0000 solid 1px;
}

div#controls ul li.close a:link,
div#controls ul li.close a:visited {
	color: #FFFFFF;
}

div#controls ul li.close a:hover {
	color: #990000;
}

/*  News Page Content */

.notice {
	color: #AA8800;
	background-color: #FFFF99;
	border: #FFCC33 solid 2px;
	padding: 3px;
	font-size: 16px;
	margin-bottom: 11px;
}

.pinned_text {
	content: "!";
	font-weight: bold;
	font-style: italic;
	color: #e35533;
	padding: 0px 6px;
	background-color: #FFFF99;
}

.warning {
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
	padding: 0px 6px;
	background-color: #CC9999;
}

.date {
	color: #666666;
	font-size: 18px;
	height: 0;
	left: 688px;
	padding-bottom: 5px;
	padding-right: 34px;
	padding-top: 10px;
	position: relative;
	text-align: right;
	top: 37px;
	width: 135px;
}

div#content form {
	text-align: center;
}

.post-navigation {
	overflow: hidden;
}

div.prev_next_links {
	display: block;
	height: 22px;
	background-color: bluegreen;
}

a.right, a.left, a.right:visited, a.left:visited {
	font-size: 18px;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	padding: 3px 8px 0px;
}

a.right, a.right:visited {
	padding-top: 2px;
	margin-top: -2px;
	height: 22px;
}

a.right:hover, a.left:hover, a.right:visited:hover, a.left:visited:hover {
	color: #990000;
	background-color: #CC9999;
	text-decoration: none;
}

a.right {
	float: right;
}

span.info, span.controls {
	padding-bottom: 37px;
	display: block;
	height: 24px;
	color: #888888;
}

span.info {
	background-image: url(/images/post_pattern.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

span.info a {
	background: #EFEFEF;
	padding: 0px 4px;
}

span.info a, span.controls a, span.info a:visited, span.controls a:visited {
	text-decoration: none;
	color: #888888;
}

span.info a:hover, 
span.controls a:hover, 
span.info a:visited a:hover, 
span.controls a:visited a:hover,
a#next_page_page.next_page, 
a#prev_page_page.prev_page,
span.pages {
	color: #555555;
	background-color: #EFEFEF;
	text-decoration: none;
}

span.info strong a, 
span.info strong a:visited, span.info strong a:hover, 
span.info strong a:visited a:hover,
a#next_page_page.next_page, 
span.pages {
	font-weight: normal;
}

span.controls {
	display: inline-block;
	padding: 8px 0px 0px;
}

span.controls a.post_edit_link:hover, span.controls a.post_edit_link:visited  a:hover, span.controls  a:hover, span.controls a:visited a:hover {
	text-decoration: underline;
}

div.post, div.page, #content h1 a, #content h2 a {
	background-color: #FFFFFF;
}

div.post, #content .page {
	padding: 20px 20px 10px 20px;
	font-size: 18px;
	margin-bottom: 0px;
}

div.post ul, #content .page ul {
	list-style-type: inherit;
}

span.post_body, #content .page {
	color: #540710;
	display: block;
	padding: 15px 20px;
}

span.post_body a, 
span.post_body a:visited, 
.page a, 
.page a:visited {
	color: #540710;
	text-decoration: none;
	border-bottom: #540710 1px;
	border-bottom-style: dotted;
}

span.post_body a:hover, 
span.post_body a:hover a:visited, 
.page a:hover, 
.page a:hover a:visited {
	color: #390203;
	border-bottom-style: solid;	
}

span.controls a.delete_link, 
span.controls a.delete_link:visited {
	color: #CC0000;
	background: url(/admin/themes/default/images/icons/delete.png) no-repeat #CCAAAA left;
	background-position: 4px;
	padding-left: 24px;
}
span.controls a.edit_link, 
span.controls a.edit_link:visited {
	color: #009900;
	background-color: #BBFFBB;
	background: url(/admin/themes/default/images/icons/edit.png) no-repeat #BBFFBB left;
	background-position: 4px;
	padding-left: 24px;
}

span.controls a, 
span.controls a:visited {
	border-bottom: none;
	padding: 1px 5px;
}
a#next_page_page.next_page, span.pages,
a#prev_page_page.prev_page  {
	font-size: 20px;
	padding:2px 5px;
	bottom: 3px;
	position: relative;
	left: 0px;
}
a#next_page_page.next_page,
a#prev_page_page.prev_page  {
	margin-left: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	background-color: bisque;
}
a#next_page_page.next_page:hover,
a#prev_page_page.prev_page:hover {
	color: #CC0000; 
	background: #CCAAAA;
}
#content h1, #content h2, #albums ul li {
	margin-left: 0px;
	font-size: 35px;
}

.archive_list li {
	margin-left: 0px;
	font-size: 24px;
}

#content h1 a, #content h2 a, .archive_list li a {
	display: block;
	font-style: italic;
	padding-left: 10px;
	background-color: #ffe4c4;
	margin-left: 0px;
}

#content h1 a, #content h2 a, #content h1 a:visited, #content h2 a:visited, #content p, #albums ul li a, #albums ul li a:visited, ul.archive_list li a, ul.archive_list li a:visited {
	color: #666666;
	text-decoration: none;
}

#content h1 a:hover, #content h2 a:hover, 
#content h1 a:visited a:hover, 
#content h2 a:visited a:hover,  
ul.archive_list li a:hover, ul.archive_list li a:visited a:hover {
	background-color: #ffe9d0;
	text-decoration: none;
	color: #777777;
}

#content div.page blockquote {
	font-style: italic;
	text-align: center;
	background-color: #DEFFDE;	
}

çconternt p {
	margin: 10px 0 10px 0;
}

#albums ul, ul.archive_list {
	list-style-type: none;
}

ul.archive_list li {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.post link h2 {
	border: black 5px solid;
}
#albums ul li {
	overflow: hidden;
	width:770px;
	height: 125px;	
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 13px;
}
#albums ul li:hover {
	border-color: bisque;
	border-style: solid;
	border-width: 13px;
	text-decoration: underline;
}
#albums ul li a img {
	border:none;
	margin:0px 0 0 0 ;
	padding:0px;	
}
#albums ul li a.ablum_title,
#albums ul li a.ablum_title:visited {
	font-size: 65px;
	color: #FFFFFF;
	font-style: italic;
	position: relative;
	top: -510px;
	left: 20px;
}	
a.ablum_title:hover, a.ablum_title:visited:hover {
	text-decoration: underline;	
}
.photo a img {
	display: block;
	position: relative;
	z-index: 2;
}
.photo span.post_body {
	padding: 0px;
	margin-top: 0px;
	position: relative;
	top: -40px;
	z-index: 1;
}
div.gallery_note {
	background:url(/images/gallery_tab2.jpg) no-repeat #FFFFFF;
	background-position:bottom;
	width:279px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:30px;
	font-style:italic;
	margin-bottom: -35px;
}
div.gallery_note p {
	margin:0px;
	padding:5px 20px 13px 20px;		
}


/*  Footer Tag Cloud  */

div#footer ul {
	padding-bottom: 5px;
}

div#content ul.tag_list {
	display: block;
	list-style-type: none;
	width: 500px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding-bottom: 30px;
}

div#content ul.tag_list li {
	display: inline-block;
	margin-right: 10px;
}

div#content ul.tag_list li a.tag {
	padding: 4px 10px;
	font-size: 30px;
	width: auto;
}

div#footer ul li ul#tags_list li a {
	padding: 0px 4px;
}

div#footer ul#tags_list li a, 
div#content a.tag , 
div#footer ul#tags_list li a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
	display: block;
	padding: 2px 4px;
	width: auto;
	margin-right: 7px;
	margin-bottom: 5px;
	float: left;
	background-color: #CCCCCC;
}

div#footer ul#tags_list li a:hover, 
div#footer ul#tags_list li a:visited a:hover, 
div#content a.tag:hover {
	color: #990000;
	background-color: #CC9999;
	text-decoration: none;
	border-bottom: none;
}

/*  Debugger  */

#debug {
	background: #ffffdd;
	color: #666;
	padding: .4em .75em .5em .75em;
	border-top: .1em solid #ddd;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 33%;
	overflow-y: scroll;
	overflow-x: hidden;
}

#debug h5 {
	margin: 0;
	font-size: 1.1em;
	color: #a3a39a;
}

#debug h5 .sub {
	color: #b3b3aa;
}

#debug ol.queries li {
	margin: 0 0 1em;
}

#debug pre {
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 .5em;
	xoverflow-x: scroll;
	word-wrap: break-word;
}

#debug .toggle {
	font-weight: bold;
	color: #666;
	float: right;
}
