﻿/*  
Theme Name: Iont
Theme URI: http://themes.machi.biz/iont-beautiful-one-column-theme
Description: Beautiful one column WordPress theme
Version: 
Author: Engagement Rings
Author URI: http://www.jewelryvortex.com/
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background:url(img/content-top.png) repeat-x #ffffff;
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	margin-bottom:20px;
	}
	
#wrap {
	margin:0 auto;
	width:850px;
	}
	
#sub-body {
	background:url(img/content-top.png) repeat-x #433c2a;
	}
 
#header {
	height:108px;
	background:url(img/header.png) center no-repeat;
	padding-top:125px;
	margin-bottom:10px;
	}
	
#description {
	text-align:center;
	}
	
h1 {
	font-size:240%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}
	
h1 a {
	color:#433c2a;
	}
	
h1 a:hover {
	text-decoration:none;
	color:#a2936a;
	}
	
#desc {
	display:none;
	}
	
.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	text-align:center;
	margin-top:6px;
	}
	
#pagelist ul li {
	display:inline;
	margin:0 13px;
	}
	
#pagelist ul li a {
	color:#433c2a;
	font-weight:normal;
	font-size:120%;
	}
	
#pagelist ul li a:hover {
	text-decoration:underline;
	}
	
#pagelist ul li.current_page_item a {
	font-weight:bold;
	}
/* pagelist and search */	

/* text */
#text {
	width:588px;
	margin:0 auto;
	color:#aea9a3;
	font-size:110%;
	}
	
.post {
	padding:3px 0;
	border-top:1px dotted #5e5640;
	}
	
.post-content {
	background-color:#3f3826;
	padding:5px 0;
	}
	
.post-padding {
	background:url(img/post-background.png) repeat-y;
	}
	
.post-date {
	float:left;
	width:55px;
	margin-left:6px;
	font-size:90%;
	color:#534b37;
	margin-top:20px;
	text-align:center;
	}
	
.post-text {
	float:right;
	text-align:justify;
	width:500px;
	margin:10px 15px 5px 0;
	}
	
p {
	padding:5px 0;
	}

.post h2 {
	font-size:115%;
	margin-bottom:0;
	}
	
h2 {
	margin-bottom:10px;
	}
	
.post h2 a {
	font-weight:normal;
	color:#ffffff;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
.post ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	background:url(img/quote.png) left top no-repeat;
	padding:5px 5px 5px 50px;
	color:#FFFFFF;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	border:3px solid #302a1a;
	}
	
.right {
	float:right;
	margin-left:10px;
	}
	
.pub {
	font-size:80%;
	margin:3px 0 5px 5px;
	color:#534b37;
	}
	
.pub a {
	text-decoration:none;
	color:#534b37;
	}
	
.comm {
	text-align:right;
	background:url(img/comment.png) left no-repeat;
	margin-top:10px;
	color:#534b37;
	}
	
.comm a {
	color:#534b37;
	font-weight:normal;
	text-decoration:underline;
	}
	
.comm a:hover {
	text-decoration:none;
	}
	
.white {
	color:#FFFFFF;
	}

.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#ffffff;
	}
	
h3 {
  	margin-top:5px;
	font-size:110%;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#aea9a3;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.pub a {
	text-decoration:none;
	font-weight:normal;
	}
	
.pub a:hover {
	text-decoration:underline;
	}	
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:20px;
	margin-bottom:10px;
	font-size:130%;
	}
	
.commentmetadata {
	padding:5px;
	background-color:#3a3321;
	width:578px;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.obsahk {
	background-color:#3f3826;
	padding:5px;
	width:578px;
	margin-bottom:15px;
	color:#FFFFFF;
	}
	
.commentmetadata a {
	color:#FFFFFF;
	}
	
.obsahk a {
	font-weight:normal;
	color:#FFFFFF;
	}
	
.commentmetadata a:hover, .obsahk a:hover {
	}
	
ol.commentlist {
	list-style:none;
	margin:0 auto;
	}
	
ol.commentlist ol, ol.commentlist ul {
	margin-left:20px;
	}
	
textarea#comment {
	border:#232014 1px solid;
	background-color:#776A48;
	padding:5px;
	color:#FFFFFF;
	}

#author, #email, #url {
	border:#232014 1px solid;
	background-color:#776A48;
	padding:2px;
	margin:1px 0;
	}
/* comments */

/* footer */
#footer {	
	background:url(img/footer.png) no-repeat center top;
	width:850px;
	margin:0 auto;
	font-size:130%;
	color:#433c2a;
	padding-top:100px;
	padding-left:260px;
	}
	
#footer a {
	color:#433c2a;
	font-weight:bold;
	}
	
#footer-bg {
	background:url(img/content-bottom.png) repeat-x;
	}
/* footer */

/* other */	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	