/*
Theme Name: Julian
Theme URI: http://www.julian.se/
Description: Custom design for LittleBig Magazine.
Author: Julian Kommunikation
Author URI: http://www.julian.se/
*/


/*
-----------------------------------------------
CSS rules

Client:     LittleBig Magazine
Provider:   Julian Kommunikation (www.julian.se)
Version:  	#1 - 2008

References:
Searchbox				http://www.reindel.com/spruce_search_box_css/
WP search permalinks	http://alexking.org/blog/2007/08/30/friendly-search-urls
sIFR+Lightbox layers	http://discuss.joyent.com/viewtopic.php?pid=121666
----------------------------------------------- */


/* =Content
-----------------------------------------------
01. Structure
02. Header
03. Content
04. Footer
05. Lists
06. Forms
07. Various
08. TinyMCE
----------------------------------------------- */


/* =Structure (01)
----------------------------------------------- */
body {
	color: #333;
	margin: 0;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 76%;
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #5a5653;
	}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%; /* 100 % height */
	}

#page {
	position: relative;
	margin: 20px auto 0;
	padding: 0;
	background: url('img/bg.jpg') repeat-y top;
	width: 946px;
	text-align: left;
	line-height: 1.5em;
	}

a {
	color: #3496c5;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	outline: none;
	}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Georgia, Times, serif;
	font-weight: bold;
	color: #3496c5;
	}

h1 {
	font-size: 2.2em;
	padding: 2px 0 10px;
	}

h2 {
	font-size: 1.3em;
	padding: 0 0 5px;
	color: #888;
	}

h2.searchtitle {
	padding: 0 0 20px;
	}

h3 {
	font-size: 1.1em;
	padding: 0 0 5px;
	}
	
hr {
	clear: left;
	border: 0;
	width: 100%;
	color: #D2D5DD;
	background-color: #e5e5e0;
	height: 1px;
	margin: 10px 0 20px;
	}


/* =Header (02)
----------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 226px;
	width: 946px;
	background: url('img/header.jpg') no-repeat top center;
	}
	
#logo,
#banner {
	float: left;
	display: inline;
	height: 120px;
	width: 222px;
	margin: 20px 0 0 30px;
	}

#banner {
	float: right;
	width: 580px;
	margin: 20px 30px 0 0;
	}

#logo img,
#banner img {
	border: none;
	}

#menu {
	float: left;
	display: inline;
	margin: 0 30px 0;
	padding: 0;
	height: 37px;
	width: 886px;
	color: #000;
	text-align: left;
	background: url('img/menu-bg.gif') repeat-x top;
	}

#quickmenu {
	position: absolute;
	height: 20px;
	width: 120px;
	top: 225px;
	right: 30px;
	z-index: 1;
	}

#quickmenu img {
	border: none;
	}

/* =Content (03)
----------------------------------------------- */
#content {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 946px;
	overflow: hidden;
	min-height: 350px; 
	height: auto;
	color: #666;
	}

* html #content {
	height: 350px;
	overflow: visible; /* Långa sidor kapas annars i IE */
	}
	/* */

html>body #content {
	padding: 0;
	}  /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

#content p {
	margin: 0 0 20px;
	padding: 0;
	color: #666;
	}

#left,
#right,
#left-home,
#sidebar,
#ads {
	text-align: left;
	display: inline;
	float: left;
	width: 170px;
	}

#left-home {
	width: 646px;
	margin: 0 20px 0 50px;
	padding: 0 0 30px;
	}

#sidebar {
	float: right;
	margin: 30px 8px 0 0; /*see cond.comments in header for ie*/
	
	}

#ads {
	border: 3px solid #fff;
	}

#ads img {
	border: none;
	}

#index-feature,
#index-middle,
#index-bottom,
.multiple-posts {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.05em;
	}

#index-feature-image {
	float: left;
	}

#index-middle-image {
	float: left;
	}

#index-middle,
#index-bottom{
	font-size: 1em;
	}

.img-hide img {
	display: none;
	}

#latest-shop,
.latest-post {
	float: left;
	width: 185px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #ddd;
	background: #fefefe;
	font-size: 0.9em;
	font-size: 0.95em;
	}

#latest-shop {
	margin: 0;
	padding: 0;
	border-left: none;
	}

#latest-shop p {
	padding: 0;
	margin: 0;
	}

#latest-shop img,
.latest-post img {
	border: none;
	margin: 0 0 10px;
	padding: 5px;
	border: 1px solid #ddd;
	}

.latest-post p img {
	display: none;
	padding: 0;
	margin: 0;
	}

#random-posts,
#random-products,
#more-nav {
	float: left;
	display: inline;
	}

#random-posts {
	width: 300px;
	text-align: left;
	margin: 0 20px 0 0;
	}

#random-products {
	width: 325px;
	}

#random-products img {
	margin: 0 0 5px 5px;
	padding: 5px;
	border: 1px solid #ddd;
	}

#random-products img.first {
	margin: 0 0 5px 0;
	}

#more-nav {
	border: 1px solid #ccc;
	width: 200px;
	}

#right {
	float: left;
	width: 650px;
	}
	
#left {
	width: 220px;
	margin: 20px 20px 0 0;
	}

#left p,
#right p,
#left-home p,
#sidebar p {
	margin: 0 0 10px;
	}

#left a,
#left-home a {
/*	color:#FF9933; */
	}

#left a:hover,
#left-home a:hover {
/*	text-decoration: underline; */
	}

.item {
	padding: 0 0 20px;
	}

.item img {
	padding: 5px;
	/*border: 1px solid #dedede;*/
	}

.item .info {
	padding: 2px 3px 3px 8px;
	border: 1px solid #e3e4e4;
	background-color: #f5f5f5;
	font-size: 0.9em;
	color: #505050;
	}

.entry {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	}

.entry p {
	padding: 0 0 5px;
	}

#index-feature img,
.entry img,
.multiple-posts img {
/*	margin: 0 20px 15px 0;*/
	padding: 5px;
	border: 1px solid #ddd;
	}

#training-info {
	width: 171px;
	height: 205px;
	background: url('img/training-info.jpg') no-repeat top left;
	float: right;
	padding: 40px 0 0;
	}

#training-info p {
	color: #fff;
	width: 130px;
	padding: 0 0 0 20px;
	}

#press-releases {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	}

#press-releases img {
	float: left;
	padding: 0 10px 20px 0;
	}

#slideshow {
	width: 100%;
	background: url('img/slide-temp.jpg') no-repeat top left;
	width: 325px;
	height: 265px;
	}

#slideshow-flash {
	margin: 0 0 0 13px;
	padding: 13px 0 0;
	}

#submenu {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0 0 20px;
	text-align: left;
	display: inline;
	}

#archive {
	float: left;
	width: 300px;
	margin: 20px 60px 0 0;
	padding: 0;
	font-size: 1.2em;
	}

#archive small {
	color: #666;
	}

#archive h2 {
	font-size: 1.5em;
	margin: 10px 0 3px;
	color: #70A633;
	}

.navigation {
	float: left;
	width: 100%;
	border-top: 1px dashed #ddd;
	margin-top: 20px;
	padding-top: 20px;
	}


/* =Footer (04)
----------------------------------------------- */
#footer {
	height: 40px;
	margin: 0 auto;
	padding: 23px 0 0;
	width: 946px;
	color: #959595;
	font-size: 10px;
	background: url('img/footer.jpg') no-repeat top;
	font-family: Arial, Georgia, Times, serif;
	}
	
#footer_left { 
	float:left;
	width: 450px;
	margin-left: 30px;
	text-align: left;
	display: inline; /* IE float x2 */
	}

#footer_right { 
	float:right;
	width: 210px;
	margin-right: 240px;
	text-align: right;
	display: inline; /* IE float x2*/
	}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	color: #9CAE8B;
	text-decoration: none;
	}

#footer a:hover, #footer a:visited:hover {
	text-decoration: underline;
	}


/* =Lists (05)
----------------------------------------------- */
ul#navlist,
ul#navlist-right {
	list-style-type: none;
	white-space: nowrap;
	background: url('img/menu-left.gif') no-repeat top left;
	margin: 0;
	padding: 0 0 0 1px;
	}

ul#navlist-right {
	float: right;
	height: 36px;
	background: url('img/menu-right.gif') no-repeat top right;
	padding: 0 1px 0 0;
	}

ul#navlist li,
ul#navlist-right li {
	float: left;
	margin: 0;
	}

#navlist a,
#navlist-right a {
	float: left; /* Added second float to get IE to display all menu-items on one line! */
	display: inline;
	height: 35px;
	line-height: 34px;
	color: #efefef;
	text-decoration: none;
	padding: 0 22px;
	font-weight: bold;
	border-right: 1px solid #9a997b;
	margin: 0;
	}

ul#navlist-right a {
	border-left: 1px solid #9a997b;
	border-right: none;
	}

#navlist .cat-item a:hover,
#navlist-right .cat-item a:hover,
#navlist .current-cat {
	background: url('img/menu-over.gif') repeat-x top left;
	color: #fff;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	background: transparent;
	color: #333;
	}

ul#navlist li.current_page_item a, ul#navlist li.current_page_item a:hover,
ul#navlist li.current_page_item a:focus, ul#navlist li.current_page_item a:active,
ul#navlist li.current_page_parent a, ul#navlist li.current_page_parent a:hover,
ul#navlist li.current_page_parent a:focus, ul#navlist li.current_page_parent a:active {

	}

#random-posts ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #efefef;
	list-style-type: none;
	}

#random-posts li {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	display : block;
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px solid #efefef;
	color: #666;
	}

#random-posts li a {
	color: #666;
	margin: 0;
	text-decoration: none;
	}

#random-posts li a:hover,
#random-posts li a.currentpage {
	color: #333;
	background-color: #f5f5f5;
	}

ul#random-posts a:hover,
#random-posts .current-cat a,
#random-posts .current_page_item a,
#random-posts .current_page_parent a,
#random-posts .current_page_ancestor a {
	color: #5880AF;
	font-weight: bold;
	}

#random-posts li ul li a {
	color: #666;
	padding: 2px 0 2px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	}

ul#random-posts li ul li.page_item a {
	color: #666;
	font-weight: normal;
	}

ul#random-posts li ul li.current_page_item a,
ul#random-posts li ul li a:hover {
	background-color: #f6f6f6;
	color: #333;
	font-weight: normal;
	}

#quickmenu ul {
	margin: 0;
	padding: 0;
	float: right;
	}

#quickmenu li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	}

/* =Forms (06)
----------------------------------------------- */
form {
    margin: 0;
	}

#searchform {
    width: 200px;
    height: 25px;
    background: url('img/search-box.gif');
	margin: 15px 0 0;
	}

#searchform #s {
    float: left;
    padding: 0;
    margin: 4px 0 0 8px;
    border: 0;
    width: 159px;
    background: none;
	}

#searchform #go {
    float: right;
    margin: 3px 3px 0 0;
	}


/* =Various (07)
----------------------------------------------- */
.imgalignleft,
.imgalignright,
.alignleft,
.alignright {
	float: left;
	margin: 0 20px 15px 0;
	padding: 5px;
	border: 1px solid #ddd;
	}

.imgalignright,
.alignright {
	float: right;
	margin: 0 0 10px 30px;
	}

.amazon-product {
	float: left;
	display: inline;
	border: 1px solid #eee;
	background: #fbfbfb;
	width: 290px;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 20px;
	}

.amazon-left {
	float: left;
	margin: 0 0 20px 0;
	clear: left;
	}

.amazon-right {
	float: right;
	margin: 0 0 20px 0;
	clear: right;
	}

.amazon-lbsays {
	padding: 10px 0;
	}

#amazon-footer {
	float: left;
	width: 100%;
	padding: 10px 0 0;
	border-top: 1px solid #eee;
	}

.amazon-image {
	float: right;
	}

.amazon-image img {
	border: 1px solid #ddd;
	margin: 0 0 10px 10px;
	}

.MailPressFormEmail {
	width: 95%;
	margin: 0 0 10px;
	background: #ccc;
	border: 1px solid #aaa;
	padding: 2px;
	}

/*#TB_window {
	top:50% !important;
}*/
