/* @override 
	http://www.intelliweb.se/henric/more/wp-content/themes/more01/style.css
	http://www.morneon.se/malmo/wp-content/themes/more01/style.css
*/

/*
Theme Name: MORE01
Theme URI: http://www.intelliweb.se
Description: Child Theme for Thematic
Author: Intelliweb
Author URI: http://www.intelliweb.se/
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

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

body {
}

#header {
	background-color: #000;
}

#footer {
	background: url(images/footerbg.gif) repeat-x;
}

a:active, a:hover {
	color: #00b059;
}

.sf-menu a, .sf-menu ul a, .sf-menu a:visited, .sf-menu ul a:visited {
	padding-right: 18px;
	padding-left: 18px;
	background: url(images/footerbg.gif) repeat-x;
	color: #000;
}
.sf-menu ul a:hover, .sf-menu a:hover {
	color: #00b059;
	background: url(images/footerbg.gif) repeat-x;
}

.entry-content ul {
list-style-type:none;
	margin-left: 0;
}

.entry-content ul li {
	background: url(images/listimg.gif) no-repeat 10px 6px;
	padding-left: 30px;
	padding-bottom: 6px;
	clear: left;
}

#primary {
	background: url(images/footerbg.gif) repeat-x;	
}

li.page_item.page-item-6 {
	border-radius: 1em;	
}

#branding {
	padding-top: 44px;
	position: relative;
	padding-bottom: 40px;
	background: url(images/skyl.jpg) no-repeat right;
}

#main {
	padding-top: 46px;
}

body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

.aside h3 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
	font-style: normal;
}


h1 {
	margin-top: 0 !important;
	padding-top: 0 !important;
	line-height: 24px !important;
}

h2 {
	font-size: 15px !important;
	padding-bottom: 12px !important;
	padding-top: 12px !important;
}

th, td {
	padding: 10px;
	vertical-align: top;
}
.entry-content img, .indl img {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}
.entry-content td img {
	margin: 0;
}

#logo-image {
	position: relative;
}

.indl {
	width: 210px;
	float: left;
	padding-right: 20px;
}

.indr {
	float: left;
	width: 330px;
}

.entry-content {
	padding: 0;
}

h2.entry-title {
	font-size: 16px;
}

.hentry {
	width: 560px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 22px;
	margin-bottom: 22px;
	clear: both;
	float: left;
}

#content {
	width: 560px;
}

input {
	background:#eee;
	border: 1px solid #ccc;
	padding: 5px;
}
input:focus{
	background:#fff;
}
textarea {
	background:#eee;
	border: 1px solid #ccc;
	padding: 5px;
}
textarea:focus{
	background:#fff;
}

tr.trcol1 {
	background-color: #eee;
	vertical-align: middle;
}
