/*
Theme Name: Palatsets Catering
Theme URI: http://www.palatsetscatering.se/
Description: WordPress-tema för Palatsets Catering
Version: 1.0
Author: Simon Fransson
Author URI: http://www.sodraesplanaden.se/digital/

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, serif;
	margin: 0 0 ;
	padding: 0;
	background: url(gfx/bg.png);
	color: rgb(51, 49, 51);
}

#menu a, #menu a:active, #menu a:visited {
	color: rgb(51, 49, 51);
	text-decoration: none;
}

#menu li.current_page_item a, #menu a:hover {
	color: rgb(185, 115, 30);
}

a {
	color: rgb(185, 115, 30);
	text-decoration: none;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
}

.entry ul {
	font-size: 1.2em;
	line-height: 1.3em;
}

.post h2 {
	font-size: 3em;
	font-weight: normal;
	margin: 0;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
}

.post small {
	font-size: 1.1em;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}



.commentmetadata {
	font-weight: normal;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em Georgia, serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

#header {
	background: url(gfx/header-bg.jpg) repeat-x;
	height: 190px;
	display: block;
}

#headerimg {
	clear: both;
}

#headerimg h1 {
	background: url(gfx/logo.png) no-repeat center bottom;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
	height: 95px;
	width: 964px;
	top: 103px;
	position: absolute;
}

#headerimg h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header div.description {
	display: none;
}

/*
#menu {
	list-style: none;
	padding: 0;
	text-align: center;
}

#menu li {
	display: inline;
	font-size: 20px;
	padding: 0 10px;
}
*/

.menu {
	list-style: none;
	padding: 10px 100px 0;
	text-align: center;
	height: 40px;
	
	margin: 0 auto;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.menu li {
	display: inline;
	font-size: 20px;
	padding: 0 15px;
	float: left;
	position: relative;
}

.menu li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: auto;
}

.menu li.current_page_item ul, .menu li.current_page_ancestor ul  {
	display: block;
	width: 500px;
	border-left: 4px solid #dbd6be;
	margin-left: 10px;
}

.menu li.current_page_item ul li, .menu li.current_page_ancestor ul li  {
	position: relative;
	display: inline;
	font-size: 0.8em ! important;
}

.menu li.current_page_ancestor li.current_page_item {
	/* background: #eee; */
}

#subpages ul {
}

#subpages ul li {
	margin: 0 0 5px 0;
}


#page {
	width: 965px;
	background: url(gfx/page-bg.png) repeat-y;
	margin: 0 auto;
	padding: 0 13px;
	
}


#content {
	padding: 20px 40px;
	width: 580px;
	min-height: 350px;
	float: left;
}

#content.wide {
	width: 850px;
}

#sidebar {
	float: right;
	width: 215px;
	padding: 20px 20px;
	margin: 20px 40px 20px 0;
	font-size: 1.2em;
	background: url(gfx/subpages-bg.png) no-repeat;
}

#sidebar p {
	font-size: 1.1em;
	padding-left: 10px;
	border-left: 6px solid #dbd6be;
}

#subpages {
	font-size: 1.25em;
}

#footer {
	height: 40px;
	margin: 0 auto;
	width: 965px;
	padding: 0 13px;
	background: url(gfx/page-bottom-bg.png) no-repeat;
	
}

#content ul {
	font-size: 1.2em;
}

.post hr {
	display: block;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h3.widgettitle {
	color: rgb(143, 142, 144);
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: normal;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 7px 7px;
	display: inline;
	clear: right;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 7px 0;
	display: inline;
	clear: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 2px 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}


/* End Entry Lists */



/* Begin Form Elements */

#sidebar li {
	font-size: 1.1em;
	margin: 2px 0;
}

#sidebar #searchform #s {
	width: 100px;
	margin: 0;
	padding: 0;
}

#sidebar #searchsubmit {
	border: none;
	background: transparent;
	font: 1.5em normal Georgia, serif;
	
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text { 
    position: absolute; 
    left: -1000em; 
} 

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */


/* Begin utilities */

.editlink a {
	text-decoration: none;
	font: 10px normal 'Trebuchet MS', sans-serif ! important;
	text-transform: uppercase;
	background: #eee;
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: rgb(185, 115, 30) ! important;
}

.editlink a:hover {
	background: #f5f5f5;
}

h2 .editlink {
	float: right;
	margin: 10px 0;
}

/* End utilities */

img#wpstats{
	display: none;
}