/* @override http://localhost:8080/bjwr.css */



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
abbr, article, aside, audio, canvas, datalist, details,
figure, footer, header, hgroup, mark, menu, meter, nav, output,
progress, section, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

div.image{
padding-bottom:20px;
padding-top:20px;
display:block; 
margin-left: auto;
margin-right: auto;

}
div.caption{
font-size:12px;
margin-left:20%;
margin-right:20%;
font-weight:bold;
text-align:center;
}

body {
	line-height: 1;
	color: black;
	background: white;
	
}

ol, ul {
	list-style: none;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
p.tab { text-indent: 40px;
text-align:justify;}

blockquote, q {
	quotes: "" "";
}

header, footer, nav, section, article, aside {
	display:block; 
}

html {
	background: #FFFFFF;
	height: 100%;
}

body {
	min-height: 100%;
	background: #FFFFFF;
}

header {
	width: 100%;
	padding-bottom: 0.5em;
}

header h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #69A0F3;
}



#Whole {
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 13px;
	min-width: 600px;
	width: 75%;
	padding-top: 30px;
	margin: auto;
	color: #555555;
	background: none;
}

#Mwrapper {
	float: right;
	width: 75%;
	border: 0;
	margin: 0;
	padding: 0;
}

#MainContent {	
	padding: 0 10px 0 15px;
}

#Swrapper {
	position: relative;
	right: 0%;
	width: 25%;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#Swrapper > nav {
	text-align: right;
	font-size: 13px;
	padding: 10px;
	padding-top: 4.5em;
	padding-right: 10px;
	line-height: 19px;
	border-right: 2px solid #BB5555;
	
}

nav > ul li h1 {
	font-size: 1.3em;
	line-height: 2.5em;
	text-transform: uppercase;
	color: #BB5555;
}

nav > ul li a {
	color: #498AF3;
	text-decoration: none;
}

nav > ul li a:visited {
	color: #498AF3;
	text-decoration: none;
}

nav > ul li.current a {
	color: #333333;
	font-weight:bold;
}

footer {
	clear: both;
	width: 100%;
	text-align: right;
	padding-top: 15px;
}

footer > a {
	color: #555555;
	text-decoration: none;
}

footer > a:visited {
	color: #555555;
	text-decoration: none;
}

article.content a {
	color: #555555;
	text-decoration: underline;
}

article.content a:visited {
	color: #555555;
	text-decoration: underline;
}


article.content {
	margin-top: 1em;
	line-height: 18px;
}

article.content code {
	color: #00bb00;
	display: inline;
	font-family: Consolas, 'Andale Mono', Monaco, 'Liberation Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', monospace;
	white-space: pre;
}

article.content p {
	margin-bottom: 5px;
}

article.content ul {
	margin-bottom: 5px;
}

article.content ul li:before {
	content: "\00BB \0020";
}

article.content h1 {
	font-size: 150%;
	line-height: 1.5em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

article.content h2 {
	font-size: 115%;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

article.content h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 110%;
	line-height: 1.3em;
	margin-bottom: 10px;
}

article.content h4, article.content h5, article.content h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
}

article.content p + h1, article.content p + h2, article.content p + h3 {
	margin-top: 10px;
}

ul.projects li p {
	margin-top: 5px;
	margin-left: 1em;
}
