*{
	margin:0;
	padding:0;
}

body {
	font: 85% Helvetica, 'Arial', Sans-Serif;
	background-color: #303030;
	margin: 0px;
	padding: 10px;
	color: #333;
}

body a, body a:visited {
	color: #5C82EF;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 930px;
	margin: 0px auto;
	border: 1px solid #959596;
	background: #FFF; 
	padding: 0 0px 0 0px;
}

#header {
	width: 100%;
	background: #000;
	border-bottom: 1px solid #959596;
	height: 100%;
	background: #222222;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; 
	font-family: Arial, Verdana;
	text-shadow: black 3px 5px 4px;
	
}

#header h1 a {
	color: #3D64FF;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 5px 0px 0px 20px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 696px;
	line-height: 1.6em;
	padding-left: 12px;
	padding-top: 20px;
	padding-right: 12px;
	border-right: 1px dashed #CFCFCF;
}

#sidebar {
	float: right;
	width: 208px;
	margin-left: 0px;
	padding-top: 20px;
	padding-left: 0px;
	background-color: #F2F2F2;
	border-bottom: 1px dashed #CFCFCF;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #222222;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.38em;
	text-decoration: none;
	color: #2E393B;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.0em;
}

.post {
	padding-top: 0px;
	font-size: 1.1em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 2px 0 2px 0;
	padding-left: 40px;
}

.post li {
	padding: 1px 0 1px 0;
}

.post h2 {
	border-bottom: solid 1px #9DB7FF;
}

.entry {
	margin-bottom: 5px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 10px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: -5px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 0px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Helvetica, Arial, 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;
}
 
.alignleft {
	float:left;
	text-align:left;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.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;
}


pre {
	color: black;
	font: 90% 'Courier';
	line-height: 0.9em;
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 5px;
	background: #D7E1FF;
	border: solid 1px #9DB7FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

code{
	color: black;
	font: 100% 'Arial';
	/* font:1.0em 'Courier New',Courier,Fixed; */
	display:block; 
	/* overflow:auto; */
	/* text-align:left; */
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 5px;
	background: #D7E1FF;
	border: solid 1px #9DB7FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

a img {
	border: 0px;
}

#content a img {
	border: 1px solid #3d3d3d;
}

#content a:hover img {
	border: 1px solid #ffffff;
}

img {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.entry div a img, div.entrytext div a img {
	margin: 2px;
}

/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar a {
	color: #5C82EF;
}

#sidebar .sidebar_right ul h2 {
	border-bottom: dashed 1px #3d3d3d;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 1.1em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.1em;
	font-size: 1.1em;
}

#sidebar ul ul {

}


#sidebar .sidebar_right ul ul li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dashed 1px #CFCFCF;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.1em; 
      font-size: 0.7em; 
      border-bottom:0; 
}

/*--------------Comments--------------*/

#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;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	  display: none; 
}

#flickr {
	padding-top: 0px;
	padding-left: 10px;
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1em;
	color: #fff;
	padding: 0px 0px 10px 10px;
}

div.longtext {
	column-count: 2;
}

