/*
Theme Name:     Tweaker4 Child
Description:    A child theme specifically built for those who love tweaking their own themes. Open, clean and quick-loading design with a wide sidebar on the right. Options page offering a choice between a dark or light layout, caters for all the post formats and also offers user support via a support forum.
Author:         Arnold Goodway
Template:       tweaker4

(optional values you can add: Theme URI, Author URI, Version)
*/

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

#container{

overflow:hidden;

width:100%;

padding:35px 10px 15px 10px;

}
#content{

width:620px;

float:left;

padding:3px;

}

#content-wide{

width:720px;

padding:3px 3px 3px 120px;

float:left;

}

.content-container{

clear:both;

width:100%;

overflow:hidden;

margin-top:35px;

padding:3px;

}
.single-page{

padding:3px;

border:none;

background:#e2e5ea;

}

#footer-bottom{

clear:both;

width:70%;

text-align:center;

background:#B5B7C1;

color:#fff;

border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 8px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #2E4069;
	border-right-color: #1F2B47;
	border-bottom-color: #1A2339;
	border-left-color: #2E4069;
	
font-style:italic;

padding:10px;

}

#footer-bottom a:link,

#footer-bottom a:visited{

color:#fff;

text-decoration:underline;

}

#footer-bottom a:hover,

#footer-bottom a:focus,

#footer-bottom a:active{

color:#fff;

text-decoration:none;

}