/*
	Name : Jason F. Condello
	Class : 1300-850
	Assignment# : 14
	Due : April 7th, 2012

	Honor Pledge: On my honor as a student of the University
	of Nebraska at Omaha, I have neither given nor received
	unauthorized help on this homework assignment.

	NAME: Jason F. Condello
	NUID: 883
	EMAIL: jcondello@unomaha.edu

	Partners: NONE

	CSS file for Project
*/

/* Initialize margins and padding */
body, div, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-size:13px;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	text-align: center;
	background-image: url('images/main-background.jpg');
	background-repeat:repeat-x;
}

/* Style for 'bold' class */
.bold
{
    font-weight:bold;
}

/* Style for 'italics' class */
.italics
{
    font-style:italic;
}

/* Default style for all paragraph elements */
p
{
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	padding:10px;
}

/* Default style for all h1 elements */
h1
{
    font-variant: small-caps;
    color: #003399;
    font-size: 16px;
    padding: 10px;
}

/* Default style of all blockquotes */
blockquote
{
    font-family: arial, sans-serif;
}

/* Default style for all hyperlinks */
a
{
}

/* Default style of all hyperlinks that are unvisited by user */
a:link
{
}

/* Style hyperlinks when user hovers over them */
a:hover
{
}

/* Default style for images */
img
{
    border: 0px;
}

.error
{
    font-weight:bold;
    color:red;   
}

.main
{
    width: 960px;
    background-color: #fff;
    margin: 0 auto;
    height: auto;
    padding: 0px;
    text-align: left;
}

.header
{
    width:100%;
    height:56px;
    font-size:20pt;
	padding:2px;
}

.header-image
{
    width:100%;
    height:294px;
}


/* Default style for all h2 elements */
.section-header
{
    font-weight:bold;
    color: #000000;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 10px;
}

/* Menu styles */
.menu
{
    width: 960px;
    height: 34px;
    background-color: #009;
    margin: 0px;
    padding: 0px;
}

.menu-item
{
    width: 85px;
    border: 1px solid #009;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    margin:0px;
    padding:7px;
    background-image:url('images/menu-bgrd.jpg');
    background-repeat:repeat-x;
}

.menu-item a
{
    text-decoration: none;
    color: #06c;
}

.menu-item a:link
{
    text-decoration:none;
    color:#06c;
}

.menu-item a:hover
{
    text-decoration:none;
    color:#06c;
}

ul
{
    padding-left:30px;
    padding-top:5px;
    padding-bottom:5px;
}

li
{
    padding-top:5px;
    padding-bottom:5px;
}

/* Main content section */
.content
{
	width:960px;
    height:auto;
    float:left;
    background-color:#fff;
}

/* Footer section */
.footer
{
    width: 960px;
    height: 60px;
    background-color: #0295F7;
    margin: 0 auto;
    text-align: left;
    float: left;
}

.validator-section
{
    width: 220px;
    float: left;
    padding: 10px;
}

.footer-links
{
    float: left;
    width:500px;
    text-align:center;
    padding-top:10px;
}

/* Copyright section */
.copyright
{
    width: 960px;
    height: 60px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    float: left;
}

/* Styles for 'imgLogo' image */
img#imgLogo
{
    margin: 1px 0 1px 6px;
}

/* Style for validator w3 image button */
img .validator
{
    height: 31px;
    width: 88px;
}

/* Style for 2 column layout */
.left-section-2col
{
    width:630px;
    height:auto;
    float:left;
}

.right-section-2col
{
    width:320px;
    float:right;
}

.img-right-2col
{
    float:right;
    margin: 0 10px 20px 0;
}


/* BEGIN - Home page specific styles */

/* END - Home page specific styles */


/* BEGIN - About page specific styles */

/* END - About page specific styles */


/* BEGIN - Images page specific styles */
.image-boxes
{
    height:325px;
    width:305px;
    padding:5px;
    float:left;
    text-align:center;
}
/* END - Images page specific styles */


/* BEGIN - Sites page specific styles */

/* END - Sites page specific styles */


/* BEGIN - Contribute page specific styles */

/* END - Contribute page specific styles */
