<br />
<b>Warning</b>:  Undefined array key "WP_Widget_Recent_Comments" in <b>/var/www/lingualatina.dk/public_html/wp/wp-content/themes/responsive/includes/functions.php</b> on line <b>370</b><br />
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
	color: #202020;
	font-family: "Times New Roman", Georgia, Serif;
}

/*CSS level 3*/
/* Lasse Ørberg 2012 */
hr {
	width: 50%;
	background: black;
}

#logo {
	margin: 20px;
}

.post-title {
	display: none;
}

.menu {
	font-variant: small-caps;
	font-weight: light;
	letter-spacing: 1px;
/*	text-shadow: 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;*/
	background-color: rgba(255,255,255,.4);
	background-image: none;
	clear: both;
	margin: 0 auto;
	border: 5px groove rgba(224,224,224,.4);
/*border-bottom: 5px groove rgba(224,224,224,.4);*/
}

.menu a {
	font-family: 'Castellar', "Times New Roman", Georgia, Serif;
	border-left: 5px groove rgba(224,224,224,.4);
	text-shadow: inherit;
	color: black;
	font-size: 18px;
}

.partner {
	text-align: center;
	display: table;
}

.partner div {
	display: inline-block;
	width: 260px;
	height: 260px;
	float: left;
	padding: 5px;
	margin: 10px;
	overflow: hidden;
	border: 5px groove transparent;
	background-color: transparent;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.partner div:hover,.partner div:active {
	border: 5px groove rgba(224,224,224,.4);
	background-color: rgba(255,255,255,.4);
}

.partner img {
	float: none;
	border: 2px solid black;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 240px;
	height: 192px;
}

.partner a {
	color: black;
}

.partner span {
	text-align: left !important;
	margin: 0;
}

.menu a:hover {
	background-color: rgba(255,255,255);
	background-image: none;
	color: #fff;
}

ul.menu > li:hover {
	background-color: white;
	color: #fff;
}

li.current_page_item {
	background-color: rgba(255,255,255);
}

#featured {
	background-color: transparent;
	border: none;
}

div.container,container,#container,.container {
	background-image: url('https://lingualatina.dk/wp/wp-content/uploads/2013/10/white_marble_background.jpg');
	background-color: none;
	box-shadow: 2px 2px 3px 2px #606060;
	padding: 0 5px;
	border: 10px groove rgba(224,224,224,.4);
}

div.wrapper,.wrapper,wrapper,#wrapper {
	background-color: transparent;
	border: 2px solid transparent;
}

div.widget-wrapper {
	background-color: transparent;
	border: 2px solid transparent;
}

p.my,a.my {
	margin: 0;
}

ul.my {
	margin: 5px;
}

table.my {
	max-width: 500px;
	border-width: 0;
	border: none;
	border-style: solid;
	border-color: transparent;
}

td.my {
	margin: 0;
	padding: 0;
	text-align: left;
	padding-right: 5px;
	border: none;
	border-style: solid;
	border-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

tr.my {
	margin: 0;
}

/*Book Titles*/
p.book {
	margin: 0;
	font-variant: small-caps;
	font-size: 150%;
}

/*Version numbers*/
p.ver {
	margin: 0;
	font-weight: bold;
}

/*Name of change*/
li.cn {
	margin: 0;
	list-style-type: dot;
}

/*Details of change*/
li.cd {
	margin: 0;
	list-style-type: none;
	font-style: italic;
}

/*Box for Changes*/
div.cbox {
	width: 90%;
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-image: url('http://lingualatina.dk/wp/wp-content/uploads/2012/12/trans.png');
	background-repeat: repeat;
}