/*   
Theme Name: LWPAC Wordpress Theme
Theme URI: http://www.lwpac.net/wp/themes/lwpac2b/
Description: A WordPress theme designed specifically for LWPAC.net
Author: Matthew Beall
Author URI: http://www.lwpac.net
Version: 0.9
Tags: 
*/



@import url('reset.css');
@import url('typography.css');
@import url('forms.css');
	

/*
  LAYOUT
*/



#menu { 
	position:fixed;
	top:0;
	left:5%;
	z-index:80;
	width:110px;
	min-width:110px;
	padding:0;
margin:0;
}

#menu h1 {
width:100%;
margin-bottom: 1px;
background:#000;
font-size:1em;
text-align:right;
letter-spacing:0px;
}
#menu h1 a {
display:block;
padding:30px 7px 7px 7px;
color:#f90;
text-decoration:none;
}

#menu ul {
display:block:
width:100%;
background: transparent url('images/000-60.png');
list-style-type: none;
padding:10px 0 10px 0;
margin:0;
}
#menu ul ul {
	background: transparent;
}
#menu li {
	list-style-type: none;
	padding:0;
	margin:0;
}
#menu li a {
	display:block;
	margin-bottom:.2em;
	margin-left:1em;
	padding:6px 0 3px 0;
	color:#fff;
	text-decoration:none;
	line-height: 1.1;
}
#menu ul.children {
	margin:0;
	padding:0;
}
#menu ul.children li a {
	color: #ccc;
	padding-left:10px;
}
#menu li.current_page_item a {
color:#f90;
}
#menu li a:hover,
#menu ul.children li a:hover {
	color:#f90;
}

#content {
	z-index: 3;
	position: relative;
	background: transparent url('images/000-60.png');
	width: 57.5%;
	margin: 100px 21% 0 21%;
	text-align:left;
	padding:15px;
}

.nobackground {
	background:transparent!important;
}

#content h2 {
	color:#ccc;
}

#content ul.project-images {
margin-left:0;
padding-left:0;
list-style-type:none;
}

#content ul.project-images li {
margin: 0.75em;
padding:0;
display:inline;
}

#content ul.project-images li a img {
border:1px solid #444;
-moz-box-shadow: rgba(0,0,0,1) 0 3px 20px;
-webkit-box-shadow: rgba(0,0,0,1) 0 3px 20px;
-khtml-box-shadow: rgba(0,0,0,1) 0 3px 20px;
box-shadow: rgba(0,0,0,1) 0 3px 20px;
}

#content li.page_item {
	display:inline;
	overflow:hidden;
}
#content li.page_item a {
	display:block;
	float:left;
	width:200px;
	height:200px;
	margin:1em;
	padding: 15px;
	text-decoration:none;
	color: #f90;
	font-size: 2.2em;
	line-height:1.4;
	text-shadow: 0.1em 0.1em 0.1em #333;
	border:1px solid #444;
	-moz-box-shadow: rgba(0,0,0,1) 0 3px 20px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 3px 20px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 3px 20px;
	box-shadow: rgba(0,0,0,1) 0 3px 20px;
}


#content dl.project-specs {
margin:1em 3em;
}

#content dl.project-specs dt {
width:80px;
float:left;
}

#content p img {
border:1px solid #444;
margin-top:0.5em;
margin-bottom:1em;
-moz-box-shadow: rgba(0,0,0,1) 0 3px 20px;
-webkit-box-shadow: rgba(0,0,0,1) 0 3px 20px;
-khtml-box-shadow: rgba(0,0,0,1) 0 3px 20px;
box-shadow: rgba(0,0,0,1) 0 3px 20px;
}

#content p img.alignright {
margin-left:1.5em;
}

#content p img.alignleft {
margin-right:1.5em;
}


#sidebar {
	position:absolute;
	top:100px;
	right:5%;
	z-index:10;
	width:165px;
	min-width:165px;
	padding:10px;
	background: transparent url('images/000-60.png');
}

.twitter_title_link {
display:block;
font-size:1.2em;
padding-bottom:5px!important;
margin-bottom:5px!important;
}

.twitter-item {
font-size:.9em;
border-bottom:1px solid #111;
padding-bottom:5px!important;
margin-bottom:5px!important;
}


/* SuperBGImage */

#showtitle {
	z-index: 3;
	position: fixed;
	top: 0px;
	right: 0px;
	display: none;
	color: #fff;
	padding: 0;
	opacity:.3;
text-align:right;
font-size:1em;
}
#showtitle p {
background:#000;
padding:3px 10px;
}

#thumbs, #thumbs1, #thumbs2 {
	text-align: center;
}
#thumbs a, #thumbs1 a, #thumbs2 a {
	display: block;
	line-height: 22px;
	float: left;
	width: 22px; 
	height: 22px;
}
#transition {
	width:100%;
}
#superbgimage {
	display: none;
	background: #ccc;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}
.scanlines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url('images/grid.png');
}






/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* post */
.meta {
	border-left:3px solid #EDD594;
	padding:8px;
	margin:1em 0;
	color:#EDD594;
}
/* comments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* featured section */
#featured-sticker {
        width: 100px;
        padding: 5px;
        margin-left: 800px;
        background-color: #f00;
        color: white;
        text-align: center;
        position: absolute;
        float: right;
}
#featured-post {
        background-color: #f3f3f3;
        padding:20px;
        margin: 0px 0px 45px 0px;
        border-top: solid 3px #ccc;
        border-bottom: solid 1px #ccc;
}

#post-entries {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
}



/* and the clearfix, which we will probably need at some point */
/* full clearfix */
/* add to floating elements which shall clear floating after themselves */ 
/* from http://noscope.com/journal/2010/01/vanilla-css-un-reset-with-new-clearfix */
* html .clearfix {
    height: 1%; /* IE5-6 */
    }
*+html .clearfix {
	display: inline-block; /* IE7not8 */
	}
.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
