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

/* basics */

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

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

/* standard body */
body {
margin: 0 auto;
width: 960px;
font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
background: #996600;
}

/* standard alignments */
.alignleft {
float: left;
}

img.alignleft {
margin: 5px 10px 0 0; 
}

.alignright {
float: right;
}

img.alignright {
margin: 5px 0 0 10px; 
}

.center {
text-align: center;
}

/* Hx tags */

h1 {
font-size: 40px;
font-family: Garamond, Georgia, Times, "Times New Roman", serif;
padding: 20px 0;
}

h2 {
font-size: 24px;
padding: 20px 0;
}

h2 a {
color: #cae800;
}

h2 a:hover {
color: #000;
}

h3 {
font-size: 18px;
color: #01434f;
padding-bottom: 3px;
border-bottom: #01434f 1px solid;
margin-bottom: 10px;
}

p {
padding-bottom: 20px;
}

/* header */

header {
margin-top: 10px;
background: #F0E7D4 url("http://www.thumbfest.org/images/introimage2.jpg");
height: 200px; /* for IE */
min-height: 200px; /* for not-IE */
-webkit-box-shadow: 3px 3px 3px #999900;
-moz-box-shadow: 3px 3px 3px #999900;
}

header h1, header p {
position: relative;
z-index: 9999;
width: 600px;
}

header h1 {
padding: 20px 0 10px 20px;
color: #01434f;
}

header h1 a {
color: #01434f;
text-decoration: none;
}

header h1 a:hover {
text-decoration: underline;
}

header h2 {
font-size: 14px;
color: #ddd;
margin-top: -20px;
padding-left: 30px;
}

/* nav */

nav {
background: #01434f;
margin: 0px 0px 10px auto;
width: 960px;
display: block;
float: left;
-webkit-box-shadow: 3px 3px 3px #999900;
-moz-box-shadow: 3px 3px 3px #999900;
}

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: #01434f;
padding: 0px 30px;
line-height: 38px;
}

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

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

nav .menu ul li a {
display: block;
text-decoration: none;
color: #ffffff;
background: #01434f;
margin-left: 1px;
white-space: nowrap;
}
nav .menu ul li a:hover { 
background: #013038; 
}

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

nav .menu li:hover li {
float: none;
}

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

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

/* content and sidebar layout */

#content {
float: left; 
width: 610px; 
margin: 0 0 10px 0; 
padding: 30px 20px 5px 20px;
background-color: #cccc66;
-webkit-box-shadow: 3px 3px 3px #999900;
-moz-box-shadow: 3px 3px 3px #999900;
}

aside {
float: right;
text-align: left; 
width: 300px; 
margin:0; 
padding:0;
}

/* article */

article {
float: left;
width: 620px;
height: 1024px;
margin-bottom: 30px;
}

article .thumb {
float: left;
width: 200px;
height: 200px;
margin-right: 30px;
margin-bottom: 10px;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

article .title {
float: left;
width: 600px;
font-size: 22px;
font-weight: bold;
margin-bottom: 0px;
color: #01434f;
}

article .title2 {
float: left;
width: 300px;
font-size: 22px;
font-weight: bold;
margin-bottom: 0px;
color: #01434f;
}

article .story {
width: 600px;
margin: 0 0 0 0;
}

tarticle2 {
float: left;
width: 600px;
height: 2800px;
margin-bottom: 30px;
}

tarticle2 .thumb {
float: left;
width: 200px;
height: 200px;
margin-right: 30px;
margin-bottom: 10px;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

tarticle2 .title {
float: left;
width: 600px;
font-size: 22px;
font-weight: bold;
margin-bottom: 0px;
color: #01434f;
}

tarticle2 .title2 {
float: left;
width: 300px;
font-size: 22px;
font-weight: bold;
margin-bottom: 0px;
color: #01434f;
}

tarticle2 .story {
width: 600px;
margin: 0 0 0 0;
}

article3 {
float: middle;
width: 620px;
height: 2800px;
margin-bottom: 30px;
}

/* sidebar */
aside section {
margin: 0 0 10px 0;
padding: 30px 15px;
background-color: #cccc66;
-webkit-box-shadow: 3px 3px 3px #999900;
-moz-box-shadow: 3px 3px 3px #999900;
}

aside section ul {
margin: 0 0 0 20px;
list-style-image: url(images/arrow.gif);
color: #01434f;
}

aside section ul li a {
display: block;
text-decoration: none;
color: #000;
}

aside section ul li a:hover {
background-color: #01434f;
color: #ffffff;
}

/* footer */

a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
ar:active {
	text-decoration: none;
	color: #fff;
}

footer {
clear: both;
float: left;
background: #01434f;
width: 960px;
color: #F0E7D4;
margin-bottom: 10px;
-webkit-box-shadow: 3px 3px 3px #999900;
-moz-box-shadow: 3px 3px 3px #999900;
}

footer p {
text-align: right;
font-size: 11px;
padding-right: 20px;
}

footer a {
color: #999;
}

footer a:hover {
color: #F0E7D4;
text-decoration: none;
}

