sa/*  

Theme Name: cameronwatters
Theme URI: http://cameronwatters.com/_projects/wordpress-themes/cameronwatters
Description: A Wordpress theme created for cameronwatters.com
Version: 0.9
Author: Cameron Watters
Author URI: http://cameronwatters.com/
Tags: gray, green, rectangles, awesome

*/

* { margin: 0; padding: 0; }

a { text-decoration: none; }
a:link { color: #68a808; border-bottom: 1px dotted #68a808; }
a:visited { color: #525252; border-bottom: 1px dotted #525252; }
a:hover { color: #000; border-bottom: 1px dotted #000; }

address { font-style: normal; }

body { 
    background: #000; 
    color: #fff;
    font-family: Helvetica, Arial ,sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 1.5em
}

p { margin: 1em 0; font-size: 1em}

h1, h2, h3, h4, h5, h6 { font-family: "Century Gothic", Verdana, sans-serif; }

h1, h2, h3 {
    color: #68a808;
    text-transform: lowercase;
    font-weight: normal;
    letter-spacing: .1em;
    margin: 0 0 .5em 0;
}

h1:before, h2:before, h3:before { content: ":: "; letter-spacing: 1px; }

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.15em; }

li { line-height: 1.25em; }

#wrap { 
    background: #fff;
    color: #525252;
    margin: 60px auto 120px auto;
    min-height: 375px;
    padding: 50px 0px 0px 0px;
    position: relative;
    min-width: 760px;
    width: 960px;
}

#main {
    margin: 0px 450px 0px 50px;
    color: #525252;
    padding: 0px 0px 25px 0px;
    min-width: 275px;
}

.post { margin-bottom: 50px; }

.post blockquote { font-style: italic; color: #909090; padding: 0 0 0 1em; margin: 1em 0; border-left: 1px dotted #c0c0c0; }
.post p { font-size: 1em; line-height: 1.5em; }
.post ul { margin: 1em; padding: 0 0 0 2em; font-size: 1em; }

.post h2 { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 2px 0; }
.post .title a { color: #000; border: 0; }
.post .title a:link { color: #68a808; border: 0; }
.post .title a:visited { color: #68a808; border: 0; }
.post .title a:hover { background: #efefef; }

.post .meta { font-size: .8em; font-style: italic; color: #000; text-transform: lowercase;}
.post .meta .categories {  }

#sidebar {
    bottom: -75px;
    position: absolute; 
    right: 50px;
    top: 50px;
    width: 350px;
}

#sidebar .vcard {
    font-family: "Century Gothic", Verdana, sans-serif;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    font-size: 1em;
    width: 350px;
}

#sidebar .vcard h1 {
    color: #000;
    font-size: 1.5em;
    text-transform: lowercase;
    font-weight: normal;
    margin: 0;
}

#sidebar .vcard h1 a { border: none; color: #000;}

#sidebar .vcard h1:before { content: "";}

#sidebar .vcard #headshot {
    border: 1px solid #c0c0c0; 
    display: block;
    float: right;
    margin-left: 15px;
} 

ul#widgets {
    background: #525252;
    bottom: 0px;
    list-style: none;
    color: #121212;
	overflow: hidden;
    padding: 5px 15px;
    position: absolute;
    right: 0px;
    top: 125px;
    -moz-opacity: 0.90; /* for mozilla */
	opacity: 0.90; /* for safari */
	khtml-opacity: 0.90; /* for konquerer and older safari */
    width: 320px;
}

.widget .widgettitle { margin: 2px; padding: 0px; color: #c0c0c0;}
.widget .widgettitle a { color: #c0c0c0; text-decoration: none; border: none;}
.widget .widgettitle a img {display: none;}
.widget ul { list-style: none; padding-left: 2em; }
.widget ul li { margin: .5em 0; line-height: 1.5em; }

.widget ul li a { color: #fff; border-bottom: 1px dotted #fff; font-size: 1.1em; text-transform: lowercase; }

ul#topnav {
    border-bottom: 0px solid #c0c0c0;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1.1em;
    list-style: none;
    width: 100%;
    text-align: right;
    padding: 3px 50px 2px 0px;
    background: #e0e0e0;
    -moz-opacity: 0.7; /* for mozilla */
	opacity: 0.7; /* for safari */
	khtml-opacity: 0.7; /* for konquerer and older safari */
}

ul#topnav li {
    display: inline;
    margin: 0px 0px 0px 1em;
    letter-spacing: .2em;
}

ul#topnav li a:before { content: ":: "; font-weight: bold; color: #000; letter-spacing: 1px; }
ul#topnav li a { border: 0; padding: 5px; }
ul#topnav li a:link, ul#topnav li a:visited { color: #525252; }
ul#topnav li a:hover { color: #525252; background: #c0c0c0; }
ul#topnav li a.active { background: #fff; }

ul#bottomnav { text-align: center; margin: 0px 450px 25px 50px; font-size: 0.8em; list-style: none; display: block;}
ul#bottomnav li {
    display: inline;
    margin: 0px 0px 0px 1em;
}

.copyright { color: #525252; font-size: 0.7em; text-align: center; margin: 0px 450px 0px 50px; padding-bottom: 1em;}

