/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

 /*Reset Browser Defaults 
@import url( 'library/media/css/reset.css' );

 Apply base theme styles and colors 
@import url( 'library/media/css/base.css' );

 Basic 2 Column Layout 
@import url( 'library/media/layouts/2col-r.css' );

 Stylistic CSS Styles 
@import url( 'library/media/css/screen.css' );*/

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


/* Headings */
h1, h2, h3, h4, h5, h6 { text-decoration: none;font-weight: normal; color: white;clear: both; }
h1 { text-decoration: none;font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { text-decoration: none;color: white; font-size: 20px; line-height: 16px; padding: 0px 0px;
	font-weight: bold; margin: 0;
}
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { font-size: 24px; line-height: 28px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

a { color: white; text-decoration: underline; }
a:hover { text-decoration: underline; }

img.bg {
	

/* Set rules to fill background */
	min-height: 100%;
	min-width: 100%;
	/

* Set up proportionate scaling */
	width: 100%;
	height: 100%;
	/*

Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}

@media screen and (max-width: 1024px) {
#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }
img.bg {
	left: 50%;
	margin-left: -512px;
}



}

div#logo {
	position: relative;
	padding: 5px;
	width: 500px;
	margin: 0 auto 20px;
}

img.logo {
	position: relative;
	padding: 5px;
	width: 500px;
	margin: 0 auto;
}

div#content {
overflow: hidden;	
position: relative;
	width: 580px;
	margin: 0 auto;
	background: #e2017b;
	padding: 20px;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;	/* for IE */
}

div#content .transparency {
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 580px;
	margin: 0 auto;
	filter: alpha(opacity=80);
	/* CSS3 standard */
	opacity: 0.8;
}

#text {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: white;	
	line-height: 16pt;
	position: relative;
}

body {
	/* These rules have no effect on the functionality */
/* They are for styling only */
	margin: 0;
	padding: 0px 0 0 0;
}

#demo-container {
	text-align: center;
	width: 800px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0px 0px 0 0px;
}



#footer {
		font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: white;	
	line-height: 16pt;
	text-align: center;
	width: 800px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0px 0px 0 0px;
}

#footer-img {
		background: url(http://atmo.se/www.secure/img/logo.gif) no-repeat;
		width: 200;
}

ul#simple-menu {
	position: relative;
	list-style-type: none;
	width: 100%;
	height: 27px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 0 0;
}

ul#simple-menu li {
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin: 0 0 0 4px;
	height: 27px;
}

ul#simple-menu li.left {
	margin-left: auto;
	margin-right: auto;
	margin: 0;
}

ul#simple-menu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: left;
	color: #fff;
	background: #ff68c7;
	line-height: 27px;
	text-decoration: none;
	padding: 0 17px 0 18px;
	height: 27px;
}

ul#simple-menu li a.right {
	padding-right: 19px;
}

ul#simple-menu li a:hover {
	background: none;
}

ul#simple-menu li a.current {
	color: #ff68c7;
	background: white;
}

ul#simple-menu li a.current:hover {
	color: #2E4560;
	background: #ff68c7;
}

#container
{
	padding:20px;
	width:650px;
	color:#FFFFFF;
	position:relative;
	background-color:#000000;
	float:left;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}

#container2
{
	padding:20px;
	width:300px;
	color:#FFFFFF;
	position:relative;
	overflow:hidden;
		padding: 20px;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;	/* for IE */
	width: 650px;
	margin: 0 auto;
	}

#container2 .transparency
{
	margin: 0 auto;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	background-color:#e2017b;
	width:700px;
	height:1500px;
	position:absolute;
	top:0px;
	left:0px;
	
}

.content3
{
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: white;	
	line-height: 16pt;
	position:relative;
}