/*
Theme Name: s365
Theme URI: http://singles365.com
Description: Singles365.com Blog theme - Summer 2010.
Author: Grant Bunyan
Author URI: http://globalpersonals.co.uk/
Version: 0.1
Tags: 2 column,fixed width,Singles365
.
Copyright: Global Personal Limited, 2010.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/






/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }









/* -------------------------------------------------------------- 
   
   Rebuild the default browser styles
   
   Based on work by Blueprint CSS   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   


body {
  background: #fff;	
}

body, input, textarea {
	color: #111;    
	font: 12px Arial,sans-serif;
	line-height: 1.5;
}



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	clear: both;
}
hr {
  background-color: #999;
  border:0;
  height: 1px;
	margin-bottom: 1.5em;
}



/* Text elements
-------------------------------------------------------------- */

p {
	margin-bottom: 1.5em;
	}
ul {
	margin: 0 0 1.5em 2.5em;
	}
ol {
	margin: 0 0 1.5em 2.5em;
	}
ul {
	list-style:disc;
	}
ol {
	list-style-type: decimal;
	}
ol ol {
	list-style:upper-alpha;
	}
ol ol ol {
	list-style:lower-roman;
	}
ol ol ol ol {
	list-style:lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
	}
dl	{
	margin:0 1.5em;
	}
dt {
	font-weight: bold;
	}
dd {
	margin-bottom: 1.5em;
	}
strong {
	font-weight: bold;
	}
cite, em, i {
	font-style: italic;
	}
blockquote {
	margin: 0 3em;
	}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
	}
pre {
	font: 90% Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	}
code {
	font: 90% Monaco, monospace;
	}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
	}
ins {
	text-decoration: none;
	}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
	}
sup {
	bottom: 1ex;
	}
sub {
	top: .5ex;
	}


/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--;
	}
p, ul, ol, dd, pre {
    margin-bottom:--em;
	}
pre, code {
	font:--px Monaco, monospace;
	line-height:--;
	}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/















/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
	}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
	}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
	}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
	}
.gallery dl {
	margin: 0;
	}
.gallery-caption {
	margin:-1.5em 0 0 0;
	}




/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}





/* -------------------------------------------------------------- 
   
   PHEW! Finally on to the Singles365 blog design   
     
-------------------------------------------------------------- */  


/* =Typography
-------------------------------------------------------------- */

html,
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1718;
	}

a {
	text-decoration: underline;
	color: #111;
	}

h1, h2, h3 {
	line-height: 1.3em;
	letter-spacing: -0.05ex;
	font-weight: bold;
	font-family: Arial;
	}

h1 {
	font-size: 36px;
	color: #efa755;
	margin-bottom: 0.5em;
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
	}

h3 {
	color: #2abfc1;
	}

.faded {
	color: #9ca3a0;
	}




/* =Wrappers and widths
-------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 960px;
	}




/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

#container {
	float: left;
	margin: 0 -300px 0 0;
	padding-bottom: 5em;
	width: 100%;
	}
#content {
	position: relative;
	z-index: 1;
	margin: 0 300px 0 0;
	}

div.widget-area {
	background-color: #f5f6f6;
	padding: 22px 22px 0 22px;
	}

#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 226px;
	}
#secondary {
	clear: right;
	}
#footer {
	clear: both;
	width: 100%;
	}




/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 20px 0 0 0;
	height: 86px;
	overflow: auto;
	}

#branding a#logo {
	background: url(img/singles365-logo.png) no-repeat left top;
	width: 103px;
	height: 86px;
	display: block;
	float: left;
	}
#branding #logo span,
#branding #strap span {
  display: none;
	}

#branding #strap {
	margin-left: 131px;
	background: url(img/it-could-happen-for-you.png) no-repeat left bottom;
	height: 86px;
	clear: none;
	}




/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
	}
.skip-link {
	display: none;
	}
.menu {
	margin-top: 20px;
	background-color: #ced3d1;
	overflow: auto;
	padding: 0.5em 1em;
	}
.menu ul {
	list-style: none;
	margin: 0;
	}
.menu li {
	float: left;
	display: inline;
	margin-right: 1.2em;
	font-weight: bold;
	text-decoration: none;
	}
.menu a {
	display: block;
	text-decoration: none;
	}




/* =Content
-------------------------------------------------------------- */
#content a {
	color: inherit;
	}
h1.entry-title {
	margin-bottom: 0;
	}
.post {
	margin: 0 0 5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #ced3d1;
	overflow-y: auto;
	}
.hentry {
	margin: 0 0 3em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #ced3d1;
	overflow-y: auto;
	}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
	}
h2.entry-title {
	font-weight: bold;
	font-size: 18px;
	color: #f0555d;
	}
.entry-title a {
	text-decoration: none;
	color: #f0555d;
	}
.entry-title a:hover {
	background-color: #f0555d;
	color:#fff;
	}
#content h2.entry-title a:hover {
	color: #fff;
	}
.post .entry-content h2 {
	font-weight: bold;
	font-size: 150%;
	color: #f0555d;
	}
.post .entry-content h2 {
	margin-bottom: 1em;
	}
.post h3 {
	font-weight: bold:
	font-size: 24px;
	color: #2abfc1;
	}
.post .entry-content h3 {
	font-size: 190%;
	margin-bottom: 0.5em;
	}
.post .entry-utility {
	font-size: 90%;
	}
.entry-meta {
	font-style: italic;
	}
.single .post {
	margin-bottom: 1.1em;
	}
	
.entry-content blockquote {
	background: url(img/quote-open.png) no-repeat left top;
	overflow-y: auto;
	color: #f0555d;
	font-style: italic;
	font-weight: bold;
	font-size: 160%;
	padding: 1.6em 0 0 2.5em;
	margin: 0.5em 4em 0 1em;
	}
.entry-content blockquote :first-child {
	background: url(img/quote-close.png) no-repeat right bottom;
	padding-bottom: 1.4em;
	padding-right: 45px;
	}



/* =Images and captions
-------------------------------------------------------------- */

.wp-caption {
	border: 1px solid #F5F6F6;
	}
.wp-caption p.wp-caption-text {
	background-color: #F5F6F6;
	padding: 0.5em;
	font-weight: bold;
	}



/* =Comment form
-------------------------------------------------------------- */

#comments h3 {
	font-weight: bold;
	font-size: 24px;
	color: #f0555d;
	margin-bottom: 0.8em;
	}
#comments-list h3 {
	font-size: 1.3em;
	color: #2ABFC1;
	margin-bottom: 1em;
	}
#comments-list {
	background-color: #f5f6f6;
	padding: 22px 22px 10px 22px;
	margin-bottom: 2.5em;
	}
#comments-list .comment {
	margin-bottom: 2.5em;
	}
.comment-meta {
	font-size: 90%;
	margin-bottom: 0.6em;
	}
#comments .form-section {
	margin-bottom: 1em;
	position: relative;
	}
#comments #form-section-comment.form-section {
	margin-bottom: 0.5em;
	}
#comments .form-notification {
	position: absolute;
	width: 200px;
	left: 360px;
	top: 2px;
	}
#comments input,
#comments textarea {
	border: 1px solid #cccccc;
	padding: 4px;
	}
#comments #submit {
	background: url(img/btn-post-comment.png) no-repeat left top;
	width: 218px;
	height: 44px;
	border: 0;
	padding: 0;
	float: left;
  text-indent: 999px;
	overflow: hidden;
	margin-left: 140px;
	}
#comments .form-label {
	width: 130px;
	margin-right: 10px;
	float: left;
	display: inline;
	}
#comments #comment {
	width: 510px;
	}
#form-allowed-tags {
	display: none;
	font-size: 95%;
	margin-left: 140px;
	}




/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
	}
.navigation a {
	font-size: 100%;
	text-decoration: none;
	font-size: 95%;
	color: #000;
	}
.navigation .nav-previous {
	float: left;
	width: 48%;
	}
.navigation .nav-previous a {
	padding-left: 15px;
	background: url(img/nav-back-on-white.png) no-repeat left center;
	}

.navigation .nav-next {
	clear: none;
	width: 48%;
	margin-left: 52%;
	text-align: right;
	}
.navigation .nav-next a {
	padding-right: 15px;
	background: url(img/nav-forw-on-white.png) no-repeat right center;
	}
.navigation .meta-nav {
	display: none;
	}



/* =Widget Areas
-------------------------------------------------------------- */
.widget-area {
	color: inherit;
	}

.widget-area .widget-title {
	border-top: 1px dotted #ced3d1;
	padding-top: 0.6em;
	font-size: 2em;
	margin-bottom: 0.2em;
	}

.widget-area ul {
	list-style: none;
	margin-left: 0;
	}
.widget-area ul ul {
	list-style: none;
	margin-left: 7px;
	font-size: 95%;
	}
.widget-area ul ul li {
	padding-bottom: 0.3em;
	padding-left: 1.1em;
	background: url(img/list-arrow.png) no-repeat left 0.2em;
	}
.widget-area ul ul ul {
	margin-left: 2.5em;
	}
.widget-container {
	margin: 0 0 1.5em 0;
	}
.widget_search .widget-title, #searchform label {
	display: none;
	}
#searchform #s {
	display: block;
	width: 222px;
	border:1px solid #CCCCCC;
	padding: 4px;
	}
#searchform #searchsubmit {
	width: 128px;
	height: 44px;
	margin-top: 0.5em;
	background: url(img/btn-search.png) no-repeat;
	border: 0;
	padding: 0;
	float: left;
  text-indent: 999px;
	overflow: hidden;
	}
.widget-area a {
	text-decoration: none;
	color: #000;
	}



/* =Search results
-------------------------------------------------------------- */
#content #searchform {
	overflow: auto;
	}



/* =Homepage specific
-------------------------------------------------------------- */
h1#strap {
	margin-bottom: 0;
	}
.home h2.entry-title {
	font-weight: bold;
	font-size: 36px;
	color: #EFA755;
	}
.home h2.entry-title a {
	color: #EFA755;
	}
body.home .post .entry-content h2 {
	font-weight: bold;
	font-size: inherit;
	line-height: 166%;
	color: #2ABFC1;
	}
body.home .post .entry-content h2 a {
	font-size: inherit;
	color: #2ABFC1;
	}
body.home .post .entry-content h2 a.more-link {
	font-size: 140%;
	display: inline-block;
	color: inherit;
	}