#content {margin: 0; padding: 0; background: none; border: none; }

#global-bar {display: none;}

html {margin: 0; background: none; font-family: helvetica, arial, sans-serif; color: #000; font-size: 14px;}
body {margin: 0;}

#container {width: 600px;}

/* Header */
#header {width: 0; height: 0; overflow: hidden;}

/* Content */
#content {position: relative; padding: 0; background: #none; border-radius: 0; box-shadow: none; border-top: none; border-bottom: none;}

#social {width: 0; height: 0; overflow: hidden;}

#page-nav {width: 0; height: 0; overflow: hidden;}

#content article {clear: both; padding: 0; background: #fff; border-top: none; border-bottom: none; border-radius: 0px; box-shadow: none; overflow: auto;}

/* Footer */
#footer {margin: 0px; color: #000; font-weight: bold; text-shadow: none;}

/* Global Styling */

a {color: #667b00; text-decoration: none;}
a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {margin: 0 0 10px 0; color: #373737;}

h1 {font-size: 1.5em; !important;}
h2 {font-size: 1.25em; !important;}
h3 {font-size: 1.125em; !important;}
h4 {font-size: 1em; !important;}
h5 {font-size: .5em; !important;}
h6 {font-size: .25em; !important;}

.zero-list {margin: 0; padding: 0; list-style: none;}

.zero-list-form {margin: 0; padding: 0; list-style: none;}
.zero-list-form label {display: inline-block; width: 100px;}

/* Form Styling */
input {padding: 2px; border: 1px solid #b6b6b6; border-radius: 3px; box-shadow: none;}

select {min-width: 125px;}

textarea {padding: 2px; border: 1px solid #b6b6b6; border-radius: 3px; box-shadow: none;}

input[type="submit"], button, a.button {display: inline-block; padding: 5px; min-width: 50px; background: #000; background-image: none; border: none; border-radius: 3px; color: #fff; text-shadow: none; box-shadow: none; font-size: 12px; text-decoration: none;}
input[type="submit"]:hover, button:hover, a.button:hover {background: #B01319; text-decoration: none;}
input[type="submit"]:active, button:active, a.button:active {background: #6A6A6A; box-shadow: inset 0 1px 1px #000;} 
input[type="submit"]:disabled, button.disabled, a.button.disabled {background: #eaeaea; background-image: none; text-shadow: none;}

.fancy-search {}
.fancy-search label {display: inline-block; width: 0px; height: 0px; overflow: hidden;}
.fancy-search input[type="text"] {display: inline-block; padding: 5px 55px 5px 5px; border-radius: 50px; box-shadow: 1px 1px 1px #000;  outline: none;}
.fancy-search input[type="submit"] {display: inline-block; margin-left: -56px; width: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; box-shadow: none;}
.fancy-search .search-clear {display: inline-block; margin-left: 5px; padding: 5px 10px; border-radius: 50px;}