/* -------------------------------------------------------------
   File:  		style.css
   Template: 	megatrond2
   Author:		Trond Wuellner
   Website:		http://www.megatrond.com
   Copyright: 	Creative Commons non-commercial with attribution
   -------------------------------------------------------------
*/

/* Wide browser windows ----------------------------------------*/
#wrap {
	width:995px;
	}

/* Globals -----------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
body {
	color:#ceebeb;
	background:#222d2d url(http://www.megatrond.com/photoblog/images/bg-top.gif) repeat-x 0 0;
	font:76%/140% Verdana,Arial,Helvetica,sans-serif;
	}
.clear {
	clear:both;
	}
.centered, p.centered {
	text-align:center;
	}
.right {
	text-align:right;
	}		
img {
	border: 0;
	}

/* Links -------------------------------------------------------*/
a,
a:link,
a:visited {
	text-decoration:none;
	color:#e45a49;
	}
a:hover {
	text-decoration: underline;
	}

	
/* Header ------------------------------------------------------*/  
#head {
	width:103px;
	height:29px;
	background:url('http://www.megatrond.com/blog/templates/megatrond2/images/megatrond-logo.gif') no-repeat;
	margin: 0 0 0 103px;
}

/* Top Promotion Section -------------------------------------*/
#promosection {
	display:none;
	background-color: #191919;
	width: 710px;
	height: 70px;
	margin: 0 0 0 103px;
}

/* Main Blog section -------------------------------------*/
#mainbody	{
	clear: both;
	width: 100%;
	height: 100%;
}

#main	{
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
}
#blog {
	float: left;
	margin: 10px 0 0 103px;
	width: 460px;
}

#post {
	width: 460px;
}

#postHeader {
	width: 460px;
	height: 45px;
	background-color: #191919;
	border-top: 1px dotted #329EC5;
	border-bottom: 1px dotted #329EC5;	
	vertical-align: bottom;
}

.postDate {
	width: 40px;
	height: 45px;
	float: left;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -40px
}



#dateMonth {
	background-color: #329EC5;
	color: #000;	
	line-height: 12px;
	width: 40px;
	height: 12px;
	text-align: center;
	vertical-align: middle;	
}

#dateDay {
	font-size: 14px;
	background-color: #222222;
	color: #e45a49;
	width: 40px;
	height: 21px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;	
}

#dateYear {
	background-color: #329EC5;
	color: #000;
	width: 40px;
	height: 12px;
	text-align: center;
	vertical-align: middle;	
	line-height: 12px;
}

#postBody {
	color: #AAA;
	background-color: #2f3e3e;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 120%;
	padding: 10px 10px 0 10px;	
}

#postBody img {
	border: 3px solid #000000;
}

#postBody li {
	list-style-type: square;
	margin-left: 15px;
	padding: 5px 15px 0px 5px;
}

#credit {
	margin: -8px 5px -15px 5px;
	color: #000;
	font-size: 9px;
	font-style: italic;	
}

#blockquote {
	margin: -10px 10px -12px 10px;
	padding: 10px 15px 10px 15px;
	background-color: #262222;
	color: #888;
	font-style: italic;
	border-top: 1px dotted #e45a49;
	border-bottom: 1px dotted #e45a49;		
}

.blogger-labels {
	border-top: 1px dotted #329EC5;	
/*	border-bottom: 1px dotted #e45a49; */
	background-color: #191919;
	padding: 0 10px 0 10px;
	margin: 10px -10px 0px -10px;	
	font-size: 10px;
}

.commenthidden {display:none} 
.commentshown {display:inline}

#postComments {
	width: 440px;
	border-bottom: 1px dotted #329EC5;
	background-color: #222222;
	padding: 10px 10px 0 10px;
	font-size: 10px;
}

#commentsOptions {	
	color:#ceebeb;
	background-color: #191919;
	padding: 0 10px 0 10px;
	margin: -10px -10px 0 -10px;	
	font-size: 10px;
}

#commentHeader {
	background-color: #191919;
	color:#ceebeb;
	border: 1px solid #2f3e3e;
	padding: 0 3px 0 3px;
	font-size: 10px;
}

#commentBody {
	border-left: 1px solid #2f3e3e;
	border-right: 1px solid #2f3e3e;
	border-bottom: 1px solid #2f3e3e;	
	color: #888;
	background-color: #2A2A2A;
	font-style: italic;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px; 
	font-size: 10px;
}

#sidebar {
	float: left;
	width: 220px;
	margin: 0 0 -99999px 20px;
	padding: 5px 5px 99999px 5px;
	background-color: #232323;
}

#sidebar h3 {
	color: #329EC5;
	border-bottom: 1px dotted #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#sidebar em {
	color: #6c6c6c;
	font-weight: normal;
	font-style: normal;
}

#sidebar h4 {
	color: #329EC5;
	border-bottom: 1px dotted #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* Footer Content Section  -------------------------------------*/
#footer	{
	clear: both;
	margin: 0;
	background-color: #191919;
	border-top: 1px dotted #CCC;
	padding-bottom: 10px;
	color: #ffcd3a;
	font-size: 10px;
	overflow: auto;
	width:100%;
}

#footer em {
	color: #6c6c6c;
	font-weight: normal;
	font-style: normal;
}

#footer h4 {
	color: #329EC5;
	border-bottom: 1px dotted #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#block_1 {
	float: left;
	margin: 0 0 0 103px;
	width: 220px;
}
#block_2 {
	float: left;
	margin: 0 0 0 20px;
	width: 220px;
}
#block_3 {
	float: left;
	margin: 0 0 0 20px;
	width: 220px;
}

/* Copyright -------------------------------------------------- */
#copyright {
	margin: 0 0 0 0;
	background-color: #060606;
	border-top: 1px dotted #333;
	height: 20px;
	clear: both;
	color: #333;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	width:100%;
}

h1 a,
h1 a:link,
h1 a:visited {
	font: Helvetica;
	font: Helvetica, Arial;
	color: #ffcd3a;
	font-size: 20px;
	line-height: 110%;
	width: 440px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;	
}
