/*
Theme Name:     Lightword Child
Description:    Child theme for the Lightword theme 
Author:         Alexander Bias
Template:       lightword
*/

@import url("../lightword/style.css");

body {
	background-color:#284787;
	background-image:url(images/bg.jpg)
	}

a {
	color: #414480;
}

#content-body ul {
	font-size: 1.2em;
}

#footer .text {
	color:#ffffff
	}
	
#footer .text a {
	color:#ffffff;
	}

blockquote {
	font-size: 1.0em;
	padding: 0 10px;
}

#front_menu li a {
	font-size: 1em;
}

#front_menu li ul {
	opacity: 1 !important;
}

.wpcf7-list-item {
	display: block;
}

.textwidget li {
	font-size: 1.2em; 
}

.textwidget p {
	margin-bottom: 5px;
}

.content-sidebar h3 {
	font-size: 1.2em;
}

#content-body input, #content-body textarea {
	border-color: #666666;
}

a.comment-reply-link {
	margin-left: 10px;
}

div.comment-reply-link-box {
	width: 88px;
	height: 25px;
	border: 0px;
	background: #2C2C29 url(../lightword/images/submit_btn.png) no-repeat;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	display: table-cell;
	font: bold 12px Helvetica,Georgia,serif;
	color: #FFF;
	text-transform: capitalize;
}

div#show-newthread-box {
	width: 240px;
	height: 25px;
	border: 0px;
	background: #2C2C29 url(images/submit_btn_big.png) no-repeat;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	display: table-cell;
	font: bold 12px Helvetica,Georgia,serif;
	color: #FFF;
}

ol.commentlist li {
	margin-bottom: 30px;
}

#respond-box #respond{
	list-style-type:none;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #BBB;
	padding: 15px 10px 4px 10px;
}

.cat_tags{
	background: #DDD !important;
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #BBB;
    margin-top: 0px;
    padding: 5px;
    width: 700px !important;
    font-size: 110%;
}

.cat_tags_close{
	background: none !important;
}

div.post {
	padding-bottom: 40px;
}

.tabs {
	font-size: 115%;
}

#tabsContainer {
	margin-top: -40px;;
}

p.comment-count {
	font-size: 1.0em;
}
