/* - - - - - - - - - - - - - - - - - - - - -

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : SiteSuite Commenting Default Styles

Version : v1.0

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

#comments ul,#comments li,#comments h3,#comments fieldset,#comments p,#comments form,#comments label {
	margin: 0;
	padding: 0;
	}

#comments {
	color: #555;
	}

#comments strong {
	color: #000;
	}

#comments p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0.5em 0;
	}

#comments .hr {
	background: url(imgs/dotted.gif) repeat-x 0 50%;
	width: 100%;
	padding-bottom: 0.5em;
	}

#comments h3 {
	color: #000;
	margin-top: 40px;
	}

#comments fieldset,#comments img {
	border: none;
	}

#comments button {
	vertical-align: middle;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}


/*
----------------------------------------------------------------------------- 
LAYOUTS
-----------------------------------------------------------------------------*/

#comments {
	margin: 20px 0;
	}

#comments li {
	list-style: none;
	display: block;
	color: #555;
	background: #FCFCFC;
	border: 1px solid #e1e1e1;
	margin: 0.5em 0;
	padding: 0.5em;
	_height: 1%; /* fix IE bug */
	}	
	
	#comments div.c_info {
		position: relative;
		color: #333;
		padding: 0.5em 20px;
		margin: 0;
		background: #F1F1F1 url(imgs/icnComments.gif) no-repeat scroll 2px 50%;
		}

	#comments .c_body {
		font: 12px/16px Arial, Helvetica, sans-serif;
		padding: 0.5em 20px;
		}
		
	#comments span.c_tools {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		right: 10px;
		top: 4px;
		}

#post_comment_enabled {
	margin-top: 30px;
	}

/* -- Moderator Styles -- */

#comments .commentModerator div.c_info {
	background-color: #0066cc;
	color: #fff;
	}
	
#comments .commentModerator div.c_info a {
	color: #d9e7fc;
	text-decoration: none;
	}
#comments .commentModerator div.c_info a:hover {
	color: #d9e7fc;
	text-decoration: underline;
	}


/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

#comments div.c_info a {
	color: #888;
	text-decoration: none;
	}

#comments span.c_tools a {
	color: #666;
	}

#comments a.cancel {
	color: #c52329;
	}

#comments div.c_info a:hover,#comments a.cancel:hover,#comments span.c_tools a:hover {
	color: #aaa;
	text-decoration: underline;
	}

/* -- Show and Hide toggles -- */

#comments .sortComments a.selected {
	font-weight: bold;
	}


/*
----------------------------------------------------------------------------- 
ALERTS
-----------------------------------------------------------------------------*/

#comments #messages div {
	padding: 8px;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
	}

#comments #messages .info ,#comments #messages .warning  {
	background: #aadef8;
	}
#comments #messages .error {
	background: #f4f4f4;
	}


/*
----------------------------------------------------------------------------- 
FORM ELEMENTS
-----------------------------------------------------------------------------*/

#comments textarea {
	font: 12px/16px Arial, Helvetica, sans-serif;
	overflow: visible;
	margin: 0.2em 0;
	min-height: 100px;
	}
#comments textarea.c_textarea {
	width: 30%;
	overflow: auto;
	}

#comments input.c_input {
	font: 12px Arial, Helvetica, sans-serif;
	width: 30%;
	}

#comments em.c_required {
	color: #999;
	}
	
