/*
Theme Name: mettebloch
Description: Theme custom made for client
Version: 1.0
*/

/* CSS Document blog.mettebloch.dk */


/*
GENERAL RESET AND FUNCTIONS
*/


/*MASTER RESET*/

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px none #FFFFFF;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ul, li {
	list-style: none;
}
.clearBoth {
	clear: both;
}
body {
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#efefef;
	background-image: url(/wp-content/themes/mettebloch/images/construction/bg_blog.jpg);
	background-repeat: repeat-x;
}
/*
CONSTRUCTION
*/

#stage {
	width:960px;
	margin: 0px auto;
	position:relative;
}

#header {
	height:125px;
	width:900px;
}

#container1, #container3 {
	width:500px;
	float:left;
	padding-left:30px;
	background-color:#FFF;
	overflow:hidden;
}
#container1overflow {
	width:600px;
}
#sidebarRT {
	width:340px;
	float:right;
	padding-right:30px;
}
#container {
	background-color:#FFFFFF !important;
	background-image: none;
}
.labels {
	position:absolute;
	right:-27px;
top:250px;
}
/* 
TYPOGRAPHY
*/

.upperCase, .upperCase a, .upperCase li, .upperCase span {
	text-transform:uppercase;
}
.fontType1, .fontType1 p {
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
}
.fontType2, .fontType2 p, .fontType2 span {
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
}
.fontType3, .fontType3 p, .fontType3 span, .fontType3 td {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
.fontType4, .fontType4 p, .fontType4 span, .fontType4, .fontType4 h2,.fontType4 .CmsPageStyle {
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
}
.fontType5, .fontType5 p, .fontType5 span, .fontType5 div {
font: 37px/35px Verdana, Arial, Helvetica, sans-serif;
}
.fontType6, .fontType6 p, .fontType6 span {
}
.fontType11, .fontType11 p, .fontType11 span {
}
.fontBold, .fontBold a:link, .fontBold a:active, .fontBold a:hover, .fontBold a:visited, .fontBold h2 {
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
}
h1 {
	font: normal 32px/40px "Kontrapunkt", "Trebuchet MS", Arial, Geneva;

	color: #000000;
	text-transform: uppercase;
}
h2 {
	font: normal 32px/40px "Kontrapunkt", "Trebuchet MS", Arial, Geneva;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
h3 {
	font: normal 18px/22px "Kontrapunkt", "Trebuchet MS", Arial, Geneva;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
h4 {
	font: normal 20px/22px "Kontrapunkt", "Trebuchet MS", Arial, Geneva;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
h1 a:hover , h2 a:hover , h3 a:hover {
	text-decoration: none;
}
.pageBoxContentInner1 h2 {
font: normal 23px/22px "Kontrapunkt", "Trebuchet MS", Arial, Geneva;

}
#sidebarRT h2 {
	font: 20px/20px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #FFFFFF;
}



h3#comments {
	font: 20px/20px "Times New Roman", Times, serif;
	text-transform:uppercase;
}

.sideBarSearch .inputTextForm {
font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
}
.postmetadata {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.postmetadata a {
	font-style: normal;
}
/*
COLOR AND EFFECTS
*/

.postmetadata { 	/*GREY*/
	color: #808080;
}
.postmetadata a { /*PURPLE*/
	color: #000;
}



#sidebarRT, #sidebarRT a, #sidebarRT p { /*SIDEBAR TEXT*/
	color:#FFFFFF;
}
#archiveDiv .pagetitle {
	color:#000000;
	margin-bottom:80px;
}

.hideMe {
display:none;
}
.postBox2 .readMoreVisible {
display:inline;
}
.overFlowBtn {
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	border: 0px none #FFFFFF;
	cursor: pointer;
	line-height:100px;
}
.fontColor1, .fontColor1 a, fontColor1 p { /*black*/
	color: #000000;
}
.fontColor2, .fontColor2 a, .fontColor2 p, .fontColor2 span { /* white */
	color: #FFFFFF;
}
.fontColor3, .fontColor3 a, .fontColor3 p , .fontColor3 .CmsPageStyle, .fontColor3 span { /*grey */
	color: #777777;
}
.fontColor4, .fontColor4 a, .fontColor4 p, .fontColor4 div, .fontColor4 span { /*orange */
	color: #ef7b00;
}
.fontColor5, .fontColor5 a, .fontColor5 p, .fontColor5 div, .fontColor5 span { /*light grey */
	color: #cccccc;
}
/*
POSITIONS AND STYLE
*/
#spaceFooterWrap {
	background-color:#FFFFFF;
	position:relative;
	width:960px;
	margin: 0px auto;
	height:190px;
}

#spaceFooter {
position:relative;
top:110px;
text-align:center;
}
#spaceFooter li {
	display:inline;
	margin-left:35px;
}
.postmetadata {
	margin-top:5px;
}

/*
HEADER
*/


#basketWrap {
	width:960px;
	height:166px;
	background-image: url(/wp-content/themes/mettebloch/images/construction/bg_png24.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#basketLogo {
	float:left;
	padding-top:1px;
}


#basketTopNavBox {
	float:right;
	position:relative;
	top:51px;
}
#basketTopNavBox li {
	display:inline;
	margin-left:25px;
}

#frPageImg {
    padding-bottom:30px;
}
/*
SIDEBAR
*/

.sideBarItem {
	margin-bottom:65px;
}
#sidebarRT li {
	display:block;
	text-align:left;
	margin-bottom:12px;
	border-bottom: 1px solid #373737;
	padding-bottom:5px;	
}
.sideBarStrokeBox {
	text-align:left;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
}
.blackBg {
background-color : #000000;
padding:20px;
text-transform:uppercase;
}
.newsLetterSideBar {
	height:224px;
	width:340px;
	position:relative;
}
.newsLetterSideBarTxt {
height:20px;
width:165px;
font-size:10px;
}
.newsLetterBoxSubmitBtn {	
	background-image: url(/wp-content/themes/mettebloch/images/source/send_btn.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 59px;
	left:258px;
position:absolute;
top:161px
}
.newsLetterBox1 {
	left:150px;
	position:absolute;
	top:94px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 6px;
	padding-left: 3px;
	border: 0px none #999999;
	background-image: none;
}
.newsLetterBox2 {
	left:150px;
	position:absolute;
	top:126px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 6px;
	padding-left: 3px;
	border: 0px none #999999;
}


/*
FORMS
*/

.sideBarSearch .submitBtn {
	border: 0px none #FFFFFF;
	float:right;
	background: #FFFFFF url(/wp-content/themes/sundbaby/images/source/tilmeldbtn.gif) no-repeat;
	height: 16px;
	width: 56px;
	cursor: pointer;
	text-indent:-5000px;
	display:block;
	overflow:hidden;	
}
#respond .submitBtn {
	border: 0px none #FFFFFF;
	float:left;
	background: #FFFFFF url(/wp-content/themes/mettebloch/images/source/indsend_kommentar.jpg) no-repeat;
	height: 24px;
	width: 187px;
	cursor: pointer;
	text-indent:-5000px;
	display:block;
	overflow:hidden;
	line-height:30px;

}
.sideBarSearch .inputTextForm, #respond input {
	border: 1px solid #996982;
	width:200px;
	height:16px;
	margin-bottom:5px;
	padding-top:3px;
	padding-left:2px;
}
#respond  textarea {
	border: 1px solid #929292;
 }
/*
POSTS
*/
h1, h2, h3 {
margin-bottom:15px;
}
.post {
margin-bottom:40px;
}
.post img {
	margin-bottom:20px;
}
.postBox2 img {
	display:none;
}
.postBox1 {
width:500px;
}
.postBox2 {
float:left;
width:231px;
margin-right:42px;
}
/*included post */

.includedBox1 {
width:500px;
}
.includedBox1 img {
display:none;
}
.includedBox1 .more, .more-link {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	border: 0px none #FFFFFF;
	cursor: pointer;
	line-height:100px;
	background-image: url(/wp-content/themes/mettebloch/images/source/laes_mere.gif);
	background-repeat: no-repeat;
	height:30px;
	width:151px;
	margin-top:10px;
}
.pageBoxContent {
width:500px;
overflow:hidden;
}
.pageBoxContentOverFlow {
width:600px;
}
.pageBoxContentInner1 {
float:left;
width:240px;
margin-right:17px;
}
.pageBoxContentInner1 ul {
	margin-left:15px;
}
.pageBoxContentInner1 li {
	font-size: 10px;
	list-style: disc;
	text-transform:uppercase;
	margin-bottom:3px;
}

/*
COMMENTS
*/
#comment {
	width:470px;
}
.comment-body {
	padding-bottom:10px;
}
h3#comments {
	padding-bottom:20px;
}
.more-link {

}
#commentform p {
	margin: 5px 0px 5px 0px;
}
#commentform {
	margin-bottom:50px;
}
#respond {
	padding-top:20px;
}
/*
ARCHIVE
*/
#archiveDiv h3 {
	margin: 15px 0px 15px 0px;
	display:block;
}
/*
NAVIGATION
*/
.navigation {
	display:block;
	padding-bottom:80px;
	width:500px;
}
.navigation .alignright {
float:left;
}
.navigation .alignleft {
float:right;
}

/*
FORMULAR
*/
.formtext, .textArea {
    margin-bottom:10px;
}