/* @override 
	http://www.seescapes.com/test/shared_styles.css
	http://duchamp.local/~sroka/seescapes/new/shared_styles.css
*/

body {
    font-family: Verdana, "Lucida Grande", sans-serif;
    background: #333b70 url(shared_images/bkg-pinstripe.gif) repeat fixed;
    text-align:  left;
    font-size: 11px;
    line-height: 1.4em;
    text-decoration: none;
}


p {
    margin: 0 0 0.75em 0;
    padding: 0;
    text-decoration: none;
	color: #000;
}

H1 {
	font-size: 24px;
    line-height: 1.2em;
    color: #979eb2;
    font-family: 'Helvetica Neue','HelveticaNeue','Helvetica','Lucida Grande','Arial',sans-serif;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0.25em;

}

H2 {
	font-size: 19px;
    line-height: 1.2em;
    font-weight: normal;
    color: #979eb2;
    font-family: 'Helvetica Neue','HelveticaNeue','Helvetica','Lucida Grande','Arial',sans-serif;
    margin-top: 0em;
    margin-bottom: 1em;
    padding-top: 0em;
}

H3 {
	font-size: 15px;
    line-height: 1.2em;
    font-weight: normal;
    color: #979eb2;
    font-family: 'Helvetica Neue','HelveticaNeue','Helvetica','Lucida Grande','Arial',sans-serif;
    margin-bottom: 0.25em;
    
}

h4 {
	font-size: 14px;
    line-height: 18px;
    color: #979eb2;
    font-family: 'Helvetica Neue','HelveticaNeue','Helvetica','Lucida Grande','Arial',sans-serif;
    font-weight: bold;
    text-transform: none;
}


#wrapper {
    background: #FFF;
    width: 790px;
    margin: 50px auto;
    border: #333 solid;
	border-width: 1px 2px 2px 1px ;
}

#content {
	padding: 40px;
	margin: 10px 0 10px 190px;
}

ul {
    padding-left: 3em;
	list-style-position: outside;
	list-style-type: square;
}

ul li {
    font-weight: normal;
    font-size: 11px;
	text-transform: none;
	line-height: 1.5em;
	margin-bottom: 4px;
}


#sidebar {
	float: left;
	width: 160px;
	padding: 25px 15px 0px 15px;
	margin: 0;
	border-right: 1px #112233 dotted;
}


#sidebar ul {
    padding-left: 0;
	list-style-position: outside;
	list-style-type: none;
}

#sidebar ul li {
    font-weight: normal;
    font-size: 10px;
	text-transform: none;
	line-height: 1.2em;
	margin-bottom: 4px;
}

.floating_photo {
	float: right;
	margin: 5px 0 20px 30px;
	border: 2px #666 solid;
}

.smalltext {
	font-weight: normal;
    font-size: 10px;
	text-transform: none;
	line-height: 1.2em;
}


#content img {
	border: 3px #666 solid;
	margin-bottom: 15px;
}

.note {
	font-size: 12px;
    line-height: 1.25em;
}

.quote {
	margin-left: 60px;
	margin-right: 60px;
	color: #dee3f2;
	font-size: 13px;
    line-height: 1.25em;
}

a:link, a:visited {
    text-decoration: none;
    color: #999966;
}

a:hover {
    text-decoration: underline;
    color: #cccc99;
}

.footer {
	margin-top: 25px;
	border-top: 1px solid #9099b3;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.25em;
}

.logo {
	margin-bottom: 15px;
	}

.logo H2 {
	margin-bottom: 0px;
    padding-top: 0px;
}

.title {
	font-size: 1.2em;
    border-bottom: solid 1px #d1d1d1;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-top: 5px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 3em 5px 5px 5px;
	font-size: 9px;
	line-height: 11px;
	color: #CCC;
}

/* @group Forms */

input[type="text"], textarea {
    font: 1em;
    width: 150px;
    margin: 0 0 8px 0;
    padding: 3px;
    font-size: 8pt;
    border: 1px solid #CCC;
    color: #999;
}

input[type="text"]:hover, textarea:hover {
    border-color: #333b70;
}
input[type="text"]:focus, textarea:focus {
    border: 1px solid #333b70;
    background-color: #f1f7fe;
    color: #333;
}

/* @end */