body {
  padding-top: 10px;
  padding-bottom: 20px;
}


html {
  font-size: 62.5%;
}
body {
  padding: 30px;
  font-family: "News Cycle", Monaco, monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
}

p {
  margin: 0 0 20px;
  
}

p.small {
	 line-height: 120%;
	   font-size: 12pt
	}

h1, h2, h3 {
	position: relative;
	margin: 0px 0 10px;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.1;
	color: #666;
	text-rendering: optimizeLegibility;
}
h4 {
	position: relative;
	margin: 0px 0 10px 20px;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.1;
	color: #666;
	text-rendering: optimizeLegibility;
}
h1:before,
h2:before,
h3:before {
  position: absolute;
  top: auto;
  color: #ccc;
  display: none;
}
h1:before {

}
h2:before {

}
h3:before {

}


/* Emphasis */
em,
strong {
  padding-left: .1em;
  padding-right: .1em;
}

strong {
  font-weight: bold;
  color: #333;
}
strong:before,
strong:after {
  content: "**";
}

em:before,
em:after,

/* Lists */
ul, ol {
  padding: 0;
  margin: 0 0 20px;
}
.body li {
  list-style: none;
  margin-bottom: 8px;
}
.body li:before {
  content: "* ";
  margin-left: -1.25em;
  color: #ccc;
}

hr {
  margin: 0;
  border: 0;
}
hr:after {
  display: block;
  margin: 20px 0;
  content: "-----";
  color: #ccc;
}

abbr {
  background-color: #eee;
  display: inline-block;
  padding: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  border-radius: 3px;
}

code, pre {
  font-family: "News Cycle", Monaco, "Courier New", monospace;
}
code {
  color: #d14;
}
code:before,
code:after {
  content: "`";
  color: #ccc;
}

pre {
  display: block;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 28px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
pre code:before,
pre code:after {
  content: "";
}
.highlight {
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.highlight pre {
  margin-bottom: 0;
  font-size: 16px;
}

blockquote {
  padding: 0 0 0 20px;
  margin: 0 3em 20px -2.25em;
  color: #999;
  border-left: 8px solid #e5e5e5;
}
blockquote p:last-child {
  margin-bottom: 0;
}



/* Links
-------------------------------------------------- */
a {
	font-weight: inherit;
	line-height: inherit;
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}



/* Scaffolding
-------------------------------------------------- */

.container {
  max-width: 760px;
  margin: 0 auto;
}

/* Masthead */
.masthead {
  color: #888;
  text-align: left;
}
.masthead:after {
	display: block;
	content: '\00B7 \00a0';
	margin: 0px 0;
	color: #FFF;
		
}

.masthead title hover {
  color: #333;
  text-decoration: none;
}

	
.masthead a {
  color: #333;
  font-size: 1.25em;
}
.masthead ul {
  list-style: none;
}
.masthead li {
  display: inline-block;
  font-size: 0.75em;
}
.masthead li + li:before {
	display: inline-block;
	content: "\00B7 \00a0";
	color: #000;	
}
.masthead-nav>.active>a, .mastheadr-nav>.active>a:hover, .masthead-nav>.active>a:focus {
	color: #CCC;
}


/* drobdown menu size------------------------ */
.dropdown-menu {
	border: solid 1px #fff;
  width: 110%;
  height: 350%;
  }
/* Hover/Focus state ------------------ */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: lightgrey;
  background-color: white;
  background-image: none;
  filter: none;
}

/* splash------------------------- */
.splash{
  position: relative;
  margin-bottom: 80px;
}
.splash:after {
	display: block;
	content: '------';
	margin: 20px 0;
	color: #FFF;
	font-size: 70%;
	text-align: center;
}
.splash img {
  max-width: 100%;
}
.splash ol {

}

/* Images page------------------------- */

.names{
  position: relative;
  margin-bottom: 80px;
}

.names:after {
	display: block;
	content: '------';
	margin: 20px 0;
	color: #FFF;
	font-size: 70%;
	text-align: center;
}
.names img {
  max-width: 100%;
}
.names ol {

}





/* Stuff
------------------------- */
.gallery {
	margin-top: 50px;
}

/* pagebottom
-------------------------------------------------- */

.bottom {
	margin-top: 50px;
	color: #999;
	text-align: center;
	font-size: 70.0%;
}
.bottom a  {
	color: #999;
	text-decoration: underline;
}

.bottom span {
  display: inline-block;
  padding: 8px 10px;
}
.bottom a:hover {	 
  text-decoration: underline; 
}


/* names pagebottom
-------------------------------------------------- */

.namesbottom {
	margin-top: 100px;
	color: #999;
	text-align: center;
	font-size: 70.0%;
}
.namesbottom a {
	color: #999;
	text-decoration: underline;
}
.namesbottom span {
  display: inline-block;
  padding: 8px 10px;
}
.namesbottom a:hover {	 
  text-decoration: underline; 
}




/* Projects
-------------------------------------------------- */

.project {
  margin-top: 20px;
  margin-bottom: 40px;
}
.project img {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
}



/* Misc
-------------------------------------------------- */





.right {
  float: right;
}
.left {
  float: left;
}
.muted {
  color: #777;
}



/* Images and Thumbs
-------------------------------------------------- */
img {
  display: block;
  margin: 0 0 20px;
  border-radius: 0px;/**rounded borders set to zero**/
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  border: 0px solid #ffffff;
  	 
	    /**rounded borders set to zero**/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  
    
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
		  
}

/*Fancybox overrides*/






/* Responsive
-------------------------------------------------- */



@media only screen and (min-width:768px){
  /* Increase body padding and font-sizes */
  body {
    padding: 30px;
    font-size: 18px;
    line-height: 1.75;
  }
  h1:before,
  h2:before,
  h3:before {
    display: inline;
  }
   .row-special {
     margin: 0 auto;
  	 width:90%;
    
}
 

}
 @media only screen and (min-width:960px){
        /* styles for browsers larger than 960px; */
		 body {
    padding: 60px 30px;
  }
  .row-special {
     margin: 0 auto;
  	 width:70.94%;
    
}



    }

