/*   
Theme Name: Simon WP Framework
Theme URI: http://simonwebdesign.com/simon-wordpress-framework-blank-theme/
Description: A blank frame work using 960.gs grid system and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Author: Simon Urbina
Author URI: http://simonwebdesign.com/
Version: 1.1.4
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');

/* PNG Fix */
/* (c) 2004-2009 Angus Turnbull http://www.twinhelix.com This is licensed under the GNU LGPL, version 2.1 or later. */
img, div, a, input { behavior: url(iepngfix.htc) }

body {
	padding: 0px;
	margin: 0px;
	background-color: #141D46;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
       
}
#top {
	padding: 29px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/content-top-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#center {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/content-center-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#bottom {
	padding: 0px 0px 29px 0px;
	margin: 0px 0px 30px 0px;
	background-image: url(images/content-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* header */
#header-wrap1 {
	background-image: url(images/header-wrap-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
        padding: 0px;
        margin: 0px;
        height: 220px;
}
#header-wrap2 {
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
        padding: 0px;
        margin: 0 auto;
        width: 960px;
}
.header {
        padding: 0px 0px 50px 10px;
}
#header-wrap2 .description {
        clear: both;
}
#search-bar {
        width: 400px;
        float: right;
}


/* navigation */
#nav-bar {
	width: 960px;
	height: 26px;
	margin: 0px 0px 50px 0px;
	padding: 10px 0px 10px 0px;
	}
	
#navbar-left {
	width: 850px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navbar-right {
	width: 30px;
	height: 26px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: block;
        font-weight: bold;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}
/* header */
#footer-wrap {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
        padding: 0px;
        margin: 0px;
        height: 200px;
}
.feedback {
        margin: 0px 0px 30px 0px;
}

/* Main Value */
#main-value {
        margin: 0 auto;
        width: 940px;
        padding: 30px 0px 30px 0px;
}

#footer {
        margin: 0 auto;
        width: 960px;
        padding: 30px 0px 0px 0px;

}
/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
