/*
Theme Name: DKUUG
Author: Anders Aarvik & DKUUG
Description: DKUUG Wordpress theme
Version: 1.0
*/

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.formBuilderFailure a {
color:red;
}

.formBuilderError {
color:red;
}

html {
	overflow-y: scroll;
}

.nav .navigation {
	height:35px;
	width:100%;
	background-color:#222222;
	padding-top:20px;
}

.nav .navigation ul li {
	display:inline;
	padding-left:30px;
}

.nav .navigation a {
	color:#67BCC4;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}

.nav .navigation a:hover {
	color:#fff;
}

.nav .navigation .sub-menu {
	position:absolute;
	top:153px;
	left:-18px;
}

.nav .navigation .sub-menu a {
	font-size:12px !important;
}

.current_page_item a {
	color:#fff !important;
}

.sub-menu {
	display:none;
}

.current_page_item .sub-menu, .current_page_parent .sub-menu { display: block; }

.content {
	background-color:#222222;
	padding:40px;
	margin-bottom:20px;
	margin-top:10px;
	border-top:#484848 1px solid;
	border-bottom:#484848 1px solid;
}

.venstre {
	border-right: #484848 solid 2px;
	padding-right:20px;
}

textarea {
	width:400px;
	height:100px;
}

.wpcf7-not-valid-tip-no-ajax {
	color: red;
}

.sam a {
	padding-bottom:15px !important;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.sideheader {
	font-size:20px;
}

.sideheaderindex  {
	font-size:15px;
}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
.nav .navigation {
	height:auto;
	width:100%;
	background-color:#222222;
	padding-top:20px;
	padding-bottom:1px;
}

.nav .navigation ul li {
	display:block;
	padding-left:30px;
}

.nav .navigation ul li a {
	color:#67BCC4;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}

.nav .navigation ul li a:hover {
	color:#fff;
}

.nav .navigation .sub-menu {
	position:static;
	margin-left:-10px;
}

.nav .navigation .sub-menu a {
	font-size:15px !important;
}

a.current_page_item {
	color:#fff !important;
}

.footer {
	clear:both;
	text-align:center;
}

.content {
	padding:0;
	text-align:center;
}

.content h3 {
	font-size:30px;
	text-align:center;
}

.side {
	padding-top:20px;
	padding-bottom:20px;
}

.venstre {
	border:none;
}

.nyheder {
	padding-top:30px;
}

textarea {
	width:210px;
}

input[type=text], textarea, select {
	margin-left:40px !important;
}


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
