/*   
Theme Name: Dancing Again Theme
Theme URI: http://lynnettekraft.com
Description: Theme for "Lynnette Kraft - Dancing Again" -- WordPress v3.2.1
Author: Abigail Kraft
Author URI: http://abigailkraft.com
Version: 1
*/

* { margin: 0; padding: 0; }
html { background: #ebebeb url('/theme-images/BlogBackground.jpg'); background-repeat:repeat; }
body { font: 14px/1.4 "Verdana", sans-serif, arial; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

article, aside, figure, footer, header, nav, section { display: block; }

a { text-decoration:none; color:#888; }

ol {
	margin:0px 40px;
}

ul {
	margin:0px 40px;
	list-style:none;
}

img.alignleft {
        float:left;
        padding:15px 15px 15px 0px !important;
}

img.alignright {
        float:right;
        padding:15px 0px 15px 15px !important;
}

@font-face
{
    font-family: custom_font_Vive;
    src: url('fonts/VivelaRivoluzione.eot');
    src: local(custom_font_Vive), url('fonts/VivelaRivoluzione.ttf') format('opentype');
}
@font-face
{
    font-family: custom_font_2;
    src: url('fonts/asphyxiate.eot');
    src: local(custom_font_2), url('fonts/asphyxiate.ttf') format('opentype');
}

#outer-wrapper {
	width:1000px;
	margin:auto;
}	

#wrap {
	width:1000px;
	background:#ffffff;
	margin:-34px auto 0;
	box-shadow:0px 0px 7px #6aa086;
	-moz-box-shadow:0px 0px 7px #6aa086;
	-webkit-box-shadow:0px 0px 7px #6aa086;
	padding:0px 0 0 0px;
}

#HHH_banner {
	width:1000px;
	margin:0px auto 0;
	padding:0px;
}

.blog-title {
	display:none;
}

header {
	position:relative;
	width:100%;
	height:150px;
}

#logo {
	position:absolute;
	top:-30px;
	left:-30px;
	background:url('/theme-images/DancingAgainLogo.png') no-repeat;
	width:688px;
	height:188px;
}

header p {
	text-align:right;
	margin:30px 0px 0 670px;
	padding:65px 20px 5px 0;
	border-bottom:3px solid #000;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:3px;
	color:#889a56;
}

header nav ul {
	list-style:none;
	display:inline;
	text-align:right;
	margin:0 0 0 660px;
	padding:0 20px 0 0;
	text-transform:lowercase;
	font-size:14px;
	letter-spacing:0px;
	display:block;
}

header nav ul a {
	color:#000;
	text-decoration:none;
	margin:10px 0 0 10px;
}

header nav ul a:after {
	content:".";
}

nav ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
nav li {display: inline; }

#annc-content {
	width:970px;
	height:150px;
	background:#889a56 url('/theme-images/annc-title.png') no-repeat;
	background-position:10px 0;
	padding:5px;
	margin:10px;
	text-align:center;
	vertical-align:middle;
}

#annc-content p {
	display:block;
	border:none;
	max-height:135px;
	margin:0px 15px 0 220px;
	padding:0 30px 0 0;
	color:#ebebeb;
	font-family:"georgia", serif, times;
	font-size:18px;
	overflow:hidden;
}

#annc-content p:hover {
	overflow:auto;
}

#annc-content a {
	color:#fff;
	border-bottom:2px dotted #fff;
}

.annc-img {
	background: #ebebeb;
	max-width:140px;
	max-height:140px;
	padding:5px;
	float:right;
}

#main-content {
	width:997px;
}

#post-area {
	width:733px;
	float:left;
}

#post-head {
	background:#584842;
	width:733px;
	padding:10px;
}

.date {
	font-size:13px;
	color:#889a56;
	text-align:right;
}

#post-area h2 {
	color:#889a56;
	font-family:custom_font_Vive;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
}

.post-content h3 {
	color:#584842;
	font-family:custom_font_2;
	font-size:40px;
}

#post-head h2 {
	text-align:right;
}

.post-content {
	padding:20px 20px;
	line-height:1.75;
	margin:0px 0 0 0;
	color:#000;
}

.post-content img {
	padding:15px 0;
}

.post-content p {
	text-align:left;
	margin:20px 0;
}

.post-content div {
	text-align:left;
	margin:20px 0;
}

.post-content blockquote {
	margin:10px 50px;
	padding:10px;
	font-style:italic;
	font-size:16px;
	line-height:1.4em;
	border:1px solid #d5d5d5;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.post-content blockquote:before {
	content:url('http://lynnettekraft.com/wp-content/uploads/2012/03/blockquote_open.jpg');
	text-size:30px;
	line-height:18px;
	height:32px;
	width:50px;
	float:left;
}

.post-content blockquote:after {
	content:url('http://lynnettekraft.com/wp-content/uploads/2012/03/blockquote_close.jpg');
	text-size:30px;
	line-height:18px;
	margin-top:-18px;
	height:32px;
	width:50px;
	float:right;
}

.interactive_right {
	display:block;
	width:100%;
}

#social-shares {
	display:block;
	background:#fff;
	width:40%;
	padding:10px 30% 10px 30%;
}

#post-footer .meta {
	margin:15px;
}

#post-footer .meta {
	margin:10px 0;
	padding:0 2%;
	font-size:20px;
	text-transform:lowercase;
	font-family:"georgia", times, serif;
	color:#889a56;
	width:80%;
	line-height:1.2;
	text-align:right;
	background-image:url(/theme-images/BlogBackground.jpg);
}

.meta a {
	color:#889a56;
}

.edit_post_link {
	padding:30px;
}

#recent-post-box {
	width:98%;
	margin:1%;
	background:#ebebeb;
}

#recent-post-box h2 {
	text-align:left;
	text-indent:15px;
	color:#888;
}

.recent-post h3 {
	text-align:right;
	font-family:custom_font_Vive;
	font-size:22px;
	color:#646464;
	font-weight:normal;
	line-height:25px;
	height:50px;
}

.recent-post a h3:hover {
	color:#888;
}

.recent-post {
	width:44%;
	padding:3%;
}

.recent-date {
	font-size:12px;
	letter-spacing:0px;
	line-height:14px;
}

.recent-post .meta {
	font-size:12px;
	text-align:right;
}

.recent-post-image {
	float:left;
	max-width:200px;
	max-height:210px;
	margin:3px 10px 0px 0px;
	border:4px solid #fff;
}

#recent-post-1 {
	float:left;
	border-right:0px solid #fff;
}

#recent-post-2 {
	float:right;
}

.navigation {
	font-size:15px;
	margin:8px;
}

.prev-posts {
	float:right;
	background:#ebebeb;
	border-radius:5px 5px 0px 0px;
	padding:0px 15px;
	line-height:25px;
}

.next-posts {
	float:right;
	background:#e3e3e3;
	border-radius:5px 5px 0px 0px;
	padding:0px 15px;
	line-height:25px;
}

/* single post navigation */

#nav-single {
	font-size:15px;
	height:30px;
	margin:15px;
}

.nav-previous {
	float:right;
	background:#efefef;
	border-radius:5px;
	padding:0px 15px;
	line-height:25px;
}

.nav-next {
	float:left;
	background:#efefef;
	border-radius:5px;
	padding:0px 15px;
	line-height:25px;
}

/* END single post navigation */

#edit_post_link {
	margin:0 0 0 15px;
}

aside {
	width:247px;
	float:right;
}

.widget {
	padding:1px 0 0 0;
	text-align:center;
}

.widget-content {
	padding:1px 0 0 0;
}

.widget h2 {
	background:#889a56;
	width:240px;
	color:#ebebeb;
	text-align:right;
	padding:0 10px 0 0;
	line-height:2;
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
}

#text-4 img {
	width:120px;
	height:auto;
}

#social-network-links {
	text-align:center;
}

img.search-results-post-image {
	float:left;
	max-width:200px;
	max-height:200px;
	padding:0 10px;
}

#bio-press-files img {
	padding:5px;
}

footer {
	width:980px;
	letter-spacing:2px;
	margin:10px auto 0;
	font-size:10px;
	line-height:30px;
}

#copyright {
	float:left;
	width:49%;
}

#credits {
	float:right;
	text-align:right;
	width:49%;
}

/* comment styling */

#comments {
	margin:30px;
}

#respond {
	padding:30px;
	margin:30px;
}

ol.commentlist { list-style: none; margin: 0 0 20px 40px; }
ol.commentlist li { border-left: 5px solid #fbfbfb; margin:10px 0; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { background:#fff; border-left: 5px solid #fbfbfb;  }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 0px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { font-family:"century gothic", verdana, sans-serif; font-size:20px;}
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { color:#889a45; }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { font-size:16px; }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; padding:10px 0px; }
ol.commentlist li.comment div.comment-meta a { color: #999; }
ol.commentlist li.comment p { font-size:12px; color:#333; text-indent:25px; line-height:1.5; word-wrap: break-word; }
ol.commentlist li.comment:first-letter { font-size:25px; text-transform:uppercase; }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { box-shadow: 0px 0px 0px #888; -webkit-box-shadow: -0px 0px 0px #888; -moz-box-shadow: 0px 0px 0px #888; }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { background:#fff; box-shadow:0px 0px 8px #889a45; -webkit-box-shadow:0px 0px 8px #889a45; -moz-box-shadow:0px 0px 8px #889a45; }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #889a45; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #99ab55; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #afc068; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { border-left: 5px solid #c1d378; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #d7d7d7; }
ol.commentlist li.odd { background: #ebebeb; }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { background:#f8f8f8; }
ol.commentlist li.thread-even { background:#f8f8f8; }
ol.commentlist li.thread-odd { background:#f8f8f8; }
ol.commentlist li.bypostauthor { background:#fff; }