/*
Theme Name: Ringlets Kennel
Theme URI: http://www.ringlets.se/
Description: Custom theme made for Ringlets Kennel.
Version: 1.0
Author: Henrik Hedlund
Author URI: http://www.chaosmedia.se/
Tags: ringlets, kennel, custom
*/


@import url('reset.css');


/* Structure
--------------------------------------------------------------------------------------------*/

body
{
	margin: 0;
	margin: auto;
	background-color: #efe7dc;
	overflow-x: hidden;
}

#header
{
	text-align: center;
	background: url('images/header_bg.jpg') repeat-x #000;
	width: 100%;
	height: 121px;
}

#header > img
{
	margin-top: 10px;
}

#header, #nav
{
	min-width: 900px;
}

#content
{
	width: 900px;
	margin: auto;
	padding-top: 25px;
}

#background > img
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
}


/* Navigation
--------------------------------------------------------------------------------------------*/

#nav
{
	background: url('images/menu_bg.jpg') repeat-x #000;
 	height: 25px;
}

#nav > ul
{
	list-style: none;
 	text-align: center;
	/*background: url('images/menu_bg.jpg') repeat-x #000;*/
 	height: 25px;
	
	font-family: Tahoma;
	font-size: 11px;
	
	margin: 0;
 	padding: 0;
 	
 	float: left;
 	position: relative;
 	left: 50%;
}

#nav > ul > li
{
	float: left;
	position: relative;
	right: 50%;
	
	padding: 0 10px;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	
	border-left: 1px #909090 solid;
}

#nav > ul > li:first-child
{
	border-left: none;
}

#nav > ul > li ul
{
	display: none;
	position: absolute;
	left: 0;
	background: url('images/transparent_bg.png');
	list-style: none;
	padding: 5px 0;
	width: 100%;

	font-size: 10px;
	
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}

#nav > ul > li ul li
{
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 10px;
	line-height: 22px;
}

#nav > ul > li:hover ul,
#nav > ul > li.over ul		/* li.over = IE6 fix! */
{
	display: block;
}

#nav a
{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}


/* Typography
--------------------------------------------------------------------------------------------*/

body
{
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
}


h1, h2, .date
{
	font-family: Tahoma, Arial, sans-serif;
}

h1
{
	font-size: 12px;
	text-transform: uppercase;
	color: #494948;
	
	padding: 0 10px;
	line-height: 38px;
	height: 38px;
	background: url('images/headline_bg.jpg') repeat-x;
	
	overflow: hidden;
	clear: both;
	
	margin-bottom: 20px;
}

h2
{
	color: #515150;
	font-size: 16px;
	font-weight: normal;
}

div.date
{
	color: #70491c;
	font-size: 11px;
	padding: 1px 0 6px 0;
	text-transform: capitalize;
}

h1 > span.date
{
	text-transform: none;
	font-weight: normal;
	font-size: 10px;
	padding-left: 15px;
	font-style: italic;
	color: #888887;
	text-transform: capitalize;
}


/* Content
--------------------------------------------------------------------------------------------*/

.post
{
	color: #515150;
	padding: 0 50px;
	margin-bottom: 50px;
}

.news > .post
{
	border-bottom: 1px dashed #c9905b;
}

.post + h1
{
	margin-top: 20px;
}

.post ul
{
	list-style: disc;
	padding-left: 25px;
}

.post ol
{
	list-style: decimal;
	padding-left: 25px;
}

.post p, .post ul
{
	margin: 15px 0;
}

a, a:visited
{
	color: #bf762b;
	text-decoration: underline;
}

a:hover
{
	color: #2b9abf;
}

a:active
{
	color: #035772;
}

.comments > a
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: white;
	
	display: block;
	width: 38px;
	height: 34px;
	line-height: 30px;
	
	float: right;
	background-image: url('images/comments.png');
	background-repeat: none;
	background-position: 0 0;
}

.comments > a:hover
{
	background-position: -40px 0;
}

.comments > a:active
{
	background-position: -81px 0;
}

.alignleft
{
	float: left;
	margin-right: 10px;
}

.alignright
{
	float: right;
	margin-left: 10px;
}

.post img
{
	border: white 4px solid;
	outline: 1px solid #bbb;
}

.post img.wp-smiley
{
	border: none;
	outline: none;
}

.navigation
{
	text-align: center;
	padding-bottom: 20px;
}

/* 2-col layout
--------------------------------------------------------------------------------------------*/

#content #main-col
{
	width: 600px;
	float: left;
}

#main-col .post
{
	padding: 0 10px;	
}

#main-col h2,
#main-col .date
{
	margin-left: 10px;
}

#sidebar
{
	width: 270px;
	float: right;
	background-image: url('images/sidebar.png');
	padding-bottom: 20px;
}

#sidebar.no-background
{
	background: transparent;
}

#sidebar h2, #sidebar p
{
	padding: 0 15px;
	color: #70491c;
}

#sidebar h2 + div
{
	margin-bottom: 10px;
}

.date + .post
{
	margin-top: 10px;
}


/* Comments
--------------------------------------------------------------------------------------------*/

#contactform
{
	width: 600px;
	margin: 0 auto;
	font-size: 10px;
}

#contactform  p
{
	margin: 5px 0;
}

.meta
{
	clear: both;
}

.meta > .comment-link
{
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0.4em;
	float: right;

	color: #555f5e;
	background: #e7f0ef;
	border: 1px dotted #666;
}

.meta > .comment-link:hover
{
	background-color: #f2fbfa;
	border: 1px solid #999;
}

.meta > .comment-link:active
{
	background-color: #c3cdcc;
	border: 1px solid #666;
}

.meta .comment-list
{
	list-style: none;
/*	width: 560px;*/
}

.meta .comment-list li
{
	border: 1px solid #999;
	padding: 0.5em 2em;
	background: url('images/sidebar.png');
	font-size: 0.9em;
	position: relative;
	margin-bottom: 1.0em;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.meta .comment-list li p
{
	font-size: 0.9em;
}

.meta .comment-list li .comment-meta
{
	position: absolute;
	top: 0.5em;
	right: 2.0em;
	text-transform: capitalize;
	font-size: 0.8em;
	font-style: italic;
}

.meta .comment-list li .comment-author
{
	font-size: 0.8em;
	font-weight: bold;
	color: #666a69;
}

.meta .comment-list li .comment-meta a
{
	text-decoration: none;
	color: #8ea19f;
}

.meta .comment-list li .comment-author a
{
	text-decoration: none;
}

.comment-logged_in
{
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: center;
	width: 600px;
	margin: 20px auto 0 auto;
	padding: 0;
	border: 1px solid #999;
	background-color: #f8ffcc;
}

.your-name input,
.your-email input,
.your-subject input
{
	border: 1px solid #aaa;
	height: 18px;
}

.your-name input
{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.your-subject input
{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.your-message #comment
{
	width: 600px;
	height: 90px;
	margin: 0 auto;
	margin-top: 10px;
}

.comment-logged_in, .your-message #comment
{
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Contact form
--------------------------------------------------------------------------------------------*/

#contactform
{
	width: 600px;
	margin: 2em auto;
}

#contactform .your-name > input,
#contactform .your-email > input,
#contactform .your-subject > input
{
	border: 1px solid #999;
	font-size: 1.0em;
	line-height: 1.6em;
}

#contactform textarea
{
	width: 600px;
	height: 90px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contactform .your-name > input:focus,
#contactform .your-email > input:focus,
#contactform .your-subject > input:focus,
#contactform textarea:focus
{
	background-color: #f8ffcc;
}

div.wpcf7-response-output.wpcf7-validation-errors
{
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f3b9b9;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok
{
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #bdf8c6;
}

.ngg-gallery-thumbnail
{
	max-width: 118px;
}

/* Start
--------------------------------------------------------------------------------------------*/

#start
{
	width: 550px;
	padding: 0;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -275px;
	text-align: center;
}

#start > #news
{
	background-image: url('images/start_black.png');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: white;
	font-size: 10px;
	padding: 10px;
	text-align: left;
	
	width: 300px;
	position: relative;
	left: 50%;
	margin-left: -150px;
}

#start > #news > h2
{
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	color: white;
}

#start img#welcome
{
	margin-top: 25px;
}


/* Hacks
--------------------------------------------------------------------------------------------*/

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

