/*  
Theme Name: mellaplace
Version: 1.0
Author: Binka
Author URI: http://elefantzonen.com

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #dedede;
	margin: 0;
	color: #333;
	font-size: 11px;
	font-family: verdana, verdana, sans-serif;
}
.heading {
	margin-bottom: 2em;
	padding-top: 2em;
}
h1, h1 a {
	display: block;
	font-size: 1.6em;
	color: #333;
	background: #e7e7e7;
	font-weight: normal;
	text-align: left;
	border: none;
	padding-top: 5px; padding-bottom: 5px; padding-left: 10px;
	line-height: 1em;
	font-style: italic;
	font-family: georgia;
}
h1, h1 a:hover {
	font-size: 1.6em;	
	}
h2 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 10px;		
	margin-bottom: 10px;	
	font-weight: normal;	
	font-style: normal;
	padding: 5px;
}
h3 {
	font-size: 11px;
	line-height: 1.5em;
	color: #b1b1b1;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0.3em;
	margin-top: -2px;	
}
h4 {
	font-size: 1.2em;
}
a {
	color: #6d6d6d;
	text-decoration: none;
	font-family: georgia;
	font-style: italic;
	font-size: 12px;
}
a:hover {
	color: #e5bfb7;
	font-family: georgia;
	font-style: italic;
	font-size: 12px;
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1em;
	line-height: 1.5em;
	width: 890px;
	margin: 0 auto;
}
.nav li {
}
.nav li a {
	font-weight: normal;
	
}
.nav li a span {
	color: #888;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #888;
}
.searchField input {
}

.post h2 {
	line-height: 1.5em;
}
.entry a {
}
.entry a:hover {		
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #333;
	font-size: 1.1em;
	font-style: italic;
}
#respond {
	padding-top: 1.5em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 13px;
}
.commentlist .comment-meta a {
	color: #999;
	font-family: verdana, sans serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: verdana, sans-serif;
	font-size: 1em;
}
#paginateIndex, #paginateIndex a {
	font-family: georgia, sans serif;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	margin-bottom: 100px;
	margin-top: -100px;
}

/* =----------------------------------- main structure */


#wrapper {
	width: 890px;
	margin: 0px auto;
	background: url(http://elefantzonen.com/designelementer/gri_d.png);
}


#page {
	margin: 0px auto;
	background: url(/wp-content/themes/elisabethic/images/header.png);
	background-repeat: no-repeat;
	background-position: top center; 
	background-repeat: no-repeat;
}

#bunnbakgrunn {
	margin: 0px auto;
	background: url(/wp-content/themes/elisabethic/images/bunn.png);
	background-repeat: no-repeat;
	background-position: bottom center; 	
	text-align: right;
	width: 890px;
}



#hvitbg {
	margin: 0px auto;
	background: url(/wp-content/themes/elisabethic/images/hvitbg.png); background-position: center; background-repeat: repeat-y;
}

#masthead { 
	text-align: left;	
	width: 700px;
	height: 400px;
	margin-top: 20px;
	}
#bloglovin {
	width: 700px;
	margin-left: -35px;
	margin-top: -15px;
	}
	
#filler { }
#mainColumn {
	background: #fff;
	padding: 50px;
	width: 600px;
	text-align: left;
	float: left;
	margin-top: -50px;
	margin-bottom: -50px;
}

.secondaryColumn {
	background: #fff;	
	font-family: verdana, sans serif;
	float: right;
	text-align: left;
	padding: 10px;
	overflow: hidden;
	width: 160px;
	color: #333;
}

.secondaryColumn img, .secondaryColumn img a{
	max-width: 150px;
	border: 0;
}	

.secondaryColumn li {
	list-style: none;
	margin-left: 10px;
}
.secondaryColumn ul {
}


.sidebar {
	width: 180px;
	float: right;
	text-align: left;
}


/* =----------------------------------- top + bottom navigation */
	

.nav li a.focus {
	background: #3c6c92;
}
searchField {
	float: right;
	border: 0;
}
.searchField div {
	margin: 9px 8px 0 0;
}
.searchField span {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	display: block;
	padding: 2px;
}
.searchField input {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px;
	width: 272px;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	text-align: right;
	margin-bottom: 25px;
	position: relative;
	color: #777;	
	font-family: verdana, Georgia;
	margin-top: -35px;
	padding-right: 5px;
}
.postMeta span.date {
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
}
.postMeta .container {
}
.postMeta span.comments {
	background: #fff url(images/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 50px 0;
	padding-top: 15px;
	background: url(/wp-content/themes/elisabethic/images/kaffeflekk.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/* =----------------------------------- entry body */
.entry {
}
.entry p {
	margin-bottom: 1em;
}

.entry ul,
.entry ol,
.entry blockquote, .entry blockquote p {
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: none;
}
.entry p img, .entry p object{
	margin: 1em 3.5em 1em 0px;
	padding: 0;
	border: none;
	clear: right;
	position: relative;
}
.entry p embed{
	margin-top: 1.5em;
	margin-bottom: 1.5em;	
}
.entry a img, .entry a:hover img {
border: 0; }

.entryMeta {
	text-align: right;
	margin-top: 2em;
	margin-bottom: 25px;
	position: relative;
	color: #777;	
	font-size: 1em;
	font-family: verdana, sans serif;
}

/* =----------------------------------- widget enabled sidebar */
.widgetContainer {
	background: url(/designelementer/sidebartopp.png);
	background-position: top center;
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin-left: 10px;
	list-style: none;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	font-family: verdana, sans serif;
	list-style: none;
    line-height: 1.5em;

}
.commentlist .comment-author a, .commentlist .comment-author{
	line-height: 1.5em;
	font-style: normal;
	font-size: 19px;
	font-family: georgia, sans serif;
	color: #959595;
	
}

.comment-author a:hover{	
	color: #e5bfb7;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	padding-right: 30px;
	height: 30px;
	width: 30px;
}
.commentlist .comment-meta {
}
.commentlist li .reply {
	text-align: right;
}
.bypostauthor {
	border-left: 2px solid #e5bfb7;
}

.commentlist li .reply a {
	display:inline;
}
.commentlist li {
	margin-top: 5px;
	padding: 20px;
	margin-bottom: 5px;
	background: #e7e7e7;
}
.commentlist li p {
	margin: 1em 0;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	font-family: verdana, sans serif;
	line-height: 1.5em;
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	font-size: 1em;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 170px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

/* =-----------------------------------  footer */



#footer {
	margin: 0px auto;
	width: 890px;
}
#footerwrap {
	margin: 0px auto;
 	width: 890px;
}
#footer ul,
#footer ol,
#footer li {
	list-style: none;
	margin-bottom: 1em;
}

#footer ul,
#footer ol,
#footer li {
	list-style: none;
	margin-bottom: 1em;
}



.linker  {
	text-align: right;
	color: #717171;
	margin-top: 3em;
	margin-bottom: -2em;
	padding-top: 1em;
	border-top: 1px solid #dedede;
}

#kolonne3 h2 {
}



/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.fix {
	margin: 0;
} 
* html .fix{
	margin: 0;
}
.fix{
margin: 0;
}
.left  {
	float: left;
    position: relative;
    margin: 1em 1em 1em 0;
   	color: #757575;
   	font-style: italic;
	}
.right  {
	float: left;
    position: relative;
    margin: 1em 1em 1em 0;
	}
.says {display:none;}

