/*
Theme Name: DesignDot
Theme URI: http://www.mrhead.sk/
Description: WP tema pre http://www.designdot.sk/
Version: 1.0
Author: Patrik Bóna
Author URI: http://www.mrhead.sk/
Tags: 
*/



html {
  height: 100%;
  font-size: 62.5%; /* Resets 1em to 10px */
}

body {
  font-size: 1.2em;
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 10px 0 10px 0;
}

textarea {
	height: 80px;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* Begin Structure */

#main-container {
  padding: 20px;
}

.container_12 {
  background: url('images/bg-1px.png') repeat-y top left;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.flexipages_widget ul {
  margin: 15px 0 15px 0;
}

.flexipages_widget ul li {
}

.flexipages_widget ul li a {
  display: block;
  padding: 5px 15px 5px 15px;
  font-size: 1.6em;
  color: white;
  text-decoration: none;
}

.flexipages_widget ul li a:hover {
  background-color: #649580;
  
}

.flexipages_widget ul li ul {
  margin: 0; padding: 0;
}

.flexipages_widget ul li ul li { 
  font-size: 0.8em;
  text-align: right;
}

.flexipages_widget ul li ul li a {
  padding-left: 20px;
  color: black;
}

.flexipages_widget ul li ul li a:hover {
  
}

.flexipages_widget ul li ul li.current_page_item a {
  color: white;
}

#logo {
  height: 131px;
  padding: 34px 0 0 0;
}

.content {
  line-height: 1.4;
  padding: 15px 20px 15px 20px;
}

a {
  color: #5BA497;
}

#cycle-banner {
 	height: 345px;
	overflow: auto; 
}

.footer {
  height: 50px;
}


#address {
  text-align: center;
  padding: 15px 20px 10px 20px;
}

#mrhead {
  font-size: 0.7em;
  text-align: right;
  padding-top: 5px;
}

#mrhead a {
  color: #c0c0c0;
  text-decoration: none;
}

#mrhead a:hover {
  color: #333333;
  text-decoration: underline;
}

.content ul {
  list-style: disc outside;
}

.content ol {
  list-style: decimal outside;
}

.content ul, .content ol {
  margin: 10px 0 10px 30px;
}

#mailing-list {
  width: 229px;
  float: left;
}

#facebook {
  width: 229px;
  float: right;
}

#mailing-list, #facebook {
  background-color: #5BA497;
  font-size: 1.4em;
  height: 50px;
  text-align: center;
}

#mailing-list a, #facebook a {
  color: white;
  text-decoration: none;
}

#mailing-list a:hover, #facebook a:hover {
  text-decoration: underline;
}

#mailing-list p, #facebook p {
  margin-top: 18px;
}

p.sidebar {
  color: white;
  font-size: 1.6em;
  text-align: center;
  margin: 20px 0 20px 0;
}

.sidebar a {
	color: white;	
}

.registration {
  margin-top: 20px;
}

.course-date, .registration-link {
  font-size: 1.2em;
  float: left;
  text-align: center;
}

.course-date {
  width: 240px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #D7D5CB;
}

.registration {
  padding: 0;
}

.registration-link {
  background-color: #5BA497;
  float: left;
  width: 180px;
  margin: 0;
}

.registration-link a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
}

.registration-link a:hover {
  
}

.registration-form {
  padding: 5px 10px 5px 10px;
  margin: 0;
  background-color: #D7D5CB;
}

