/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'Conv_HelveticaNeue-Condensed';
    src: url('fonts/HelveticaNeue-Condensed.eot');
    src: url('fonts/HelveticaNeue-Condensed.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-Condensed.ttf') format('truetype'),
         url('fonts/HelveticaNeue-Condensed.svg#HelveticaNeue-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin:0; padding:0; }

body { background:#f5f5f5; font-family:Arial; font-size:14px; color:#5e5e5e; }

img { border:none; }

a { outline:none; text-decoration:none; }

.cleardiv { clear:both; }

.largefont { font-size:45px; font-weight:bold; color:#cc4c5a; }

/**********************************/

#wrapper { margin:auto; width:982px; padding-bottom:70px; border-bottom:1px dotted #8b8b8b; }

#top {  }
	#logo { float:left; width:380px; }
	
	#topmenu { float:right; width:600px; text-transform:uppercase; padding-top:23px; }
		#topmenu a { color:#c5c5c5; padding:0 10px 0 0; height:25px; float:left;   }
			#topmenu a  span { margin-top:4px; float:left; height:21px; margin-left:20px; cursor:pointer;   }
			#topmenu a:hover {
			color:#fff; background:#c5c5c5 url('images/topmenu_left.jpg') left no-repeat;			
			/*-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;*/
			}
			
		#topmenu ul { list-style-type:none; display:inline; }
			#topmenu ul li { display:inline; margin-left:10px; float:right; height:25px; padding-right:10px; cursor:pointer; }
				#topmenu ul li:hover { background:url('images/topmenu_right.jpg') right no-repeat;  }
	
#mainmenu { 
clear:both; border-top:1px dotted #898989; border-bottom:1px dotted #8b8b8b; padding-top:5px; padding-bottom:5px;
text-transform:uppercase; font-size:17px; color:#2c2c2c;
}	
	#mainmenu ul { list-style-type:none; display:inline; }
		#mainmenu ul li{ display:inline; float:left;  height:31px; padding-right:10px; cursor:pointer;  }
		 #mainmenu ul li:hover{ background:url('images/mainmenu_right.jpg') right no-repeat;   }
	#mainmenu a { color:#2c2c2c; float:left; padding: 0 6px 0 6px; height:31px; float:left; }
		#mainmenu a  span { margin-top:6px; float:left; height:25px; margin-left:10px; cursor:pointer;   }
		#mainmenu a:hover { 
		color:#fff; background:#cc4c5a url('images/mainmenu_left.jpg') left no-repeat;
		/*background:#a0303c;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;*/
		}
		
#mainbanner { clear:both; margin-top:16px; }
#innerbanner { clear:both; margin-top:16px; background:url('images/banner_inner.png') top no-repeat; min-height:148px; }
	
#tagline {text-align:right; font-size:12px; text-transform:uppercase; font-family: 'Arial'; color:#545454; font-weight:bold; margin-right:20px; padding-bottom:10px;}
#sociallinks {
clear:both; margin-top:12px; text-align:right;
font-size:12px; text-transform:uppercase; font-family: 'Arial'; color:#545454; font-weight:bold;
}
	#sociallinks img { margin-left:5px; }

#maincontent { clear:both; margin-top:20px; }
	#maincontent a { color:#cc4c5a; }
	#maincontent h1 { color:#cc4c5a; font-size:45px; font-weight:bold; padding-bottom:20px; }
	#maincontent h2 { color:#cc4c5a; font-size:20px; font-weight:bold; padding-bottom:10px; }
	#maincontent h3 { color:#cc4c5a; font-size:16px; font-weight:bold; padding-bottom:5px; }
	#maincontent ul { list-style-position:outside; list-style-type:circle; margin:10px 20px 10px 20px; font-size:13px; }
		#maincontent ul  li{ margin-bottom:5px; }
		

	
	#mainleft { float:left; width:686px; }
		#innercontent { clear:both; min-height:350px; }
		#innercontent input[type="text"] { clear:both; background:#f8f8f8; border:1px solid #aaa; color:#888; padding:3px; width:180px; }
		#innercontent textarea { clear:both; background:#f8f8f8; border:1px solid #aaa; color:#888; padding:3px; width:300px; }
		#innercontent input[type="submit"] { 
		clear:both; background:#cc4c5a; border:1px solid #fff; color:#fff; padding:3px 20px 3px 20px;
		text-transform:uppercase; font-weight:bold; cursor:pointer;
		}
			#innercontent input[type="submit"]:hover { background:#888; color:#fff; }
		
		#graybox { clear:both; margin-top:40px; background:#e7e7e7; padding:10px; }
			#graybox_title { float:left; width:130px; padding-right:10px; padding-left:10px; }
				#graybox_title h2 { font-size:28px; font-family:Tahoma; color:#cc4c5a; font-weight:bold; }
			#graybox_img { float:left; width:225px; }
			#graybox_menu { float:right; width:265px; }
				#graybox_menu a { color:#636363; }
					#graybox_menu a:hover { color:#cc4c5a; }
				.graybox_separator { clear:both; background:#fff; height:1px; border-top:1px solid #a7a7a7; }
				.graybox_menulink { clear:both; padding:5px 3px 3px 3px; min-height:30px; }
	#mainsidebar { float:right; width:255px; }

#footer { clear:both; padding-top:10px; font-size:10px; }
	#footer a { color:#5e5e5e; }
		#footer a:hover { text-decoration:underline; }
	
.fbEmptyWidget { display:none !important; }

#fb {
    background: url("images/facebook.jpg") top no-repeat;
    height: 345px; padding:60px 0 0 0;
    width: 255px;
} 

/** landing page styles **/
#post-270 .entry-content{


}

#post-270 .entry-title{
display:none;
font-family: 'Droid Sans', sans-serif;
}

#post-270 .page-block strong{
color:#970018;
}

#comments{
display:none;
}

.page-block p{
line-height:20px;
}