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

header custom css*/
.custom .logo
{
	background-image: url(http://www.mrimedicalequipment.com/wp-content/themes/thesis_151/images/header.png);
	height: 152px;
	width: 950px;
	margin: auto;
}
.custom .taglines
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	float: right;
	width: 475px;
	padding-top: 47px;
	font-weight: normal;
}
.custom .taglines H1
{
	font-size: 24px;
	margin: 0;
}
.custom .taglines P
{
	font-size: 14px;
	margin: 0;
}
/*Page setup*/
.custom #page
{
	padding: 0;
}
.custom #content
{
	float: left;
	margin: 2em;
	width: 60em;
}
.custom #container
{
	margin: 0;
	width: auto;
}
.custom #content_box
{
	margin: 0 auto;
	width: 95em;
}
.custom #footer
{
	border: 1px solid #CCCCCC;
	margin-top: 2em;
	background-color: #452223;
	border: medium none #000000;
	color: #FFFFFF;
}
#footer P
{
	font-size: 1.2em;
	line-height: 1.667em;
	text-align: right;
	width: 1290px;
}
/*Header*/
.custom #tagline
{
	display: none;
}
.custom #header
{
	background-color: #452223;
	padding-bottom: 1.2em;
	padding-top: 1.2em;
	color: #FFFFFF;
	font-size: 0.9em;
	border: none;
}
.custom #header #logo A, .custom #header #logo A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
DIV#header P#logo A
{
	display: none;
}
.custom UL#tabs
{
	margin: 0 auto;
	width: 975px;
	border: none;
}
.custom #header #logo
{
	font-weight: normal;
	margin: 0 auto;
	width: 950px;
}
.custom .tabs-menu
{
	background-color: #465450;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0 0;
}
.custom .search-top
{
	background-color: #FCFFF5;
	border: 1px solid #CCCCCC;
	margin: 1.5em auto 0;
	padding: 0.5em 0;
	width: 950px;
	height: 24px;
}
.custom #searchform
{
	float: left;
	padding: 0 1em;
}
.custom .search-top LABEL
{
	display: none;
}
.custom #searchform INPUT
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	color: #6E9DBB;
	font-size: 1.5em;
	padding: 0.05em;
}
.custom #searchform INPUT#searchsubmit
{
	background: #465450 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0.2em;
}
.custom UL#tabs LI, .custom UL#tabs LI.current_page_item, .custom UL#tabs LI.current-cat
{
	background-color: #465450;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	padding: 0 0.7em;
}
.custom UL#tabs LI
{
	margin: 0.4em 0;
}
.custom UL#tabs LI A
{
	color: #FFFFFF;
	padding: 0.35em 1.5em;
}
/*Sidebar*/
.custom #sidebars
{
	margin-top: 9em;
}
/*Content*/
.custom #content_box
{
	background: transparent none repeat scroll 0 0;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px;
	padding-bottom: 2em;
}
/*Comments*/
.custom SPAN.bracket
{
	display: none;
}
.custom .to_comments
{
	background-image: url(images/chat.jpg);
	background-repeat: no-repeat;
	padding: 0 2.8em;
	display: none;
}
.custom .post_box
{
	border-bottom: 1px solid #CCCCCC !important;
	border-top: medium none #000000;
}
.custom .post_box:last-child
{
	border-bottom: none !important;
}
/*Widget*/
.custom LI.widget
{
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 0;
	margin-top: 2em;
}
.custom .sidebar H3
{
	background-color: #FCFFF5;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 5px 10px;
}
.custom .sidebar .textwidget, .sidebar_list LI UL
{
	padding: 10px;
}
.custom .sidebar .textwidget IMG
{
	float: left;
	padding: 0 8px 8px 0;
}
.custom .sidebar UL.sidebar_list
{
	padding-right: 0em;
	padding-left: 6em;
}
.custom UL.sidebar_list
{
	padding-top: 0;
}
/*Follow me Widget*/
.custom .sidebar .followme
{
	padding: 10px;
}
.custom .sidebar .followme IMG
{
	padding-top: 4px;
	vertical-align: bottom;
}
/*RSS*/
.custom UL#tabs LI.rss
{
	border: none;
}
.custom UL#feed
{
	list-style: none;
}
.custom UL#feed LI.rss A
{
	background-image: url(images/rss2.png);
	background-repeat: no-repeat;
	color: #999999;
	float: right;
	font-size: 1.1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 10px 2px 20px;
	margin: 4px 0;
	text-transform: uppercase;
}
.custom .format_text H2 A
{
	text-decoration: none;
}
.custom .format_text H2
{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}


/*++++++++++++++ GForm CSS +++++++++++++++++++++++++*/
DIV.gform_footer
{
	padding: 13px 0 0;
	/*[empty]+placement:;*/
}
DIV.format_text H2 A
{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
BODY.custom.contact DIV.format_text.entry-content
{
	display: none;
}
.gform_wrapper
{
	float: none;
	width: 308px;
	padding: 10px 145px 10px 24px;
	margin: 0 0 24px 24px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#gform_title
{
	font-size: 14px;
}
H3#gform_title
{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
}
#gform_description
{
	font-size: 11px;
}
.instruction
{
	font-size: 10px;
}
.gfield_required
{
	color: #FF0000;
}
.gform_wrapper UL
{
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}
.gform_wrapper LI
{
	margin: 0 0 -5px;
	background-image: none !important;
	list-style-type: none;
	padding: 0 !important;
}
.gform_wrapper LABEL
{
	color: #111;
	margin: 0;
	font-size: 12px;
}
.gform_wrapper INPUT, .gform_wrapper TEXTAREA
{
	padding: 3px 3px 0;
	border: 1px solid #CCC;
	background-color: #E6E6E6;
	font-size: 12px;
	color: #111;
}
.gform_wrapper INPUT
{
	width: 304px;
}
.gform_wrapper TEXTAREA
{
	width: 274px;
	height: 80px;
}
.validation_error
{
	background: #CCC;
	color: #F00;
	padding: 5px;
	margin: 5px 0;
}
.gfield_error
{
	background: #CCC;
}
.gform_footer INPUT
{
	border: 1px solid #CCC;
	padding: 0;
	width: 105px;
	height: 25px;
	color: #FFF;
}
.gform_wrapper .top_label INPUT.medium, .gform_wrapper .top_label SELECT.medium
{
	width: 91%;
}
INPUT.medium
{
	margin: 0;
	padding: 3px 0px 3px 2px;
}
DIV.ginput_container
{
	padding: 0px 0px 3px;
}
.gform_wrapper .top_label .gfield_label
{
	clear: both;
	display: inline-block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 5px 0;
}
.gform_wrapper .gform_footer A
{
	border-top: 1px dotted #CCCCCC;
	margin: 26px 0 0;
	padding: 12px 0 10px;
	color: #FFFFFF;
}
.gform_wrapper #gform_heading
{
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 12px;
	width: 92%;
}
.gform_footer INPUT.button
{
	background: #193441 none repeat scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;
}
INPUT.button
{
	color: #494949;
}
.gform_footer INPUT.button:hover
{
	color: #FEFEFE;
	border: 2px solid #CCC;
}
DIV.gform_heading
{
	width: 417px;
}