/* --------------------------------------------------------------- */
/* Chewsi overrides */
/* --------------------------------------------------------------- */

body
{
	font-family: "open-sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #424242;
	background: inherit;
}

a, a:visited
{
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #3B9BE8;
}

ul li, ol li
{
	margin: 5px;
}

#wrapper
{
	width: 980px;
	margin-top: 0;
	border: none;
}

#header
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border-bottom: 1px #ccc solid;
}

#headercontainer
{
	width: 940px;
	height: auto;
	padding: 20px 0 20px 0;
	margin: 0px auto 0px;
	line-height: 18px;
}

#header img
{
	float: left;
	width: 38px;
	height: 38px;
	margin: -10px 0 -10px 0;
}

#header span
{
	float: left;
	margin-left: 10px;
	font-size: 24px;
	font-weight: 500;
}

#header ul
{
	float: right;
}

#header li
{
	display : inline;
	padding-left : 20px;
}

#header li a
{
	height: 18px;
}

#header a, #header a:visited
{
	font-size: inherit;
	color: inherit;
}

#header a:hover
{
	text-decoration: none;
	color: #3B9BE8;
}

#content
{
	width: auto;
	padding: 0 20px 0 20px;
	line-height: inherit;
}

#content h1, #content h2, #content h3, #content h4
{
	margin-top: 0;
	margin-bottom: 7px;
	padding: 0;
	color: inherit;
	background-color: inherit;
	font-style: normal;
}

#content h1
{
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 42px;
}

#content h2
{
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 36px;
}

#content h3
{
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 28px;
}

#content h4
{
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 20px;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a
{
	font-weight: 500;
	color: inherit;
}

#content p
{
	margin: 0 0 20px 0;
	padding: 0px;
}

#content p img
{
	padding: 0px;
	border: none;
}

#content a, #content a:visited
{
	color: #b38703;
}

#content a:hover
{
	text-decoration: none;
	color: #3B9BE8;
}

#content p a, #content p a:visited, #content p a:hover
{
	font-weight: 700;
}

#content ul
{
	margin: 0 0 20px 18px;
}

#content ul li
{
	margin: 5px;
}

.postcontent + .postcontent
{
	margin-top: 70px;
}

#content .postcontent h1
{
	font-size: 36px;
}

#footer
{
	border-top: 1px #ccc solid;
	margin: 0px auto 0px;
	padding: 0;
	width: 100%;
	background-color: #FFF;
}

#footercontainer
{
	margin: 0px auto 0px;
	width: 940px;
	padding: 20px 0 20px 0;
}

#footer, #footer li
{
	font-size: 12px;
}

#footer p
{
	padding: 10px 0 0 0;
}


input#submit
{
	font-size: 40px;
	padding: 10px;
}


/* --------------------------------------------------------------- */
/* Custom style */
/* --------------------------------------------------------------- */

.video
{
	margin: 0 auto 0;
	padding-bottom: 20px;
	width: 940px;
}

#content .video-box
{
	margin-bottom: 15px;
}

.about-portrait img
{
	border-radius: 50%;
}

.moretext
{
	padding: 10px 15px 10px 15px;
	border-radius: 12px;
	border: 1px solid #b38703;
}

#home-dwi img
{
	border-radius: 6px;
-webkit-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
}

#home-dwi h1, #home-dwi h2, #home-dwi h3
{
	color: #fff;
}

#home-dwi h1 a, #home-dwi h2 a, #home-dwi h3 a
{
	color: #fff;
}

/*#home-dwi h1 a:hover, #home-dwi h2 a:hover, #home-dwi h3 a:hover*/

#content #home-dwi a:visited
{
	color: #fff;
}

#content #home-dwi p a, #content #home-dwi p a:visited
{
	font-weight: inherit;
	color: inherit;
}

#content #home-dwi a:hover, #content #home-dwi p a:hover
{
	color: #ddd;
}

#content .dwi-panel-grid img
{
	border-radius: 6px;
	-webkit-box-shadw: 3px 3px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
}

#content .dwi-panel-grid .noshadow img
{
	border-radius: none;
	-webkit-box-shadw: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#content .dwi-panel-grid a, #content .dwi-panel-grid a:hover
{
	font-weight: 700;
}

#content .dwi-panel-grid h2, #content .dwi-panel-grid h3
{
	margin: 0 0 20px 0;
	text-align: center;
}

#content .dwi-panel-grid p
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}

#content .dwi-panel-grid p:empty
{
    display: none;
}

#content .dwi-panel-grid .dwi-text-only p
{
	padding-top: inherit;
	padding-bottom: inherit;
}

#content .lsow-dark-bg, #content .lsow-dark-bg h2, #content .lsow-dark-bg h3
{
	color: #fff;
}


/* --------------------------------------------------------------- */
/* Common */
/* --------------------------------------------------------------- */

body, #content h1, #content h2, #content h3, #content h4, #header
{
	font-family: "open-sans", sans-serif;
}

#content h1, #content h2, #content h3, #content h4
{
	color: #303030;
}
