/*
File:			custom.css
Description:	Custom styles for Thesis


	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them


*/

.wpm_registration input.submit
{
border:2px solid red;
}

.custom .comments_closed {display: none;}
.custom .comments_closed p {display: none ;}
.custom .to_comments {display: none;}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

.custom .format_text input, 
.custom .sidebar .text_input {
  width:auto;
}

/* fancy buttons */
table input[type="button"],input[type="submit"] {

border-top: 2px solid red;
border-left: 2px solid red;
border-right: 2px solid darkred;
border-bottom: 2px solid darkred;
width:auto;
}	



.custom a[href $='.pdf']

{
padding: 70px 20px 5px 90px; 
background: #fff url('http://img.skitch.com/20080830-j1a8htkps9xni1hxhutu34b8xr.jpg') 5px 50% no-repeat; 
border: 0px solid #bbb; 

margin: 10px 5px 5px 5px;

line-height: 112px;
}




.custom a[href $='.m4v']

{
padding: 70px 20px 5px 90px; 
background: #fff url('http://img.skitch.com/20090617-1f3xcr87xa4j4jui5g85q2wwf.png') 5px 50% no-repeat; 
border: 0px solid #bbb; 

margin: 10px 5px 5px 5px;

line-height: 112px;
}

.custom a[href $='.mp4']

{
padding: 70px 20px 5px 90px; 
background: #fff url('http://img.skitch.com/20090617-1f3xcr87xa4j4jui5g85q2wwf.png') 5px 50% no-repeat; 
border: 0px solid #bbb; 

margin: 10px 5px 5px 5px;

line-height: 112px;
}


.custom a[href $='.mov']

{
padding: 70px 20px 5px 90px; 
background: #fff url('http://img.skitch.com/20090617-1f3xcr87xa4j4jui5g85q2wwf.png') 5px 50% no-repeat; 
border: 0px solid #bbb; 

margin: 10px 5px 5px 5px;

line-height: 112px;
}



.custom a[href $='.xls']

{
padding: 70px 20px 5px 90px; 
background: #fff url('http://img.skitch.com/20091229-ca3ycr91e245k2fektthq179sw.png') 5px 50% no-repeat; 
border: 0px solid #bbb; 

margin: 10px 5px 5px 5px;

line-height: 112px;
}

