/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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.
*/

body {
	font-family: Arial;
	font-size: 11px;
	color: #333;
	line-height:15px;
	padding-top: 40px;
	margin: 0px;
	text-align: center;
}

a, a:visited {
	color: #333;
}

#contact {
  display: inline-block;
  margin: 0 0.2em;
  padding: 3px;
  background: #97CAF2;
  border-radius: 2px;
  transition: all 0.3s ease-out;

  /* Font styles */
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#contact:hover   { background: #53A7EA; }
#contact:active  { background: #C4E1F8; }
#contact:visited { background: #F2BF97; }
						


.container {margin-left:auto;margin-right:auto;width:800px;}

#icons {
	margin: auto;
}
input,textarea {
  padding: 5px;
  border: 1px solid #21759B;
  border-radius: 5px;
  color: #000;
  transition: all 0.3s ease-out;
}

input:hover { border-radius: 8px; }
input:focus { 
  outline: none;
  border-radius: 8px; 
  border-color: #21759B;
}

