/*
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/
*/

/***************************************
Design: Snarky Kisses
Version: 1.2
Description: Custom for SK
Theme URL: http://snarkykisses.com
Author: <a href="http://snarky-designs.com">Snarky Designs</a>.
Author URL: http://snarky-designs.com
****************************************/
body {
background: url("images/SKBackgroundWrapper.png") repeat-x;
}
* {
margin:0;
padding:0;
}
.custom #container {
margin:0 auto;
width:1000px;
}
.custom #content_box {
width:1000px;
}
#page {
background:none repeat scroll 0 0 #FFFFFF;
margin:0 auto;
padding:0;
width:1000px;
}
.custom #header {
background: url("images/SKheader.png");
border:0 none;
height:201px;
margin-left: -22px;
margin-top: -22px;
padding:0;
width:1020px;
}
.custom #header ul {
list-style:none outside none;
margin:0;
padding:0;
}
.custom #header .title a {
height:150px;
left:740px;
position:absolute;
top:166px;
width:450px;
display: none;
}
.custom #header .about a {
height:30px;
left:145px;
position:absolute;
top:330px;
width:55px;
}
.custom #column_wrap {
float:left;
width:800px;
}
.custom #blogherads {
margin:10px;
width:1000px;
height:100px;
}
.custom #header, #footer {
padding-left:0;
padding-right:0;
}
.custom .post_box, .teasers_box {
clear:both;
}
.teaser {
float:left;
}
.teaser_right {
float:right;
}
.top {
border:medium none;
}
.custom #footer {
border:0 none;
clear:both;
text-align:center;
}
.custom #content a {
color:#DE393D;
text-decoration:none;
}
.custom #content a:hover, a:visited{
color:#4B8A90;
text-decoration:none;
}
a.post_image_link {
outline:medium none;
}
.custom a img {
border:medium none;
max-width:450px;
height:auto;
}
blockquote {
border-left:1px solid #DDDDDD;
color:#666666;
}
abbr, acronym {
border-bottom:medium none;
cursor:help;
letter-spacing:1px;
line-height:1em;
text-transform:uppercase;
}
code {
background:none repeat scroll 0 0 #EEEEEE;
line-height:1em;
}
pre {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #DDDDDD;
clear:both;
overflow:auto;
}
p.center {
text-align:center !important;
}
p.bottom {
margin:0 !important;
}
.remove_bottom_margin {
margin-bottom:0 !important;
}
input, textarea {
background:none repeat scroll 0 0 #EEEEEE;
border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
border-style:solid;
border-width:1px;
color:#444444;
font-size:1em;
}
input:focus, textarea:focus {
background:none repeat scroll 0 0 #FFFFFF;
border-color:#777777 #CCCCCC #CCCCCC #777777;
}
.sidebar .text_input {
width:95%;
}
.custom input.form_submit {
background:url("lib/images/submit-bg.gif") repeat scroll 0 0 transparent;
border-color:#CCCCCC #999999 #999999 #CCCCCC;
border-style:double;
border-width:3px;
color:#111111;
cursor:pointer;
font-weight:bold;
overflow:visible;
}
#commentform input.form_submit {
border-width:3px;
}
.custom input.form_submit:hover {
color:#97AB38;
}
.custom #commentform textarea {
font-size:14px;
}
.custom img.alignleft, img.left {
float:left;
max-width:450px;
height:auto;
}
.custom img.alignright, img.right {
float:right;
max-width:450px;
height:auto;
}
.custom img.aligncenter, img.center {
clear:both;
display:block;
float:none;
margin-left:auto;
margin-right:auto;
max-width:450px;
height:auto;
}
.custom img.alignnone, img.block {
clear:both;
display:block;
max-width:450px;
height:auto;
}
img.frame {
background:none repeat scroll 0 0 #EEEEEE;
border-color:#DDDDDD;
border-style:solid;
}
img.stack {
clear:none !important;
}
img[align="left"] {
clear:left;
float:left;
}
img[align="right"] {
clear:right;
float:right;
}
img[align="middle"] {
clear:both;
display:block;
float:none;
margin-left:auto;
margin-right:auto;
}
.wp-caption {
background-color:#EEEEEE;
border-color:#DDDDDD;
border-style:solid;
font-style:italic;
text-align:center;
}
.wp-caption.alignleft {
float:left;
}
.wp-caption.alignright {
float:right;
}
.wp-caption.aligncenter {
clear:both;
float:none;
margin-left:auto;
margin-right:auto;
}
.wp-caption.alignnone {
clear:both;
}
h1, h2, h3, h6 {
font-size:20px;
font-weight:normal;
}
.custom h1, h2, h2 a {
color:#DE393D;
margin:0 0 10px;
}
h4, h5 {
font-weight:bold;
}
h5, h6 {
letter-spacing:1px;
text-transform:uppercase;
}
.custom .format_text {
color:#313131;
font-size:15px;
line-height:19px;
}
.format_text h2 {
font-weight:bold;
}
.format_text h2.top, .format_text h3.top {
margin-top:0 !important;
}
.custom .sidebar h3 {
font-variant:small-caps;
font-weight: bold;
color: #4B8A90;
letter-spacing:3px;
}
.headline_meta {
font-style:italic;
}
.headline_meta span, .headline_meta abbr {
font-style:normal;
letter-spacing:1px;
text-transform:uppercase;
}
.headline_meta a {
border-bottom:1px solid #EEEEEE;
}
.custom .menu {
list-style:none outside none;
margin-left: 5px;
margin-top: -10px;
padding:0;
width:1000px;
border-bottom: 1px dotted #dddddd;
}
.custom .menu li {
float:left;
position:relative;
}
.custom .menu ul {
list-style:none outside none;
position:absolute;
visibility:hidden;
z-index:50;
}
.custom .menu ul li {
clear:both;
}
.custom .menu a {
display:block;
}
.custom .menu table {
border-collapse:collapse;
left:0;
position:absolute;
}
.custom .menu table table {
top:0 !important;
}
.custom .menu ul ul {
position:absolute;
top:0;
}
.custom .menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul {
visibility:visible;
}
.custom .menu :hover ul ul, .menu :hover ul :hover ul ul {
visibility:hidden;
}
.custom .menu a, .menu .current ul a, .menu .current-cat ul a {
background:none repeat scroll 0 0 transparent;
color:#cd631d;
}
.custom .menu, .menu a, .menu li ul {
}
.custom .menu a {
letter-spacing:2px;
text-transform:none;
}
.custom .menu .current > a, .menu .current-cat > a {
cursor:text;
}
.custom .menu .rss {
float:right;
}
.custom .menu .rss a, .menu .rss a:hover {
background:url("lib/images/icon-rss.gif") no-repeat scroll 100% 50% transparent;
border:medium none;
padding-right:16px;
}
.custom .menu .rss a:hover {
text-decoration:underline;
}
#logo {
font-weight:bold;
}
#tagline {
font-weight:normal;
}
.custom .format_text a {
text-decoration:none;
}
.custom .format_text a:hover {
text-decoration:none;
}
.format_text p.note {
background:none repeat scroll 0 0 #F5F5F5;
border:1px solid #DDDDDD;
}
.custom .format_text p{
margin: 0 0 1.3em 0;
}
.format_text p.alert {
background:none repeat scroll 0 0 #FFFFA0;
border:1px solid #E5E597;
}
.format_text .drop_cap {
color:#888888;
float:left;
}
.format_text ul {
list-style:square outside none;
}
.format_text dt {
font-weight:bold;
}
.format_text blockquote.right, .format_text blockquote.left {
border:medium none;
}
.format_text blockquote.right {
float:right;
}
.format_text blockquote.left {
float:left;
}
.format_text blockquote.right p, .format_text blockquote.left p {
margin:0;
}
.format_text .ad {
clear:right;
float:right;
}
.format_text .ad_left {
clear:left;
float:left;
}
.format_text .to_comments {
clear:both;
color:#666666;
}
.format_text .to_comments span {
color:#111111;
line-height:1em;
}
.format_text .to_comments span.bracket {
color:#CCCCCC;
}
.format_text .to_comments a {
color:#666666;
text-decoration:none;
}
.format_text .to_comments a:hover {
color:#111111;
text-decoration:underline;
}
.post_tags {
color:#666666;
}
.post_tags a {
text-decoration:none;
}
.post_tags a:hover {
text-decoration:underline;
}
#feature_box {
background:none repeat scroll 0 0 #EEEEEE;
border-color:#DDDDDD;
border-style:solid;
}
.teaser a.teaser_link:hover {
text-decoration:underline;
}
.teaser .teaser_author {
font-style:italic;
}
.teaser .teaser_author .author {
font-style:normal;
letter-spacing:1px;
text-transform:uppercase;
}
.teaser .edit_post {
letter-spacing:1px;
}
.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {
border-bottom:1px solid #EEEEEE;
color:#4B8A90;
letter-spacing:1px;
text-transform:uppercase;
}
.teaser .teaser_author a {
font-style:normal;
}
.teaser .format_teaser a {
text-decoration:underline;
}
.teaser .format_teaser a:hover {
text-decoration:none;
}
#archive_info {
border-color:#DDDDDD;
border-style:solid;
}
#archive_info p {
letter-spacing:2px;
text-transform:uppercase;
}
.custom .prev_next {
border:medium none;
clear:both;
color:#D16510;
letter-spacing:2px;
text-transform:uppercase;
}
.prev_next .next {
text-align:right;
}
.prev_next .floated {
float:left;
}
.prev_next a {
text-decoration:none;
}
.custom .prev_next a:hover {
text-decoration:none;
}
.post_nav a {
letter-spacing:normal;
text-transform:none;
}
#comment_nav_2 {
border-color:#DDDDDD;
border-style:solid;
}
.image_box, .custom_box {
border-color:#DDDDDD;
border-style:solid;
}
#image_box img {
background:none repeat scroll 0 0 #FFFFFF;
border-color:#BBBBBB;
border-style:solid;
}
.custom .sidebar a:hover {
color:#000000;
text-decoration:none;
}
ul.sidebar_list {
list-style:none outside none;
}
li.widget {
width:100%;
}
li.centered {
text-align:center;
}
li.widget p a {
text-decoration:underline;
}
li.widget p a:hover {
text-decoration:none;
}
li.widget ul {
list-style:none outside none;
}
li.widget ul li .num_comments {
color:#111111;
}
.custom li.widget .widget_box {
background:none repeat scroll 0 0 #DFE3CF;
border-color:#97AB38;
border-style:solid;
}
.thesis_widget_subscriptions .sub_rss a {
background:url("lib/images/icon-rss.gif") no-repeat scroll 0 50% transparent;
padding-left:20px;
}
.thesis_widget_subscriptions .sub_email a {
background:url("lib/images/icon-email.gif") no-repeat scroll 0 50% transparent;
padding-left:20px;
}
li.thesis_widget_google_cse form input[type="text"] {
width:95%;
}
li.thesis_widget_google_cse form input[type="submit"] {
background:url("lib/images/submit-bg.gif") repeat scroll 0 0 transparent;
border-color:#CCCCCC #999999 #999999 #CCCCCC;
border-style:double;
border-width:3px;
color:#111111;
cursor:pointer;
font-weight:bold;
}
.custom li.thesis_widget_google_cse form input[type="submit"]:hover {
color:#97AB38;
}
#calendar_wrap {
padding:0 1%;
width:98%;
}
#calendar_wrap a {
font-weight:bold;
}
#calendar_wrap a:hover {
background:none repeat scroll 0 0 #DDDDDD;
text-decoration:none;
}
table#wp-calendar {
border-collapse:collapse;
width:98%;
}
table#wp-calendar caption {
background:none repeat scroll 0 0 #E5E5E5;
font-weight:normal;
letter-spacing:2px;
text-transform:uppercase;
}
table#wp-calendar th {
background:none repeat scroll 0 0 #F2F2F2;
border-bottom:1px solid #DDDDDD;
text-align:center;
width:14%;
}
table#wp-calendar td {
color:#888888;
text-align:center;
width:14%;
}
table#wp-calendar td#next, table#wp-calendar td#prev {
letter-spacing:1px;
text-transform:uppercase;
width:45%;
}
table#wp-calendar td#next {
text-align:right;
}
table#wp-calendar td#prev {
text-align:left;
}
.comments_intro p {
color:#666666;
}
.comments_intro a {
text-decoration:underline;
}
.comments_intro a:hover {
text-decoration:none;
}
.comments_intro span {
color:#111111;
line-height:1em;
}
.comments_intro span.bracket {
color:#CCCCCC;
}
dl#comment_list {
border-top:1px dotted #BBBBBB;
}
dl#comment_list dt a:hover {
text-decoration:underline;
}
dl#comment_list dt .comment_author {
font-weight:bold;
}
.avatar img {
float:right;
}
.comment_time, .edit_comment {
color:#888888;
}
.comment_time {
white-space:nowrap;
}
.comment_time a, .edit_comment a {
color:#888888;
}
.comment_time a:hover, .edit_comment a:hover {
color:#888888;
}
.comment_num {
float:right;
}
dl#comment_list .comment_num a {
color:#AAAAAA;
font-weight:bold;
}
dl#comment_list .comment_num a:hover {
background:none repeat scroll 0 0 #AAAAAA;
color:#FFFFFF;
text-decoration:none;
}
.custom dl#comment_list .bypostauthor {
background:none repeat scroll 0 0 #F0F0F0;
}
.custom dl#comment_list dd {
border-bottom:1px dotted #666666;
}
dl#comment_list dd p.reply a {
color:#888888;
letter-spacing:1px;
text-decoration:none;
text-transform:uppercase;
}
dl#comment_list dd p.reply a:hover {
text-decoration:underline;
}
dl#comment_list dl {
border-top:0 none;
}
dl#comment_list dl dt, dl#comment_list dl dd {
background:none repeat scroll 0 0 transparent;
}
dl#comment_list dl dd {
border-bottom:0 none;
}
dl#comment_list dl .bypostauthor {
background:none repeat scroll 0 0 transparent;
}
dl#comment_list dl dt, dl#comment_list dl dd .format_text {
border-color:#BDE0E6;
border-style:solid;
}
dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {
border-color:#BDE0E6;
}
.custom #comments {
margin:30px;
}
a.comment_link {
border-bottom:1px solid #BBBBBB;
color:#111111;
font-variant:small-caps;
text-decoration:none;
}
a.comment_link:hover {
border-bottom-color:#111111;
color:#111111;
}
#trackback_list {
border-top:1px dotted #BBBBBB;
}
#trackback_list a {
color:#111111;
}
#trackback_list a:hover {
color:#111111;
text-decoration:underline;
}
#trackback_list span {
color:#888888;
}
.comments_closed p {
color:#888888;
letter-spacing:1px;
text-transform:uppercase;
}
#respond_intro p {
color:#555555;
}
#respond_intro p a {
font-weight:bold;
}
#respond_intro p a:hover {
text-decoration:underline;
}
#cancel-comment-reply-link {
background:none repeat scroll 0 0 #D16510;
border-color:#D16510 #D16510 #D16510 #D16510;
border-style:solid;
color:#FFFFFF;
float:right;
letter-spacing:1px;
text-transform:uppercase;
}
.login_alert {
background:none repeat scroll 0 0 #F5F5F5;
border:1px solid #DDDDDD;
}
.login_alert p {
font-weight:bold;
}
.login_alert p a:hover {
text-decoration:underline;
}
.comment_moderated {
font-weight:bold;
}
#commentform {
border-top:1px dotted #BBBBBB;
}
#commentform p {
margin-bottom:1em;
font-size:14px;
}
#commentform p a {
text-decoration:underline;
}
#commentform p a:hover {
text-decoration:none;
}
#commentform p .required {
color:#DD0000;
}
#commentform span.allowed {
background:none repeat scroll 0 0 #F9F7E4;
border-color:#BBBBBB;
border-style:dotted;
color:#807E70;
display:block;
}
#commentform span.allowed span {
display:block;
}
#commentform p.subscribe-to-comments label {
font-size:1em;
}
#footer a {
border-bottom:1px solid #CCCCCC;
}
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}