/*  
	Theme Name: Mariestad.nu Webbtidning
	Theme URI: http://www.mariestad.nu
	Description: Specialgjort tema för Mariestad.nu Webbtidning. Designad av <a href="http://www.xldstudios.com/" title="XLD Studios">XLD Studios</a>.
	Version: 1.0
	Author: Erik Bernskiöld, XLD Studios
	Author URI: http://www.xldstudios.com/
	Tags: modern, webbtidning, special, fyra-kolumer
*/

/* =============== */
/* ! Main Styles   */
/* =============== */

body {
	background: #dce4e9;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
}

/* =============== */
/* ! Page Layout   */
/* =============== */

div#wrapper {
	background: url(images/wrapper-background.jpg) repeat-y;
	width: 954px;
	margin: 0 auto 0 auto;
	padding: 0 23px 0 23px;
	text-align: left;
}

/* Header */

div#header {
	height: 92px;
	background: #a0c5e0 url(images/header-birds.jpg) top left no-repeat;
}

div#header h1 {
	background: url(images/header-logo.jpg) no-repeat;
	margin: 8px 0 0 70px;
	padding: 10px 0 0 0;
	width: 317px;
	height: 71px;
	float: left;
	font-size: 0px;
	text-align: center;
	color: #09385d;
}

div#header #annons {
	height: 73px;
	width: 494px;
	background: url(images/header-ad-background.jpg) no-repeat;
	float: right;
	margin: 7px 0 0 0;
	padding: 6px 8px 7px 18px;
}

/* Navigation */

div#navigation {
	background: url(images/navigation-background.jpg) repeat-x;
	height: 21px;
	width: 954px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#navigation #date {
	background: url(images/navigation-background-date.jpg) repeat-x;
	height: 18px;
	width: 170px;
	float: left;
	color: #094f81;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 0 0;
	margin-right: 10px;
}

div#navigation-tabs {
	width: 770px;
	height: 21px;
	overflow: hidden;
}

#navigation-tabs ul {
		list-style: none;
		padding: 0;
		margin: 0 10px 0 10px;
    }
    
	#navigation-tabs li {
		float: left;
		margin: 0;
    }
    
	#navigation-tabs a {
		text-decoration: none;
		display: block;
		background: none;
		padding: 4px 10px 0 10px;
		margin-right: 10px;
		color: #2278b5;
  		font-weight: bold;
		text-decoration: none;
		text-align: center;
    }
	
	#navigation-tabs a:hover {
		background: #ffffff;
		height: 21px;
	}
	
	#navigation-tabs .selected {
		position: relative;
		height: 21px;
		top: 4px;
		background: white;
	}

/* Content & Columns */

div#content-wrapper {
	width: 954px;
	overflow: hidden;
}

div#left-ad-column {
	width: 130px;
	text-align: center;
	margin: 10px 5px 5px 5px;
	float: left;
	overflow: hidden;
}

div#middle-content-column {
	width: 450px;
	margin: 10px 5px 5px 5px;
	float: left;
	overflow: hidden;
}

div#right-sidebar-column {
	width: 160px;
	margin: 10px 5px 5px 5px;
	padding: 5px 2px 5px 2px;
	float: left;
	background: #f9f4ea;
	border: 1px solid #dee5e9;
	overflow: hidden;
}

div#right-ad-column {
	width: 170px;
	text-align: center;
	margin: 10px 5px 5px 5px;
	float: right;
	overflow: hidden;
}

/* Bottom of Wrapper */

div#wrapper-bottom {
	background: url(images/wrapper-bottom.jpg) no-repeat;
	width: 1000px;
	height: 38px;
	text-align: center;
	color: #cccccc;
	margin: 0 auto 0 auto;
}

/* =============== */
/* ! Post Styles   */
/* =============== */

/* Titeln för vaje nyhet */

div#content-wrapper h1 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	margin: 4px 0 4px 4px;
	padding: 0;
}

div#content-wrapper h1 a, #content-wrapper h1 a:active, #content-wrapper h1 a:visited {
	color: #000000;
}

div#content-wrapper h1 a:hover {
	color: #216da5;
}

/* Ingressen för nyheten */

.ingress {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

/* Läs Vidare länken */

.las-mer, .las-mer a, .las-mer a:link, .las-mer a:visited, .las-mer a:active {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #216da5;
	text-decoration: none;
	margin: 5px 0 0 10px;
}

.las-mer a:hover {
	color: #1d5884;
	text-decoration: none;
	padding: 0;
}

/* Nyhetsbild */

img.nyhetsbild, img.nyhetsbild a {
	border: 3px solid #aaaaaa;
}

img.nyhetsbild a:hover {
	border: 3px solid #505050;
}

/* Författardetaljer */

.post-foot {
	width: 90%;
	padding: 5px;
}

.avatar {
	border: 3px solid #cccccc;
	float: left;
	margin: 5px;
}

p.author {
	float: left;
	width: 200px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}

p.date {
	float: left;
	width: 200px;
	font-style: italic;
	margin: 0 0 2px 0;
	padding: 0;
}

p.edit {
	float: left;
	width: 200px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 2px 0;
	padding: 0;
}

/* ================ */
/* ! Andra Stilar   */
/* ================ */

#right-sidebar-column ul li {
	padding: 0;
	list-style: square;
	margin: 0;
}

/* ============ */
/* ! H Stilar   */
/* ============ */

h1 {
	padding: 0px 0 0px 0;
	font-family: Georgia;
	font-size: 24px;
	font-style: italic;
	color: #57371b;
	font-weight: normal;
	letter-spacing: -1px;

}
	
h2 {
	padding: 5px 0 0px 0;
	margin: 0 0 5px 0;
	font-family: Georgia;
	font-size: 24px;
	font-style: italic;
	color: #57371b;
	font-weight: normal;
	letter-spacing: -1px;

}

h3 {
	padding: 5px 0 0px 0;
	margin: 0 0 1px 0;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	color: #57371b;
	font-weight: normal;
	letter-spacing: -1px;
}	
h5 {
	padding: 5px 0 0px 0;
	margin: 0 0 5px 0;
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	color: #57371b;
	font-weight: normal;
	letter-spacing: -1px;
}

/* =========== */
/* ! Länkar   */
/* =========== */

a, a:visited, a:active, a:link {
	color: #216da5;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #1d5884;
	text-decoration: none;
	outline: none;
}

/* ============ */
/* ! Comments   */
/* ============ */

.commentInputs 										{ width: 30%; float: left; margin: 0 19px 19px 0; }
#commentform textarea 								{ padding: 5px; height: 160px; width: 560px; border: 1px solid #ccc; 
													  margin: 0 0 10px 0; font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif; }
input.comment-field 								{ width: 100%; padding: 3px; border: 1px solid #ccc; 
													  font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif; }


.comment-text 										{ padding-left: 60px; }
h4#comments, h4#respond								{ font-size: 24px; }
#content-area ol#commentList						{ list-style: none; margin: 0; }
.commentArrow										{ position: absolute; left: -14px; top: 7px; }
.commentPreview .authorInfo							{ width: 115px; float: left; }
.commentPreview code								{ width: 375px; background: none; margin: 0; padding: 0; }

#commentList li.item                                { margin: 0 0 35px 0; }
#commentList .commentText,
.commentPreview .commentText						{ width: 380px; float: right; border: 1px solid #999; background: #eee; padding: 15px;
													  position: relative; min-height: 50px; margin: 0 0 10px 0; }
li.author .commentText p				{ color: black; }

	
ol.commentlist                        { list-style: none; margin: 0; padding: 0; text-indent: 0; }
ol.commentlist li                     { border:1px solid #d5d5d5; -moz-border-radius: 5px; 
                                                      -webkit-border-radius:5px; margin:0 0 10px; padding: 5px 7px 5px 57px; position:relative;  
                                                      background: none; }
ol.commentlist code                   { width: 370px; }
ol.commentlist li.alt                               {  }
ol.commentlist li.bypostauthor        { background: #eee; }
ol.commentlist li.byuser                            {  }
ol.commentlist li.comment-author-admin              {  }
ol.commentlist li.comment                           {  }
ol.commentlist li div.comment-author                { padding: 0 170px 0 0; }
ol.commentlist li div.vcard                         {  }
ol.commentlist li div.vcard cite.fn                 { font-style: normal; font-weight: bold; font-size: 14px; }
ol.commentlist li div.vcard cite.fn a.url           { color: #fe4902; text-decoration: none;  }
ol.commentlist li div.vcard cite.fn a.url:hover     { color: #000; }
ol.commentlist li div.vcard img.avatar              { border: 5px solid #d5d5d5; left: 7px; position:absolute; top: 7px; }
ol.commentlist li div.vcard img.avatar-32           {  }
ol.commentlist li div.vcard img.photo               {  }
ol.commentlist li div.vcard span.says               {  }
ol.commentlist li div.commentmetadata               {  }
ol.commentlist li div.comment-meta                  { font: bold 10px helvetica,arial,sans-serif; position: absolute; right: 10px; 
                                                      text-align: right; top: 5px; }
ol.commentlist li div.comment-meta a                { color: #333; text-decoration:n one; }
ol.commentlist li div.comment-meta a:hover          { color: #000; }
ol.commentlist li p                                 { margin: 0 0 1em; }
ol.commentlist li ul                                { list-style: square; margin: 0 0 1em; padding: 0; text-indent: 0; }
ol.commentlist li div.reply                         { background: #999; border:1px solid #666; -moz-border-radius: 2px; font-size: 10px;
                                                      -webkit-border-radius: 2px; color:#fff; padding: 1px 3px; margin: 0 0 10px 0;
                                                      width: 40px; text-align: center; }
ol.commentlist li div.reply:hover                   { background: #fe4902; border: 1px solid #c00; }
ol.commentlist li div.reply a                       { color:#fff; text-decoration: none; text-transform: uppercase; }
ol.commentlist li ul.children                       { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li                    {  }
ol.commentlist li ul.children li.alt                {  }
ol.commentlist li ul.children li.bypostauthor       {  }
ol.commentlist li ul.children li.byuser             {  }
ol.commentlist li ul.children li.comment            {  }
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2            { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3            { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4            { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5            {  }
ol.commentlist li ul.children li.odd                {  }
ol.commentlist li.even                              { background:#fff; }
ol.commentlist li.odd                               { background:#f6f6f6; }
ol.commentlist li.parent                            {  }
ol.commentlist li.pingback                          {  }
ol.commentlist li.pingback.parent                   {  }
ol.commentlist li.pingback div.vcard                { padding:0 170px 0 0; }
ol.commentlist li.thread-alt                        {  }
ol.commentlist li.thread-even                       {  }
ol.commentlist li.thread-odd                        {  }

