/*  
Theme Name: ifyoucouldknow new
Theme URI: http://www.ifyoucouldknow.com
Version: 2
Author: lemontreefrog
Author URI: http://www.ifyoucouldknow.com/
This theme was designed by thornbyte and updated by lemontreefrog.
*/

/* Layout */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0em;
	padding:0em;
} 

html {
}

body {
	font-size: 75%;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	background:url(images/sky-2.jpg);
	color: #222;
}
 
html>body {
	font-size: 12px;
}


/* Paragraphs & Headings */

p {
	font-size:1.2em;
	line-height: 1.6em;
	margin: 1.5em 0em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 {
	font-size: 2em; /* 24px */
	line-height: 1em; /* 24px */
	margin: 1.5em 0em 1em 0em; /* 36px, 24px */
	color: #800000;
	text-align: center;
}

h2 {
	font-size:1.5em; /* 18px */
	line-height: 1.25em; /* 21px */
	margin: 1.5em 0em 1em 0em; /* 24em, 18px */
	text-align: center;
}

h3 {
	font-size:1.333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin: 1.5em 0em 1.125em 0em; /* 24px 18px */
}

h4 {
	font-size:1.167em; /* 14px */
	line-height: 1.286em; /* 18px */
	margin: 1.286em 0em; /* 24px 18px */
}


/* Links */

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

a:hover{
	text-decoration: underline;
	color: #69f;
}


/* Lists */

ul, ol {
	margin: 1.5em 0em 1.5em 3em;
}

li {
	font-size:1.2em;
	line-height: 1.5em;
	margin: 0.75em 0em;
}

.entry ul { 
	list-style-type: disc; 
}


/* Tables */

table {
	margin: 1.5em 0em;
}

td, th {
	padding: 0.375em 0.75em;
}


/* Forms */

input {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	padding: 0.25em;
}


/* Images */

.entry img.left { 
	padding: 0.5em; 
	margin: 0.5em 0em 0em 1.5em; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 0.5em; 
	margin: 0em 0em 0.5em 1.5em; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 0.5em; 
	margin: 0em auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 984px;
	text-align: left;
	background: url(images/mainbodybg.png) repeat-y center;
}

#container{
	float: left;
	width: 60%;
	margin: 0em 0em 0em 4em;
}

#container2{
	float: left;
	width: 90%;
	margin: 0em 0em 0em 4em;
}


/* Header */

#header{
	width: 964px;
	height: 60px;
	padding: 45px 0 30px 20px;
	background: url(images/header.png) no-repeat top center;
	color: #fff;
	text-align: center;
}

#header p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1b1464;
	font-weight: bold;
	font-size: 3em; /* 24px */
	line-height: 1em; /* 24px */
	margin: 0em;
	padding: 0em 2em 0em 0em;
}

#header p a:link, #header p a:visited{
	text-decoration: none;
	color:#1b1464;
}

#header p a:hover{
	text-decoration: none;
	color: #2e3192;
}


/* Top Navigation */

#top-menu{
	width: 868px;
	font-family: Georgia, Sans-Serif;
	text-align: left;

	background: url(images/nav_bg.png) no-repeat;
	margin: 1em auto 0em auto;
	padding: 0em 1em;
	height: 3em;
}

#top-menu ul{
	margin: 0 auto;
	padding: 0.3em 0em;
	text-align: center;
}

#top-menu ul li{
	font-size:1.333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin: 0em 1.125em; /* 18px */
	display: inline;
}

#top-menu a{
	text-decoration: none;
	color: #000;
}

#top-menu a:hover{
	text-decoration: underline;
	color: #6699ff;
}

#top-menu a.current {
	color: #6699ff;
}


/* Posts */

.post {
}

.postinfo {
	font-size: 1em;
	color: #787465;
	margin: -1em 0em 0em 0em;
}

.postinfo a {
	color: #787465;
}

.postmetadata {
	font-size: 1em;
	color: #787465;
	border-top: 1px dashed #006;
	margin: 2em 0em 0em 0em;
	padding: 0.5em 0em 0em 0em;
}

.postmetadata strong {
	float: right;
}

.post ul li {
	list-style-image: url(images/bullet.png);
}

.navigation {
	margin: 1.5em 0em;
}

.navigation .left {
	width: 45%;
	float: left;
}

.navigation .right {
	width: 45%;
	float: right;
}


/* Pages */

.page {
}

.page p {
	text-indent: 3em;
}

.page a {
	font-weight: bold;
}

.text-indent p {
	text-indent: 3em;
}

.no-text-indent p  {
	text-indent: 0em;
}


/* Sidebar */

.sidebar{
	float: right;
	width: 24%;
	margin: 2em 4em 1.5em auto;
	padding: 0em 1.5em;
	border: 1px dashed #E3C9D4;
	background: #ffffff;
}

.sidebar ul{
	list-style: none;
	margin: 0em;
	padding: 0em;
}

.sidebar ul li{
	font-size:1em;
	line-height: 1.5em;
	margin: 0.75em 0em;
}

.sidebar ul li h2{
	font-size:1.333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin: 1.125em 0em 1.125em 0em; /* 24px 18px */
	font-weight: bold;
	color: #1B006B;
	text-align: left;
	padding: 0.25em 0.75em 0.375em 0.75em;
	background: url(images/side_head.png) no-repeat;
}

.sidebar ul li ul {
	margin: 1.5em 0em 1.5em 3em;
}

.sidebar ul li ul li{
	list-style-image: url(images/bullet.png);
}

.sidebar .syndication ul li{
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 0 17px;
	background: url(images/feed-icon-12x12.png) no-repeat;
}

.sidebar a:link, .sidebar a:visited{
	text-decoration: none;
	color:#006;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #6699ff;
}


/* Comment Form */

.comments-template h2 {
	font-size:1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin: 1.5em 0em 1em 0em;
	text-align: left;
	color: #006;
}

.comments-template h3 {
	font-size:1.333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin: 1.125em 0em;
	text-align: left;
	color: #006;
}

.comments-template ol {
	list-style: none;
}

.comments-template ol li {
	margin: 1.5em 0em;
}

.comments-template ol li p {
	margin: 0.75em 0em;
}

.commentmetadata{
	color: #006;
}

.comment_time {
	color: #787465;
}

.commentmetadata em { 
	font-size:1.167em; /* 14px */
	line-height: 1.286em; /* 18px */
}

.comments-template p.nocomments{
	padding: 0;
}

#comment-form{
	margin: 1.5em;
	border: 1px dashed #006;
	padding: 0em 1.75em;
	background: #DAF2FF;
}

.comments-template input{
	font-family:Verdana, Geneva, sans-serif;
	border: 1px solid #006;
	width: 50%;
	margin: 0em 0.5em 0em -0.25em;
	padding: 0.25em;
}

.comments-template label {
	color: #787465;
	font-size: 0.9167m;
	line-height: 1.636em;
}

.comments-template textarea{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	padding: 0.25em;
	margin: -0.25em;
	border: 1px solid #006;
	width: 100%;
}

.comments-template .submit {
	text-align: right;
}

.comments-template .submit input {
	width: 25%;
	margin: 0em -0.25em 0em 0em;
	cursor: pointer;
}


/* Footer */

#footer{
	clear: both;
	font-size: 0.9em;
	width: 984px;
	text-align: center;
	margin: 0 auto;
	padding: 9.5em 0em 5em 0em;
	background: url(images/footer.png) no-repeat top center;
}

#footer p {
	margin: 0em;
}


/* Miscellaneous */

blockquote {
	font-style: none; 
	font-size: 1em;
	color: #000000; 
	margin: 1.5em 2em; 
	padding: 0.5em 1.5em;
	background: #DAF2FF;
	border-right: 1px dashed #006;
	border-left: 1px dashed #006; 
}

blockquote2 {
	font-style: none; 
	font-size: 1em;
	color: #000000; 
	margin: 1.5em 2em; 
	padding: 0.5em 1.5em;
	background: #ffffff;
	border-right: 1px dashed #006;
	border-left: 1px dashed #006; 
}


#pot-of-gold {
	background: url(/_sandbox/ifyoucouldknow/wp-content/themes/iyck-new/images/gold200.jpg);
	height: 200px;
	width: 150px;
	padding: 0em;
	margin: 0em auto;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

iframe {
	margin: 1.5em 0em;
}


/* Editor */

.black {
	color: #000;
}

.pink {
	color: #d00068;
}

.red {
	color: #800000;
}

.text-indent {
	text-indent: 3em !important;
}

.no-text-indent  {
	text-indent: 0em !important;
}

.no-bold {
	font-weight: normal;
}
