/*
Theme Name: sundbabyblog
Description: Theme custom made for client
Version: 1.0
*/

/* CSS Document blog.sundbaby.dk */


/*
GENERAL RESET AND FUNCTIONS
*/


* {
	margin:0px;
	padding:0px;
}
img {
	display: block;
	border: none;
}
.clearBoth {
	clear:both;
}
body { /*GENERAL FONT AND BG*/
	background: url(/wp-content/themes/sundbaby/images/construction/bg.gif) repeat;
	color: #454545;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
ul, li {
	list-style: none;
}
.hideMe {
	display:none;
}
a:link, a:active, a:hover, a:visited {
	text-decoration:none;
	color: #454545;
}
a:hover {
	text-decoration:underline;
	color: #454545;
}
/*
CONSTRUCTION
*/

#stage {
	width:960px;
	margin: 0px auto;
	background:#FFFFFF;
}
#stageInnerColor {
	width:900px;
	margin: 0px auto;
}
#header {
	height:125px;
	width:900px;
}
#footer {
	height:100px;
	margin: 0px auto;
	width:960px;
	position:relative;
}
#container1, #container3 {
	width:670px;
	float:left;
}
#sidebarRT {
	width:200px;
	float:right;
}
/* 
TYPOGRAPHY
*/

h1 {
	font: 30px/33px "Times New Roman", Times, serif;
	text-transform:uppercase;
}
h2 {
	font: 30px/33px "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#sidebarRT h2 {
	font: 20px/20px "Times New Roman", Times, serif;
	text-transform:uppercase;
}
h3, h3 a:link, h3 a:active, h3 a:hover, h3 a:visited {
	font: 30px/33px "Times New Roman", Times, serif;
	text-transform:uppercase;
}

.navigation h2 {
	font:25px/25px "Times New Roman", Times, serif;
}
h3#comments, .more-link {
	font: 20px/20px "Times New Roman", Times, serif;
	text-transform:uppercase;
}
p {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
.sideBarSearch .inputTextForm {
font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
.postmetadata {
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}
.postmetadata a {
	font-style: normal;
}
/*
COLOR AND EFFECTS
*/
.postmetadata { 	/*GREY*/
	color: #808080;
}
.postmetadata a { /*PURPLE*/
	color: #804363;
}
h3, h3 a:link, h3 a:active, h3 a:hover, h3 a:visited {
	color: #804363;
}
h2, h2 a:link, h2 a:active, h2 a:hover, h2 a:visited {
	color: #804363;
}
.fontColor1, .fontColor1 a { /*PURPLE*/
	color:#804363;
}
#sidebarRT, #sidebarRT a, #sidebarRT p { /*SIDEBAR TEXT*/
	color:#804363;
}
#archiveDiv .pagetitle {
	color:#000000;
	margin-bottom:80px;
}
/*
POSITIONS AND STYLE
*/
#footer {
	text-align:center;
}
#footer li {
	margin: 0px 10px;
}
#footer ul {
	position:relative;
	top:20px;
}
#footer li {
	display:inline;
}
#footerLogo {
	position:absolute;
	top:18px;
	right:0px;
}
.postmetadata {
	margin-top:20px;
}
/*
SIDEBAR
*/

.sideBarItem {
	margin-bottom:100px;
}
#sidebarRT li {
	display:block;
	text-align:left;
	margin-bottom:12px;
}
.sideBarStrokeBox {
	border-bottom: 1px solid #e8e9e4;
	text-align:left;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
}

/*
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/sundbaby/images/source/indsendkomm_btn.gif) no-repeat;
	height: 16px;
	width: 126px;
	cursor: pointer;
	text-indent:-5000px;
	display:block;
	overflow:hidden;

}
.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 #996982;
 }
/*
POSTS
*/
.post {
	margin-bottom:100px;
}
.post img {
	margin-bottom:20px;
}
.post h2 {
	margin-bottom:10px;
}
/*
COMMENTS
*/
#comment {
	width:650px;
}
.comment-body {
	padding-bottom:10px;
}
h3#comments {
	padding-bottom:20px;
}
.more-link {
	padding: 10px 0px 10px 0px;
	display:block;
}
#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;
}
.navigation .alignright {
float:left;
}
.navigation .alignleft {
float:right;
}