/******************************************************************************
 * Author: Mike Takahashi - mtakahashi <at> support.ucla.edu
 *         UCLA Communications and Public Outreach
 * Filename: main.css 
 *
 ******************************************************************************/

body {
    background: #ffffff url(../images/bg.jpg) repeat-x;    
    margin: 0;
    padding: 0;
    font: 90% Georgia, "Times New Roman", Times, serif;
}
input {
    visibility: visible;
    vertical-align: middle;
}
input, textarea {
    border: 1px solid #cccccc;
    padding: 4px;
}
h1 {
    font-size: 140%;
    color: #536895;
    font-weight: normal;
}
h2 {
    font-size: 120%;
    color: #536895;
    font-weight: normal;
    margin-top: 40px;
}
p, ul li {
    line-height: 1.5em;
}
ol li {
    margin: 0;
    padding: 5px 0;
}
.code {
    background-color: #efefef;
    border: 1px solid #cccccc;
    padding: 10px;   
}
.fieldRequired {
    background: url(../images/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
}
/* Fixes extra padding in IE */
form {
    border: none;
    margin: 0;
}
label {
    font-weight: bold;
    
}
.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
    clear: both;
}
.formHelp {
    font-size: 90%;
    color: #76797c;
    margin: 0 0 0.2em 0;
}
.formHelp:hover {
    color: Black;
    cursor: default;
}
#input-gadget:focus,
#short-url:focus {
    outline: 0;
}
#wrapper {
    margin: 0 auto;
	padding: 0;
}
.hiddenStructure{
    display: none;
}
#logo {
    margin: 50px 0;
    text-align: center;
}
#logo img {
    border: none;
}
#error-message {
    background: url(../images/error-icon.gif) no-repeat;    
    width: 560px;
    margin: 0 auto;
    padding: 0 0 20px 30px;
    color: #ff0000;
}
#content a,
#content a:visited {
    color: #2685bb;
    text-decoration: none;
    border-bottom: 1px solid #2685bb;
}
#content a:hover {
    border-bottom: none;
}
#input-box-wrapper {
    background: url(../images/input-bg.gif) no-repeat;    
    width: 600px;
    height: 60px;
    margin: 0 auto;
}
#input-box {
    float: left;
    margin: 16px 0 0 15px;
    _margin: 16px 0 0 8px;
}
#input-gadget {
    float: left;
	background: #ffffff;
    width: 500px;
    height: 15px;
    border: 1px solid #cccccc;
    padding: 4px;
}
.input-button {
    float: left;
    background: #536895 url(../images/shorten-button.gif) no-repeat;
    border: none;
    color: #ffffff;
    width: 55px;
    height: 24px;
    margin-left: 5px;
}
#about #content,
#faq #content,
#terms-of-service #content,
#contact #content {
    width: 600px;
    margin: 0 auto;
}
#results-wrapper {
    margin: 0 auto;
    width: 600px;
}
.results {
    padding: 5px;
}
.results a,
.results a:visited {
    color: #2685bb;
    text-decoration: none;
    border-bottom: 1px solid #2685bb;
}
.results a:hover {
    border-bottom: none;
}
.input-result {
    border: 1px solid #ffb300;
    padding: 5px;
    font-size: 100%;
	vertical-align: middle;
}
.original-url {
    color: #999999;
}
#footer {
    padding: 50px 0;
    text-align: center;
	color: #666666;
}
#footer a,
#footer a:visited {
    color: #666666;
    text-decoration: none;
}
#footer a:hover {
    color: #2685bb;
}
#footer ul {
    margin: 0;
	padding: 0;
}
#footer ul li {
    display: inline;
    border-left: 1px solid #cccccc;
    padding: 0 6px;
}
#footer .first {
    border-left: none;
}

