/*
Theme Name: Theme-01
Theme URI: http://awakening.ch/
Description: A fully customizable & professional WordPress theme.
Version: 1.6
Author: Deniz Guenay
Author URI: http://awakening.ch/
Tags: customizable, professional, fresh, blue, black, wordpress, e-commerce, shop, store, w3c, xhtml, css, valid, 960, ajax, cross-browser compatible, drop down menu, custom templates, custom columns, custom header, fixed width, widget ready
*/


@import url(reset.css);


body {
	width: 940px;
	margin: auto;
	background: url(images/background.png) top center repeat-x;
}


/* header
------------------------------------------------------------ */
#header {
	width: 940px;
	height: 70px;
}

#title {
	padding: 32px 0 0 0;
	float: left;
}

#message {
	font: bold 14px verdana, arial, 'trebuchet MS';
	color: #606060;

	padding: 20px 0 0 0;
	float: right;
}


/* navigation
------------------------------------------------------------ */
#login {
	font: 11px verdana, arial, 'trebuchet MS';
	color: #909090;

	width: 940px;
}

#login ul {
	padding: 0 0 8px 0;
	float: right;
}

#navigation {
	width: 920px;
	height: 37px;
	padding: 0 10px 0 10px;
	background: url(images/navigation.png) no-repeat;
	overflow: hidden;
	clear: both;
}

#menu ul {
	float: left;
	padding: 8px 0 0 0;
}

#menu ul li {
	margin: 0 6px 0 0;
	padding: 0 0 3px 12px;
	background: url(images/button-line.png) no-repeat left;
	display: inline;
}

#menu ul li a {
	font: bold 10px verdana, arial, 'trebuchet MS';
	color: #D0D0D0;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #00adef;
	text-decoration: none;
}

#menu .home-button {
	padding: 0;
	background: 0;
}

#menu ul li.current_page_item a,
#menu ul li.current_page_parent a,
#menu ul li.current_page_ancestor a {
	color: #F0F0F0 !important;
}


#search {
	width: 210px;
	height: 19px;
	float: right;
	padding: 10px 0 0 0;
	float: right;
}

#search-icon {
	width: 21px;
	height: 19px;
	background: url(images/search-icon.png) no-repeat;
	float: left;
}

#s {
	font: 11px verdana, arial, 'trebuchet MS';
	color: #909090;

	width: 173px;
	height: 19px;
	padding: 3px 0 2px 0;
	background: url(images/search.png) no-repeat;
	border: 0;
	float: left;
}

#searchsubmit {
	width: 16px;
	height: 19px;
	background: url(images/search-submit.png) no-repeat;
	border: 0;
	border: none;
	float: right;
}

#breadcrumb {
	height: 32px;
	background: url(images/breadcrumb.png) no-repeat;
	clear: both;
}

#breadcrumb-text {
	font: 11px verdana, arial, 'trebuchet MS';
	color: #909090;
	padding: 8px 0 0 10px;
}

.seperator {
	margin: 0 5px 0 5px;
}


#wrapper {
	width: 940px;
	margin: 20px 0 0 0;
	overflow: hidden;
	clear: both;
}


/* sidebar
------------------------------------------------------------ */
#sidebar {
	width: 220px;
	float: left;
}

#sidebar-right {
	width: 220px;
	float: right;
}

.widget {
	width: 220px;
	
}

.widget-list-top {
	width: 220px;
	height: 30px;
	background: url(images/widget-top.png) no-repeat;
}

.widget-top {
	width: 220px;
}

h4.list {
	font: bold 14px verdana, arial, 'trebuchet MS';
	color: #FFF;
	
	padding: 7px 0 0 10px;
}

h4 {
	font: bold 14px verdana, arial, 'trebuchet MS';
	color: #666;
}

.widget-content {
	font: 11px verdana, arial, 'trebuchet MS';
	color: #909090;
	line-height: 15px;

	width: 220px;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
}

.widget-content ul li {
	margin: 0 0 0 20px;
	list-style-image: url(images/gif/bullet.gif);
	line-height: 20px;
}

.quote {
	text-align: justify;
}

.widget-list-content {
	font: 11px verdana, arial, 'trebuchet MS';
	color: #666;

	width: 220px;
	margin: 0 0 30px 0;
}

.widget-list-content ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.widget-list-content ul li a {
	padding: 10px 0 10px 10px;
	height:  12px;
	border-bottom: #E5E5E5 1px solid;
	text-decoration: none;
	display: block;
}

.widget-list-content ul li a:hover,
.widget-list-content ul li.current_page_item a,
.widget-list-content ul li.current_page_parent a {
	padding: 10px 0 10px 8px;
	border-left: #57c2e1 2px solid;
	background-color: #e7f5f9;
	display: block;
}

.widget-list-content ul li ul li,
.widget-list-content ul li ul li a{
	border-left: none !important;
	background: none !important;
}

.widget-list-content ul li ul li a {
	padding: 10px 0 10px 10px !important;
}

.widget-list-content ul li ul li a:hover,
.widget-list-content ul li ul li.current_page_item a{
	padding: 10px 0 10px 8px !important;
	background-color: #e7f5f9 !important;
	border-left: #57c2e1 2px solid !important;
}

.widget-list-content ul li.page_folder a {
	background: url(images/gif/page-folder.gif) no-repeat right;
}

.widget-list-content ul li.page_folder a:hover,
.widget-list-content ul li.page_folder.current_page_item a {
	padding: 10px 0 10px 8px;
	border-left: #57c2e1 2px solid;
	background: #e7f5f9 url(images/gif/page-folder.gif) no-repeat right;
}

#rss {
	font: bold 12px verdana, arial, 'trebuchet MS';
	padding: 2px 2px 12px 28px;
}

#rss a {
	text-decoration: none;
}

#rss a:hover {
	color: #333;
}

#rss img {
	position: absolute;
	margin: 8px 0 0 -22px;
}


/* content
------------------------------------------------------------ */
#content {
	font: 13px/1.5 verdana, arial, 'trebuchet MS';
	color: #666;

	width: 700px;
	float: right;
	overflow: hidden;
}

#content-sidebar-right {
	font: 13px/1.5 verdana, arial, 'trebuchet MS';
	color: #666;

	width: 700px;
	float: left;
	overflow: hidden;
}

#content-no-sidebar {
	font: 13px/1.5 verdana, arial, 'trebuchet MS';
	color: #666;

	margin: 0 0 0 0;
	width: 940px;
	overflow: hidden;
}


.post {
	margin: 0 0 40px 0;
}

h2 {
	font: 18px verdana, arial, 'trebuchet MS';
	color: #666;
	
	margin: 0 0 10px 0;
}

h2 a {
	color: #666;
	text-decoration: none;
}

h2 a:hover {
	color: #999;
}

.entry {
	clear: both;
	text-align: justify;
}

h3 {
	font: bold 13px verdana, arial, 'trebuchet MS';
	color: #666;
	margin: 0 0 10px 0;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	color: #333;
}

.entry ul,
.entry ol {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}

.entry ul li {
	line-height: 20px;
	list-style-type: disc;
}

.entry ol li {
	line-height: 20px;
	list-style-type: decimal;
}

.column-left {
	width: 330px;
	margin: 0 0 20px 0;
	border-right: 1px #E5E5E5 solid;
	float: left;
}

.column-right {
	width: 350px;
	float: right;
}

.column-left-no-sidebar {
	width: 450px;
	margin: 0 0 20px 0;
	border-right: 1px #E5E5E5 solid;
	float: left;
}

.column-right-no-sidebar {
	width: 470px;
	float: right;
}

.more {
	padding: 0 0 0 0;
}

.more a {
	padding: 0 0 3px 17px;
	background: url(images/more.png) no-repeat;
}


.notice {
	font-size: 11px;
	color: #666;

	width: 680px;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.notice-right {
	font-size: 11px;
	color: #666;
	text-align: left;

	width: 200px;
	margin: 0 0 0 20px;
	padding: 10px 10px 10px 10px;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	float: right;
}

.notice-red {
	font-size: 11px;
	color: #666;

	width: 680px;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	background-color: #28ABE3;
	border-top: 1px solid #f3e2e2;
	border-bottom: 1px solid #f3e2e2;
}

.notice-green {
	font-size: 11px;
	color: #666;
	width: 400px;
	padding: 10px;
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.notice-rounded {
	width: 700px;
	margin: 10px 0 10px 0;
	background-color: #e7f4f6;
	clear: both;
}

.notice-rounded-top {
	width: 700px;
	height: 10px;
	background: url(images/notice-rounded-top.png) no-repeat top;
}

.notice-rounded-content {
	padding: 5px 15px 0 15px;
	clear: both;
}

.notice-rounded-bottom {
	width: 700px;
	height: 10px;
	background: url(images/notice-rounded-bottom.png) no-repeat bottom;
}

.notice-right-no-sidebar {
	color: #303030;
	width: 450px;
	margin: 10px 0 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #ECF5FF;
	border: 1px solid #e2ebf6;
	float: right;
}

.column-460-last {
	width: 460px;
	margin: 0 0 20px 0;
	float: left;
}

.column-contact-460 {
	width: 460px;
	margin: 0 15px 20px 0;
	float: left;
}

.request-left {
	width: 120px;
	height: 30px;
	float: left;
}

.request-right {
	width: 560px;
	height: 30px;
	float: right;
}

.request-right-textarea {
	width: 560px;
	float: right;
}

#sitemap a {
	color: #606060;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;

}

.imagerotator {
	height: 280px;
	clear: both;
}


.postmetadata {
	font: bold 11px verdana, arial, 'trebuchet MS';
	color: #CCC;
	text-decoration: none;
	margin: 0 0 20px 0;
	clear: both;
}

.postmetadata a {
	color: #CCC;
	text-decoration: none;
}

.postmetadata a:hover {
	color: #999;
}

.edit a {
	padding: 0 0 5px 20px;
	background: url(images/edit.png) no-repeat;
}

.edit a:hover {
	color: #999;
}

.post-bottom {
	font-size: 11px;
	font-weight: bold;
	color: #CCC;

	height: 16px;
	margin: 20px 0 0 0;
	padding: 5px 5px 5px 5px;
	border-top: 1px #E5E5E5 solid;
	background-color: #F2F7F8;
	clear: both;
}

.post-bottom a {
	text-decoration: none;
	color: #CCC;
}

.post-bottom a:hover {
	color: #999;
}

.commendlist {
	width: 700px;
	clear: both;
	clear: both;
}

#respond {
	padding: 0 0 0 22px;
	margin: 0 0 20px 0;
	background: url(images/respond.png) no-repeat;
	clear: both;
}

.commentlist {
	margin: 0 0 0 20px;
}

.avatar {
	padding: 4px 0 0 0;
	float: left;
}

#comment-wrapper {
	color: #666;
	width: 600px;
	margin: 0 0 30px 10px;
	padding: 8px;
	background-color: #F6F6F6;
	float: left;
}

.commentmetadata {
	font: bold 11px verdana, tahoma, 'trebuchet MS', 'lucida grande';
	color: #CCC;
}

.commentmetadata a,
.commentmetadata a:visited {
	color: #CCC;
}

.commentmetadata a:hover {
	color: #999;
}

.comment-author {
	font: bold 13px verdana, tahoma, 'trebuchet MS', 'lucida grande';
	color: #666;
	margin: 0 0 2px 0;
	clear: both;
}

.comment-author a,
.comment-author a:visited {
	color: #666;
}

.comment-author a:hover {
	color: #333;
}

.comment-entry {
	text-align: justify;
	margin: 10px 0 0 0;
}

#commentform {
	font: bold 11px verdana, tahoma, 'trebuchet MS', 'lucida grande';
	color: #CCC;
}

#commentform a,
#commentform a:visited {
	color: #CCC;
}

#commentform a:hover {
	color: #999;
}

.page-navigation {
	margin: 20px 0 0 0;
	font: bold 11px verdana, arial, 'trebuchet MS';
	color: #CCC;
}

.page-navigation a {
	text-decoration: none;
	color: #CCC;
}

.page-navigation a:hover {
	color: #999;
}


/* footer
------------------------------------------------------------ */
#footer {
	width: 940px;
	margin: 20px auto 0 auto;
	clear: both;
}

#footer-menu {
	font: 11px verdana, arial, 'trebuchet MS';
	color: #CCC;
	padding: 0 0 0 10px;
	border-top: 1px #E5E5E5 solid;
	border-bottom: 1px #E5E5E5 solid;
	background-color: #000000;
}

#footer-menu a {
	color: #999;
	text-decoration: none;
}

#footer-menu a:hover {
	color: #666;
}

#footer-menu ul {
	margin: 15px 0 15px 0;
}

#footer-menu ul li {
	display: inline;
}

#footer-column {
	font: 11px verdana, arial, 'trebuchet MS';
	color: #909090;

	width: 220px;
	margin: 15px 20px 15px 0;
	border-right: 1px #E5E5E5 solid;
	float: left;
}

#footer-column a {
	text-decoration: none;
}

#footer-column a:hover {
	text-decoration: underline;
}

#footer-column ul {
	margin: 0 0 10px 0;
}

#footer-column ul li {
	line-height: 20px;
}

#copyright {
	font: 11px verdana, arial, 'trebuchet MS';
	color: #909090;

	text-align: right;
	margin: 15px 0 0 0;
	float: right;
}

#copyright a {
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright ul li {
	line-height: 20px;
}

