/*
Theme Name: jsdaily.net
Theme URI: http://jsdaily.net
Description: A Blank Wordpress theme
Author: Vikitty
Author URI: http://jsdaily.net
version: 1.0
*/


 
/* basics */

*{margin:0; padding:0;}

body {
	background: #4c4544;
	font-family: helvetica,arial,helvetica,sans-serif;
	font-size: 8pt;
	margin: 20px;
	}
	
h1 {font-size: 14pt;}
h2 {	font-family: helvetica,arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #796563;
  }
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border:2px dotted #796563;
        font-style: italic;
        color: #796563;
	margin:15px;
	padding:0 12px 0 12px;
background-color: #f7e6e5
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

  a, a:active, a:visited  {
     color: #4c4544;
font-weight:bold; 
     text-decoration: none;

     }
  a:hover {
     color: #4c4544;
font-weight:bold; 
     text-decoration: none;
border-bottom: 2px dotted #4c4544
     }



/* container */


#container {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	background:#f0dedd;
	color:#333;
	}
	
/* header */

#header {
	background: #4c4544;
    width: 100%; 
	color: #fff; 
	height: 350px;
	}

/* main menu */


#menu {
border-top: 1px solid #4c4544;
	background: #4c4544;
	font-family: helvetica,arial,helvetica,sans-serif;
	font-size: 8pt;
	width:100%; 
	height:25px;
}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #f0dedd;
}

#menu ul li a:hover {
	background-color: #eed9d5;
	text-decoration: none;
	color:#4c4544;
}



/* content */


#content {
	float: left;
	width: 55%;
	overflow: hidden;
	}

.post {
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
       }
	
.post h2{
     font-size: 14px;
font-family:georgia;
     font-weight:bold;
	color: #796563;
	}
	
.post h2 a{
	color: #83665e;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666666;
	text-decoration: none;
	}
	
.post p{font-size: 8pt;}

.post a{text-decoration:none;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#f0dedd;
	padding:6px;
	margin-top: 16px;
border-bottom: 2px dotted #796563;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* left sidebar */

#left {
	font-family: helvetica,arial,helvetica,sans-serif;
	font-size:8pt;
	width: 200px;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;
	border-right: 2px dotted #796563;
	}

#left h2{
     color: #796563;
     font-size: 14px;
font-family:georgia;
     font-weight:bold;
     padding: 4px 0px 4px 8px;
}

#left p {
       margin:0; 
       padding: 4px 2px 4px 2px;
       line-height: 14pt;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	font-family: helvetica,arial,helvetica,sans-serif;
	font-size:8pt;
	width: 200px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;
	border-left: 2px dotted #796563;
	}

#right h2{
     color: #796563;
     font-size: 14px;
font-family:georgia;
     font-weight:bold;
     padding: 4px 0px 4px 8px;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {

	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}



#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: helvetica,arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #f0dedd;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #796563;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: helvetica,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #796563;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #f0dedd;
	font-family: helvetica,arial,helvetica,sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #796563;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #f0dedd;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #f0dedd;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #796563;}


/* search */

#searchform{
	font-family: helvetica,arial,helvetica,sans-serif;
	}

#searchform input#s{
	background-color: #f0dedd;
	font: 11px helvetica,arial,helvetica,sans-serif;
	color: #796563;
	border: 2px dotted #796563;
padding:3px;

	}

#searchform input#searchsubmit{
	background-color: #f0dedd;
	font: 11px helvetica,arial,helvetica,sans-serif;
	color: #796563;
	border: 2px dotted #796563;
padding:3px;
	}

input, textarea, option, select {
	background-color: #f0dedd;
	font: 11px helvetica,arial,helvetica,sans-serif;
	color: #796563;
	border: 2px dotted #796563;
padding:3px;
	}

/* freetext */

#textwidget{
	margin:12px;
	padding:0;
	list-style-type: none;
        }

/* footer */

#footer {
	background: #4c4544;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:dotted 2px #796563;
	font-family: helvetica,arial,helvetica,sans-serif;
	font-size: 8pt;
	}
	
#footer p{padding:6px;margin: 0; color: #FFFFFF;}
#footer a{color: #FFFFFF;text-decoration: none;}
#footer a:hover{color: #FFFFFF;text-decoration: underline;}


