/*
Theme Name: Ulve
Theme URI: http://ulverooma.pri.ee
Description: A custom design for Ulve Kärpuk
Author: Karl Sutt
Author URI: http://manc.sutt.ee
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


body {
  background: #f3eee5 url('bg.png') repeat-x;
}

.clear-left {
  height: 0px;
  clear: left;
}
.clear-right {
  height: 0px;
  clear: right;
}
.clear-both {
  height: 0px;
  clear: both;
}

#page-wrap {
  position: relative;
  width: 840px;
  margin: 0 auto;
  background: #ffffff url('content_bg.png') repeat-x;
	margin-bottom: 80px;
}

#top-nav {
  position: relative;
  float: right;
  margin-right: 40px;
  margin-top: 3px;
}

#top-nav li.page_item {
  position: relative;
  display: inline;
}

#top-nav li.page_item a {
  color: #7a5134;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 0.75em;
  text-decoration: none;
  margin: 0 10px;
  padding: 4px;
	padding-bottom: 5px;
  font-weight: bold;
}

#top-nav li a:hover,
#top-nav li.current_page_item a {
  color: #931512;
}

#top-nav li.current_page_item a {
  padding: 5px 4px 5px 4px;
  background-color: white;
}

#colosseum {
  margin-top: 65px;
  margin-left: 60px;
  margin-bottom: 25px;
}

#large-title {
  position: absolute;
  top: 100px;
  left: 370px;
  color: #cd7a2c;
  font-family: Georgia;
  font-style: italic;
  font-size: 2em;
  font-weight: normal;
}

#tagline {
  position: absolute;
  top: 150px;
  left: 470px;
  color: #d08d4d;
  font-family: Georgia;
  font-style: italic;
  font-size: 1em;
  font-weight: normal;
}

#main-nav {
  position: relative;
  width: 851px;
  height: 45px;
  margin: 10px 0 25px -6px;
  background: url('menu_bg.png');
  list-style: none;
}

#main-nav li.cat-item {
  position: relative;
  float: left;
  margin-top: 9px;
  margin-left: 18px;
  margin-right: -12px;
}

#main-nav li.cat-item a {
  padding: 10px;
  padding-bottom: 9px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 0.9em;
  color: #9a4018;
  text-decoration: none;
  text-transform: uppercase;
}

#main-nav li a.active_category,
#main-nav li.current-cat a,
#main-nav li a:hover {
  background-color: #ffe086;
  color: #9a2318;
}

#content {
  width: 540px;
  margin-left: 20px;
  float: left;
  font-family: Arial;
  color: #313131;
}

#content p, #content ul, #content ol {
  margin: 10px 0;
  font-size: 0.825em;
  line-height: 1.4em;
  text-align: justify;
}

#content ul { list-style: disc; }
#content ol { list-style: decimal; }
#content ul, #content ol { margin-left: 25px; }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
  font-family: Verdana, Tahoma, Arial, Sans, sans-serif;
  font-style: italic;
  margin: 0;
  margin-top: 16px;
  color: #ab363d;
}

#content h1 { font-size: 1.2em; }
#content h2 { font-size: 1.15em; }
#content h3 { font-size: 1.06em; }
#content h4 { font-size: 1.0em; }
#content h5 { font-size: 0.9em; }
#content h6 { font-size: 0.82em; }

#content a {
  color: #ab363d;
  text-decoration: none;
}

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

#content .wpcf7-form-control-wrap input,
#content .wpcf7-form-control-wrap textarea {
	border: 1px solid #9E9264;
	padding: 4px;
	font-size: 0.82em;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

#content .wpcf7-form-control-wrap textarea {
	width: 300px;
}

#content #majutus-blurb {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	width: 230px;
	text-align: justify;
	padding: 10px;
}

#sidebar {
  width: 205px;
  float: right;
  margin-right: 20px;
}

#sidebar p {
  font-family: Arial, Tahoma, Verdana, sans;
  font-size: 0.72em;
  line-height: 1.35em;
  text-align: justify;
}

#sidebar li.widget h2.widgettitle {
  background: url('sidebar_heading_bg.png') no-repeat;
  width: 234px;
  height: 45px;
  margin: 0;
  padding: 0;
  margin-left: -4px;
  margin-top: 25px;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 1.0em;
}

#sidebar .widget_quickflickr .flickr a .flickr_photo {
	padding: 6px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin: 4px;
}

#sidebar #short-story-link {
  display: block;
  float: right;
  font-family: Georgia, Garamond, Gautami, serif;
  font-style: italic;
  color: #ab363d;
  text-decoration: none;
  margin-top: 16px;
}

#sidebar #short-story-link:hover {
  text-decoration: underline;
}

#footer {
  border-top: 1px solid #e9ddaf;
  width: 80%;
  margin: 20px auto;
	margin-bottom: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}

#footer-nav {
  position: relative;
}

#footer-nav li {
  position: relative;
  display: inline;
}

#footer-nav li a {
  color: #7a5134;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
  margin: 0 10px;
  padding: 4px;
}

#footer-nav li a:hover {
  color: #931512;
}

#content img {
	padding: 7px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content img.aligncenter,
#content div.aligncenter {
	display: block;
	margin: 10px auto;
}

#content img.alignleft,
#content div.alignleft {
	float: left;
	margin-right: 10px;
}

#content img.alignright,
#content div.alignright {
	float: right;
	margin-left: 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
