/*
Theme Name:		SavingPoint
Theme URI: 		http://savingpoint.com/
Version: 		1.0
Description: 	Custom Wordpress theme created for Saving Point - based on WP-Framework
Author: 		Anthony Eggert
Author URI:		http://stylephreak.com
Tags:			custom, red, blue

Copyright 2010 Saving Point. All rights reserved.

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply grid*/
@import url( 'library/media/css/960.css' );

/* Apply positioning */
@import url( 'library/media/css/layout.css' );

/* Apply Typography */
@import url( 'library/media/css/text.css' );

/* Presentational Styles */
@import url( 'library/media/css/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-box {
text-align:center;
float: right;
width: 260px;
height: 120px;
margin-right: 30px;
}
#header-box h2 {
color: #A6AAB7;
font-weight: bold;
margin: 0;
border-top: 1px solid #717580;
cursor: pointer;
}
#header-box h3 {
color: #fff;
margin: 0;
margin-top: 40px;
}
html>/**/body #header-box h3 {
margin-top: 20px;
} 
#newsletter {
margin-top: 5px;
float: none;
width: auto;
height: auto;

}
#newsletter h3 {
color: #fff;
text-align: left!important;
}
#newsletter label {
color:#A6AAB7;
}
#wrapper > .slides > .container > .main > .mainContent {
	width: 926px;
	height:204px;
	background:url("/wp-content/uploads/2010/07/slideshow01.jpg") no-repeat top left!important;
	text-indent:-9999px;	
}

#wrapper > .slides > .container > .storage > .storageContent {
	width: 926px;
	height:204px;
	background:url("/wp-content/uploads/2010/07/slideshow02.jpg") no-repeat top left!important;
	text-indent:-9999px;
}

#wrapper > .slides > .container > .context > .contextContent {
	width: 926px;
	height: 204px;
	background:url("/wp-content/uploads/2010/07/slideshow03.jpg") no-repeat top left!important;
	text-indent:-9999px;
}

#wrapper > .slides > .container > .sdk > .sdkContent {
	width: 926px;
	height: 204px;
	background:url("/wp-content/uploads/2010/07/slideshow04.jpg") no-repeat top left!important;
	text-indent:-9999px;
}

#wrapper > .slides > .container > .last > .lastContent {
	width: 926px;
	height: 204px;
	background:url("/wp-content/uploads/2010/07/slideshow05.jpg") no-repeat top left !important;
	text-indent:-9999px;
}
#wrapper > .pageDots {
	width:290px!important;
}

