@import url(style-light.css);


/*************************** General Styling ***************************/

/* Page Styling */
body {
background: #fff;
}


/************************************ Content Areas ************************************/

/* Content Wrapper */
#content-wrapper {
padding-left: 0;
padding-right: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* Main Content */
#content {
position: relative;
width: 710px;
}

/* Sidebar */
#sidebar {
width: 240px;
}


/************************************ Footer ************************************/

/* Footer Forms */
#footer input[type="text"],
#footer textarea {
background-color: #f7f7f7; 
}
#footer input[type="button"]:hover,
#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer button:hover,
#footer .button:hover {
background-color: #f7f7f7;
}