/*
Theme Name: Stopp DLD
Theme URI: http://stoppdld.no/
Description: Theme created for the Norwegian Stopp DLD campaign.
Version: 1.3
Author: Svenn-Arne Dragly
Author URI: http://svenni.dragly.com/
Tags: stopp dld, Norway

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url('./reset-fonts-grids.css');
@import url('./base.css');
@import url('./dropdown.css');

body,html {
    background: #303127;
    color: #000;
}
#bd {
    font-family: Verdana, Arial;
    font-size: 14px;
}
h2 {
    font-size: 24px;
    font-family: "Trebuchet MS", Georgia, "Times new roman"
}
.hugefont {
    font-size: 36px;
}
.bigfont {
    font-size: 26px;
}
.mediumfont {
    font-size: 22px;
}
.smallfont {
    font-size: 13px;
}
.tinyfont {
    font-size: 10px;
}
.regpri0 {
    font-size: 13px;
}
.regpri1 {
    font-size: 16px;
}
.regpri2 {
    font-size: 22px;
}
.regtitle {
    font-size: 10px;
    color: #999;
}
#ft {
    font-size: 12px;
}
a {
    color: #BC4411;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* DESIGN ELEMENTS */

#hd {
    background: url('./images/design/header.png') no-repeat;
    height: 152px;
    width: 944px;
}
#bd {
    background: url('./images/design/main-middle.png');
}
#ft {
    background: url('./images/design/footer.png') no-repeat;
    width: 944px;
    height: 80px;
    padding-top: 53px;
    padding-left: 60px;
}
#ft a {
    color: #FFF;
}
.mainframe {
    padding-left: 40px;
    margin-top: -30px;
    padding-top: 20px;
}
.sidebar {
    margin-top: -30px;
    padding-top: 20px;
    z-index: 1;
}
#main-menu {
    position: relative;
    left: 120px;
    top: 88px;
}
a.buttonfirst {
    background: url('./images/design/button-first.png');
    height: 40px;
    width: 120px;
}
a.buttonmiddle {
    background: url('./images/design/button-middle.png');
    height: 40px;
    width: 120px;
}
a.buttonlast {
    background: url('./images/design/button-last.png');
    height: 40px;
    width: 128px;
}
a.buttonlast, a.buttonmiddle, a.buttonfirst {
    color: #000;
    display: block;
    float: left;
    font: bold 12px "Trebuchet MS", sans-serif;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
}
a.buttonlast span, a.buttonmiddle span, a.buttonfirst span  {
    display: block;
    padding: 0px;
    padding-top: 20px;
    padding-left: 10px;
    margin: 0px;
    line-height: 14px;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */
