/*  
Theme Name: MQ Punk
Theme URI: http://maiq.info/
Description: Widget ready theme with nice design and simple banner management.
Version: 1.0f
Author URI: http://maiq.info/

	Orange v1.0
	 http://maiq.info/

	This theme was designed and built by Maiq,
	whose blog you will find at http://maiq.info/

	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence:
	http://creativecommons.org/licenses/by-sa/2.5/

*/
* {
margin:0;
padding:0;
}

html,body {
color:#333;

}

body {
font:12px sans-serif,arial,helvetica,verdana,sans-serif;
padding:0;
background:#dbdada url(images/bgjpg);
}

h1 {
font-size:16px;
}

h2 {
font-size:20px;
}

h3 {
font-size:14px;
}

h4 {
font-size:16px;
}

h5 {
font-size:10px;
color:#7f7f7f;
padding-left:1px;
font-weight:400	;
}

small {
font-size:10px;
color:#7f7f7f;
padding-left:1px;
font-weight:400;
}

img a { 
border: none; 
} 

.alignright {
float: right;
margin: 0 0 0 7px;
}

.alignleft {
float: left;
margin: 7px;
}

.centered {
display: block;
margin: 0 auto;
}

.floatleft {
float:left;
margin:3px 7px 0 0;
}

.floatright {
float:right;
margin:3px 0 0 7px;
}

.right {
float:right;
}

.left {
float:left;
margin: 7px;
}

.clear {
clear:both;
}

.fix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.fix {
display:inline-block;
}

* html .fix {
height:1%;
}

.fix {
display:block;
}
pre, code {
	font-family:"Courier New", Courier, monospace;
	color:#bdbdbd;
}
pre strong { background:#efc }
blockquote {margin-left:0px; border-left: 0px solid #1e1e1e; font-style: italic;}

a {
color:#000;
text-decoration:none;
}

a:hover {
color:#1e1e1e;
}

#wrap{
width:100%;
margin:0;
background:url(images/tlgif) no-repeat;
}
#header{
margin:0 auto;
padding:0;
width:970px;
height:150px;
text-align:center;
margin-top: 20px;
}
#title{
margin-top:20px;
text-align:center;
margin-left:-40px;
font-size:18px;
}
#title a{
	color:#ff0000;
border-bottom: 0px;
}

ul#menu{
width:970px;
height:20px;
color:#000000;
list-style-type:none;
background:#000;
margin-left:162px;
}
ul#menu li {
	float:left;
	}
ul#menu li a {
	padding:4px 20px 3px 20px;
	display:block;
	color:#ffdc8a;
	font-size: 9px;
        text-transform: uppercase;
	}
ul#menu li a:hover {
	padding-top:5px;
	}
#container{
width:970px;
margin:0 auto;
background:#FFF;

}
#albanner{
margin-bottom:5px;
}
/* Posts */
#content {
float:left;
margin:6px 0 0 5px;
width:620px;
overflow:hidden;
}

.post a{
color:#000;
text-decoration:none;
}

#content img {
border-bottom:0px solid #000;
}
#content a img {
border:none;
border-bottom: 0px;
margin:0 0 3px 0;
}
.one{
background:#FFF;
}
.two{
background:#f3f3f3;
}
.postMain {
overflow:hidden;
margin-bottom:10px;
}

.post {
margin:5px;
padding:10px;
}

.comment ul li {
background:url(images/user.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.2em;
list-style: none;
margin-top: 10px;
padding:5px 0 0px 18px;
}

.comment a {
border-bottom: 0px;
font-size: 11px;
}

.postdate {

display: block;
margin-top: 3px;
margin-bottom: 7px;
text-transform: uppercase;
font-size: 9px;
}

.postdate a {
color: #b0afbe;
border-bottom: 0px;
}

.post h2 {
line-height:1.2em;
}

.post h2 a {
width:100%;
display:block;
outline:none;
border-bottom: 0px;
}

.entry h3 {
margin:1em 0;
font-size: 14px;
}

.post .entry {
line-height:17px;
overflow:hidden;
text-align: justify;
}
.post .entry img{
border:0px solid #000;
padding:0px;
}

.post .entry p {
margin:5px 0;
}

.post .entry p a {
font-weight:700;
border-bottom: 1px dotted;
}

.post .entry p a:hover {
font-weight:700;
}

.post img {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ff0000;
}

.entry blockquote {
margin:0 15px;
}

.entry ul {
margin:0 1.3em;
list-style:square;
}

.entry li a {
color:#333;
font-weight:700;

}

.entry ul li {
background:url(images/li.gif) no-repeat 0 1px;

margin: 5px 0 0 20px;

}

.entry ol {
margin:0 1em 0 3em;
}

.entry ol li {
margin:0 0 7px;
}

.entry table tr {
padding:15px 0;
}

.entry table tr.alt {
background:#eee;
}

/* Comments */
.commentsblock textarea {
width: 35em;
}

.commentsblock input, .commentsblock textarea {
border: 1px solid #d1d1d1;
margin:5px;
}

.commentsblock textarea:focus {
background: #eee;
border: 1px solid #a1a1a1;
}

.commentsblock textarea:focus, .commentsblock input:focus {
background: #eee;
border: 1px solid #a1a1a1;
}


ol.commentlist {
list-style-type: none;
margin: 0;
margin-top: 2px;
padding: 0;
}


.commentlist li {
margin-bottom: 2em;
padding: 5px;
min-height: 40px;
}

.alt1 {
background: #eaeaea;
border: 0px solid #f9f7ee;
padding: 0.5em;
}

.alt2 {
background: #f3f3f3;
padding: 0.5em;
border: 0px solid #f9f7ee;
}

h3#comments {
margin:5px;
font-size: 1.6em;
}
h3#respond {
margin:5px;
font-size: 1.6em;
}
/* Sidebar */

#sidebar_two {
float:left;
width:312px;
margin:6px 0 0 20px;
font-size: 11px;
}

#sidebar_two p {
color:#777;
}

#sidebar_two ul {
list-style:none;
margin:8px 0 4px;
}

#sidebar_two img {
border:0;
}

#search {
margin-bottom:20px;
}

#search input {
vertical-align:middle;
}

#search #s {
font-size:1.1em;
border:1px solid #BBB;
padding:1px 2px;
margin-right:3px;
width:280px;
}

.sidebar_links h3 {
margin-bottom:5px;
}

.sidebar_links ul li {
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px;
}

.sidebar_links img {
border:0;
}


.side_content {
margin:0 0 20px;
}

.info {
font-size:13px;
font-weight: bold;

}

.side_content h3 {
margin-bottom:5px;

}

.rss_links h3 {
margin-bottom:5px;
}

.rss_links {
margin-bottom:20px;
}

.rss_links ul li {
background:url(images/arrow_next.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:5px 0 4px 20px;
}

.user_links h3 {
margin-bottom:5px;
}

.user_links {
margin-bottom:20px;
}

.user_links ul li {
background:url(images/user.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px 18px;
}

img.wp-smiley {
	border:none;
	background: none;
        padding:0;
	margin:0 2px;
        vertical-align:0;
}
img.a {
	border:none;
}

div.alignleft {
	float:left;
}

div.alignright {
	float:right;
}

.navigation {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

p.postmetadata {
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	font-size: 9px;
	color: #999;
}

#left .entry {
	margin: 20px 0;
}
#more {
color:#7F7F7F;
font-size:11px;
text-transform:uppercase;
margin-bottom:15px;
margin-top:15px;
text-align:right;
}

#more p,#more img {
vertical-align:middle;
}

#more a img {
border:none;
border-bottom: 0px;
margin:0 0 3px 0;
}
#more a img:hover {
background-color:#fff;
}

/* footer */
#footer {
margin:0 auto;
width:970px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
background:#FFF;
}

#footer ,#footer a {
font-family:Arial;
font-size:10px;
font-weight:normal;
color:#1e1e1e;
}
#footer a:hover{
text-decoration:underline;
}
#albanner{
margin-left:5px;
}

.dagens{
font-size: 13px;
font-weight: bold;
}

.avatar {
float:left;
margin-right: 3px;
}

img.centered {
	padding: 5px;
	border: 0px solid #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 5px;
	margin: 0px 0px 2px 7px;
	border: 0px solid #000000;
	display: inline;
}

 img.alignleft {
	padding: 0px;
	margin: 0px 5px 2px 0px;
        border: 0px solid #000000;
	display: inline;
	}
.iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	}
