/*

Theme Name: Byens Fodpleje

Author: Kristian Hansen

Description: Dette tema er lavet til Byens Fodpleje. 

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body {
    background-color: black;
    font-family: "Open Sans", "open_sansregular", "Verdana", "Tahoma", "Arial", sans-serif;
    font-size: 13px;
}

/* --- Design --- */

#wrapper {
    margin: auto;
    margin-top: 50px;
    width: 1000px;
}

#table-wrapper {
    display: table;
    width: 985px;
    height: 500px;
}

#content {
    display: table-cell;
    width: 900px;
    border-radius: 20px 20px 20px 20px;
    background-color: white;
    vertical-align: top;
    padding: 15px;
}

.footer
{
    display: inline-block;
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #6E6E59;
    border-top: 1px solid #6E6E59;
}

#content-feets {
    background-image: url('images/content-feets.png');
    width: 80px;
    height: 279px;
    position: relative;
    top: 100px;
}

#bottom-feets {
    background-image: url('images/bottom-feets.png');
    height: 81px;
    width: 295px;
    position: relative;
    left: 50px;
}

#admin-link
{
     float: right; 
     position: relative; 
     right: 100px; 
     top: 5px;
}

#admin-link a
{
     text-decoration: none;
     color: #303030; 
}

#admin-link a:hover
{
     color: gray; 
}

/* --- Navigation -- */

#nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float: left;
    list-style-type: none;
}

#nav ul li a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 10px;
}

#nav ul li a:hover
{
    font-weight: bold;
}

#nav li ul {
    position: absolute;
    display: none;
}

#nav li:hover ul {
    display: block;
    background: #CCC;
}

#navigation {
    border-top: 1px solid #6E6E59;
    border-bottom: 1px solid #6E6E59;
    height: 40px;
}

.sub-menu {
    min-width: 100px;
}

.current-menu-item a {
    color: #636363 !important;
    font-weight: bold;
}

/* --- Skrift ---*/

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}


.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
    max-width: 622px; /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
    color: #777;
    font-size: 12px;
    margin: 5px;
}

.gallery .gallery-caption {
    color: #777;
    font-size: 12px;
    margin: 0 0 12px;
}


.bypostauthor {
}


.sticky {
    border: none;
}


.site-title {
    text-decoration: none;
    color: red;
}

.page-title
{
    font-size: 14px;
}

#breadcrumbs
{
	color: #5B5B56;
	font-size: 11px;
	display: none;
}

#breadcrumbs a
{
	color: #5B5B56;
}

a {
    color: #636363;
    text-decoration: none;
}

a:hover
{
    font-weight: bold;
}