/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #000; background: #eee; border: 1px solid #888 }
input:focus, textarea:focus { background: #fff; border: 1px solid #888}
	.sidebar .text_input { width: 95%; }
	input.form_submit { color: #fff; background: #0a95b3; border: 0; cursor: pointer; width: auto }
	input.form_submit:hover { color: #000; }

#page a, #comment_box a, #commentform a, #content a, #content_box a { text-decoration: none; color: #0a95b3; border: 0}
#comment_box a:hover, #commentform a:hover, #content a:hover, #content_box a:hover, #page a:hover { text-decoration: none; color: #888; border: 0 }

*/link styles*/
.format_text a { text-decoration: none; color: #0a95b3; }
.format_text a:hover { text-decoration: none; color: #888888}

*/sidebar links*/
.sidebar a { text-decoration: none; color: #0a95b3; }
.sidebar_1 a { text-decoration: none; color: #0a95b3; }
.sidebar a:hover { text-decoration: none; color: #888888}
li.widget p a { text-decoration: none }

*/byline links */
.headline_meta a, .headline_meta {border: 0 }

*/comment styles*/
dl#comment_list dt .comment_author { font-weight: bold; color: #0a95b5 }
.comment_time, .edit_comment { color: #888 }
.comment_time a, .edit_comment a { color: #888; text-transform: uppercase; letter-spacing: 1px}
.comment_time a:hover, .edit_comment a:hover { color: #000; text-decoration: none }

.login_alert p a { text-decoration: none; }
.login_alert p a:hover { text-decoration: none; }
#commentform p a { text-decoration: none; }
#commentform p a:hover { text-decoration: none; }
#commentform p .required { color: #000; }

#respond_intro p a:hover { text-decoration: none; }
dl#trackback_list dt a:hover {text-decoration: none; }
a.comment_link:hover {text-decoration: none }
dl#comment_list dd p.reply a:hover { text-decoration: none; }
dl#comment_list dt a:hover { text-decoration: none; }


.custom div.prev_next p {
  float:right;
}

.custom div.prev_next p.previous {
  float:left;
}

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
      border-bottom: 0px;
      border-top: 0px;
      border-right: 0px;
      border-left: 0px;
}


.format_text {border-bottom: 1px #888 dashed }

/*sidebar headers formatting*/
.sidebar h3 { text-transform: uppercase; letter-spacing: 2px; color: #0a95b3; border-bottom: 1px #898989 dashed; padding-bottom: 3px }

/*heading format*/
h1, h2, h6  { color: #0a95b3; letter-spacing: 2px; text-transform: uppercase; font-size: 12pt}

h2 a { color: #0a95b3; }
h2 a:hover { color: #888; }

headline_meta {border: 0}

/*remove header border*/
.custom #header {  border:none ; 
height: 0px; 
padding:0; 
margin:0}

.custom #footer { border:none ; }

/*mm box color*/
.custom #custom_box { 
height: 120px;
background: #48cbe7;
-moz-border-radius: 10px ;
-webkit-border-radius: 10px ;
border-radius: 10px ;
border: 0;
font-color: #666;
font-size: 2;
margin-right: 10px;
margin-left: 10px;
padding: 19px}

#custom_box h3 {text-transform: uppercase; letter-spacing: 2px; color: #FFFFFF; border-bottom: 1px #FFFFFF dashed; padding-bottom: 3px; margin-left: 6px; margin-right: 6px; padding-top: 3px}

#custom_box img {padding-right: 6px; padding-left: 6px; padding-bottom: 0; padding-top: 10px}

.custom li.widget {margin-bottom: 1.5em;}

.custom #page {background: #FFFFFF}

/*background*/
body.custom { background: url('http://www.byelin.com/images/background.jpg'); }

.custom #page {
    margin-top: 0px;
}

.custom #content {
    background: #FFFFFF;
    border-right: 0px solid #888;
    border-left: 0px solid #888;}

.posts {margin-top: 30px}

.custom #content_box {
    background: #ffffff
}

.custom #tabs { margin-right: 20px; margin-left: 10px; margin-top: 10px; margin-bottom: 10px; list-style: none; height: 23px; border-top: 1px #888 dashed; border-bottom: 1px #888 dashed; border-left: 0; border-right: 0}

#tabs .current_page_item, #tabs .current-cat, #tabs li {padding: 0; background: #FFFFFF; border: 0}

.custom #tabs a {color: #888}

.custom #tabs a:hover {color: #0a95b3}

*/navigation links*/
#tabs a:hover { color: #0a95b3; text-decoration: none; }
#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; color: #888 }


/*
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/
*/

