F/*
File:			custom.css
Description:	Custom styles for Thesis

HalleBalleDog.com WEB

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/
*/


a
{ text-decoration: underline; color: #314DC7; border-color: rgb(60, 60, 60); }

a:hover				
{ color: #7A7A7A; text-decoration: underline;	border-color: rgb(60, 60, 60);}

a:visited
{ color: #314DC7; text-decoration: underline; border-color: rgb(60, 60, 60);} 

h2
{ font-weight: bold; color:#CA0001; }

.custom blockquote { color:#777777; font-weight: bold; font-style: italic; border-left:2px solid #82E0FF; background: #F0FBFF; padding-left:0.733em; padding-right:0.733em;}

.custom .headline_area h2 a
{ font-family: "trebuchet ms"; font-size: 30px; color:#232323; font-weight: bold; text-decoration: none; letter-spacing: -0.03em; border-bottom: 1px solid;	border-color: #CA0001; }

.custom h2 a:hover
{ border-bottom: 2px solid; border-color: #CA0001; }

.custom .cat-item a
{ border-color: #2C47BE; font-size: 20px; font-family: verdana; font-weight: normal; text-decoration: none; border-bottom: 1px dotted; margin:0px; }

.custom li.widget 
{ line-height:28px; }

.custom #header
{ padding-top: 0px; }

.widget
{ color:#000000; font-weight: bold }

.custom #feature_box
{ border: none }

.custom #header, .custom #footer 
{ border-bottom: 0px; border-top: 0px; border-right: 0px; border-left: 0px; }

.custom #custom_box
{ background: #ffffff; border-bottom: 0px solid #ddd; background-repeat: repeat-x; background-image:url('/images/sp1.gif'); padding-left:2.2em; }

.custom .sidebar .text_input
{ width:250px; border-style:solid; border-width:2px; font-family:verdana; font-size: 12px; font-weight:bold; color:#CA0001; }

.custom .sidebar input[type="text"], .sidebar input[type="submit"]
{font-family:Verdana,sans-serif; padding:0.5em;}

.custom .sidebar h3
{ font-family: "Comic Sans MS"; font-size: 25px; font-weight: bold; line-height:1.385em; font-variant: normal; margin-bottom:0.50em; margin-left:2px; color:#CA0001; letter-spacing: -0.05em; }

.custom ul.sidebar_list
{ align:left; margin: 0; padding-left: 25px;}

.custom .format_text .to_comments
{ line-height:0px; }

.custom .to_comments span
{ font-family: "trebuchet ms"; font-size: 27px; font-weight: bold; line-height:0px; }

.custom .to_comments span
{ color:#CA0001; }

.custom span.bracket
{ font-size: 27px; font-weight: normal; line-height:0px; }

.custom .format_text
{ font-family:verdana; font-size:15px; font-weight: normal; line-height:27px; }

.custom .format_text a:hover 
{ color: #7A7A7A; text-decoration: none; }

.custom .format_text a 
{ font-weight:bold; text-decoration: underline; }

.custom .to_comments a
{ color:#666666; text-decoration:none; }

.custom .to_comments
{ margin-bottom:40px; }

.custom .post_box
{ padding-top:5px; }

.custom .headline_meta
{ font-size:11px; line-height: 0px; line-height:0px; color:#808080; font-style:normal; margin-bottom: 25px; }

.custom .headline_meta span, .headline_meta abbr
{ font-style:normal; line-height: 0px; text-transform:none; }


.custom #archive_info h1
{ font-size: 24px; line-height:1em;color: #314DC7;  font-family: "trebuchet ms"}

.custom .comments_closed p
{ color:#ffffff; letter-spacing:1px; text-transform:uppercase; }

.custom img.frame
{ background:#FFFFFF none repeat scroll 0 0; border-color:#E7E7E7; border-style:solid;}

.custom img.frame
{ border-width:1px; padding:7px; }

.stbuttontext 
{ font-face:verdana; font-size:12px; font-weight: bold; color: #CA0001; line-height:17px;}

a.stbutton 
{ margin-left:13px; }

.custom div.format_text .post_image
{margin-bottom:0;}









.custom dl#comment_list .bypostauthor {background:#FFFFFF none repeat scroll 0 0; background-image:url('/images/authorback.gif'); background-repeat: repeat-y; background-position:right; }

.custom .comments_intro p {
font-size:21px;
line-height:1.692em;
font-family: "trebuchet ms"
}

.custom  .comments_intro span {
font-size:21px;
font-family: "trebuchet ms"
}

.custom .comments_intro span {
color:#CA0001;
line-height:1em;
}

.custom  #respond_intro p {
font-size:22px;
font-weight:normal;
line-height:1.222em;
font-family: "trebuchet ms"
margin-bttom: 1px; }

.custom #respond_intro p {
color:#CA0001; }


.custom input.form_submit:hover {
color:#314DC7;
}


.custom .avatar img {
float:left;
}

.custom .avatar img {
margin-left:0;
margin-right:25px;
}


.custom .comment_time a, .edit_comment a {
color:#888888;
font-size:10px;
}

.custom dl#comment_list dt {
padding-top:30px;
}


.custom dd {
padding-bottom:15px;
}


.custom .post_tags a 
{font-weight:normal;
font-size:12px;
color:#8C8C8C;}





#top_right_box
{ background: #ffffff; border-bottom: 1px solid #ddd; background-repeat: repeat-x; background-image:url('/images/toprightback.gif'); padding-left:2.2em; padding-top:1.0em; }

.TABLEBACK	
{background-repeat: repeat-x;}


.PIX
{margin:25px; padding:7px; border: 1px solid #E7E7E7;}


A:link.TMENU
{ 
	font-family: "trebuchet ms";
	font-size: 20px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color: #FFFFFF;
	} 

A:hover.TMENU
{ 
	font-family: "trebuchet ms";
	font-size: 20px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid;
	border-color: #FFFFFF;
	} 

A:visited.TMENU
{ 
	font-family: "trebuchet ms";
	font-size: 20px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color: #FFFFFF;
	} 


A:link.RIGHTSP
{ 
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
	line-height: 15px;
	color: #3C3C3C;
	} 

A:hover.RIGHTSP
{ 
	font-family: verdana;
	font-size: 8px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
	line-height: 15px;
	color: #7A7A7A;
	border-bottom: 1px dotted;
	border-bottom-color: #7A7A7A;
	} 

A:visited.RIGHTSP
{ 
	font-family: verdana;
	font-size: 8px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
	line-height: 15px;
	color: #7A7A7A;
	} 



.GET	
{	
	font-family: "Comic Sans MS";
	font-size: 22px;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 7px;
	letter-spacing: -0.01em;
	color: #24B827;
	}


.GETBOX
{
width: 280px;
height: 210px;
font-weight: normal;
border: 1px solid transparent;
color: #3C3C3C;
padding: 10px;
border: 0px;
background-repeat: no-repeat; background-image:url('/images/getboxback.gif'); 
margin-bottom: 0;
margin-left: 0;
}

.NINP	 			
{
	border: 0px;
	font-size: 14px;
	font-weight: regular;
	font-style: normal;
		border: 1px dotted transparent;
	font-family: "trebuchet ms";
	background-color: transparent;	
	color: #3c3c3c;
	padding: 8px;	
	margin-left: 5px;
	margin-bottom: 5px;
margin-top: 5px;
	width: 214px;
	height: 20px;
	}

.SUB
{	border-style:none;
	border-width:0;
	}


.BOTHEAD
{
	font-family: "trebuchet ms";
	font-size: 27px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	text-decoration : none; 
	letter-spacing: -0.05em;
	color: #CA0001;
	}


A:link.FRIEND
{ 
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	margin-left: 7px;
	margin-right: 0;
	text-decoration: none;
	color: #3C3C3C;
	} 

A:hover.FRIEND
{ 
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	margin-left: 7px;
	margin-right: 0;
	text-decoration: none;
	color: #CA0001;
	border-bottom: 1px solid;
	color: #CA0001;
	} 

A:visited.FRIEND
{ 
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	margin-left: 7px;
	margin-right: 0;
	text-decoration: none;
	color: #3C3C3C;
	}


A:link.HBINFO
{ 
	font-family: "trebuchet ms";
	font-size: 20px;
	font-weight: normal;
	margin-left: 7px;
	margin-right: 0;
	text-decoration: none;
	color: #3C3C3C;
	} 

A:hover.HBINFO
{ 
	font-family: "trebuchet ms";
	font-size: 20px;
	font-weight: normal;
	margin-left: 7px;
	margin-right: 0;
	text-decoration: none;
	color: #CA0001;
	border-bottom: 1px solid;
	color: #CA0001;
	} 

A:visited.HBINFO
{ 
	font-family: "trebuchet ms";
	font-size: 20px;
	font-weight: normal;
	margin-left: 7px;
	margin-right: 0;
	text-decoration: none;
	color: #3C3C3C;
	}



.ABOUTVAH
{ 
	font-family: "trebuchet ms";
	font-size: 15px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
	line-height: 31px;
	color: #3C3C3C;
	}



a:link.ABOUTVAH, a:hover.ABOUTVAH, a:visited.ABOUTVAH
{
	font-family: "trebuchet ms";
	font-size: 13px;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
	text-decoration: underline;
	line-height: 29px;
	color: #3C3C3C;
					}

.FOOTER
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #3C3C3C;
	}


.MTEXT
{ 
font-face:verdana;
font-size:12px;
font-weight: normal;
line-height:25px;
}



.PROMOAREA	 			

{
background-color: #EFF2FF; 
border: 1px solid #BBC4ED;
font-size: 10px;
font-weight: normal;
font-style: normal;
font-family: verdana;
line-height: 18px;
color: #000000;
padding: 10px;	
width: 375px;
height: 150px;
}


.CONTESTAREA	 			

{
background-color: #FFFFFF; 
border: 1px solid #CA0001;
font-size: 19px;
font-weight: normal;
font-style: normal;
font-family: verdana;
line-height: 27px;
color: #5A5A5A;
padding: 15px;	
width: 500px;
height: 90px;
}




.CRD
{ 
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin-left: 0px;
	margin-right: 0;
	text-decoration: none;
	color: #717171;
	} 


a:link.CONNECT, a:hover.CONNECT, a:visited.CONNECT
{font-family: "Comic Sans MS";
font-size: 13pt;
font-weight: bold;
margin-left: 0;
margin-right: 0;
text-decoration: none;
line-height: 20px;
color: #3C3C3C;
}

.CONTITLE
{font-family: "Comic Sans Ms";
font-size: 12pt;
font-weight: normal;
margin-left: 5px;
margin-right: 0;
text-decoration: none;
line-height: 31px;
color: #CA0001;
}


.HOMEBOX
{
width: 585px;
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #3C3C3C;
padding: 12px;
line-height: 25px;
border: 1px solid #FFFF5A;
background-color: #FEFFDF;
margin-bottom: 0;
margin-left: 13px;
 }


