/*
Theme Name: MakingWaves Blog Theme
Theme URI: http://www.makingwaves.no/
Description: Making Waves Blog theme with new design
Version: 1.0
Author: Marzena
Author URI: http://www.makingwaves.pl/
Tags: makingwaves

	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.

/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

html {
}
body {
background-color:#FFFFFF;
color:#000000;
font-family:Georgia,serif;
font-size:14px;
}
@font-face {  
	font-family: "IngeborgHI";  
	src: url(fonts/Ingeborg-HeavyItalic.eot);
	src: local("Ingeborg-HeavyItalic"), url(fonts/Ingeborg-HeavyItalic.ttf) format("truetype");
}  

.kursiv {
color:#000000;
font-style:italic;
}
h1 {
font-size:19px;
font-weight:bold;
margin-bottom:5px;
}
h3 {
font-size:14px;
font-weight:bold;
margin-bottom:5px;
}
#wrapper {
background:none repeat scroll 0 0 #FFFFFF;
margin:0 auto;
padding:0;
width:850px;
}
#header {
height:145px;
margin-bottom:0;
width:100%;
}
#header .main-logo {
	padding-left:27px;
	padding-top:19px;
	display:block;
}
#container {
float:left;
width:100%;
padding-bottom:10px;
}
#content {
margin-left:55px;
overflow:hidden;
padding-top:18px;
width:500px;
}
#sidebar {
float:right;
margin-right:40px;
padding-top:13px;
width:200px;
}
.search {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
}
* {
margin:0;
padding:0;
}
a {
color:#F43A6D;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:underline;
}
a:active {
color:#4C4C4C;
text-decoration:underline;
}
.required {
color:#FF0000;
}
img {
border:0 none;
}
.avatar {
float:left;
height:40px;
width:40px;
}
.authname {
float:left;
padding-left:10px;
width:70%;
}
.authname:hover {
	cursor:pointer;
}
.widget {
float:left;
margin-bottom:29px;
width:100%;
}
.widget li {
list-style:none outside none;

}
#sidebar .archive-list li a {
	display:block;
	padding:5px 0 2px;
}
#sidebar .archive-list li a:hover{
	background-color:#f7f7f7;
	text-decoration:underline;
}
#authorlist {
float:left;
width:100%;
}
#authorlist li {
clear:both;
float:left;
list-style:none outside none;
margin:0;
width:100%;
background:url("images/list-dotline.gif") repeat-x bottom;
}
#authorlist li a {
	float:left;
	width:100%;
	padding:5px 0 11px;
}
#authorlist li a  var{
	font-style:normal;
	color:#000;
}
#authorlist li a:hover{
	background-color:#f7f7f7;
	text-decoration:underline;
}
.separator {
color:#CCCCCC;
margin:0 5px;
}
.clear {
clear:both;
font-size:0;
height:0;
}
.meta-sep {
color:#CCCCCC;
}
.floater-left {
float:left;
}
.floater-right {
float:right;
}
#menu ul {
display:inline;
list-style:none outside none;
}
#menu ul li {
display:inline;
float:left;
margin-left:10px;
padding:15px 10px;
}
#blog-title {
font-size:250%;
font-weight:bold;
letter-spacing:-1pt;
margin:40px 0 0 20px;
}
#blog-title a {
color:#333333;
}
#blog-description {
font-size:120%;
font-weight:normal;
margin:0 0 0 20px;
}
.page-title {
font-size:160%;
font-weight:normal;
margin-bottom:15px;
}
.post {
float:left;
margin-bottom:50px;
width:100%;
}
.more-link {
}
.morelink {
float:left;
margin-top:20px;
}
.entry-meta {
color:#666666;
float:left;
font-size:90%;
width:auto;
padding-right:30px;
}
.entry-categ {
border-bottom:1px solid #EFEFEF;
color:#666666;
font-size:90%;
padding-bottom:5px;
}
.entry-footer {
border-bottom:1px solid #EFEFEF;
border-top:1px solid #EFEFEF;
color:#666666;
font-size:90%;
padding:5px 0;
}
.entry-footer span {
color:#CCCCCC;
margin:0 5px;
}
.entry-subscribe {
background:url("images/rss.gif") no-repeat scroll 6px 6px #FAFAFA;
padding:5px 5px 5px 26px;
}
.entry-content {
float:left;
margin-top:15px;
padding-bottom:30px;
width:100%;
}
.entry-content p {
line-height:1.5;
margin-bottom:10px;
}
.entry-content h2 {
font-family:Andale Mono,Courier New;
font-size:120%;
margin-bottom:50px;
}
.entry-title {
color:#000000;
font-size:18px;
font-weight:bold;
width:auto;
}
.entry-title a {
color:#000000;
}
.entry-title h2 {
font-size:14px;
font-weight:bold;
}
.entry-comments {
background:url("images/comments.gif") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
float:right;
font-size:13px;
font-weight:bold;
height:32px;
margin-bottom:-10px;
padding-top:5px;
text-align:center;
top:-18px;
width:30px;
z-index:1;
}
.entry-comments a {
color:#FFFFFF;
text-decoration:none;
}
.entry-comments a:hover {
text-decoration:underline;
}
.entry-content ul, .entry-content ol {
margin-bottom:10px;
margin-left:30px;
}
.entry-content ul li, .entry-content ol li {
line-height:1.3;
margin-bottom:5px;
}
.page-title {
font-size:160%;
font-weight:normal;
margin-bottom:25px;
}
.post {
margin-bottom:16px;
}
.entry-content a {
}
.entry-content a:hover {
}
.entry-categ {
border-bottom:1px solid #EFEFEF;
color:#666666;
font-size:90%;
padding-bottom:15px;
}
.entry-footer {
border-bottom:1px solid #EFEFEF;
border-top:1px solid #EFEFEF;
color:#666666;
font-size:90%;
padding:5px 0;
}
.entry-footer span {
color:#CCCCCC;
margin:0 5px;
}
.entry-subscribe {
background:url("images/rss.gif") no-repeat scroll 6px 6px #FAFAFA;
padding:5px 5px 5px 26px;
}
.entry-content {
margin-top:0;
}
.entry-content p {
line-height:21px;
margin-bottom:16px;
}
.entry-content .post-links {
	color:#f43a6d;
}
.entry-content h2 {
font-size:120%;
margin-bottom:5px;
margin-top:25px;
}
.entry-content a {
}
.entry-content ul, .entry-content ol {
margin-bottom:10px;
margin-left:30px;
}
.entry-content ul li, .entry-content ol li {
line-height:1.3;
margin-bottom:5px;
}
#sidebar h2, #sidebar h3 {
color:#333333;
font-size:12px;
font-weight:bold;
margin-bottom:0;
padding-bottom:5px;
text-transform:uppercase;
background:url("images/list-dotline.gif") repeat-x bottom;
}
#sidebar .rss-icon {
	background:url("images/rss.gif") no-repeat top left;
	height:16px;
	width:16px;
	float:right;
}
#sidebar ul {
list-style:none outside none;
margin-bottom:10px;
margin-left:5px;
}
#rss-links ul li {
background:url("images/rss.gif") no-repeat scroll 1px 4px transparent;
padding-left:22px;
}
.textwidget p {
margin-bottom:10px;
}
.textwidget a {
text-decoration:underline;
}
.widget_tag_cloud a {
text-transform:lowercase;
}
#wp-calendar caption {
background:none repeat scroll 0 0 #FAFAFA;
margin-bottom:5px;
padding:5px 0;
}
#wp-calendar td {
color:#999999;
padding:4px 6px;
}
#wp-calendar td a {
font-weight:bold;
}
#wp-calendar #next {
text-align:right;
}
.comments {
margin-top:30px;
}
.comments h3 {
color:#333333;
font-size:120%;
margin-bottom:10px;
}
.comments ol {
list-style:none outside none;
}
.comments ol li {
background:none repeat scroll 0 0 #FFFFFF;
margin-top:2px;
padding:10px;
}
.comments ol li.alt {
background:none repeat scroll 0 0 #FAFAFA;
}
.comment-author {
font-weight:bold;
}
.comment-meta {
color:#666666;
font-size:90%;
margin-bottom:5px;
}
.unapproved {
font-style:italic;
}
#respond {
margin-top:30px;
}
#respond h3 {
color:#333333;
}
.formcontainer {
margin-bottom:10px;
margin-top:10px;
}
#comment-notes {
color:#666666;
font-size:10px;
margin-bottom:10px;
}
.form-label {
margin-bottom:2px;
}
.form-input, .form-textarea {
color:#000000;
}
.form-input input, .form-textarea textarea {
background:none repeat scroll 0 0 #FAFAFA;
border:1px solid #CCCCCC;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:5px;
}
.form-textarea input {
width:280px;
}
.form-textarea textarea {
width:350px;
}
.form-input input:hover {
background-color:#FFFFFF;
}
.form-submit input {
padding:2px 5px;
}
#rss-links ul li {
background:url("images/rss.gif") no-repeat scroll 1px 4px transparent;
padding-left:22px;
}
.textwidget p {
margin-bottom:10px;
}
.textwidget a {
text-decoration:underline;
}
.widget_tag_cloud a {
text-transform:lowercase;
}
#wp-calendar caption {
background:none repeat scroll 0 0 #FAFAFA;
margin-bottom:5px;
padding:5px 0;
}
#wp-calendar td {
color:#999999;
padding:4px 6px;
}
#wp-calendar td a {
font-weight:bold;
}
#wp-calendar #next {
text-align:right;
}
.comments {
margin-top:30px;
}
.comments h3 {
color:#333333;
font-size:120%;
margin-bottom:10px;
}
.comments ol {
list-style:none outside none;
}
.comments ol li {
background:none repeat scroll 0 0 #FFFFFF;
margin-top:2px;
padding:10px;
}
.comments ol li.alt {
background:none repeat scroll 0 0 #FAFAFA;
}
.comment-author {
font-weight:bold;
}
.comment-meta {
color:#666666;
font-size:12px;
margin-bottom:5px;
padding-top:10px;
}
.unapproved {
font-style:italic;
}
#respond {
margin-top:30px;
}
#respond h3 {
color:#333333;
}
.formcontainer {
margin-bottom:10px;
margin-top:10px;
}
#comment-notes {
margin-bottom:10px;
}
.form-label {
margin-bottom:2px;
}
.form-input, .form-textarea {
margin-bottom:10px;
}
.form-input input, .form-textarea textarea {
background:#f7f7f7 url("images/input.gif") repeat-x top;
border:1px solid #f5f5f5;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:5px;
}
.form-textarea input {
width:280px;
}
.form-textarea textarea {
width:350px;
}
.form-input input:hover {
background-color:#FFFFFF;
}
.form-submit input {
padding:2px 5px;
}
.datum {
}
#contentLeft {
float:left;
line-height:16px;
width:175px;
}
#contentRight {
float:right;
line-height:16px;
width:325px;
}
#contentRight .small {
}
.citat {
border-bottom:1px inset #28A5FC;
color:#AEAEAE;
font:italic 18px/24px georgia,"times new roman",times,garamond;
}
#footer {
clear:both;
font-size:12px;
padding-bottom:30px;
padding-top:40px;
text-align:left;
width:100%;
color:#828282;
background-color:#000;
}
#footer  a {
	color:#fff;
}
#footer  a:hover {
	color:#fff;
}
#footer  .footer-inner {
	width:740px;
	margin:0 auto;
}
#sidebar .searchform {
margin:0;
padding:0;
background:url("images/search.gif") no-repeat top left;
width:198px;
height:27px;
margin-bottom:13px;

}
#searchsubmit {
	background:none;
	outline:none;
	border:0 none;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding-left:7px;
	height:25px;
	cursor:pointer;
}
#sidebar  .searchform  .search {
	border:0 none;
	background:transparent;
	width:140px;
	line-height:27px;
	height:27px;
	padding-left:5px;
	line-height:27px;
}
.description {
border-bottom:1px solid #EFEFEF;
float:left;
margin-bottom:25px;
padding-bottom:10px;
width:100%;
}
.description img {
float:left;
height:80px;
margin-right:10px;
width:80px;
}
.page-title {
float:left;
margin-bottom:25px;
width:100%;
}
h2.wrote-by {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	padding-bottom:3px;
	background:url("images/list-dotline.gif") repeat-x bottom;
}
.authors-panel {
	background-color:#fff5f8;
	padding:10px 5px 20px 10px;
	margin-bottom:30px;
}
.authors-panel .author {
	font-size:34px;
	font-weight:normal;
	padding-bottom:5px;
}
.authors-panel .position {
	font-size:14px;
	font-weight:normal;
}
.authors-panel img {
	float:right;
	width:80px;
	height:80px;
}
.vcard {
border-width:0;
}
.entry-content img {
margin-bottom:10px;
}
.comment-author img {
margin-right:10px;
}
.comments li p {
}

a.button {
background:transparent url("images/button.png") no-repeat scroll 0 0;
color:#FFFFFF;
display:inline;
float:left;
font-family:IngeborgHI,Georgia,Serif;
font-size:17px;
font-style:italic;
font-weight:bold;
height:28px;
margin-top:20px;
padding-left:18px;
padding-right:14px;
padding-top:6px;
position:relative;
text-decoration:none;
}
a.button span {
background:transparent url("images/button-end.png") no-repeat scroll 100% 0;
display:block;
height:35px;
position:absolute;
right:-27px;
top:0;
width:27px;
}
a.button:hover {
background:transparent url("images/button.png") no-repeat scroll 0 -35px;
color:#FFFFFF;
text-decoration:none;
}
a.button:hover span {
background:transparent url("images/button-end.png") no-repeat scroll 100% -35px;
}
a.button:active {
background:transparent url("images/button.png") no-repeat scroll 0 -71px;
color:#FFFFFF;
text-decoration:none;
}
a.button:active span {
background:transparent url("images/button-end.png") no-repeat scroll 100% -71px;
}
.form-submit a.button {
	margin-bottom:15px;
}
.navigation div{
	float:left;
}
.navigation a ,
.navigation {
	color:#666666;
}
.navigation  {
	float:left;
	width:100%;
}
#comments {
	float:left;
	width:100%;
}
.wp-caption-text {
	font-size:13px;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
