/*
Theme Name: Adriel.net 2010
Theme URI: http://www.adriel.net/
Description: Custom Adriel.net theme developed in 2010.
Version: 3.0
Author: Ben Ickler, Random Soup
Author URI: http://www.randomsoup.net
Tags: web design, web hosting, custom header, fixed width, two columns, widgets
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

a{outline:none;}

@font-face {
 font-family: 'Junction';
 src: url('/fonts/Junction-webfont.eot');
 src: local('_'), url('/fonts/Junction-webfont.woff') format('woff'), url('/fonts/Junction-webfont.ttf') format('truetype'), url('/fonts/Junction-webfont.svg#webfont') format('svg');
}


body{
 background:url(images/bg.jpg) #eef2f5;
 font-family:Arial, Helvetica, sans-serif;
 width:100%;
 overflow-x:hidden;
}

a{
 text-decoration:none;
}

a:hover, a:focus{
 text-decoration:underline;
}

#content, #aside{
 padding:5px;
 color:#3a4758;
 text-shadow:1px 1px 2px rgba(30,40,51,.5);
}

#content a, #aside a{
 color:#3f6686;
}

#branding h1, #branding div:first-child{
 font-family:Junction, "Trebuchet MS", sans-serif;
 font-size:35px;
 line-height:35px;
 padding:22px 0 0 5px;
 color:#2b3137;
 text-shadow:-1px -1px 0 rgba(0,0,0,.9),
 1px 1px 0 rgba(255,255,255,.1);
 text-transform:lowercase;
 position:absolute;
}

#branding a{
 color:#2b3137;
 -webkit-transition:all .4s linear;
 -o-transition:all .4s linear;
}

#branding a:hover{
 color:#7a98c0;
 text-shadow:
 -1px -1px 0 rgba(0,0,0,.1),
 0px 0px 15px #7a98c0;
 text-decoration:none;
}

#description{
 font-family:"Trebuchet MS", sans-serif;
 color:#2b3137;
 text-shadow:-1px -1px 0 rgba(0,0,0,.9),
 1px 1px 0 rgba(255,255,255,.1);
 position:absolute;
 top:27px;
 left:180px;
 font-size:25px;
 line-height:25px;
}

.page-title, .page-title{
 position:absolute;
 margin:0 0px;
 padding:0;
 font-size:60px;
 letter-spacing:10px;
 color:#253952;
 text-shadow:
 2px 2px 0 rgba(24,32,40,.8);
 text-transform:lowercase;
 top:-170px;
}

page-title a, .page-title a{
  color:#253952;
}

.entry-title, .widget-title{
 color:#253952;
 font-size:25px;
 letter-spacing:5px;
 padding:;
 text-shadow:
 1px 1px 0 rgba(24,32,40,.8);
 text-transform:lowercase;
}

.entry-title a{
 color:#253952;
}

h4{
 color:#d5d9dd;
 font-size:35px;
 letter-spacing:5px;
 padding:30px 0 30px 5px;
 text-shadow:
 2px 2px 0 rgba(24,32,40,.8);
}

#header{
 width:100%;
 height:70px;
 background:url(images/topbg.jpg) repeat-x #6b7b8a;
 position:relative;
}

#masthead{
 width:900px;
 margin:0 auto;
 position:relative;
}

#headtile{
 width:100%;
 height:230px;
 background:url(images/headtile.jpg) repeat-x #424f62;
 position:relative;
 -moz-box-shadow:0px 2px 5px #777;
 -webkit-box-shadow:0px 2px 5px #777;
 box-shadow:0px 2px 5px #777;
}

#subheader{
 min-width:900px;
 max-width:1680px;
 height:230px;
 background:url(images/headbg.jpg) no-repeat;
 position:relative;
 margin:0 auto;
}

#subheader div:first-child{
 width:900px;
 margin:0 auto;
 position:relative;
}

#postnav{
 position:absolute;
 padding:0 0 0 5px;
}

#postnav li{
 padding:1px 0;
 line-height:1.2em;
}

#postnav a{
 color:#d5d9dd;
 letter-spacing:2px;
 font-size:17px;
 text-shadow:
 1px 1px 0 rgba(0,0,0,.5),
 0 0 0 rgba(255,255,0,0);
 -webkit-transition:text-shadow .5s linear;
 -o-transition:text-shadow .5s linear;
}

#postnav a:hover{
 color:#ffffce;
 text-shadow:
 0 0 20px yellow,
 0 0 30px yellow;
 border:1px solid #57655c;
 border-left:none;
 border-right:none;
 text-decoration:none;
}

#postnav ul li.current_page_item > a,
#postnav ul li.current-menu-ancestor > a,
#postnav ul li.current-menu-item > a,
#postnav ul li.current-menu-parent > a {
 color:#ffffce;
 text-shadow:
 0 0 20px yellow,
 0 0 30px yellow;
 border:1px solid #57655c;
 border-left:none;
 border-right:none;
 text-decoration:none;
}

* html #postnav ul li.current_page_item a,
* html #postnav ul li.current-menu-ancestor a,
* html #postnav ul li.current-menu-item a,
* html #postnav ul li.current-menu-parent a,
* html #postnav ul li a:hover {
 color:#ffffce;
 text-shadow:
 0 0 20px yellow,
 0 0 30px yellow;
 border:1px solid #57655c;
 border-left:none;
 border-right:none;
 text-decoration:none;
}

#main{
 width:840px;
 margin:0 auto;
 position:relative;
 padding:30px;
}

#aside{
 width:270px;
 min-height:110px;
 background:rgb(120,139,154);
 background:rgba(120,139,154,.5);
 border:2px solid #788b9a;
 position:absolute;
 left:0;
 padding:10px;
 text-shadow:1px 1px 2px rgba(30,40,51,.5);
}

#content{
 width:530px;
 min-height:300px;
 background:rgb(207,215,222);
 background:rgba(207,215,222,.3);
 margin:0 0 0 320px;
 border:2px solid #cfd7de;
 position:relative;
 padding:25px;
}

#content p{
 margin:0 0 15px;
}

#footer{
 width:100%;
 height:100px;
 background:rgb(164,178,188);
 background:rgba(164,178,188,.5);
 position:relative;
 border:2px solid #a4b2bc;
 border-left:none;
 border-right:none;
 margin:0 0 -15px;
 text-align:center;
 padding:15px 0 0;
 bottom:0;
 color:#4a596c;
 line-height:1.2em;
 text-shadow:1px 1px 2px rgba(30,40,51,.5);
}

#footer a{
 color:#4a596c;
}

.postmetadata{
 display:none;
}

.navigation{
 display:none;
}

/* =Menu
-------------------------------------------------------------- */

#access{
 margin:0 0 0;
 position:absolute;
 top:34px;
 font-size:14px;
 color:#2b3137;
 padding:1px 0;
 right:0px;
 display:block;
}

#access li{
 float:left;
 margin:0 10px 0 0;
}

#access a{
 color:#2b3137;
 text-shadow:1px 1px 0 rgba(255,255,255,.1);
 -webkit-transition:all .2s linear;
 -o-transition:all .2s linear;
 display:block;
}

#access a:hover{
 color:#7a98c0;
 text-shadow:0 0 3px #7a98c0;
 text-decoration:none;
}

#access .menu-header,
div.menu {
}
#access .menu-header ul,
div.menu ul {
 list-style: none;
 margin: 0;
}
#access .menu-header li,
div.menu li {
 float:left;
 position: relative;
}
#access ul ul {
 display:none;
 position:absolute;
 top:15px;
 left:0;
 float:left;
 width:120px;
 z-index:51;
}
#access ul ul li {
 min-width: 120px;	
}
#access ul ul ul {
 left:100%;
 top:0;
}
#access ul ul a {
 background:url(images/topbg.jpg) repeat-x #6b7b8a;
 height:auto;
 line-height:1em;
 padding:5px 10px;
 width: 100px;
}
#access li:hover > a,
#access ul ul :hover > a {
 }
#access ul li:hover > ul {
 display:none;
 -moz-box-shadow:0 5px 10px rgba(0,0,0,.4);
 -webkit-box-shadow:0 5px 10px rgba(0,0,0,.4);
 box-shadow:0 5px 10px rgba(0,0,0,.4);
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
 color:#7a98c0;
 text-shadow:0 0 3px #7a98c0;
 text-decoration:none;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
 color:#7a98c0;
 text-shadow:0 0 3px #7a98c0;
 text-decoration:none;
}

.entry-meta, .entry-utility, #comments{
 display:none;
}

#s{
 width:150px;
 color:#253952;
 text-shadow:1px 1px 2px #202934;
}

#searchsubmit{
 background:#6b7b8a;
 -moz-border-radius:10px;
 -webkit-border-radius:5px;
 border-radius:10px;
 border:none;
 color:#253952;
 text-shadow:1px 1px 2px #202934;
 padding:0 5px;
 -moz-box-shadow:2px 2px 2px #202934;
 -webkit-box-shadow:2px 2px 2px #202934;
 box-shadow:2px 2px 2px #202934;
 -webkit-transition:all .2s linear;
 -o-transition:all .2s linear;
 position:absolute;
 right:1px;
 width:58px;
 font-size:14px;
 top:0px;
 height:23px;
 margin:10px 0 0;
}

#searchsubmit:hover, #searchsubmit:focus, #searchsubmit:active{
 background:#424f62;
 color:#d5d9dd;
 -moz-box-shadow:2px 2px 2px #202934 inset;
 -webkit-box-shadow:none;
 box-shadow:2px 2px 2px #202934 inset;
}

#content ul, #content dl{
 list-style:disc outside;
 line-height:20px;
 padding:0 10px;
 margin:0 0 15px;
}

#content ul lh, #content dl dt{
 font-weight:bold;
 margin:0 0 0 -15px;
 padding:0;
 line-height:16px;
}

#content ul ul{
 list-style:circle;
 margin:0 0 15px;
}

#content li{
 margin:0;
}
