body {
 background: #336699;
 font: normal 12px/1.5 HelveticaNeue,Helvetica,Arial,sans-serif;
 margin: 0;
 padding: 0;
 color: #eeddcc;
}

a.home {
text-decoration: none;
color: #fff!important;
}


h1 {
font-size: 30px;
font-weight: lighter;
  color: #ffcc00;		
margin: 2px 0px 4px;
line-height: 1.2em;
font-weight: 400;
  font-family: "chennai",sans-serif;
}
h2 {
	font-size: 30px;
	font-weight: lighter;
	color: #ffcc00;		
	margin: 2px 0px 0px;
	padding-bottom: 0px;
	line-height: 1.6em;
font-weight: 400;
  font-family: "chennai",sans-serif;
}
.light h1, .light h2 {
color: #333;
}

#sortable {
		    position: absolute;
		    width: 100%;
		    overflow: auto;
		}
		
		#sortable li {
		    height: 75px;
		    overflow: hidden;
		    padding: 0 5px;
		    font-size: 21px;
/*
		    border-bottom: 1px solid #ddd;
*/
		    
		}
		
		#sortable li.x-dragging {
/*		    border-top: 1px solid #ddd;
*/
		}

body {
 background: #336699 url(resources/shared/img/_bg-blue.gif) repeat;
font: normal 12px/1.5 HelveticaNeue,Helvetica,Arial,sans-serif;
 margin: 0;
 padding: 0;
color: #eeddcc;
}

h1 {
font-size: 30px;
font-weight: lighter;
color: #ffeeaa;		
font-weight: normal;
margin: 2px 0px 4px;
line-height: 1.2em;
}
h2 {
	font-size: 25px;
font-weight: lighter;
color: #ffeeaa;
	margin: 2px 0px 0px;
	line-height: 1.6em;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #ffee77;		
	margin: 5px 0px 4px;
}

#logo {
  background: url(resources/shared/img/logo-screen-noglow.png) no-repeat;
  height: 72px;
  margin: 0;
  position: relative;
  width: 155px;
  z-index: 99;
}

#logo a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}


ol, p {
  margin: 0 0 1em;
  padding: 0;
}

a:link,
a:visited {
  color: #55aa22;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #66aa33;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  width: 728px;
}

#page {
margin: 0 auto;
}

#tuts {
  margin: 0px 10px 5px 10px;
}

ul.list {
  font-size: 16px;
  line-height: 20px;
  list-style-type: none;
  margin: 12px 0px 24px;
  padding: 0px;
}

.list a {
  display: block;
  font-weight: bold;
  padding: 0.5em 0px 0.5em 2.4em;
}

ol#grid {
  list-style: none;
}

ol#grid li {
display: inline-block;
text-align: center;
margin: 10px;
vertical-align: bottom;
}

ol#grid li a {
  background: transparent;
  color: #0464BB; 
  display: block;
 margin: 0px auto;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.333);
  vertical-align: middle;
}

ol#grid li a img {
  border: none;
  -webkit-transition: opacity 0.23s ease-in-out;
  -moz-transition:    opacity 0.23s ease-in-out;
  transition:         opacity 0.23s ease-in-out;
}

ol#grid li a:hover,
ol#grid li a:focus,
ol#grid li a:active {
  background: #336699;
}

ol#grid li a:hover img,
ol#grid li a:focus img,
ol#grid li a:active img {
  opacity: 0.89;
}

ol#grid li a div {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 0 #333;
  white-space: nowrap;
  display: block;
  margin: 0px auto;
  width: 80px;
  text-align: center;
}

#footer {
  color: #E2E5FF;
  font-weight: bold;
}

#footer p {
  padding: 0 13px;
}

#footer em {
  font-style: normal;
  padding-left: 20px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

.break {
clear: both;
}


  /* iPad landscape */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

      .container {
          margin: 0 20px;
          width: 984px;
      }


  }

  /* iPad portrait */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

      .container {
          margin: 0 20px;
          width: 728px;
      }


  }

  /* iPhone landscape */
  @media only screen and (max-device-width: 480px) and (orientation: landscape) {
      
      html {
          border-top: 2px solid #043554;
      }

      .container {
          width: 480px;
      }
              

      #footer {
          font-size: 10px;
      }
      
  }
  
  /* iPhone portrait */
  @media only screen and (max-device-width: 480px) and (orientation: portrait) {
      
h2.home {
width: 120px;
float: left;
}
h3.home {
clear: left;
}
.container {
          width: 320px;
   }


  }



