/*  
Theme Name: CSS
Theme URI: 
Description: 
Author:
Author:

	
 */

html{
 	height: 99%;
     }

body{
 	height: 99%;
 	margin: 10px 0 200px 0;
 	padding: 0%;
 	font: 12px Arial, Helvetica, sans-serif;
 	text-align: center;
 	background: #939f93 url(images/bg.jpg);
	color: #555;
     }

#wrap {
	margin: 0 auto;
	width: 802px;
	text-align: left;
	border: 2px solid #eee;
	background: #ffffff url(images/bg2.jpg);
	}

#header {
 	background: url(images/logo.png);
 	height: 140px;
 	clear: both;
 	border-bottom: 2px solid #eee;
	}
	
#content {
	margin: 15px  0 40px 20px;
	float: left;
	width: 600px;
	}
	
.post {
	float: left;
	margin: 0 0 30px 0;
	width: 600px;
	background: #eee;
	}

.post ul {
	margin: 0 0 0 12px;
	padding: 0;
	}
	
.post li {
	margin: 7px 0 0 0;
	padding: 0;
	list-style-type: square;
	}
	
.postcontent {
	margin: 0;
	float: left;

	}
	
.pc_right {
	float: left;
	width: 430px;
	margin: 10px;
	}
	
#footer {
	clear: both;
	height: 30px;
	width: 360px;
	text-align: right;
	margin: 20px 0 20px 0;
	background: #fff;
	color: #9ca19c;
	padding: 0 3px 0 0;
	font-size: 10px;
	line-height: 40px;
	letter-spacing: 2px;
	}

#footer a {
	color: #9ca19c;
	border-color: #9ca19c;
	}

/* #### SIDEBAR #### */

#sidebar {
	margin: 15px 0 0 0;
	padding: 0;
	width:160px;
	float: right;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar a:link, #navlist a:visited {
	color: #9ca19c;
	text-decoration: none;
	}

#sidebar a {
	border: 0;
	padding: 0 0 0 3px;
	display: block;
	margin: 3px;
	width: 154px;
	height: 26px;
	background-color: #fff;
	color: #9ca19c;
	font-size: 28px;
	}
	
#sidebar a:hover {
	margin: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #9ca19c;
	overflow: hidden;
	}


/* #### Gallery #### */

.gallery {
	float: left;
	width: 120px;
	text-align: center;
	margin: 10px 5px 0px 10px;
	}



/* #### TEXT #### */

h1 {
	padding: 0 0 0 13px;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0px;
	background-color: #fff;
	color: #9ca19c;
	letter-spacing: 2px;
	line-height: 20px;
	/* margin: 0 0 10px 1px;
	line-height: 20px;
	border-bottom: 1px dotted #344535;
	width: 500px; */
	}

h1:before {
	content:"\ " " ";
	}
	
h2 {
	padding: 0 0 0 12px;
	font: 30px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	background-color: #fff;
	line-height: 32px;
	color: #9ca19c;
	}


acronym, abbr, span.caps {
	cursor: help;
	}

.bold {
	font-weight: bold;
	}

ul{
	list-style-type: none;
float:left;
     }
ol{
     }
     li{
     	list-style-type: none;
          }

img{
	border: 0;
     }


/* #### LINKS #### */


a, a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom: 1px dotted #344535;
	color: #344535;
	}
	
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #9ca19c; 
	color: #9ca19c;
	}
	
a.h1, a.h1:link, a.h1:visited, a.h1:active {
	text-decoration: dotted; 
	color: #344535;
	}


a img{
	border: 0;
     }
     
