/*css for dock and general use*/

img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	: 100%; 
}

.widecolumn{
	:490px;
}

#post_container{
	padding:3px 0px 0 10px;
	margin-right:5px;
}

#respond{
	padding:5px 0px 10px 10px;
	font-size:11px;
	margin-right:2px;
	font-family:arial;
}

.post{
	width:100%;
	padding-left:10px;
	padding-top:10px;
	margin-right:17px;
}
.navigation {
	width:100%;
	padding:5px 0px 5px 10px;
}


#nav_prev{
	float:left;
}

#nav_next{
	float:right;
	margin-right:9px;
}

#comments{
	margin-left:10px;
}

.commentlist{
	margin-left:10px;
}
	

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width : 470px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#gal_container{
	margin:0;
	padding:20px 10px 10px 10px;
}

#gal_left_container{
	float:left;
	margin-left:30px;
	margin-top:auto;
	margin-bottom:auto;
	width:400px;
}

#gal_right_container{
	float:left;
	font-size:16px;
	font-family:"Lucida Grande",Arial,Verdana,sans-serif	;
	color:#EFEFEF;
	
	margin-top:auto;
	margin-bottom:auto;
	margin-right:5px;
}
