/*   
Theme Name: MediaAnalys mobil 3
Theme URI: http://www.mediaanalys.se/
Description: Flikmeny med inramat innehåll
Author: MediaAnalys
Author URI: http://www.mediaanalys.se/
Version: 
*/

@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 Georgia, Serif;}
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
.clear{clear:both;}
#page-wrap {  }

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 10px 0 10px 30px; text-indent:5px; }

.alignright{float:right;}
.alignleft{float:left;}

#crumbs{
	margin-bottom:5px;
}

#tab-meny {
	margin:0 0 0 10px;
	clear:both;
	content: " ";
}
#tab-meny:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#tab-meny li{
	display:block;
	float:left;
	background:#DFDFDF;
	margin-right: 3px;
	border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px; 
}

#tab-meny li a{
	padding: 5px 10px;
	display:block;
}

#tab-meny li.active{
	background:#FFF;
	margin: 0 5px -1px 0;
}
#tab-meny li.active a{
	padding-bottom: 6px;
    padding-top: 5px;
}
#tab-meny li:hover{
	background: #ECECEC;
}
#tab-meny li.active:hover{
	background: #FFF;
}

#tab-meny .ui-link {

color: #5E172D !important;
text-decoration:none;

}

.entry { 
	background: #FFF;
	padding:2px 5px;
	border: 1px solid #C7C7C7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#header p {
	margin:0;
	padding:13px 0;
	text-align:center;
}

#footer{
	margin-top:10px;
	text-align:center;
}

#footer .full a{
	display:block;
}

#footer ui-grid-a div{
	padding: 0 5px;
}

.footer-actions{
	margin:10px 0;
}

.footer-actions a{
	padding:0 5px;
}

.post{
	padding:10px;
}

.contact_info{
	width:100%;
}
.contact_info a{
	width:50%;
}


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */