/*
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.custom
{
	background: #6C8AB0;
}
.custom .format_text H2
{
	-moz-background-clip: border;
/*-moz-background-inline-policy: continuous
-moz-background-origin: padding*/
	background: #EEEEEE none repeat scroll 0 0;
	color: #000000;
	font-size: 1.3em;
	margin: 0 0 10px;
	padding: 6px;
}
.custom #container
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.4em;
	background: #85878F;
	border: 0.4em solid #FFF;
}
.custom #page
{
	background: #FFF;
	padding-bottom: 0;
	margin-bottom: 0;
}
.custom #center-align
{
	margin-left: 10px;
}
/*line colors*/
#header
{
	border-bottom: 3px double #DDDDDD;
	clear: both;
}
/*header nav*/
#header #logo A:hover
{
	color: #9DB2B1;
}
#header #logo A
{
	color: #85878F;
}
.custom .newlogo
{
	background-image: url(http://www.ctmedicalscanners.com/wp-content/themes/thesis_151/custom/images/header.png);
	height: 150px;
	margin: auto;
}
DIV#header A DIV.newlogo
{
	margin-top: -25px;
}
.custom .taglogo
{
	float: left;
	width: 550px;
	margin-left: 410px;
	text-align: center;
	color: #6C8BB1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 90px;
}
.custom .taglogo H1
{
	font-size: 24px;
	margin: 0;
}
.custom .taglogo P
{
	font-size: 18px;
	margin: 0;
}
/*remove border lines that come default*/
.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 solid #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
}
.custom #content_box, .custom #column_wrap
{
	background: none;
}
#footer
{
	border-top: 3px double #DDDDDD;
	clear: both;
	color: #888888;
	text-align: right;
}
#custom_box
{
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom: 1px solid #DDDDDD;
	padding: 1.1em;
}
.custom .sidebar H3
{
	border-bottom: 1px solid #9DB2B1;
	color: #85878F;
	letter-spacing: 2px;
	margin: 0 0 15px;
	padding: 0 0 10px 15px;
	text-transform: uppercase;
}
LI.widget P A
{
	color: #85878F;
	text-decoration: underline;
}
#guarantee
{
	padding: 5px;
}
#image-wrapper
{
	margin: 5px;
	padding: 5px;
}
#content_box
{
	width: 100%;
}
#image_box
{
	background: #91AA9D none repeat scroll 0 0;
	border-bottom: 1px solid #FCFFF5;
	padding: 1.1em;
}
#column_wrap
{
/*background:transparent url(images/dot-ddd.gif) repeat-x scroll 21.7em 0;*/
	float: left;
	width: 74.2em;
}
/*#header #logo {display:none;}*/
.format_text H2
{
	background: #DDDDDD none repeat scroll 0 0;
	color: #000000;
	font-size: 1.3em;
	margin: 0 0 10px;
	padding: 2px;
}
/*h3 heading and background color bar*/
.format_text H3
{
	background: #3D72A4 none repeat scroll 0 0;
	color: #FFFFFF;
	font-size: 1.286em;
	line-height: 1.222em;
	margin: 1.833em 0 0.611em;
	padding: 2px 2px 2px 10px;
}
/*bullets underneath h3 tags -spacing*/
.format_text LI
{
	margin: 10px;
}
/*spacing on right side widgets*/
.custom LI.widget
{
	font-size: 1.3em;
	line-height: 1.385em;
	margin-bottom: auto;
}
/*inside box*/
#container
{
	background-color: #FFFFFF;
}
UL#tabs
{
	border-color: #FCFFF5;
	border-style: solid;
	border-width: 0 0 1px 1px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.custom LI.widget .widget_box
{
	background: #FCFFF5 none repeat scroll 0 0;
	border-color: #9DB2B1;
	border-style: solid;
}
/*removes category info stuff at the top of each category page*/
#archive_info
{
	display: none;
}
.format_text .alignleft
{
	margin: 0 1.571em 1.571em 0;
	float: left;
	clear: left;
}
.format_text .alignright
{
	display: block;
	margin: -1em 0 1.571em 1.571em;
	float: right;
	clear: right;
}
.format_text .aligncenter
{
	display: block;
	margin: 0 auto 1.571em;
	float: none;
	clear: both;
}
.format_text .alignnone
{
	display: block;
	margin: 0 auto 1.571em 0;
	clear: both;
}
.format_text .wp-caption
{
	background-color: #FCFFF5;
	border: 0.071em solid #CCC;
	text-align: center;
	padding: 0.3em;
}
.format_text .wp-caption P
{
	display: none;
	clear: both;
	float: right;
}



/*++++++++++++++ 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;
}