/*
	File: 			homee.css
	Description:	Stylesheet for Knowledgebase Pages of IRM Technology Consulting, www.irmtechnology.com
	Company: 		IRM Technology.
	Author:			Captured Living, Inc.
	Copyright:		Copyright 2012. All Rights Reserved.
*/

/* Import Global Aspects */

@import url("global.css");

/* Page Attributes */

html {
	background:#fff url("../images/global/pages_background.png") top center repeat-x;
	height: auto;
	color: #fff;
}


div.left_content {
	width:675px;
	float:left;
	text-align:left;
}

div.right_content {
	width:350px;
	float:right;
	text-align:left;
}

.article {
	margin:10px;
	font: 14px/22px Arial,Helvetica,sans-serif;
}

.article ul, ol {
	margin:5px 10px;
}

.article ul li, ol li {
	margin:2px 15px;
	font: 14px/22px Arial,Helvetica,sans-serif;
	color:#222;
}

.meta {
	margin:10px;
}

.comment {
	border-top:1px #aaa solid;
	padding:10px 25px;
	margin-bottom:25px;
}
.comment-meta {
	margin-top:5px;
}

.right_content ul.recent {
	margin:0 10px 15px 10px;
}

.right_content ul.recent li {
	margin:5px 0;
	list-style:none;
}

div.continue {
	margin:0 10px;
}

a img {
	border:0;
}

a {
	color:#25978c;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

form {
	
}

form.new, form.edit{
	width:675px;
}

form.new input,form.edit input {
	padding:10px;
	width:655px;
	height:20px;
	font:18px "Droid Sans",Tahoma,"Century Gothic",Arial,Helvetica,sans-serif;
	color:#808080;
}

form.new div.label, form.edit div.label {
	margin:10px 0;
	width:675px;
}

form.new textarea,form.edit textarea {
	margin-bottom:15px;
	padding:10px;
	width:655px;
	height:225px;
}

form.new input[type="submit"], form.edit input[type="submit"] {
	margin:10px 0;
	padding:20px;
	width:100px;
	height:20px;
	color:#000;
}

form fieldset {
	margin:10px 0;
	padding:15px;
	border:1px #ddd solid;
	clear:both;
}

form fieldset legend {
	padding:10px;
	font:14px "Droid Sans",Tahoma,"Century Gothic",Arial,Helvetica,sans-serif;
	color:#808080;
}

form fieldset label {
	margin:5px 0;
	padding:2px;
	width:100px;
	height:20px;
	float:left;
	clear:left;
}

form fieldset input {
	margin-top:5px;
	margin-bottom:5px;
	width:250px;
	padding:2px;
	height:16px;
	float:left;
}

form fieldset textarea {
	padding:10px;
	width:500px;
	height:125px;
}

form fieldset input[type="button"] {
	padding:10px;
	width:75px;
	height:20px;
}

.error {
	color:#c5121a;
	font-weight:bold;
}

.success {
	color:#348610;
	font-weight:bold;
}

ul.comments-approval {
	margin:25px 0;
	text-align:left;
}

ul.comments-approval li {
	padding:10px 0;
	list-style:none;
}

ul.comments-approval li.head {
	background:#222;
	color:#fff;
}

ul.comments-approval li.even {
	background:#aaa;
}

div.commentNo {
	text-align:center;
	width:25px;
	float:left;
}

div.commentTitle {
	width:145px;
	float:left;
}

div.commentAuthor {
	width:100px;
	float:left;
}

div.commentDate {
	width:75px;
	float:left;
}

div.commentFull {
	width:250px;
	float:left;
}

div.commentApproval {
	width:80px;
	float:right;
}

div.commentApproval img {
	margin-right:10px;
	width:30px;
	border:0;
	cursor:pointer;
}

img.commentDelete {
	margin:10px;
	width:25px;
	float:right;
	border:0;
	cursor:pointer;
}

ul.actions {
	height:170px;
}

ul.actions li {
	margin:10px;
	border:1px #aaa solid;
	width:150px;
	height:150px;
	list-style:none;
	float:left;
}

