/*
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/
*/
#content h1, #content h2 {
font-size:2.4em;
line-height:1.364em;
}

#container {
width:102.9em !important;  
}

#sidebars {
width:43.5em !important;
}

#sidebar_1 {
width:23.2em !important;
}

.sidebar h3 {
font-size:1em;
font-variant:normal;
letter-spacing:2px;
line-height:1.385em;
margin-bottom:0.615em;
}

#header #logo a {
color:#f204a6;
}

#header #logo a:hover {
color:#de0399;
}

h2 a {
color:#f204a6;
}

h2 a:hover {
color:#d50292;
}

a {
color:#f204a6;
text-decoration:underline !important;
}

a:hover {
color:#d50292;
}

.format_text a {
text-decoration:none;
}

.format_text a:hover {
text-decoration:underline;
}

.page-item-359 a
{
	background-image: url(http://www.icammodel.com/wp-content/uploads/2010/04/new.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	text-indent: 22px;
}

.sales_page
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 15px;
width: 670px;
text-align: left;
margin-left:auto;
margin-right:auto;
}

.sales_page strong
{
color:red;
}

.sales_page h1
{
font-family: Tahoma, Geneva, sans-serif; 
font-size: 27px !important; 
font-weight: bold; 
color: red; 
text-align:center;
line-height:1.4em !important;
margin-bottom: 10px;
margin-top: -25px;
}

.sales_page h3
{
font-size: 1.696em !important;
color:red;
margin-top:0.571em;
}

.sidebox {
	/*margin: 0 auto; /* center for now */
        margin:-10px auto 15px;
	width: 40em; /* ems so it will grow */
	background: url(http://www.icammodel.com/wp-content/uploads/2010/05/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(http://www.icammodel.com/wp-content/uploads/2010/05/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(http://www.icammodel.com/wp-content/uploads/2010/05/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em !important; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(http://www.icammodel.com/wp-content/uploads/2010/05/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.red-checkmark{
float:left;
margin-top: -12px;
margin-right:10px;
}

#header {
padding-bottom:0.2em;
padding-top:2.2em;
}
#header #tagline {
font-size:1.9em;
line-height:1.429em;
margin-top:150px;
}
#header #tagline {
color:#888888;
font-weight:normal;
margin-left:-7px;
}
#header #logo {
display:none;
font-size:3.6em;
line-height:1.167em;
}