/*  
Theme Name: Office Fruit
Theme URI: http://www.lunamedia.co.uk
Description: 960/16 column grid. Three content columns: 8/4/4. Default Kubrick Loop. Sidebar top area. Threaded Comments. 
Version: 1.0
Author: Lunamedia
Author URI: http://www.lunamedia.co.uk
*/

/* Layout */

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

/* Global */

html{

}

body{
	

}

#container{
	font-size: 1.2em;
}

#inner-wrap{
	float: left;
}


/* Links */

a:link, a:visited{
	color: #2b913a;
	text-decoration: none;
}

a:hover, a:focus, a:active, li.current_page_item a{
	color:#ec1c24;
	text-decoration: underline;
}

li.current_page_item a{
	text-decoration: none;
}

a img {
	border: none;
}

/* Header */

#header{
	margin: 10px 0 0 0;
}

a#site-name{
	float: left;
	font-size: 2.5em;
}

h2.description{
	margin-bottom: 30px;
	text-align: center;
	color: #444;
}



/* Content */

#content{

}

/* Sidebars Generic */

div#sidebar-wrap{
	float: right;
}

.generic_sidebar ul li{
	list-style: none;
}


/* First Sidebar */

#sidebar1{
}

#sidebar1 li{
	list-style: none;
}

/* Second Sidebar */

#sidebar2{
	float: right;
}

#sidebar2 li{
	list-style: none;
	margin: 0 0 20px 0;
}

#sidebar2 li ul li{
	margin: 0.5em 0;
}

#addthiswidget{
	margin-top: -20px;
}

/* Footer */

#footer{
	margin-top: 10px;
	border-top: 1px solid #2a9138;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Posts */

.post{
	margin-bottom: 40px;
}

.postmetadata{
	font-size: 0.9em;
}


.entry ul, .entry ol{
	margin-left: 20px;
}

.smalltext{
	font-size: 0.9em;
}

.image_block{
	float: right;
	margin-left: 10px;
}


/* Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


/* Begin Comments*/



/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }



/* Kubrick Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}










