/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'style/reset.css' );

/* Apply base theme styles and colors */
@import url( 'style/base.css' );

/* Basic 2 Column Layout */
@import url( 'style/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'style/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


/*** Header Start here***/
#header {
list-style:none outside none;
margin:0;
padding:0;
width:100%;
}

.header_top {
border-bottom:1px solid #CCCCCC;
height:1%;
padding:8px 5px 3px;
width: 99%;
}

.headerContainer {
margin:0 10px;
}

.fl {
float:left;
}

.fr {
float:right;
}

.clear {
clear:both;
}

/*** Header End here***/


/** Search Box Div Start **/

.index_content {
//background:url("images/index2.gif") repeat-x scroll center bottom #FEFEFE;
padding-bottom:5px;
}
.index_content_box {
margin:10px auto 20px;
width:960px;
}
.index_logo {
margin:0 auto;
/* padding:40px 0 30px; */
text-align:center;
width:520px;
}
.index_search_info {
/*height:20px;*/
line-height:20px;
margin:0 auto;
padding:0 10px;
width:670px;
}

.index_search_info span {
font-weight:700;
}
.index_search_info strong {
color:#666666;
}
.index_search_info .fr span {
font-size:14px;
font-weight:700;
padding:0 5px;
}
.index_search {
background:url("images/index_search.gif") no-repeat scroll 0 0 transparent;
height:60px;
margin:0 auto 10px;
width:638px;
}
.index_search_input {
border:1px solid white;
float:left;
margin-left:20px;
margin-top:21px;
width:500px;
}
.index_search_btn {
float:right;
/*
margin-right:12px;
margin-top:11px;
*/
margin-right:12px;
margin-top:11px;
padding:0;
border-style: none;
border-width: 0px;

}
.index_content_box .footer {
background:none repeat scroll 0 0 transparent;
border:medium none;
}
.index_footer {
color:#CCCCCC;
font-size:11px;
height:20px;
line-height:18px;
margin:0 auto;
padding:10px 0;
width:960px;
}
.index_logo h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

.index_logo h1 {
	font-size: 4em;
	text-align: center;
	}
