/**
* CSS boxy subtheme
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* subtheme edits: kblank
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-size: 85%;
	color: #fff;
	font-family: "Futura Medium", Century Gothic, AppleGothic, Arial, sans-serif;
	line-height: 16px;
}

body.section-1 { 
}

body.section-2 { 

}
body.section-3 { }

a:link { text-decoration: none; color:#fff;}
a:active { text-decoration: none; color:#fff; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline;  color:#fff; }

a img { border: none; }

blockquote{
	background-color: #1900ff;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;

}

#menu {
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	border-style: none;
    width: 310px;
    height: 100%;
    position: relative;
    height: 100%;
    float: left;
    clear: none;
	background-color: #00bcff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
font-weight: bold;
font-size: 1.2em;
line-height: 20px;
letter-spacing: .15em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.caps{
font-weight: bold;
font-size: 1.2em;
line-height: 22px;
letter-spacing: .15em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.large{
font-size: 1.6em;
line-height: 24px;
color: #fff;
}

#content {
    background-color: #0085ff;
    height: 100%;
    margin: 5px 0 0 350px;
    width: 630px;
}

.container {
    padding: 12px;
}

.bottom{
background-color: #0085ff;
padding-left: 12px;
padding-bottom: 12px;
}

.bottomclear{
height: 10px;
margin: 10px;
}

#content p {
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

span.nothumb{
padding-bottom: 10px;
}

#wrapper{
	background-color: #afdfff;
	margin-top: 7px;
	margin-left: 10px;
	padding-top: 5px;
	width: 1100px;
}

#once { clear: left; }