/*  
Theme Name: REDEYE
Theme URI: n/a
Description: Light minimal wordpress theme. It is the Red Eye Website theme.
Author: Jacob Lowe
Author URI: http://i-amwhatieat.com
Version: 1
Tags: White, grey, minimal, folder, tabs
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
  
a {
  color: #006666;
  text-decoration: none;
  }

a:hover {
  color: #003333;
  }
  
:focus {
  outline:0;
  }
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0 5px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }
  
h1{
  color: #990033;
  font-size: 55px;
  text-align: center;
  font-weight: normal;
}

h1 a{
  color: #990033;
  text-decoration: none;
}

h1 a:hover{
  color: #990033;
  text-decoration: overline;
}

h4{
color: #990033;
}

hr {
  background-color: #efefef;
  height: 1px;
  border: 0;
  }


fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }


a img {
  border: none;  
  }

blockquote {
  background: #ccc;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #000;
  }


strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #fff url(http://a3.twimg.com/profile_background_images/107265387/tile.gif) top center repeat;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  position: relative;
  padding: 0;
  margin: 0;
  height: 175px;
background-image: url(images/headerTop.png);
background-position: bottom center;
background-repeat: no-repeat;
  }
#homeBtn{
  position: absolute;
  top: 45px;
  left: -5px;
  height: 80px;
  width: 545px;
}
#header #topright {
  text-align: right;
  float: right;
  width: 964px;
  margin: 0;
background: #fff;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
  }
#header #topright li {
  position: relative;
  display: block;
  float: right;
  height: 31px;
  line-height: 29px;
  }

#header #topright li a {
  color: #999;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #333;
  text-decoration: none;
  }
  
#header #topright li ul{
  display: none;
  position: absolute;
  top: 29px;
  left: -150px;
}

#header #topright li:hover ul{
  display: block;
}


#searchbar {
position: relative;
display: block;
background-color: #fff;
line-height: 29px;
height: 29px;
padding: 5px;
width: 220px;
text-align: center;
margin: 0 0 0 5px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
}


#searchbar form{
margin: -6px 0 0 -28px;
padding: 0;
}

#searchbar input{
margin: 0;
padding: 0;
}

#searchbar #searchbox{
  width: 145px;
}

#searchbar .submitbutton{
  margin: -2px 0 0 -5px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}

#searchbar .topLeftCorner{
    position: absolute;
    top: -8px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
}

#searchbar .topRightCorner{
    position: absolute;
    top: -8px;
    right: -20px;
    width: 10px;
    height: 10px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
}
        



#header #logo {
  margin: 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }

#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 0 0 0 -4px;
  padding: 0;
  height: 45px;
  width: 963px;
  color: #000;
  clear: both;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
background-image: url('images/navTile.gif');
background-position: top;
  }

.nav {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  }
	
.nav ul {
  margin: 0;
  padding: 0;
  }

.nav li {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  }

.nav li:hover{
background-color: rgba(0, 0, 0, 0.2);
}

.nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #ffcccc;
  }

.nav li a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
  }

.nav li ul {
  list-style-type: none;
  position: absolute;
  width: 100px;
  left: -999em;
  }

.nav li:hover ul, .nav li.sfhover ul {
  left: auto;
  }
	
.nav li li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100px;
  }
  

	
.nav li li a {
  width: 100px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  background: #99cccc;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
.nav li li a:hover {
  background: #009999;
  padding: 5px 20px 5px 15px;
  }

.nav li:hover, .nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }

#exlinks {
  float: right;
  margin: 68px 0px 7px 0;
  padding: 0;
  }

#exlinks div {
 float: right;
 margin: 5px;
 padding: 0;
 height: 50px;
 width: 50px;
 opacity: .8;
}

#exlinks div:hover {
 opacity: 1;
}

/* Top Content */

#main {
  margin: 0 0 0 -4px;
  clear: both;
  width: 963px;
  padding: 5px 0 5px 0;
background: #fff;
  }
  
#contentwrapper {
  float:left;
  width: 600px;
  margin: 0 0 15px 20px;
  padding: 0;
  }
#contentwrapper2 {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  color: #000;
  font-weight: normal;
  background: #ccc;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 20pt;
  font-weight: normal;
  color: #990033;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #000;
  }
.topPost h2{
  border-bottom: 1px dotted #666;
  padding:2px;
}
.topPost p.topMeta {
  padding: 0;
  margin: 0 0 0 0;
  font-size: 9pt;
  color: #333;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #000;
  }
.topPost p.topMeta a:hover {
  color: #666;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #000;
  margin: 8px 0;
  }

div.topContent p {
  text-align: justify;
  }


.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #333;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: #ccc;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #fff;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #666;
  color: #fff;
  text-decoration: none;  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.png) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.png) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.png) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #ffffff;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: none;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #fff;
  text-transform: lowercase;
  border: 1px solid #111;
  padding: 5px 8px;
  font-size: 10pt;
  line-height: 1.4em;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #fff;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 0px 15px 10px 15px;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #000;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #cc0000;
  }
#comments p a:hover {
  color: #ff0000;
  text-decoration: none;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 0 0 0 0;
  padding: 10px;
  background: #ccc;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #ccc;
  border-top: 0px dotted #666;
  border-bottom: 1px dotted #666;
  margin:0px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #666;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: none;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #990033;
  }
.commentlist cite a {
  color: #990033;
}

.commentlist cite a:hover {
  color: #ff0000;
  text-decoration: none;
}
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #333;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#cc0000; font-size:0.8em;}
#extrastuff a:hover {color:#ff0000; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #666;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #990033;
  border: 2px solid #990033;
  color: #fff;
  font-size: 8pt;
  padding: 2px 6px;
  vertical-align: middle;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #990033;
  border: 2px solid #990033;
  }


/* Sidebars */
#sidebars {
  margin: 15px 0;
  float: right;
  width: 340px;
  color: #000;
  background-color: #fff;
  }
#sidebars .sidebarbox {
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #333;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.png) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #333;
  }
#sidebars a:hover {
  color: #ff0000;
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background: #fff url(images/morefootbg.gif) top center no-repeat;
  padding: 15px;
  color: #333;
  margin: 0 0 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #000;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #666;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #333;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.png) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  margin: 0 0 20px -4px;
  background: #fff;
  padding: 15px 15px 10px 15px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  width: 933px;
  }

#footer .nav li {
  float: left;
  }

#footer .nav a {
  color: #333;
  line-height: 25px;
  }

#footer .nav li a:hover {
  color: #000;
  }

#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: none;
  }
#footer a:hover {
  color: #ccc;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

/* Search Bar */




/* Easy Slider */
        
	#sliderContainer{
	  margin: 0 auto;
	  padding: 0;
	  position: relative;
	  width: 900px;
	  height: 300px;
	  background-color: #333;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	}

	#slider{
	  position: relative;
	  margin: 0 auto;
	  }	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:500px;
		height:300px;
		overflow:hidden;
		margin: 0;
                float: left;    
		}	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:0px solid #666;
		background:#666;
		color:#ccc;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#000;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

    /* image replacement */
        .panelText{
	  margin: 10px 0 0 0;
	}
	    
	#panelOne{
	  position: absolute;
	  top: 10px;
	  left: 114px;
	  width: 75px;
	  background-color: #666;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  -webkit-box-shadow: 0 0 10px #000;
	  font-size: 11px;
	  color: #999;
	  text-align: center;
	}
	
	#panelTwo{
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  width: 160px;
	  padding: 10px;
	  background-color: #666;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  -webkit-box-shadow: 0 0 10px #000;
	  font-size: 11px;
	  color: #ccc;
	  text-align: center;
	}
	
	#panelTwo a{
	  color: #fff;
	}
	
	#sliderMeta{
	  position: absolute;
	  bottom: 10px;
	  right: 10px;
	  width: 160px;
	  padding: 10px;
	  background-color: #666;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  -webkit-box-shadow: 0 0 10px #000;
	  font-size: 11px;
	  color: #ccc;
	  text-align: center;
	}
	
	#prevBtn{
	  margin: 15px auto;
	  background-image: url('images/prevBtn.png');
	  height: 35px;
	  width: 33px;
	  cursor: pointer;
	  opacity: .7;
	}
	
	#nextBtn{
	  margin: 15px auto;
	  background-image: url('images/nextBtn.png');
	  height: 35px;
	  width: 33px;
	  cursor: pointer;
	  opacity: .7;
	}
	
	#nextBtn:hover{
	  opacity: 1;
	}
	
	#prevBtn:hover{
	  opacity: 1;
	}

p {text-indent: 20pt;}

.sidebarbox p {text-indent: 0;}


label.error { width: 250px; display: block; float: left; color: red; padding-left: 10px; }

textarea#body { width: 300px;}


code, pre { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

pre {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 11px;
	font-size: 11px;
	line-height: 1.3em;
	overflow: auto;
}

code, pre {
  color: #000;
  background: #F0F0F0;
}

pre a { font-weight: normal; }



#btn{
   padding: 5px;
   background-color: #999;
   width: 100px;
   margin: 0 auto;
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #000;
   text-align: center;
}

#btn a{
   color: #333;
   text-decoration: none;
}

#btn a:hover{
   color: #000;
}

.dtom{
float: left;
}

.tweet ul{
  list-style: none;
}

.tweet li{
  margin: 10px 0 10px 0;
  font-size: 12px;
  padding: 5px;
  border-bottom: 1px dotted #666;
}

.tweet .tweet_first{
  margin: 0 0 10px 0;
}

.tweet .tweet_first .tweet_text{
  font-size: 40px;
}

.tweet .tweet_time{
  font-size: 10px;
}

.recent{
  text-align: right;
  background-color: #efefef;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.recent ul{
  list-style: none;
}

.recent li{
  font-size: 42px;
  text-align: center;
}

#siteMap h2{
  border: 0;
  font-size: 25px;
  
  
}

#siteMap ul{
  list-style: none;
  margin: 2px;
}

#siteMap li{
  margin: 5px;
}

.socialMediaBtns{
  float: left;
  width: 90px;
  margin: -30px 0 0 0;
}

.socialMediaBtns img{
  float: left;
  width: 50px;
  height: 50px;
  margin: 10px 0 0 0;
  border: 0;
}

#mailForms{
background-color: #efefef;
padding: 10px;
margin: 0 0 0 -20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

td{
  padding: 5px;
}

#five{
display:none;
position: absolute;
top: 115px;
left: -50px}

.halfWidth{
  width: 390px;
  margin: 20px;
  padding: 5px;
  float: left;
}

.centerBlock{
  margin: 10px auto;
  width: 500px;
}

.label{
  text-align: right;
  width: 100px;
}

table{
  width: auto;
  margin: 0 auto;
}

#mailForms input{
  width: 250px ;
}

#mailForms textarea{
  width: 250px;
  height: 100px;
}

#errors{
  color: #990033;
  text-align: left;
}