/*
Theme Name: XUMO
Theme URI: http://www.xumo.se
Description: Designmall XUMO
Version: 1.0
Author: Julian Kommunikation
Author URI: http://www.julian.se
Tags: xumo, julian kommunikation
*/

/* =Innehåll
-----------------------------------------------
01. Struktur
02. Header
03. Content
04. Footer
05. Listor
06. Formulär
07. Blandat
08. Legacy
----------------------------------------------- */

/* =Struktur (01)
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }

body {
	font-size: 76%;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #6F7277;
	color: #777;
	text-align: center;
	line-height: 1.6em;
	background: #000;
	margin: 0 0 30px;
	}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-family: Verdana;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	line-height: 1.5em;
	color: #4B461E;
	color: #605a2a;
	text-transform: uppercase;
	margin: 0 0 0 -5px;
	padding: 0;
	}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #555;
	margin: 0 0 5px;
	}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 10px 0 0;
	}

h4 {
	text-transform: uppercase;
	}

a, a:link, a:visited {
	color: #696333;
	outline: none;
	}

a:hover {
	color: #696333;
	text-decoration: underline;
	}

a img {
	border: none;
	}

p {
	padding: 0 0 15px;
	}

p.pubdate {
	text-transform: uppercase;
	font-style: italic;
	font-size: 0.9em;
	padding: 5px 0;
	color: #9E9EA0;
	}

p.readmore {
	clear: both;
	padding: 15px 0;
	}

/*hr {
	color: #6F7277;
	background-color: #6F7277;
	height: 1px;
	}*/

hr {
	border: 1px solid #E2E2E2;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 25px;
	height: 0;
	}

/* =Header (02)
----------------------------------------------- */
#logo {
	position: relative;
	text-align: left;
	margin: 50px auto 20px;
	width: 940px;
	}

#flags {
	position: absolute;
	top: 45px;
	right: 0;
	width: 100px;
	}

#flags ul li {
	float: right;
	list-style-type: none;
	padding: 0 0 0 10px;
	}
	
#page {
	position: relative;
	background: #000 url('images/bg.gif') repeat-y top left;
	text-align: left;
	margin: 0 auto;
	width: 940px;
	}

#header {
	background: #000 url('images/header.gif') no-repeat top left;
	height: 10px;
	width: 100%;
	overflow: hidden;
	margin: 0 0 -2px;
	}

#mainmenu {
	padding: 50px 0 30px;
	}

/* =Content (03)
----------------------------------------------- */
#xumointro {
	background: #000;
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 800px;
	height: 425px;
	margin-top: -250px; /* half of the height */
	margin-left: -400px; /* half of the width */
	}

#xumointro,
#xumointro-outer,
#xumointro-inner {
	background: #000;
	}

#skipflash {
	position: absolute;
	height: 25px;
	width: 800px;
	left: 0;
	bottom: 0;
	text-align: center;
	}

#container {
	width: 100%;
	position: relative;
	z-index: 10;
	margin: -8px 0 -7px;
	}

#sidebar {
	float: left;
	width: 180px;
	text-align: right;
	padding: 0 0 20px;
	}

#content {
  min-height: 400px;
  height: auto !important;
  height: 400px;
	float: left;
	display: inline;
	width: 715px;
	margin: 0 0 0 44px;
	}

#start img,
#start p {
	margin: 0 0 -4px !important;
	padding: 0 !important;
	vertical-align: bottom;
	}

#mainblock,
.single {
	margin: 30px 50px 40px;
	}

.single {
	border-bottom: 1px solid #333;
	margin-bottom: 20px !important;
	padding: 0 0 20px;
	}

.entry {
	padding: 10px 0 0;
	}

.post {
	border-bottom: 1px solid #333;
	padding: 0 0 20px;
	margin: 30px 0 10px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size: 76%;
	font-style: italic;
	padding: 10px 0 0;
	}

#navigation {
	margin: 0 50px 20px;
	}

.clear {
	clear: both;
	}

/* =Footer (04)
----------------------------------------------- */
#footer {
	background: #000 url('images/footer.gif') no-repeat top left;
	width: 100%;
	height: 10px;
	font-size: 0.9em;
	text-align: right;
	margin: -7px 0 0;
	}

#footer a {
	color: #444;
	text-decoration: none;
	}

#footer a:hover {
	color: #333;
	}

#footer p{
	padding: 15px 0 0;
	color: #444;
	}

/* =Lists (05)
----------------------------------------------- */
#mainmenu ul {}

#mainmenu ul li {
	margin: 0 0 5px;
	list-style-type: none;
	}

#mainmenu ul li a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	}

#mainmenu ul li a:hover,
#mainmenu ul li.current_page_item a,
#mainmenu ul li.current_page_parent a {
	color: #888;
	}

#archive ul {
	margin: 5px 0 0;
	}

#archive ul li {
	list-style-type: none;
	}

#archive ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	}

#archive ul li a:hover {
	color: #777;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* =Forms (06)
----------------------------------------------- */

/* =Blandat (07)
----------------------------------------------- */
li.active a.qtrans_flag_en,
a.qtrans_flag_en:hover { background:url(http://www.xumosecurity.com/wp-content/themes/julian/images/gb_over.png) no-repeat }

li.active a.qtrans_flag_se,
a.qtrans_flag_se:hover { background:url(http://www.xumosecurity.com/wp-content/themes/julian/images/se_over.png) no-repeat }

dl.attachments {
	width: 95% !important;
	margin: 0 !important;
	}

.clearfix:after {
/*	content: ".";  // Causes extra padding at bottom in FF3 */ 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;} /* for IE/Mac */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* Featured Content Gallery */
.slideInfoZone p {
	text-indent:20px;
	}

#myGallery, #myGallerySet, #flickrGallery {
	border: none !important;
	}
