/* Reset 
------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

/* Global 
------------------------------- */

body {
	line-height: 1.50;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #646464;
}

ul {padding-left: 15px;}

#wrap {
	max-width: 950px;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 30px;
	color: #85170F;
	padding-bottom: 10px;
	border-bottom-color: #646464;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	margin-bottom: 18px;
	margin-top: 18px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

p {
	margin-bottom: 16px;
	margin-top: 16px;
}

a {
	color: #85170F;
	text-decoration: none;
}

o {
	color: #ff7000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	height: 0px;
	width: 0px;
	clear: both;
}

/* Header 
------------------------------- */

#header {
	padding: 16px 0px;
 background-color: transparent;
 border-bottom-color: black;
 border-bottom: dotted;

}

.inner {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header img {
	float: left;
}

#header ul {
	margin-top: 14px;
	float: right;
}

#header li {
	font-size: 15px;
	padding-right: 4px;
	padding-left: 4px;
	display: inline;
	list-style-type: none;
}

#header li a {
	color: black;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
}

#header li a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}
 
#header li a.on {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .2);
}


/* Main Content Area 
------------------------------- */

#content {
	width: 65%;
	float: left;
}

.border {
	border-color: #eee;
	border-width: 6px;
	border-style: solid;
}

/* Sidebar 
------------------------------- */

#sidebar {
	color: white;
	padding: 20px;
	float: right;
	background-color: #c49710;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
	-moz-box-shadow: 0px 0px 3px #e5e5e5;
    -webkit-box-shadow: 0px 0px 3px #e5e5e5;
    box-shadow: 0px 0px 3px #e5e5e5;
}

#ul {padding-left: 15px;}

/* Footer 
------------------------------- */

#footer {
	padding-bottom: 20px;

	border-top-width: 1px;
	padding-top: 20px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	clear: both;
	margin-top: 30px;
	color: #555555;
	border-top-color: #cccccc;
	border-top-style: dotted;
	margin-right: auto;
	margin-left: auto;
	max-width: 950px;
}

#footer ul {
	float: left;
}

#footer li {
	margin-right: 15px;
	list-style-type: none;
	display: inline;
}

#footer img:hover {
opacity: .7;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}

.copyright {
	clear: left;
	padding-top: 15px;
	margin: 0px;
	float: left;
}

.soc-icons {
	padding-top: 8px;
	margin: 0px;
	float: right;
}

.soc-icons img {
	padding-left: 10px;
}

.soc-icons a {
	display: inline;
}

.copyright a {
	color: #666666;
}

.hello {
	padding-right: 15px;
	float: left;
}


