#bodyWrapper {
  max-width:1000px;
  margin: 0px auto;
  padding: 50px 25px 20px 20px;
  position: relative;
}
#mastHead {
  margin-bottom:18px;
}
#footer {
  padding-top:18px;
  border-top:1px dotted #ccc;
  margin-top:18px;
}
#branding {
  overflow: hidden;
  margin-bottom:18px;
}
#site-title {
  margin:0;
  font-size: 2em;
  line-height: 35px;
}
#site-title a:hover,
#site-title a:active {
  border: none;
  outline: none;
}
#site-description {
  float:left;
  width:40%;
  font-size:18px;
  font-family: Georgra, serif;
  font-style: italic;
  color: #777;
  
  display:none;
}
.skip-link {
  position: absolute;
  top: 10px;
  right:0;
}
.skip-link a {
  color: #ccc;
}
.menu {
  list-style:none;
  padding: 0;
  margin: 0;
  z-index:100;
  position: relative;
  overflow: hidden;
  border-bottom:1px dotted #777;
  border-top:1px dotted #777;
  background: #eaeaea;
}
.menu ul {
  margin:0;
  padding:0;
}
.menu li {
  list-style:none;
  float:left;
  position: relative;
  margin: 0;
  padding: 0;
}
.menu a {
  display:block;
  border:none;
  text-align: center;
  padding:10px 10px 10px;
  font-weight: bold;
  color: #4e85c6;
}
.menu a:hover {
  color: #b6985a;
  cursor: pointer;
}
.menu a:visited {
  color: #4e85c6;
}
.menu a:visited:hover {
  color: #b6985a;
}

.entry-meta,
.entry-utility {
  font-size:14px;
  margin-bottom:18px;
  color: #777;
  font-style: italic;
  font-family: Georgia, serif;
}
.entry-utility {
  background: #eaeaea;
  border-top:1px dotted #777;
  padding:18px;
  margin: 0;
}
.entry-utility a:hover, 
.entry-utility a:focus {
  background-color:#ccc
}

.widget-area ul,
.widget-area li {
  list-style:none;
  padding: 0;
  margin: 0;
}
/*
.entry-content p img {
  border:4px solid #eaeaea;
}
*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

#comments {
  padding:18px;
  background: #eaeaea;
  border-top:1px dotted #777;
}
#comments #reply-title,
#comments #comments-title {
  margin-top:0;
}
#comments #comments-title em {color: #000;}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
  width:98%;
}
#comments .form-submit input {
  float:right;
  margin-bottom:18px;
}
.form-allowed-tags {
  font-size:12px;
  line-height: 16px;
  margin-top:18px;
  color: #777;
}
.commentlist {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em;
	clear:both;
	width:98%;
}
.commentlist li {
	padding: 15px 0 3px 64px;
	list-style: none;
}
.commentlist .comment-meta {
	color: #222;
	font-size:12px;
	font-style: italic;
	padding-bottom: 15px;
}
.commentlist .avatar {
  float:left;
  margin-left:-60px;
}

#secondary {
  background: #EAEAEA;
  padding:2.08%;
  width: 27.09%;
  border-bottom:1px dotted #777;
  border-top:1px dotted #777;
}

#searchform {
  margin: 0;
}
#searchform input[type="text"] {
  width:55%;
  padding:7px;
}
.widget-container li {
  margin-bottom:5px;
}
.widget-container {
  overflow:hidden;
}
.widget_recent_entries li {
  width:100%;
  float:none;
  padding: 0;
}
.widget_search h2 {
  margin-top:0;
}
.really_simple_twitter_widget li {
  margin-bottom:15px;
}
.navigation {
  overflow: hidden;
  font-family: Georgia;
  font-style:italic;
  font-size:14px;
}
.navigation a {
  border: none;
  color: #777;
}
.navigation a:hover {
  background: none;
  color: #000;
}
.navigation .nav-previous {
  float:left;
  width:45%;
  text-align:left;
  padding-left:18px;
  position:relative;
}
.navigation .nav-next {
  float:right;
  width:45%;
  text-align:right;
  padding-right:18px;
  position:relative;
}
.navigation .nav-previous .meta-nav {
  position: absolute;
  left:-18px;
  top:0;
  width:15px;
}
.navigation .nav-next .meta-nav {
  position: absolute;
  right:-18px;
  top:0;
  width:15px;
}
#nav-above {
  border-bottom: 1px dotted #ccc;
  padding-bottom:8px;
  margin-bottom:18px;
}
#nav-below {
  border-top: 1px dotted #777;
  padding-top:8px;
  margin-bottom:18px;
}

/*---- twitter link ----*/

.rstw_link_user a {
	text-indent: -999em;
	display: block;
	background: url(../images/twitter-btn.gif) no-repeat scroll 0 0;
	width: 174px;
	height: 20px;
	text-decoration: none;	
}

.rstw_link_user a:hover {
	text-decoration: none;
	border-bottom: none;
}

#site-info a {
  color: black;
}

/* MEDIA QUERIES */

@media  
only screen and (max-width: 995px) and (min-width: 481px), 
only screen and (max-device-width: 995px) and (min-device-width: 481px) {
  
  #searchform input[type="text"] {
    width:90%;
    margin-bottom:4px;
  }
  #searchsubmit {
    float:right;
    margin-right:3%;
  }
  
}
@media 
only screen and (max-width: 480px), 
only screen and (max-device-width: 480px) {

  .grid {
    width:100% !important;
    float:none;
    clear:both;
    margin:0;
  }
  .navigation .nav-previous,
  .navigation .nav-next {
    width:40%;
  }
  #searchform input[type="text"] {
    width:72%;
  }
 
}
@media 
only screen and (max-width: 479px), 
only screen and (max-device-width: 479px) {
  h1 {
    font-size:2em;
  }
  #searchform input[type="text"] {
    width:56%;
  }
}
@media 
only screen and (max-width: 319px), 
only screen and (max-device-width: 319px) {
  
  .navigation .nav-previous,
  .navigation .nav-next {
    width:98%;
  }
  .navigation .nav-previous {
    margin-bottom:9px;
  }
  #searchform input[type="text"] {
    width:90%;
    margin-bottom:4px;
  }
  #searchsubmit {
    float:right;
    margin-right:3%;
  }
}