/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #000;
/* #d4bc9a; */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #543;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#container {
float: left;
margin: 0 -240px 0 0;
width: 650px;
}

#content {
margin: 0 280px 0 20px;
}

#sidebar {
float: right;
overflow: hidden;
width: 280px;
margin-top: 20px;
}

.menu,
#main,
#wrapper {
margin: 0 auto;
width: 940px;
}

#wrapper {
background: #CEBDA1;
padding: 0 20px;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.footer-segment {
float: left;
margin-right: 20px;
width: 210px;
}

#fourth {
margin-right: 0;
}

#fourth p {
padding-right: 5px;
}

#thumbs {
text-align: center;
margin-bottom: 10px;
}

.frameit {
border: 5px #000 solid;
margin-right:1.5px;
	/* curved border radius */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a {
color:#543;
/* #2f4390 */
}

a:hover {
color: #333;
}
	
p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* header */

#colortop {
background: #000;
/* #3E4973 */
margin: 0 auto;
width: 940px;
height: 40px;
display: block;
float: left;
/* curved border radius */
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
}

header {
margin-top: 20px;
padding: 30px 0 0 0;
}

header img {
clear: both;
display: block;
}

header>h1 {
float: left;
margin: 0 0 18px 0;
width: 600px;
font-size: 50px;
line-height: 36px;
}

header>h1 a {
color: #000;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 3px 3px #fff;
}

header>h2 {
color: #777;
font-size: 16px;
clear: right;
float: right;
font-style: italic;
margin: 14px 0 18px 0;
width: 320px;
}

/* nav */

nav {
background: #000;
margin: 0 auto;
width: 940px;
display: block;
float: left;
/* curved border radius */
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}

nav .menu {
font-size: 16px;
font-weight: bold;
margin-left: 12px;
}

nav .menu ul {
list-style: none;
margin: 0;
}

nav .menu li {
float: left;
position: relative;
}

nav .menu a {
display: block;
text-decoration: none;
color: #000;
padding: 0 10px;
line-height: 38px;
}

nav .menu a:hover {
color: #edab57;
}

/* nav 1-level dropdowns */
nav .menu li ul { 
display: none; 
}

nav .menu ul li a {
display: block;
text-decoration: none;
color: #edbd7f;
background: #000;
margin-left: 1px;
white-space: nowrap;
}

nav .menu ul li a:hover { 
background: #000; 
}

nav .menu li:hover ul {
display: block;
position: absolute;
}

nav .menu li:hover li {
float: none;
font-size: 11px;
}
nav .menu li:hover a { 
background: #000; 
}

nav .menu li:hover li a:hover { 
background: #000; 
}

/* main content */

#main {
overflow: hidden;
padding: 20px 0 0 0;
}

#content {
width: 600px;
margin-bottom: 36px;
color: #444;
font-size: 16px;
line-height: 24px;
border-right: 1px #543 solid;
}

article {
padding: 10px;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p,
#content ul,
#content ol,
#content hr {
margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
margin-bottom: 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
line-height: 1.5em;
}

aside ul {
list-style: square inside;
margin-bottom: 20px;
}

aside ul li a {
font-weight: bold;
}

footer {
margin-bottom: 20px;
clear:both;
}

#footer-area {
border-top: 2px solid #000;
margin-top: -4px;
padding: 18px 0;
overflow: hidden;
}


