
*{margin:0; padding:0;}

/* General styles */
body {background:#fff; color:#333; font-family: 'Dosis', sans-serif; font-size :10px, line-height:1.1em;}
a {
	color:#00F;
	text-decoration:none;
	font-weight:400;
	border-bottom:1px dotted #aaa;
}
a:hover {color:#F00; text-decoration:none; border-bottom:1px dotted #333;}
p,ul,ol,dl {margin:0 0 15px 0;}
strong {font-weight:700;}
h1 {color:#888; font-size:3.2em; margin-bottom:20px; line-height:1.6em;}
h1 a {font-weight:400; border:0;}
h1 a:hover {text-decoration:none; color:#F00;border:0;}
h2 {font-size:2.2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.0em;}
h1,h2,h3,h4 {font-family: 'Dosis', sans-serif; text-transform:uppercase; font-weight:400; margin-bottom:10px;}

/* Main layout container */
#layout {margin:10px auto 0; width:960px;}

/* Footer */
#footer {padding-top:10px;}
#footer h3 {font-size:1.5em;}
#footer p {text-align:center; line-height:1.5em; margin-top:-10px;}

/* Grid classes, fixed width, 960px with 12 columns */
.col {float:left; margin:0 10px; overflow:hidden; float:left; display:inline;}
.col img {max-width:100%;}
.row {width:960px; margin:20px auto 0; overflow:hidden;}
.row .row {margin:0 -10px; width:auto;	display:inline-block;}
.c1 {width:60px;}
.c2 {width:140px;}
.c3 {width:220px;}
.c4 {width:300px;}
.c5 {width:380px;}
.c6 {width:460px;}
.c7 {width:540px;}
.c8 {width:620px;}
.c9 {width:700px;}
.c10 {width:780px;}
.c11 {width:860px;}
.c12 {width:940px;}

/* List styles */
ul.a {list-style-type: circle;}
ul.b {list-style-type: square;}
ul{
  padding-left: 15px; margin-left:10px;
}

/* Additional text classes */
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.alignjustify {text-align:justify;}
.nomargin {margin:0; padding:0;}
.larger {font-size:1.2em;}
.smaller {font-size:0.9em;}
.spacer {margin:0 20px;}
.clear {clear:both;}
.hide {display:none;}
.border {border:1px solid red;}

/* image and links */
#gallery {position:relative;width:100%; margin:0 auto 20px auto;}
#gallery img.output {width:100%; margin-bottom:5px;}
 
@media only screen and (max-width : 960px){
#layout, body.wider #layout {width:auto; margin:0; padding:20px;}
.row {width:100%;}
.col {margin:0;}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {width:100%;}
h1 {margin:-15px auto;}
#gallery ul.thumbnails {display:none;}
}

/* menu css */
/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link*/
.header a.active {
  background-color: dodgerblue;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}
