/**
 * Theme Name: School of Philosophy Scotland
 * Theme URI: 
 * Description: A theme based on Essence by Xavisys
 * Author: Ross Mackie
 * Author URI: http://www.boomdesign.co.uk
 * License: GNU General Public License
 * License URI: license.txt
 * Version: 1
 * Tags: gray, two-columns, right-sidebar, fixed-width, custom-background, custom-menu, full-width-template, translation-ready
 */

#content-container {
}

#content {
	margin: 0px 0px 0px 10px;
	color: #666666;
	padding:0px;
}

h2 {
	font-size: 30px;
letter-spacing: -1px;
	color: #418b32;
	line-height: 1.25;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position:absolute;
	left:-9000px;
}



/**
 * Footer
 */

#footer {
	clear:both;
	border: 0px solid #666666;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #8cc63f;
	margin:0 10px 20px;
	width:920px;
}
#colophon {
	overflow:hidden;
	color: #FFFFFF;
	font-weight:normal;
	padding:7px 10px;
}
#site-info {
	font-weight:normal;
}
#site-info a {
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}
#site-generator {
	font-style:italic;
	position:relative;
	text-align:right;
}
#site-generator a {
	/**
	 * @todo Add an Essence logo - make one first :-)
	 */
	/*background:url(images/wordpress.png) center left no-repeat;*/
	color:#FFFFFF;
	display:inline-block;
	line-height:16px;
	padding-left:20px;
	text-decoration:none;
}
#site-generator a:hover {
	text-decoration:underline;
}
img#wpstats {
	display:block;
	margin:0 auto 10px;
}

/* Images */
#content img {
	max-width:100%;
}
.entry-content .wp-caption {
	max-width: 97.5%;
}
img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}

#nav-above {
	display: none;
	padding: 0 0 1.5em;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#header #site-title {
	font-size:30px;
	line-height:normal;
	margin:12px 0 0 0;
}

#header #site-title a {
	color:#666;
	text-decoration:none;
}

.header-image a {
	display:block;
	margin:0 auto;
}

#site-description {
	margin-bottom:10px;
}

blockquote {
	padding:10px 10px 0;
}

/**
 * Posts
 */
#content .entry-title {
	margin-bottom:0.1em;
}
.entry-title a:link,
.entry-title a:visited {
	color:#8cc63f;
	text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
	color:#8cc63f;
}
.entry-meta {
	margin-bottom:5px;
}
.entry-meta,
.entry-utility {
	color:#888;
	font-size:12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border:none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom:1px dotted #666;
}
.entry-utility {
	border-top:1px solid #DDD;
	clear:both;
	margin-top:5px;
}
.hentry {
	margin-bottom:42px;
}
.home .sticky {
	background:#F6F6F6;
	border: 2px solid #DDD;
	padding:10px;
}
.page-link {
	clear:both;
}
/**
 * End Posts
 */

/**
 * Comments
 * @todo comment styles
 */
#comments-title {
	margin-bottom:.5em;
	text-transform: uppercase;
}
.commentlist {
	clear:both;
	list-style: none;
	margin:0;
	padding:0;
}
.commentlist a{
	color:#8cc63f !important;
}
.commentlist a:hover{
	color:#418b32 !important;
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}

.commentlist .bypostauthor {
}
/**
 * End Comments
 */

/**
 * Images
 */
img.centered ,
img.alignnone,
img.alignleft,
img.alignright {
	display:inline;
	padding:0;
}

img.centered  {
	display:block;
	margin:0 auto 10px auto;
}

img.alignnone {
	margin:0 0 10px 0;
}

img.alignleft {
	margin:0 10px 10px 0;
}

img.alignright {
	margin:0 0 10px 10px;
}

.aligncenter {
	display:block;
	margin:0 auto 10px;
}

.alignleft {
	float:left;
	margin:0 10px 0 0;
}

.alignright {
	float:right;
	margin:0 0 0 10px;
}

.widget-container h2,
.widget-container h3,
.widget-container h4,
#breadcrumbs,
blockquote,
.wp-caption {
	border:1px dotted #8cc63f;
}
.wp-caption {
	padding:5px;
	text-align:center;
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:12px;
	margin:0;
}

img.wp-smiley, img.wp-wink {
	float:none;
	border:none;
	margin:0;
	padding:0;
}
/**
 * End Images
 */

#breadcrumbs {
	border-top:none;
	padding:5px 10px;
}

/**
 * Menus
 */
 
.navigation
{
	margin:10px 0 20px 0;
}
 
.navigation .menu {
	border:0px solid #666666;
	clear:both;
	height:30px;
	background-color:#8cc63f;
	line-height:20px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 5px 10px 0px 10px;
	overflow:hidden;
	padding:0px 0px 0px 10px;
	text-transform:normal;
	width:910px;
}

.navigation .menu,
.navigation .menu li a {
	color:#FFFFFF;
}

.navigation .menu ul {
	float:left;
	list-style:none;
	width:100%;
}

.navigation .menu li {
	float:left;
	margin-right: 0px;
	list-style:none;
}

.navigation .menu li a {
	border-right:0px solid #FFFFFF;
	background-image: url(images/NavDivider.gif);
	background-position: right;
	background-repeat: no-repeat;
	display:block;
	font-size:12px;
    	margin:0px 6px 0px 0px;
	padding:5px 6px 5px 0px;
	position:relative;
	text-decoration:none;
}

.navigation .menu li a:hover,
.navigation .menu li a:active,
.navigation .menu .current_page_item a {
	color:#418b32;
}

.navigation .menu li a.sf-with-ul {
	padding-right:20px;
}

.navigation .menu li a .sf-sub-indicator {
	background-image:url(images/arrow-down.png);
	display:block;
	height:9px;
	overflow:hidden;
	position:absolute;
	right:5px;
	text-indent:-9999px;
	top:11px;
	width:9px;
}

.navigation .menu li li a,
.navigation .menu li li a:link,
.navigation .menu li li a:visited {
	background-color:#8cc63f;
	color:#FFF;
	font-size:11px;
	margin:0 0 0 -1px;
	padding:6px 10px;
	position:relative;
	width:158px;
	background-image:none;
}

.navigation .menu li li a:hover,
.navigation .menu li li a:active {
	background:#6ca61f;
}

.navigation .menu li li a .sf-sub-indicator {
	background-image:url(images/arrow-right.png);
	top:10px;
}

.navigation .menu li ul {
	height:auto;
	left:-999em;
	margin:0;
	padding:0;
	position:absolute;
	width:180px;
	z-index:9999;
}

.navigation .menu li ul a {
	width:160px;
}

.navigation .menu li ul a:hover,
.navigation .menu li ul a:active {
}

.navigation .menu li ul ul {
	margin:-33px 0 0 179px;
}

.navigation .menu li:hover ul ul,
.navigation .menu li:hover ul ul ul,
.navigation .menu li.sfHover ul ul,
.navigation .menu li.sfHover ul ul ul {
	left:-999em;
}

.navigation .menu li:hover ul,
.navigation .menu li li:hover ul,
.navigation .menu li li li:hover ul,
.navigation .menu li.sfHover ul,
.navigation .menu li li.sfHover ul,
.navigation .menu li li li.sfHover ul {
	left:auto;
}

.navigation .menu li:hover,
.navigation .menu li.sfHover {
	position:static;
}
/**
 * End Menus
 */

/**
 * Widget Areas
 */
 
 .widget-area
 {
	 float:left;
	 margin: 20px 0 0 0;
 }
 
.widget-area ul {
	list-style:none;
	margin:0px 0 0px 0px;
	padding:0;
}
.widget-area ul ul {
	list-style-type:square;
	margin:10px;
	padding-left:15px;
}

.sidebar-right .widget-container {
	margin:0 0 20px 0;
}

.widget-container {
	margin:0;
}

.widget-container p,
.widget-container div {
	padding:0;
}
.widget-container h2,
.widget-container h3,
.widget-container h4 {
	color: #418b32;
	border-width:0 0 1px 0;
	display:block;
	margin-bottom:0;
	padding:0 0 5px;
}

.widget-title {
}
.widget-title a {
	color:#418b32;
}
.widget-area a:link,
.widget-area a:visited {
	color: #8cc63f;
	text-decoration:none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration:underline;
}

.widget_twitter div {
	padding:0;
}

.widget_twitter .widget-title {
	background-image:url(images/twitter-bird.png);
	background-position:99% 2px;
	background-repeat:no-repeat;
}

.widget_twitter ul li {
	margin-bottom:5px;
}

.widget_twitter .xavisys-link {
	list-style-type:none;
	margin-top:10px;
}

.widget_twitter .entry-meta {
	display:block;
	font-size:80%;
}

.widget_search #s { /* This keeps the search inputs in line */
	width:70%;
}
.widget_search label {
	font-size:14px;
	font-weight:bold;
	color:#222;
	display:block;
}
.widget_search label {
	color:#CCC;
	left:5px;
	position:absolute;
	top:5px;
}

.widget-area ul li.widget_search:first-child {
	padding-top:10px;
}
.widget-area ul li.widget_search:first-child,
.widget-area ul li.widget_search:first-child div {
	border-top:none;
	margin-top:0;
}
.widget_search div {
	margin:10px;
	padding:0;
	position:relative;
}

.textwidget
{
	margin:1em 0 0 0;
}

#searchsubmit {
	background-color:#666;
	border:1px solid #999;
	color:#FFF;
}
#searchsubmit:hover {
	background-color:#333;
}

#wp_tag_cloud div {
	line-height:1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	border:1px solid #FFF;
	color:#222;
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	text-align:left;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar tbody td,
#wp-calendar thead th {
	border:1px solid #FFF;
	text-align:center;
}
#wp-calendar tbody {
	color:#999;
}
#wp-calendar tbody td {
	background:#F6F6F6;
	padding:3px 0 2px;
}
#wp-calendar tbody .pad {
	background:none;
}
#wp-calendar tfoot #next {
	text-align:right;
}
.widget_rss .widget-title img {
	height:11px;
	width:11px;
}

/**
 * End Widget Areas
 */


/**
 * Gallery styles
 */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border:10px solid #F6F6F6;
	margin-bottom:0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float:left;
	margin-right:20px;
	margin-top:-4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 10px solid #F6F6F6;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery dd {
	display:none;
}
.gallery br+br {
	display: none;
}
/**
 * End gallery styles
 */


/**
 * Assistive text
 * @props Twenty Eleven
 */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/**
 * Mobile Safari ( iPad, iPhone and iPod Touch )
 * @props Twenty Ten
 */
pre {
	-webkit-text-size-adjust:140%;
}

code {
	-webkit-text-size-adjust:160%;
}

#access, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust:120%;
}

#site-description {
	-webkit-text-size-adjust:none;
}

#site-info {
	float:right;
	font-size:9px;
	font-weight:normal;
}

#site-generator {
	float:right;
}


#multicalendar
{
	background:#8cc63f !important;
	border:none !important;
	width:900px;
	padding:10px !important;
	border-radius:8px;
}

.ui-state-active
{
	background:#f20 !important;
}

.ui-datepicker-current-day a
{
	background:#8cc63f !important;
}

.thought
{
	color: #fff;
background: #d0d0d0;
color:#404040;
float: left;
padding: 10px !important;
margin: 0 0 20px 0;
border-radius: 8px;
position:relative;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
height:107px;
}

.columnleft
{
	width:435px;
	float:left;
}

.columnright
{
	width:435px;
	float:right;
}

.onecolumn
{
	width:930px;
}

.thought:after
{
	position: absolute;
content: "";
width: 0px;
height: 0;
bottom: -20px;
right: 20px;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
border-top: 10px solid #d0d0d0;
}

.faqlist
{
	list-style: none;
padding: 0;
}

.faqlist li
{
	padding: 0 0 5px 0;
margin: 0 0 5px 0;
border-bottom: 1px dashed #ddd;
}

.faqlist li a
{
	color:#404040;
}

#post
{
	float:left;
	margin:0 0 40px 0;
}

.menu-main-menu-container
{
	float:left;
	clear:both;
}

#menu-main-menu-2
{
	clear:both;
	float:left;
	list-style:none;
	padding: 0 0 0 10px;
}

#menu-main-menu-2 li
{
	float:left;
	margin:0 10px 0 0;
}

#menu-main-menu-2 li a
{
	color:#fff;
}

#menu-main-menu-2 li a:hover
{
	color:#000;
}


#homepagepuffs
{
padding: 0;
list-style: none;
float: right;
margin: 20px 0 0 0;
width: 373px;
}

#homepagepuffs li
{
	background:#8cc63f;
	font-size:2em;
	color:#fff;
	float:left;
	width:353px;
	padding:10px;
	-moz-border-radius: 8px;
border-radius: 8px;
}

#homepagepuffs li:hover
{
	background:#6ca61f;
}

.right20
{
	margin-bottom:20px;
}

#homepagepuffs li a
{
	text-decoration:none;
	color:#fff;
	display: block;
text-align: center;
}

#homepagepuffs li a:hover
{
	color:#000;
}

.homepageimage
{
	width:920px;
	float:left;
	margin:0 0 20px 0;
}

.homepageimage img
{
	width:920px;
	height:auto;
}

.entry-content p
{
	font-size:1.25em;
}

.randomyoutubehomepage
{
	float: right;
margin: 0;
}

.homepagetweaks #post
{
	width:520px;
}

.span-9
{
	width:373px;
}

.span-15
{
	width:520px;
}

#fourth
{
	float:right;
}

.twocolumns
{
columns:40px 2;
-webkit-columns:40px 2; /* Safari and Chrome */
-moz-columns:40px 2; /* Firefox */
width:920px;
}






.calltoaction
{
padding: 0;
list-style: none;
float: right;
margin: 20px 0 0 0;
width: 393px;
}

.calltoaction a
{
	background:#8cc63f;
	font-size:2em;
	color:#fff;
	float:left;
	width:373px;
	padding:10px;
	-moz-border-radius: 8px;
border-radius: 8px;
	text-decoration:none;
	color:#fff;
	display: block;
text-align: center;
}

.calltoaction a:hover
{
	background:#6ca61f;
	color:#000;
}

.container
{
	width:930px;
}

