/*
Theme Name: Tucows Inc. News
Theme URI: http://tucowsinc.com/news/
Description: It's not a blog!
Version: 1.0
Author: James Koole

Here we go - a Wordpress theme that integrates with http://www.tucowsinc.com/
*/

/* the bulk of the stlyes come from the main sheet */

@import "/css/tucowsinc.css";

/* form
---------------------------------------*/
form#commentform {
	margin-bottom: 20px;
}

#respond {
}


form#commentform label.comment-field {
	font-size: .9em;
}

input.text-input, form#commentform textarea {
	background: #F4F4F4;
	border: 1px solid #ccc;
	width: 600px;
	padding: 2px;
	display: block;
}

input#author, input#email, input#url {
	width: 200px;
	padding: 2px;
	margin-bottom: 5px;
	font-size: 1.0em;
}

form#commentform input:focus, form#commentform textarea:focus {
	background: #fff;
}

form p {
	display: inline!important;
}


/* Normal Bubble */
div.commentbubble {
	width: auto;
	font-size: 0.9em;
	margin-bottom: 24px;
}

div.commentbubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ecebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f1f1f1;
}

li.odd  div.commentbubble blockquote {
}

div.commentbubble blockquote p {
	margin: 8px;
	padding: 0px;
}

div.commentbubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	color:#4D4D4D;
	background: transparent url(./images/commentcite.gif) no-repeat 30px 0;
	font-style: normal;
	font-size: 0.9em;

}

ul.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img.WP-PrintIcon {
	vertical-align: bottom;
}