/* @override 
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?082909-133637
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120609-225403
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120609-234328
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120709-02357
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120809-11603
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120809-71552
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120809-72619
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120809-74316
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120809-75009
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120809-80537
	http://rockedge.biz/site/wp-content/themes/thesis_16/custom/custom.css?120909-181323
	http://rockedge.biz/wp-content/themes/thesis_16/custom/custom.css?121109-153049
	http://rockedge.biz/wp-content/themes/thesis_16/custom/custom.css?022110-100211
	http://rockedge.biz/wp-content/themes/thesis_16/custom/custom.css?022110-100703
*/

/*
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/
*/

body {
	border-top: 6px solid #000;
}

#header {
	border-top: 1px #333333 dotted;
	*border-top: none;
	margin-bottom: 0px;	
	padding-left: 0px;
}

#logo{
	margin-top: -93px;
	*margin-top:-115px;
}

p#logo a{
	font-size: 200%;
}

ul.menu {
	border: none;
	width: 700px;
	*width: 715px;
	float: right;
	margin-top: 80px;
	text-align: right;
	overflow: visible;
	white-space: nowrap;
}

ul.menu li{
	background: none;
	border: none;	
}

ul.menu li.tab a {
	background: none;
	border: none;
}

ul.menu li.tab a:hover {
	color: red;
}

ul.menu li.tab.current a:hover{
	background: none;
}

#sidebars {
	border: none;
	padding: 0px;
	margin: 0px;
}

#sidebar_1 ul.sidebar_list {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;

}


#sidebar_1 ul.sidebar_list h3 {
	font-size: 200%;
	line-height: 100%;
	margin-bottom: 10px;
}

ul.sidebar_list .textwidget {
	line-height: 160%;
	font-size: 16px;
	text-align: justify;

}

#multimedia_box.image_box {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
}

#tagline {
	position: relative;
	right: 0px;
	margin-top: 10px;
	*margin-top: 20px;
	text-transform: uppercase;
}


ul.menu li.rss a{

}

.post_box {
	margin: 0px;
}

#post-1 {
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 7px;
}

#content {
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: -20px; 
	width: 600px;
}

#content_box #content.hfeed {
	width:590px;
	margin:0px;
	margin-top: -4px;
}

#post-17.post_box.top .format_text table {
	border-bottom: 2px dotted #555;
	margin-bottom: 10px;
	width: 600px;
	padding: 1px;

}

#footer {
	border-top: 1px dotted #000;
	font-size: 14px; 
	line-height: 26px;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

h2 a {
	font-size: 125%;
}