/*

This is one of all CSS files. Be careful when you change something here.

*/


*{
	margin:0;
	padding:0;
}


/* background */

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF url('images/bg13.png') top left repeat;
	margin: 0px;
	padding: 0px;
	color: #444748;
}


/* just a header */
 
#header {
	width: 100%;
	background: #000;

	height: 100%;
		background: #FFFFFF url('images/bg13.png') top left repeat;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	
}

/* footer */

#footer {
	color: #C0C0C0;
	width: 100%;
	clear: both;
	background: #999999;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #C0C0C0;
	text-decoration: none;
}





/* whole content */

#page {
	width: 800px;
	margin: 0px auto;
	background: #F7F6F4;
	padding: 0 10px 0 10px;
}




/* links */

body a, body a:visited {
	color: #003333;
	text-decoration: none;
}


/* side bar links */
 
 #sidebar a {
	color: #003333;
}



body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}




/* header logo */

#header h1 a {
	color: #000000;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

/* header logo h2 */

#header #header_left {
	float:left;
	width: 720px;
	text-align: center;
	font-size: 1.2em;
	color: #333333;
	padding: 30px 30px 30px 20px;
}





#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 520px;
	line-height: 1.6em;
	padding-left: 10px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 260px;
	margin-right: 10px;
	padding-top: 20px;
}



#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 430px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 290px;
	margin-left: 0px;
}



h1, h2, h3, h4 {
	font-family: Verdana, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #2E393B;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 


.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

a img {
	border: 0;
}


#sidebar ul {
	margin-bottom:20px;
}


#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	font-size: 1.5em;
	color:  #000000;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_right ul ul li {
}

#sidebar a:hover {
	text-decoration: underline;
}


#sidebar .sidebar_right {
	width: 200px;
	float: right;
	padding: 0 10px 0 10px;
}

  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:0px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}


#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

#wp-calendar {
	width: 120px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}


hr {
	display: none;
}

#ad_1 {
	float: left;
	margin-right: 10px;
}

#ad_2 {
	margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

#ad_3 {
	margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

#ad_4 {
	margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}


#searchbar{display:block; position:relative; width:200px}
#search{position:relative; background:#F3F3F3; width:162px; padding:5px 30px 5px 5px; margin: 30px 0px 30px 0px; outline:none; border:1px solid #E1E1E1; color:#999; text-shadow:1px 1px 1px #FFF}
#search:focus{background:#F8F8F8;}
#searchsubmit{position:absolute; right:7px; top:6px; background:url(images/search.png) no-repeat;  margin: 30px 0px 30px 0px; text-indent:-9999px; border:none; outline:none; width:15px; height:15px}

