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

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

html {
background: #73ADD7 url(gradient.gif) repeat-x;
}

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

body {
//background: url(sky.jpg) no-repeat center top;
line-height: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #222222;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
border: 3px solid #888;
background: #fff;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #3333ff;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #FFF url(colbg.png) repeat-y;
overflow: hidden;
}
#main-1 {
background: #fff;
}

#content {
float: left;
width: 450px;
margin-left: 40px;
}
#content-1 {
float: left;
width: 800px;
margin-left: 70px;
}
#content-2 {
float: right;
width: 600px;
margin-right: 40px;
}

#sidebar1 {
float: left;
padding-left: 20px;
width: 180px;
}

#sidebar2 {
float: right;
padding-right: 30px;
width: 180px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

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

a:link, a:visited {
text-decoration: none;
color:##0052E7;
}

a:hover, a:active {
color: #005e12;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

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

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #EECC11;
}

nav .menu a:hover {
text-decoration: none;
color: #ffffff;
}

/** HEADER */

header {
padding: 20px 0 0 0;
}

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

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

header>h1 a {
color: #0052e7;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 2px 3px #555;
}

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

/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
margin-bottom: 10px;
}

.content {
position: absolute;
top: 11;
left: 180px;
width:800px;
background-color: #ffffd0;
padding: 10px;

}

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

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

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

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

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

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

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
text-shadow: 0px 2px 3px #ddd;
}

aside ul {
list-style: square;
color: #0000ff;
margin: -15px 0 15px 25px;
}

#footer-area {
background: #0052e7;
color: #f2e0df;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
/* curved border radius */
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}

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

footer aside h4 {
color: #faf0e6;
font-size: 16px;
line-height: 1.5em;
}

footer ul {
list-style: none;
margin: -15px 0;
}

footer a:link, footer a:visited {
color: #E9CE0B;
text-decoration: none;
}

footer a:hover { 
text-decoration: underline; 
color: #ffffff;
}

footer p {
margin-top: -15px;
color: #faf0e6;
}

/* Forms */
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
margin-top: 10px;
display: block
}



input
{
color: #781351;
background: #fee3ad;
margin-top: 10px;
border: 1px solid #781351
}


input[type="image"] {
color: #0000;
background: none;
margin-top: 1px;
margin-bottom: 5px;
border: 0;
}

.input-rounded-button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    background:#595651;

    color:#FFFFFF;
    cursor:pointer;
    font:11px sans-serif;
}

.input-rounded-button:hover { 
    text-decoration:none; 
    color:#ff0000; 
    cursor:pointer;
    border:1px solid #FF2B06;
}

.submit input
{
margin: 0px;
width: 60px;
height: 25px;
color: #000;
background: #fee3ad;
border: 2px outset #d7b9c9
padding: 2px 6px;
} 



fieldset
{
border: 1px solid #781351;
width: 430px
}
textarea#styled {
        margin-left: 10px;
        margin-top: -15px;
	width: 390px;
	height: 250px;
	border: 3px solid #cccccc;
	padding: 5px;
  }
legend
{
margin: 20px;
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}

.space40 {
height: 40px;
}

/* hidden form element to detect spam */
.country {
visibility: hidden;
}
