/*
Theme Name: Ginnie Cramer Counselling
Description: Custom theme for Ginnie Cramer's private counselling website.
Author: Dylan Stan
Author URI: http://www.dylanstan.com
*/

/* Structure */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #072d38;
    font-size: 1.1em;
    line-height: 1.6em;
 }
html {
	overflow-y: scroll;
	height: 100%;
}

a {
	color: #3792ad;
	text-decoration: none;
}
a:visited {
	color: #3792ad;
	text-decoration: none;
}
a:hover {
	color: #176880;
	text-decoration: underline;
}

.copyright a {
	color: #3792ad;
	text-decoration: none;
}
.copyright a:visited {
	color: #3792ad;
	text-decoration: none;
}
.copyright a:hover {
	color: #176880;
	text-decoration: underline;
}

ul a {
	color: #3792ad;
	text-decoration: none;
}
ul a:visited {
	color: #3792ad;
	text-decoration: none;
}
ul a:hover {
	color: #176880;
	text-decoration: none;
}
li a {
	color: #3792ad;
	text-decoration: none;
}
li a:visited {
	color: #3792ad;
	text-decoration: none;
}
li a:hover {
	color: #176880;
	text-decoration: none;
}
.titlelink a {
	color: #072d38;
	text-decoration: none;
}
.titlelink a:visited {
	color: #072d38;
	text-decoration: none;
}
.titlelink a:hover {
	color: #176880;
	text-decoration: none;
}
.titlelink {
	font-size:150%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {font-size:200%; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {font-size:150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -.3em;
	line-height: 130%;
}
h3 {font-size:150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}
h4 {font-size:130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
}
h5 {font-size:100%;
	line-height:200%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {font-size:80%;
	line-height:130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin-top: 1.5em;
}


li {
	margin-left: 40px;	
	font-size: 90%;
}


#sidebar ul {
	padding-top: 10px;	
}
#sidebar li {
	padding-top: 0px;	
}
#sidebar ul li {padding-top: 17px; line-height: 1.4em; font-size:1em;}
#sidebar ul ul li {padding-top: 0px;}
#sidebar ul ul ul li {padding-top: 0px;}



/* Posts */

ul
{
padding-left: 0px; 
}
li
{
padding-left: 0px; 
}
p {
  margin-bottom: 10px 
}
blockquote {
/*	background: #ffffff; */
/*	border: 1px dotted #bdbfc0; */
	padding: 0px 20px;
	margin-top: 40px;
	margin-bottom: 13px;
	font-size: .8em;
}
p img {
	padding: 0;
	max-width: 100%;
 }
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

#sidebar {
	width: 200px;
    float: right;
	text-align: left;
	margin-right: 40px;
	font-size: 1em;
}
#blog {	
	width: 600px;
    float: left;
    margin-left: 62px;
	text-align: left;
	padding: 0px;
}
#content {
	width: 800px;
    float: left;
    padding-left:62px;
    padding-right:138px;
	text-align: left;
	line-height: 1.7em;
	font-size: 1em;
}

#container {
	width: 962px;
	padding:0;
	margin:0;
}

.clearfix {
	clear: both;
}

#sidebar ul {
list-style-type:none;
margin: 25px 0 0;
padding:0;
}

#sidebar li {
list-style-type:none;
font-size: 1.2em;
line-height: 1.7em;
margin:0 0 0;
padding:0;
}

ol.commentlist li {
	margin-bottom: 50px;
}
