/*
THEME NAME: Tuna Kabel-TV
THEME URI: 
DESCRIPTION: Nice clean design for a client of mine.
VERSION: 0.3
AUTHOR: Olle Gustafsson <olle at dalnix dot se>
AUTHOR URI: http://www.dalnix.se/
TAGS: sidebar, one column, custom menus, centered
*/

/* importera stil för menyn */
@import url("pixopoint-menu-tunakabeltv.css");

.contactbox { font-size: 10px; height: 158px; width: 300px; padding: 24px; text-align: left; }

/* stil från gamla hemsidan */
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #ED1C24;
    margin-top: 0px;
    margin-bottom: 14px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 3px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #B10E16;
    margin-top: 0px;
    margin-bottom:3px;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #B10E16;
    margin-top: 0px;
    margin-bottom: 3px
}

p,div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #5B5B5B;
}

a {
    color: #5B5B5B;
}


/* Here we go */

html, body {
    margin: 0px auto;
    background-image: url(images/bakgrund.png);
    background-color: #ffffff;
    background-repeat: repeat-y;
    background-position: center;
}

blockquote {
display: block;
background-color: lightgray;
padding: 15px;
}


#header {
    margin: auto;
    width: 834px;
    height: 158px;
    background-image: url(images/bakgrund_toppmeny.gif);
}


.link_icon {
    padding-left: 10px;
    padding-bottom: 2px;
    border: none;
}

.post {
    display: block;
}

#header_images {
    display: block; 
    width: 834px;
    height: 158px;
    margin: auto;
}

#bookmarks ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0px;
}

#logo {
    display: block;
    width: 175px;
    float: left;
}

#catchphrase {
    display: block;
    width: 175px;
    float: right;
    margin-right: 30px;
    margin-top: 27px;
}

#content {
    margin: auto;
    width: 762px;
    background-color: #ffffff;
    padding: 35px;
}

#sidebar {
    width: 200px;
    float: right;
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 50px;
    background-color: #eeeeee;
}

#leftcolumn {
    width: 509px;
}

.minifont {
    font-size: 10px;
}

#footer{
    margin: auto;
    height: 15px;
    width: 834px;
    background-color: #000000;
    text-align: center;
    font-size: 10px;
    padding-top: 5px;
    color: #ffffff;
}

/*
#footer {
    margin: auto;
    height: 14px;
    width: 793px;
    background-image: url(images/bakgrund_bottenmeny.gif);
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 10px;
}
*/

.intranet_login {
    float: right;
    margin: auto;
    width: 800px;
}

/* =Menu
-------------------------------------------------------------- */

/* Based on: http://css.flepstudio.org/en/css-tutorials/horizontal-drop-down-menu.html */

#access{
    display: block;
    height: 20px;
    width: 834px;
    margin: auto;
    background-color: #000000;
}
#access ul{
    padding:0;
    margin:0;
}
#access li{
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    padding:0;
}
#access li a{
    width: 104px; /* sätter bredden på menyvalen */
    height: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    background-color: black;
    color: white;
    border-right-style: solid;
    border-right-color: #a8a8a8;
    border-right-width: 1px;
}
#access li a:hover{
    background-color: #ED1C24;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: inherit;
}
#access ul ul{
    position: absolute;
    top: 20px;
    visibility: hidden;
}
#access ul li:hover ul{
    visibility:visible;
}



/* =Images
-------------------------------------------------------------- */

/* Blatantly stolen from TwentyTen's style.css, please don't sue me...

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
