/*
Theme Name: Cavendish Conference Venues
Theme URI: http://www.saltdesign.org.uk
Description: A WordPress Theme for Cavendish Conference Venues
Version: v1.0 (WP2.7+)
Author: Salt Design
Author URI: http://www.saltdesign.org.uk
Tags: corporate, business, conference venues, purple
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/***** MENU *****/
@import "/css/master.css";
@import "/css/menu.css";





/************************************************************************
	4 - WORDPRESS SPECIFIC STYLES
************************************************************************/

/* Individual Posts */
.post {
	margin-bottom: 25px;
}

/* Post Date */
.date {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* Author */
.author {
	font-size: 11px;
	margin: -10px 0 15px 0;
}

/* Post Footer (Category, No. Comments etc) */
.small {
	font-size: 11px;
}

/* Pagination (Older / Newer Articles) */
ul.pagination li {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.01em;
	color: #666;
	margin:0 0 20px 0;
}

ul.pagination li a, ul.pagination li a:visited {
	color:#5A4099;
	text-decoration:none;	
}

ul.pagination li a:hover {
	color:#333;
	text-decoration:none;
}



/* -- CENTRE COLUMN -- */

#mainarea {
	float:left;
	width:485px;
	height:auto;
	margin:0;
	padding:0;
}

/* -- RIGHT COLUMN / SIDEBAR -- */

#sidebar {
	float:right;
	width:185px;
	height:auto;
	margin:-15px 0 0 0; /* Puts first heading in line */
	padding:0;
}

#sidebar h3 { /* Sidebar Purple Subheading */
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #5A4099;
	margin: 15px 0 5px 0;
	padding: 0;
	text-decoration:none;
}

/* Archive */
ul.archive li {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -0.01em;
	color: #666;
	margin:0;
}

ul.archive li a, ul.archive li a:visited {
	color:#666;
	text-decoration:none;	
}

ul.archive li a:hover {
	color:#333;
	text-decoration:none;
}

/* Links / Bookmarks */
ul li.linkcat h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #5A4099;
	margin: 15px 0 5px 0;
	padding: 0;
	text-decoration:none;
}

/* Categories */
li.categories ul li {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -0.01em;
	color: #666;
	margin:0;
}

li.categories ul li a, li.categories ul li a:visited {
	color:#666;
	text-decoration:none;	
}

li.categories ul li a:hover {
	color:#333;
	text-decoration:none;
}

/* Search Text Field */
input.search {
	float:left;
	height:20px;
	max-height:20px;
	line-height:20px !important;
	width:140px;
	padding:0px 3px 0px 3px;
	margin:0 5px 0 0;
	border:1px solid #999;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#666;
	background:#F2F2F2;
}

/* Submit Button */
input.submit {
	display:inline;
	width:20px; 
	height:20px;
	clear:both;
	border:none;
	background:url(/images/common/blog/Search-Button.jpg) no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}





/***** SINGLE.php elements *****/

.promote {
	font-style: italic;
	height: auto;
	margin: 30px 0 20px 0;
}

.promote a {
    color: #5A4099;
	text-decoration: none;
}
.promote a:hover,a:active,a:focus {
	color: #5A4099;
	text-decoration: underline;
}

.article-navigation { /* Next / Previous Article Navigation */
	display: block;
	height: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article-navigation a {
    color: #5A4099;
	text-decoration: none;
}
.article-navigation a:hover,a:active,a:focus {
	color: #5A4099;
	text-decoration: underline;
}





/***** COMMENTS.php elements *****/

.commentlist { /*Holds All Comments */
	display: block;
	margin: 0 0 20px 0;
}

.commentlist li { /*Holds Individual Comments */
	background: #f2f2f2;
	padding: 15px;
	margin: 0 0 10px 0;
}

.commentlist li .avatar { /* Avatar */
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a { /* Comment Author */
	font-size: 15px;
	font-weight: bold;
	color: #5A4099;
	text-decoration: none;
}

.commentlist cite a:hover,a:active,a:focus {
	color: #333;
	text-decoration: none;
}

.says { /* 'Says' */
	font-size: 15px;
}

.commentmetadata { /* Date and time of comment */
	font-size: 11px;
	margin: 0 0 20px 0;
}

.commentmetadata a {
	text-decoration: none;
	color: #666;
}

.commentlist p { /* Comment detail */
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0 100px 0 0;
	text-transform: none;
}

.reply a { /* Reply to a Comment */
	font-weight: bold;
	color: #5A4099;
	padding: 10px 0 0 0;
	text-decoration: none;
}

.reply a:hover,a:active,a:focus {
	color: #333;
	text-decoration: none;
}


.commentlist li ul li { /* Comment on a comment */
	border-top: 1px dotted #333;
	margin: 15px 10px 0px 10px;
}

.cancel-comment-reply span a { /* Cancel Comment Reply */
	color: #333;
	text-decoration: none;
}

.cancel-comment-reply span a:hover,a:active,a:focus {
	color: #5A4099;
	text-decoration: none;
}

form#commentform { /* Comment Form */
	margin: 10px 0 0 0;
}

form#commentform p { /* Space out input fields */
	padding: 0 0 3px 0;
}

form#commentform label { /* Field Label */
	font-size: 10px;
	font-weight:bold;
	color: #666;
}

form#commentform label span { /* Field Label */
	color: #ff0000;
}

form#commentform input.comment-form { /* Comment Form input fields */
	float:left;
	height:18px;
	max-height:18px;
	line-height:18px !important;
	width:164px;
	padding:0px 3px 0px 3px;
	margin:0 5px 0 0;
	border:1px solid #999;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	background:#fff;
}

form#commentform textarea.comment-form { /* Comment Form textarea fields */
	height:180px;
	max-height:180px;
	width:444px;
	padding:0px 3px 0px 3px;
	margin:0;
	border:1px solid #999;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	background:#fff;
}
