/* ------------------------------------------------------------
 Wesley Channell Photography
------------------------------------------------------------ */

/* ------------------------------------------------------------
    =Global Rules
------------------------------------------------------------ */
*
{
 margin:0;
 padding:0;
}
body 
{
 font-family: "Lucida Grande", "Lucida SansUnicode", Verdana, sans-serif;
 font-size: 75%;
 line-height: 1.5em;
 color: #fff;
 background-color: #222;
 text-align: center;
}
html>body
{
 font-size: 12px;
}
a:link, a:visited, a:focus 
{
 text-decoration: none;
 color: #CC6666;
}
a:hover, a:active 
{
 color: #4682b4;
}
a img
{
 border: none;
}
/* ------------------------------------------------------------
    =Miscelaneous
------------------------------------------------------------ */
hr
{
 display: none;
}
/* ------------------------------------------------------------
    =Page Structure
------------------------------------------------------------ */
#container
{
width: 960px;
margin: 0 auto;
xtext-align: left;
position: relative;
}
#header
{
 margin: 0;
}

#footer
{
 margin: 1.5em 0 0 0;
}
/* ------------------------------------------------------------
    =Branding
------------------------------------------------------------ */
#branding 
{
 background-color: #eee;
 text-align: left;
}
#branding h1
{
 line-height: 1.0em;
 font-size: 1.0em;
 margin: 0 0 3.0em 3.0em;
 padding: 0.5em 0;
}

/* ------------------------------------------------------------
    =Nav-Main
------------------------------------------------------------ */
#nav-main
{

}
/* ------------------------------------------------------------
    =header
------------------------------------------------------------ */
#header a
{
 float: left;
 display: block;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 width: 100%;
 background-color: #fff;
 margin-bottom: 0.5em;
}
#header ul
{
 float: right;
 list-style: none;
 margin: 0.5em 0;
}
#header ul li
{
 float: left;
 margin: 0 1.5em 0 0;
}
#header ul li a
{
 font-weight: bold;
 width: auto;
 background-color: transparent;
}
/* ------------------------------------------------------------
    =Content
------------------------------------------------------------ */
#content
{
 clear: both;
}
#content img
{
 float: right;
 padding: 5px;
 border: 1px solid #fff;
 margin: 0 15px 0 50px;
}
#content h2
{
 font-size: 1.0em;
 margin: 1.5em 0;
 font-weight: bold;
 text-align: left;
}
#content address
{
 text-align: left;
}
#content dl
{
 margin-left: 1.5em;
 text-align: left;
}
#content dl dt,
#content dl dd
{
 margin: 0.5em 0;
}
#content dl dt
{
 text-decoration: underline;
}
#content p
{
 text-align: justify;
}
#content form p label
{
 display: block;
}
/* ------------------------------------------------------------
    =footer
------------------------------------------------------------ */
#footer
{
 margin-top: 1.0em;
 clear: both;
 font-size: 0.83em;
 line-height: 1.8em;
}
/* ------------------------------------------------------------
    =Text Structure
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6
{
 font-weight: normal;
}
p
{
 font-size: 1.0em;
 line-height: 1.5em;
 margin: 1.5em 0;
}
blockquote
{
 padding-left: 25px;
}
code
{
 font-family: Monaco, Courier, monospace;
}
abbr, acronym
{
 border-bottom: 1px dotted;
 cursor: help;
}
em
{
 font-style: italic;
}
strong
{
 font-weight: bold;
}
del
{
 text-decoration: line-through;
}
ins
{
 text-decoration: none;
 font-style: italic;
}
address
{
 font-style: normal;
}
