@font-face {
	font-family: Katy-Berry;
	src: url('Katy-Berry.ttf');
	}

@font-face {
	font-family: Bluehighway;
	src: url('bluehigh.ttf');
	}
	
@font-face {
	font-family: Coolvetica;
	src: url('coolvetica.otf');
	}
	
@font-face {
	font-family: Nymph;
	src: url('NymphsHandwritingNEW.ttf');
	}


/* HTML5-specific CSS */
article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
	}
	
/* General */
body {
	background: #f2f2f2;
	color: #555;
	text-shadow: 1px 1px 1px #fff;
	font-family: Geneva, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	}
	
#page {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}	
	
/* Typography */

p {
	font-size: 12px;
	line-height: 18px;
	}
	
a {
	text-decoration: none;
	}
	
blockquote {
	
	font-size: 12px;
	line-height: 18px;
	color: #465565;
	}

code {
	font-family: monospace;
	font-size: 10px;
	color: #929292;
	}
	
ul, ol {
	font-size: 11px;
	}

/* Header */
hgroup {
	height: 45px;
	text-align: right;
	font-family: Nymph, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 1px 1px 1px #fff;
	}

header h1 {
	font-size: 46px;
	}
	
	hgroup a; hgroup a:hover {
	color: #555;
	}
	h1 a {
  color:#555555
  }

header h2 {
	font-size: 20px;  
	text-align: right;
	font-family: Nymph, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 1px 1px 1px #fff;
	}

	

/* Nav */

nav {
	font-size: 18px;
	height: 40px;
	text-align: left;
	font-family: Nymph, Coolvetica, Helvetica;
	}

nav ul li {
	font-size: 18px;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	margin-right: 20px;
	}
	
nav ul li a {
	color: #4285b0;
	-webkit-transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-o-transition: color 0.5s ease-in;
	}
	
nav ul li a:hover {
	color: #1e4f6e;
	}

/* Section */

/* Article */

article {
	background-color: #f9f9f9;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #ccc 0px 2px 5px;
	-moz-box-shadow: #ccc 0px 2px 5px;
	box-shadow: #ccc 0px 2px 5px;
	margin-bottom: 25px;
	}

article h1 {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 16px;
	}
	article h1 a {
	color: #4285b0;
	}
article h2 {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 12px;
	}
	
article time, article .comments {
	font-size: 10px;
	color: #797979;
	}
	article time {
	border-right: 1px solid #a9a9a9;
	padding-right: 5px;
	}
	
	.comments a {
	color: #a9a9a9;
	}
	.comments a:hover {
	color: #797979;
	}

article p a, article blockquote a {
	color: #4285b0;
	-webkit-transition: color 0.4s ease-in;
	-moz-transition: color 0.4s ease-in;
	-o-transition: color 0.4s ease-in;
	}
	article blockquote a {
	border-bottom: none;
	}

article p a:hover, article blockquote a:hover {
	color: #1e4f6e;
	}
	
article.navigation p {
	font-family: Coolvetica;
	font-size: 18px;
	}

/* Aside */


/* Footer */

footer {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #c0c0c0;
	font-family: Nymph, Arial;
	font-weight: normal;
	}
	
footer p {
	font-size: 13px;
	}
	
footer a {
	color: #a9a9a9;
	}
	footer a:hover {
	color: #797979;
	}
	
/* Search Box */
#search {
	text-align: center;
	line-height: 18px;
	width: 120px;
	margin-left: 460px;
	margin-bottom: -14px;
	background-color: #76b6e2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #aaa 0px 0px 5px;
	-moz-box-shadow: #aaa 0px 0px 5px;
	box-shadow: #aaa 0px 0px 5px;
	color: #fffeff;
	text-shadow: none;
	}
	
#search a {
	color: #fff;
	font-size: 10px;
	}
	
/* Images */

img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 2px;
	}
	
img.left {
	float: left;
	margin-right:10px;
	}

img.right {
	float: right;
	margin-left:10px;
	}
img.icon {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	padding: 2px;
}


/* Input */
fieldset.search{  
	}
.default-value {
	background-color: #76b6e2;
	border: none;
	color: #d2f0f9;   
	}	
	
/* Comment Form */
.comments form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.comments label {
	}

.comments input {
	}

.comments input[type=text], .comments textarea {
	font: 1.1em Arial, 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	border: 1px solid #eee;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	height: 250px;
	width: 100%;
	margin: 10px 0;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

.comments .required {
	color: #FF0000;
	display: none;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 11px Geneva,Arial,sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #7DBADF;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #F9F9F9;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #F9F9F9;
 border-bottom: 1px solid #F9F9F9;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #F9F9F9;
 border-bottom: 1px solid #F9F9F9;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
