@charset "UTF-8";

body {
	background-color: #fff;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	height: auto;
	color: #333333;
}

a img { 
	background-color: #ffffff !important;
	border:none;
}

p { 
	font-size: 10px;
	line-height: 14px;
	color: #333; 
	padding:0px 0px 6px 0px;
	-webkit-text-size-adjust: none; 
}

p.naviText { 
	font-size: 13px; 
	line-height: 15px; 
	font-weight: bold;
	color: #999; 
	padding:0px 0px 6px 0px;
	-webkit-text-size-adjust: none; 
}


h1, h2 { 
	font-size: 13px; 
	line-height: 15px; 
	font-weight: bold;
	color:#333333;
	-webkit-text-size-adjust: none; 
}

h2 { 
	padding: 0px 0px 0px 0px;
	-webkit-text-size-adjust: none; 
}

h3 { 
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #333333; 
	padding:0px 0px 6px 0px; 
	-webkit-text-size-adjust: none; 
}

a:link {
	color: #333333; 
	text-decoration: none; 
}

a:visited {
	color: #333333; 
	text-decoration: none; 
}

a:hover {
	color: #FF0DEE;
	text-decoration: none;
}


a:active{
	color: #FF0DEE;
	text-decoration: none;
}





/****************************************
stracture
****************************************/
#wrapper {
	width: 965px; 
	margin: 0px auto;
	position:relative;
}

#navigation {
	background-image:url("../img/BackgroundAlpha.png");
	backgronund-repeat:repeat;
	position: fixed;
	width: 965px;
	height: 80px;
	margin-top: 20px;
	padding: 0px 0px 0px 7px;
}

#logo {
	width:140px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-top:25px;
	margin-left:35px;
	display:inline;/*IE6 margin fix*/
}

#logo a {
	display:block;
	width:136px;
	height:30px;
	overflow:hidden;
}

#menu{
	width:550px;
	float:left;
}

#headerBlog{
	width:150px;
	background-image:url("../img/blog.png");
	backgronund-repeat:no-repeat;
	float:left;
	position: absolute;
	top:-40px;
	right:80px;
	display:inline;/*IE6 margin fix*/
}

#headerBlog a {
	width: 150px;
	height: 151px;
	display:block;
	overflow:hidden;
}

#headerAboutMe{
	width:150px;
	background-image:url("../img/aboutMe.png");
	backgronund-repeat:no-repeat;
	float:left;
	position: absolute;
	top:-40px;
	right:200px;
	display:inline;/*IE6 margin fix*/
}

#headerAboutMe a {
	width: 150px;
	height: 151px;
	display:block;
	overflow:hidden;
}


#content {
	width: 965px;
	padding: 120px 0px 15px 0px;
}


#copyright {	
	clear:both;
	float:right;
	
}
/****************************************
filter
****************************************/	
			

ul#filter {
	float: left;
	font-size: 0px;
	list-style: none;
	margin-left: 0;
	width: 800px;
	height: 50px;
}

ul#filter li {
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}

ul#filter li:last-child { 
	border-right: none;
	margin-right: 0; 
	padding-right: 0;
}

ul#filter a { 
	color: #999;
	text-decoration: none;
}

ul#filter li.current a, ul#filter a:hover { 
	color: #000;
	text-decoration: none;
}

ul#filter li.current a { 
	color: #333; 
}

/****************************************
portfolio
****************************************/

ul#portfolio {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 100%;
}

ul#portfolio li { 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 200px;
}

ul#portfolio a {
	display: block;
	width: 100%; 
}

ul#portfolio a:hover { 
	text-decoration: none;
	background-color:#E7E7E7;
}

ul#portfolio img { 
	display: block;
	padding-bottom: 5px;
}


.postheading  {
	font-size: 13px;
	line-height: 15px;
	height: 43px;
	margin: 15px 15px 0px 0px;
	float: left;
	display: inline;
	color: #333333;
	width: auto;
}
.navheading {
	font-size: 13px;
	line-height: 16px;
	display: inline;
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.CategoryYear{
	color:#999;
}
	

.eachpost .postheading, .blog-heading { display:block; float:none; clear: both; width: 100%; height: auto; margin: 15px 0px 0px 0px }



