/* GENERAL */
*{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	padding:0;
	margin:0;
	font-size:12px;
	color:#333333;
}

img{
	behavior:url("pngbehavior.htc");
	border:none;
	margin:0px;
	padding:0px;
}

h1{
	margin-top:15px;
	font-size:14px;
	color:#333333;
	line-height:1.5em;
}

h2{
	margin-top:15px;
	font-size:12px;
	color:#333333;
}

input{
	width:100%;
	font-size:11px;
}

p{
	margin-bottom:20px;
	line-height:1.5em;
}

a{
	color:#333333;
}
/* CONTAINERS */
#container{
	position:relative;
	width:777px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:url(img/cordinator_logo_green.png);
	background-repeat:no-repeat;
	z-index:4
	
}


#container_inner{
	position:relative;
	width:390px;
	margin-top:92px;
	padding-left:30px;
	padding-right:30px;
	float:left;
	z-index:3;
	line-height:1.5em;
	background:url(img/bg_content_stretch.png);
}

	#container_inner_IE6{
		position:relative;
		width:387px;
		margin-top:92px;
		padding-left:30px;
		padding-right:30px;
		float:left;
		z-index:3;
		background:url(img/bg_content_stretch.png);
		behavior:url("pngbehavior.htc");
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_content_stretch.png', sizingMethod='scale');
		background:url(img/blank.gif);

	}
	

#container_inner_bottom{
	width:450px;
	height:23px;
	margin-left:132px;
	margin-bottom:30px;
	background:url(img/bg_content_bottom.png);
	float:left;
}


#container_inner_bottom_IE6{
	width:451px;
	height:23px;
	margin-left:66px;
	margin-bottom:30px;
	behavior:url("pngbehavior.htc");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_content_bottom.png', sizingMethod='scale');
	background:url(img/blank.gif);
	float:left;
}


/* OTHER */
#rightcol{
	width:175px;
	margin-top:92px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
	font-style:italic;
	font-size:11px;
	float:left;
}

#bottom{
	position:relative;
	width:731px;
	height:491px;
	margin-top:-450px;
	background:url(img/bg_bottom.png);
	z-index:-1;
}

#bottom_inner{
	width:731px;
	height:40px;
	text-align:center;
	color:#FFFFFF;
	background:#006699;
	z-index:-1;
}

.list{
	margin-left:30px;
	line-height:1.5em;
}


/* MENU */
#menu{
	width:132px;
	margin-top:94px;
	list-style:none;
	float:left;
	line-height:2em;
	
}

	#menu li a{
		font-family:"Trebuchet MS",Arial;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		color:#666666;
		margin-bottom:7px;
		margin-left:8px;
	}
	
	.child{
		margin-left:19px;
	}
	
	#child_sel{
		font-size:14px;
		font-weight:bold;
		margin-left:10px;
	}
	
	
#menu_sel{
	margin-left:-9px;
	font-size:14px;
	font-weight:bold;
}	
	

	
	
	
	
	
	
	
	
	
	
	
	
	


/* Header
----------------------------------------------- */
@media all {
  #header {
    width:450px;
    margin:0 auto 10px;
    border:1px solid #ccc;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:450px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Content
----------------------------------------------- */
@media all {

  #main {
    width:410px;
    float:left;
    }
  #sidebar {
    width:220px;
    float:right;
    }
  }
@media handheld {

  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }



/* Posts
----------------------------------------------- */
@media all {
  .date-header {
		font-weight:normal;
		font-size:11px;
		color:#999999;
		margin-top:-1px;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
  		font-weight:normal;
		font-size:11px;
		color:#999999;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  font-size:16px;
  font-weight:bold;
  color:#005d9b;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#005d9b;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }




/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }


