/*	
	Copyright (c) 2006 HMV
	All rights reserved
	
	$ Revision date: 11/04/06
	
	Page style CSS Selectors 	 

	CONTENTS
	

*/

/* PORTFOLIO DISPLAY STYLE
--------------------------------------------- */
#portfolio {
	position: relative;
	margin: -4px 0 0 ;
	height: 300px;
	padding:0;
	list-style:none;
	
	}
#portfolio li{
	float: left;
	width: 125px;
	}

.rhsNav a {
	width:100% !important;
	}

.image {
	height: 150px;
	width: 124px !important;
	padding: 0 !important;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;}	

	


#books {
    visibility: hidden;
    position: absolute;
    top: 0;
   
    left: 0;
    
    z-index: +2;
    }

#cd {
    visibility: hidden;
    position: absolute;
    top: 0;
    
    left: 125px;
    
    z-index: +2;
    }
    
#support {
    visibility: hidden;
    position: absolute;
    top: 0;
    
    left: 250px;
    
    z-index: +2;
    }
    
#supple {
    visibility: hidden;
    position: absolute;
    top: 0;
    
    left: 375px;
    
    z-index: +2;
    }
   
#seminar {
    visibility: hidden;
    position: absolute;
    top: 0;
    
    left: 500px;
    
    z-index: +2;
    }
    
    #soon {
    visibility: hidden;
    position: absolute;
    top: 0;
    
    left: 625px;
    
    z-index: +2;
    }

#postTable {
		float: left;
		width: 773px; /* 750px; */
    font-size:120%; 
    margin: 0px;
		margin-bottom: 10px;
		padding: 0px;
		}
#postTable tbody {
    background: #EAF1E4;
    }
#postTable th {
    font-weight: normal;
    color: #b7cfa6;
    padding: 0 0 10px 0 ;
    border-bottom: 0.1em dotted #ccc;
    }

#postTable td  {
    color: #666;
    padding: 4px 0;
    border-bottom: 0.1em dotted #ccc;
    text-transform: capitalize;
		}  
#postTable th.title {
		width: 317px;
		padding-left: 10px;
		}
#postTable td.title {
    width: 317px;
    padding: 0 0 0 10px;
    }
#postTable td.title a {
  margin: 0;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	display: block;
	width: 20px;
	}
#postTable td.replies {
    width: 68px;
    }
#postTable td.author, td.views {
    width: 64px;
    }
#postTable td.post {
    width: 130px;
    }
#postTable td.reply {
    width: 119px;
    }
 #postTable td.reply a {
    color: #F6901E;
    font-size: 90%;
    
    }
#postTable td.image {
		width: 30px !important;
		height: auto !important;
		}
	
#postTable td span {color: #549534;}

#postCreate {
		float: left;
		width: 611px;
    margin: 0 0 80px 0px;
		padding: 0;
}
#postCreate fieldset {
    border: 0;
}

#postCreate legend {
    color:#b7cfa6;
    font-size: 120%;
    margin: 0 0 5px -8px;
		padding: 0px;
}
#postCreate label {
    color:#549534;
    font-size: 120%;
		padding: 0;
}
#postCreate input.button  {
    width: 68px;
    background: #fff;
    border: 0;
    color: #F6901E;
    padding: 0px !important;
		margin: 0px !important;
		font-size: 120%;
}
#postCreate input  {
    margin: 5px 0;
    _margin: 5px 0 5px -8px;
    width: 318px;
    border: 1px solid #c4d9b9;
		font-size: 120%;
}
#postCreate textarea {
		margin: 5px 0;
		_margin: 5px 0 5px -8px;
		width: 610px;
		height: 98px;
		border: 1px solid #c4d9b9;
		font-size: 120%;
}

.postView {
    float: left;
		width: 773px; /* 750px; */
		font-size:120%; 
    margin: 0;
    }
.postView tbody {
    background: #E6EEE1;
    }
.postView th {
    font-weight: normal;
    color: #b7cfa6;
    padding: 0 0 10px 10px ;
    border-bottom: 0.1em dotted #ccc;
    }

.postView td  {
    color: #666;
    padding: 4px 0;
    border-bottom: 0.1em dotted #ccc;
    
   }
.postView td.author {
    width: 114px;
    vertical-align: top;
    padding: 10px 0 10px 10px;
   }
    
.postView td.discussion {
    padding: 10px 40px 10px 10px;
    }

.postView td.reply {
    vertical-align: top;
    width: 115px;
    padding: 10px 0 10px 10px;
    }

.postView td span {
    color: #549534;
    text-transform: capitalize;
    }

#postReply {
	float: left;
	width: 611px;
	margin: 0 0 80px 0px;
	padding: 0;
}
#postReply fieldset {
    border: 0;
}
#postReply legend {
    color:#b7cfa6;
    font-size: 120%;
    margin: 0 0 5px -8px;
		padding: 0px;
}
#postReply label {
    color:#549534;
    font-size: 120%;
		padding: 0;
}
#postReply input.button  {
		width: 68px;
    background: #fff;
    border: 0;
    color: #F6901E;
    padding: 0px !important;
		margin: 0px !important;
		font-size: 120%;
}
#postReply textarea {
		margin: 5px 0;
		_margin: 5px 0 5px -8px;
		width: 610px;
		height: 98px;
		border: 1px solid #c4d9b9;
		font-size: 120%;  
}
