/*
Theme Name: Silva Method Life
Description: Child theme for customizing Linen PRO.
Version: 1.0
Author: MindValley
Author URI: http://silvamethodlife.com/
Template: linen_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../linen_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

body {
	background: #005890 url(images/bg.png) repeat-x;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif !important;
	font-size: 12px;
	line-height: 1;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#navigation {
    font-size: 10px !important;
    text-transform: uppercase;
}

#navigation a:hover{
	text-decoration: none;
}

#copyright {
	font-size: 1.2em;
    color: #fff;
}

#copyright a {
    color: #D8C4F8;
    text-decoration: none;
}

#sidebar, #footer {
	font-size: 11px !important;
}

.footer-column {
    width: 280px;
}
#footer-1.footer-column {
    width: 280px;
}
#footer-3.footer-column {
    margin-right: 0px;
}

/* font-type */
h1, h2, h3, h4, h5, h6 {
	color: #000;
    font-family: 'Droid Sans',arial,sans-serif;
    letter-spacing: normal;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1;
}

h1 {
	font-size: 36px;
}
h2 {
    color: #C452C4;
    font-size: 28px;
}
.entry h2.title a {
    color: #2857C9;
}

h3 {
    color: #2857C9;
    font-size: 22px;
}
h4 {
    color: #2857C9;
    font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

p {
    line-height: 1.4em !important;
}

.textwidget {
	line-height: 1.4em;
}

/* recommend-products */
div.rprod {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 20px;
	display: block;
}
div.rprod img {
	float: left;
	width: 80px;
	padding: 0 10px 0 0;
}
div.rprod_text {
	float: left;
	width: 180px;
}

a:hover div.rprod_text {
	text-decoration: underline;
}

/*************************** Shortcodes: Dividers ***************************/

.divider {
border-top: 1px solid #d8d8d8;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 20px 0;
position: relative;
}
.divider.top a {
font-size: 8px;
float: right;
width: 20px;
position: absolute;
top: -10px;
right: 0;
color: #999;
text-align: right;
}
.divider.clear {
border: 0;
margin-bottom: 0;
}
.divider.curved {
border: 0;
height: 50px;
margin-bottom: 40px;
}
#frame.frame-sb-right .divider.curved, #frame.frame-sb-left .divider.curved {
background: url(images/dividers-light.png) no-repeat 0 0;
}
#frame.frame-fullwidth .divider.curved {
background: url(images/dividers-light.png) no-repeat 0 -50px;
}
#no-frame.frame-sb-right .divider.curved, #no-frame.frame-sb-left .divider.curved {
background: url(images/dividers-light.png) no-repeat 0 -100px;
}
#no-frame.frame-fullwidth .divider.curved {
background: url(images/dividers-light.png) no-repeat 0 -150px;
}

/* content styling */
.post-date {
	background-color: #C452C4;
}

#sidebar ul li,
.footer-column ul li {
    line-height: 1.4em !important;
    padding: 4px 0 !important;
	margin: 0 !important;
}

