/*
Theme Name: Grits Grill
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: Sudhira Patra
Version: 1.3
License: GNU General Public License
License URI: license.txt
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
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
    font-family: 'ForteMT';
    src: url('fonts/fortemt.eot');
    src: url('fonts/fortemt.eot?#iefix') format('embedded-opentype'),
         url('fonts/fortemt.woff') format('woff'),
         url('fonts/fortemt.ttf') format('truetype'),
         url('fonts/fortemt.svg#ForteMTRomanItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1; background:#ffc20e;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
h3.widget-title{ display:none!important;}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#header-wrapper-outer{ width:100%; height:auto; float:left; background:url(images/header-wrapper-outer.jpg) repeat-x left top #0054a6; margin:0px; padding:0px 0px 0px 0px;}
#header-wrapper-inner{ width:100%; height:auto; float:left; background:url(images/header-wrapper-inner.jpg) no-repeat center top; margin:0px; padding:0px;} 
#main-container{ width:1050px; height:auto; margin:0px auto; background:none; position:relative;}
.header{ width:980px; height:auto; margin:0px auto; padding:20px 0px 0px 0px; text-align:right; line-height:22px; font:bold 24px Tahoma; color:#0054a6;}
.header a{ font:bold 14px Tahoma; color:#0054a6; text-decoration:underline;}
.header a:hover{ font:bold 14px Tahoma; color:#0054a6; text-decoration:none;}
.banner{ width:1015px; height:417px; float:left; padding:13px 0px 0px 35px; margin:0px; background:url(images/banner-bg.png) no-repeat center top;}
.banner img{ width:980px; height:384px; 
	border-radius: 11px; /* Firefox */
	-moz-border-radius: 11px; /* Firefox */
	-webkit-border-radius: 11px; /* Safari and Chrome */
	behavior:url(/PIE.htc);
	position:relative;}
.logo{ width:429px; height:375px; float:left; position:absolute; left:0px; top:378px;}
.content{ width:620px; height:auto; float:right; padding:0px; margin:0px 0px 0px 0px; line-height:22px;}
.content h1{ font:bold 40px "ForteMT"; color:#ffc20e; padding:0px 0px 10px 0px; margin:0px;}
.content h2{ font:bold 25px Tahoma; color:#FFFFFF; padding:0px 0px 5px 0px; margin:0px;}
.content p{ font:normal 21px Tahoma; color:#FFFFFF; padding:0px 0px 10px 0px; margin:0px;}

#footer-wrapper-outer{ width:100%; height:auto; float:left; background:url(images/footer-wrapper-outer.jpg) repeat-x left bottom #0054a6; margin:0px; padding:0px 0px 0px 0px;}
#footer-wrapper-inner{ width:100%; height:auto; float:left; background:url(images/footer-wrapper-inner.jpg) no-repeat center bottom!important;}
#footer-container{ width:1037px; height:410px; margin:0px auto; background:none; position:relative; padding:0px 0px 0px 13px;}
#footer-container ul li{ width:321px; height:268px; float:left; padding:17px 0px 0px 22px; margin:0px; background:url(images/footer-box-bg.png) no-repeat center top;}
#footer-container ul li img{width:296px; height:236px; 
	border-radius: 11px; /* Firefox */
	-moz-border-radius: 11px; /* Firefox */
	-webkit-border-radius: 11px; /* Safari and Chrome */
	behavior:url(/PIE.htc);
	position:relative;}
#copyright{ width:670px; height:auto; float:left; padding:0px; margin:10px 0px 0px 25px;}
#copyright h3{font:bold 25px Tahoma; color:#0054a6; padding:0px 0px 15px 0px; margin:0px;}
#copyright h3 a{ color:#0054a6; text-decoration:underline;}
#copyright h3 a:hover{ color:#0054a6; text-decoration:none;}
#copyright p{font:normal 14px Georgia; color:#0053a3; padding:0px 0px 10px 0px; margin:0px;}
#copyright p a{ color:#0053a3; text-decoration:underline;}
#copyright p a:hover{ color:#0053a3; text-decoration:none;}