* { margin: 0; padding: 0; outline: 0; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

@font-face { font-family: Keffeesatz; src: url("fonts/YanoneKaffeesatz-Light.otf") format("opentype"); }
@font-face { font-family: KeffeesatzBold; src: url("fonts/YanoneKaffeesatz-Bold.otf") format("opentype"); }
@font-face { font-family: RockWell; src: url("fonts/SketchRockwell-Bold.eot") /* EOT file for IE */ }
@font-face { font-family: RockWell; src: url("fonts/SketchRockwell-Bold.ttf") format("truetype"); }

body { font-family: Tahoma, Geneva, sans-serif; color: #4b4b4b; }

::selection { background-color: rgba(122, 192, 0, 0.2); }
::-moz-selection { background-color: rgba(122, 192, 0, 0.2); border: 10px solid red; }

h1 { color: #7ec5ee; font-size: 40px; position: relative; top: 15px; font-family: RockWell; font-weight: lighter; }
h1 span { color: #7ec5ee; }
h1 a { color: #fff; text-decoration: none;}
h1 a:hover {color: #7ec5ee;}

h2 { font-size: 36px; color: #ff5400; height: 70px; padding-top: 20px; font-family: RockWell; font-weight: lighter; }
h2.sub { font-size: 48px; color: #4b4b4b; margin-bottom: 10px;}

h4 { font-family: RockWell; font-weight: lighter; font-size: 16px; }

ul.list { margin-left: 15px; }
ul.list li { list-style: none; background: url(images/bullets.png) no-repeat 0 50%; padding-left: 20px; font-size: 15px; }

div.left { float: left; width: 49%; }
div.right { float: right; width: 49%; }
div.clear { clear: both; }


p { font-size: 15px; margin-bottom: 15px; line-height: 22px; }

header { padding: 5px 0; width: 100%; background: url(images/header-bg.png) repeat-x; margin-bottom: 25px; position: fixed; z-index: 10; float: left; height: 126px; }
#headercontainer, #contentcontainer, #footercontainer { width: 960px; margin: 0 auto; position: relative; }
#contentcontainer { float: none; padding-top: 0px; }

nav { width: auto; float: left; }
nav ul { position: absolute; right: 0; display: block; margin-top: -17px; }
nav ul li { display: inline; margin-left: 15px; }
nav ul li a { color: #fff; font-size: 16px; font-weight: bold; text-decoration: none; padding: 10px 15px; }
nav ul li a.selected { background: #7ec5ee; -moz-border-radius: 10px; border-radius: 10px; }

section { margin-bottom: 1000px; padding-top: 130px; }

#intro h2 a { padding-bottom: 0px; }
#intro h3 { clear: left; font-size: 33px; border-bottom: 5px solid #7ac000; margin-bottom: 10px;}
#intro a.featured { padding-bottom: 0px; border-bottom: none; }
#intro a img { border: 5px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 5px; margin-top: 40px; margin-bottom: 5px; }
#intro a img:hover, input:hover, textarea:hover { border: 5px solid rgba(122, 192, 0, 1); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
#intro a img:active { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
#intro ul.services { margin-left: 15px; }
#intro ul.services li { list-style: none; background: url(images/bullets.png) no-repeat 0 50%; padding-left: 20px; font-size: 15px; }

#portfolio h3 { font-size: 33px; text-align: center; border-bottom: 5px solid #7ac000; margin-bottom: 10px;}
#portfolio h4 { font-family: RockWell; font-weight: lighter; font-size: 16px; }

#portfolio div.image-w { background: url(images/image-bg-w.png) no-repeat; height: 224px; width: 320px; }
#portfolio div.image-w img { padding: 15px 19px; width: 283px; height: 192px; }

#portfolio div.image-l { background: url(images/image-bg-l.png) no-repeat; height: 277px; width: 268px; }
#portfolio div.image-l img { padding: 15px 19px; width: 232px; height: 242px;}

#about ul { margin-bottom: 15px; margin-left: 15px;}
#about ul li { list-style: none; background: url(images/bullets.png) no-repeat 0 50%; padding-left: 20px; font-size: 15px; }

#blog h3 { font-size: 33px; text-align: left; border-bottom: 5px solid #7ac000; margin-bottom: 10px;}

#blog .post {
	padding:10px 0;
}

#blog .post img {
	border: 5px solid #bbb;
	margin-bottom: 0px;
}

#blog .author {
	display:block;
	width:55%;
	height: 40px;
	text-transform: capitalize;
	margin: 0 0 30px 0;
}

input[type="text"] { width: 400px; }
textarea { width: 750px; height: 275px; }
label { color: #ff5400; font-family: RockWell; font-weight: lighter; font-size: 16px;}
input, textarea, select { background-color: rgba(255, 255, 255, 0.4); border: 5px solid rgba(122, 192, 0, 0.15); padding: 5px; color: #4b4b4b; font-size: 18px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; }
input:focus, textarea:focus { border: 5px solid #ff5400; background-color: rgba(255, 255, 255, 1); }

input[type="submit"] { border: none; cursor: pointer; color: #fff; font-size: 24px; background-color: #7ac000; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

input[type="submit"]:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #ff5400;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #c34000),
	    color-stop(0.62, #ff5400)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
}

input[type="submit"]:active { position: relative; top: 1px; }

footer { width: 100%; background: url(images/footer-bg.png); height: 81px; position: fixed; bottom: 0; left: 0; font-size: 14px; }

footer .copyright {
	margin-top: 50px;
float:left;
}
footer .copyright a { color: #4b4b4b; }
footer .social_bookmarks {
	margin-top: 50px;
display:block;
float:right;
list-style-type: none;
list-style-position: outside;
}

footer .social_bookmarks li {
float:left;
margin:0 7px 0 0;
width:16px;
}

footer .social_bookmarks li a {
display:block;
float:left;
height:16px;
padding:0;
text-indent:-9999px;
width:16px;
outline: none;
}

footer .social_bookmarks .rss a{background: transparent url(images/rss_16.png) 0 0  no-repeat;}
footer .social_bookmarks .facebook a{background: transparent url(images/facebook_16.png) 0 0  no-repeat;}
footer .social_bookmarks .twitter a{background: transparent url(images/twitter_16.png) 0 0  no-repeat;}
footer .social_bookmarks .flickr a{background: transparent url(images/flickr_16.png) 0 0  no-repeat;}
