/*  
Theme Name: Glow Magazine
Theme URI: http://www.adicio.se
Description: Tema för Glow Magazine
Version: 1.0
Author: Michael Lopez
Author URI: http://www.adicio.se/
*/

body {
	background: transparent url(images/background.gif) top left repeat;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 13px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div#wrap {
	width: 1167px;
	overflow: hidden;
}

div#page {
	width: 890px;
	float: left;
	margin: 0 auto;
	padding: 6px 10px 10px 10px;
	background-color: #fff;
}

div#header {
	margin-bottom: 2px;
}

div#header h1 span {
	display: none;
}

div#header h1 a,
div#header h1 a img {
	display: block;
}

div#page-inner {
	background: transparent url(images/content-background.png) top left repeat-x;
	height: 600px;
	position: relative;
}

ul#menu {
	height: 34px;
	position: relative;
	z-index: 1000;
}

ul#menu ul {
	background-image: url(images/blank.gif);
}

ul#menu span {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}

ul#menu li {
	float: left;
	position: relative;
	margin-bottom: 2px;
	padding: 6px 9px 5px 9px;
}

ul#menu li a {
	display: block;
	min-height: 21px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

ul#menu li.page_item li a {
	width: auto;
	background-image: none;
}

ul#menu li a span {
	display: none;
}

ul#menu ul li.page_item span {
	display: block;
	padding-top: 2px;
}

ul#menu ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	padding-top: 2px;
	padding-right: 2px;
}

ul#menu ul ul {
	top: 0;
	left: 100%;
	padding: 0 2px 0 4px;
	margin-left: -2px;
}

ul#menu ul li {
	float: none;
	width: 130px;
}

ul#menu li:hover > ul {
	display: block;
}

div#main {
	clear: left;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}

div#leftbar {
	width: 126px;
	float: left;
	color: #000;
	background-color: transparent;
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.3;
	margin-top: 53px;
	padding: 0 13px;
}

div#leftbar img {
	display: block;
	margin-left: -10px;
}

div#leftbar a {
	display: block;
	color: #2983a5;
}

div#leftbar ul {
	margin-top: 15px;
}

div#main-inner {
	height: 100%;
	float: left;
	background: transparent url(images/leftbar-background.jpg) bottom left no-repeat;
}

div#content {
	margin-top: 53px;
	margin-bottom: 19px;
	float: left;
}

div#content-left {
	width: 328px;
	float: left;
}

div#content-left h2 {
	color: #ed3f95;
	background-color: transparent;
	font-family: Georgia;
	font-size: 20px;
	line-height: 1.1;
	font-weight: normal;
}

div#content-right {
	float: left;
	margin-left: 11px;
	width: 340px;
}

div#content-right h1 {
	font-family: Georgia;
	font-size: 19px;
	color: #ed3f95;
	font-style: italic;
	margin-bottom: 6px; 
}

div#content-right h2,
div#content-right h3 {
	font-family: Georgia;
	font-size: 17px;
	line-height: 1;
	font-weight: normal;
	margin: 9px 0;
}

div#content-right h3 {
	font-style: italic;
}

div#content-right p {
	font-family: Georgia;
	font-size: 13px;
	line-height: 1.25;
	color: #000;
	margin: 9px 0;
}

div#content-right p em {
	color: #ed3f95;
}

/* Corners */
div#content-right p.glowed {
	margin: 0;
}

span.bt,
span.bb {
	display: block;
	height:25px;
	margin:0 0 0 27px;
	background:url(images/box.png) no-repeat 100% 0;
}

span.bt span,
span.bb span {
	display: block;
	position:relative;
	left:-27px;
	width:27px;
	height:25px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

span.bb {
	background:url(images/box.png) no-repeat 100% 100%;
}
span.bb span {
	background:url(images/box.png) no-repeat 0 100%;
}

/* Left border */
span.i1 {
	display: block;
	padding:0 0 0 24px;
	background:url(images/borders.png) repeat-y 0 0;
}
/* Right border */
span.i2 {
	display: block;
	padding:0 24px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
span.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}

span.i3 span {
	display: block;
	position: relative;
	z-index: 1;
	margin: -10px -14px -7px -14px;
}

/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
span.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
span.i3 {display:inline-block;}
span.i3 {display:block;}