/*
Name of file: star_wars_main.css
Date: 06-03-14
Name of Programmer: Jane Eichenberger
*/

@import url("reset.css");

body {
      font-size: 100%;
      background-color: #000000;
      background-image:
            radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
            radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
            radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px),
            radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);
      background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px; 
      background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
}

h1 {
      color: #ffff66;
      font-size: 48px;
      margin-left: 400px;
      margin-top: 110px;
      margin-bottom: 5px;
      text-shadow: 0px 1px 0px #fff;
      font-family: "Arial Black", Helvetica, san-serif;
      float: left;
}

h2 {
      color: #aeaeae;
      font-size: 1.5em;
      text-transform: uppercase;
      margin: 1em 0 .5em 0;
      text-shadow: 0px 1px 0px #000;
      font-family: Verdana, Helvetica, sans-serif;
}

h3    {
      color: #000000;
      font-size: 1.25em;
      font-family: Verdana, Helvetica, sans-serif;
}

h4    {
      color: #666666;
      font-size: 1.15em;
      font-family: Verdana, Helvetica, sans-serif;
}

h6 {
      font-family: Tahoma, sans-serif;
      color: #666666;
      font-size: 17px;
      font-style: italic;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 125%;
      margin-top:5px;
      text-align: left;
      clear: both;
}

p {
      font-size: 1em;
      font-family: Verdana, Helvetica, sans-serif;
      line-height: 1.25em;
}

li, a {
      font-family: Verdana, Helvetica, sans-serif;
}

em {
      font-style: italic;
}

#wrapper {
      position: relative;
      width: 1000px;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      padding: 5px;
      background-color: silver;
}


#content {
     background-color: #eaeaea;
     color: #000000;
     margin: 0;
     width: 100%;
     overflow: visible;
}

#leftcolumn {
      float: left;
      width: 10%;
      overflow: visible;
      margin-left: 0;
      margin-top: 0;
      clear: left;
       
}

#rightcolumn {
      width: 85%;
      height: auto;
      margin-left: 13%;
      margin-top: 0;
      overflow: visible;
      
}



header {
      background-color: #000000;
      height: 250px;
      padding: 12px 10px 10px 10px;
      background-repeat: no-repeat;
      background-image: url(../assets/images/star_wars2.gif);
      margin-left: 0;
}

nav {
      float: left;
      display: inline;
      width: auto;
      margin-top: 20px;
      margin-left: 400px;
      position: relative;
}

nav ul {
      display: inline;
}

nav li {
      list-style-type: none;
      font-family: Verdana, Helvetica, sans-serif;
      line-height: 20px;
      font-weight: bold;
      display: inline;
      border: 2px solid #ffffff;
      border-radius: 5px;
      background:-moz-radial-gradient(48% 49% 176deg, #000000, #5D5F5D 100%);
      -webkit-radial-gradient(48% 49% 176deg, #000000, #5D5F5D 100%);
      -o-radial-gradient(48% 49% 176deg, #000000, #5D5F5D 100%);
}

nav li a {
      font-size: 1em;
      text-decoration: none;
      color: #ffff66;
      width: auto;
      padding: 1em .85em 1em .85em;
      width: auto;
      transition: all 0.3s ease-in-out 0s;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out;
      transition-delay: 0s;
}


nav ul a:link, nav ul a:visited {
      color: #ffff66;
      
}

nav ul a:hover, nav ul a:active {
      color: #666666;
      
      text-shadow: 0px 1px 0px #000000;
}

nav ul ul {
      display: none;
}

nav ul ul li {
      width: 100%;
      
}

nav ul a.current:link, nav ul a.current:visited  {
      color: #aeaeae;
      text-shadow: 0px 1px 0px #fff;
}

nav ul a.current:hover, nav ul a.current:active  {
      color: #eaeaea;
      text-shadow: 0px 1px 0px #fff;
}

.emphasized {
      color: #000000;
      font-style: italic;
      font-weight: bold;
}

#logo {
      float: left;
}

footer {
      width: auto;
      margin-top: 0;
      margin-left: 0;
      padding-top: 0;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #666666; 
      color: #ffffff;
      font-family: Verdana, Helvetica, sans-serif;
      font-size: 1em;
      text-align: center;
      border-top: 2px solid #666;
     
}
	
footer p	{
	font-size: .75em;
	}
	
footer li	{
	display: inline;
      color: white;
	
	}
	
footer a {
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	
	}
footer span	{
      margin: 10px;
      padding: 5px;
      background-color: transparent;
      display: inline-block;
      color: #000;
      background-image: 
      -ms-radial-gradient(48% 49% 176deg, #000000, #5D5F5D 100%);
      -moz-radial-gradient(48% 49% 176deg, #000000, #5D5F5D 100%);
      -webkit-radial-gradient(48% 49% 176deg, #000000, #5D5F5D 100%);
      -o-radial-gradient(48% 49% 176deg, #000000, #5D5F5D 100%);
      }
      
footer a:link {color: #000000;
      margin: 10px;
      }
      
footer a:visited {color: #696969;
      margin: 10px;
      }
      
footer a:hover  {
      color: #000000 !important;
      background-color: #ffffff !important;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      margin: 0;
      color: #666666;
      padding: 5px;
      }
      
footer a:active{color: #feff99;
      margin: 10px;
      }
      
#social {
      text-align: center;
     
}

#social img {
      margin-bottom: -5px;
      height: 1.60em;
}

#social span {
      text-align: center;
      margin-top: 7px;
      margin-right: 10px;
}

#social a {
      font-size: 0.75em;
      text-transform: uppercase;
      text-decoration: none;
      width: 100%;
      transition: all 0.3s ease-in-out 0s;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out;
      transition-delay: 0s;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0em;
      margin-bottom: 10px;
}

#social a:link, #social a:visited {
      color: #b07995;
}

#social a:hover, #social a:active {
      color: #fff;
      
}
.span {
      padding: 5px;
}     
      
#copyright p {
      color: #ffff66;
      text-align: center;
      font-size:.85em;
      border-top: 3px solid #000;
}

/*Home Page*/
aside {
      background-color: #ddc4d2;
      margin: 10px;
      padding: 5px;
      border: 5px groove #aeaeae;
}

aside p {
      font-family: verdana, san-serif;
      font-size: 11px;
}
aside h4 {
      float: left;
      margin-left: 10px;
      margin-top: 0;
}
aside .rightit    {
      font-family: Verdana, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
}

.long {
      float: left;
      width: 450px;
      margin-left: 5px;
      clear: right;
      padding: 5px;
}

.long img {
      float: left;
      padding: 5px;
}

.left {
      float: left;
      width: 170px;
      margin-left: 5px;
      clear: right;
}

.left-long {
      float: left;
      width: 280px;
      margin-left: 5px;
}

.left-long1 {
      float: left;
      width: 200px;
      margin-left: 5px;
}
.right {
      float: right;
      width: 155px;
      margin-right: 5px;
      clear: left;
}

.right-long {
      float: right;
      width: 200px;
      margin-right: 5px;
      clear: left;
}

.right img {
      float: left;
      padding: 3px;
}

.timeline {
      line-height: 1.5em;
      margin-left: 25px;
      list-style-image: url(../assets/images/swfontbanner-gray.png);
}

.code,.wisdom {
      line-height: 1.5em;
      margin-left: 25px;
      list-style-type: square;
}
.force      {
      float: right;
      margin-left: 500px;
      width: 300px;
      margin-right: 5px;
      clear: left;
      margin-top: -75px;
      
}
.force  p    {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1em;
    
}

/* Books Source */
#source { 
      border-top:3px solid #eee8d5;
      margin:30px 10px 10px 10px;
      padding:10px; 
}

#source  p { 
      font-size:12px;
      margin:0;
      padding:0; 
      color: #666666;
}

td, th, thead, *  {
      font-size: 12px;
      font-family: Verdana, Helvetica, sans-serif;
}


/*Contact Form */
form	{
	width: auto;
	margin: auto 0;
	color: #666666;
	font-family: verdana, sans-serif;
      height: auto;
	}

legend	{
	color: #666666;
	width: 100%;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	}

fieldset {
	width: 500px;
 	}
      
fieldset  p{
      font-size: 10px;
}
	
label	{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 35px;
	}
	
text	{
	border: 2px solid #000000;
	font-size: 1em;
	margin-top: 10px;
	}

form p	{
	font-weight: bold;
	}
	
input:focus	{
	background: #eaeaea;
	}
	
input:active	{
	color: #000000;
	}
	
#buttons {
	margin-left: 175px;
	margin-top: 25px;
	}

#fname, #midname, #lname, #email, #phone, #address, #csz, #comments, select{
	border: 2px solid #000000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/*Movies*/ 
#phantom, #sith, #empire {
      float: left;
      margin-right: 15px;
      margin-bottom: 15px;
      clear: left;
      
}     
 #attack, #hope, #return {
      float: right;
      margin-left: 15px;
      margin-bottom: 15px;
} 

     
#tell_us {
	border: 2px solid #000000;
	font-family: "Times New Roman", sans serif;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
      
/*Shop start*/

#slideshow {
      float: right;
      margin: 0 0 60px 0;
      width: 397px; /*308*/
      height: 305px; /*234*/
      position: relative;
      z-index: 5;
      border-left: 10px solid transparent;
}

#slideshow img {
      border: 2px solid #000000;
      
}
           
#pager {
	z-index: 20;
	position: absolute;
	top: 320px;
	left: 2px;
      margin-bottom: 5px;
}

#pager a {
	margin: 0 2px;
	padding: 3px 4px;
	border: 1px solid #ccc;
	background: #745577;
      color: #ddc4d2;
	text-decoration: none;
	border-radius: 90%;
	box-shadow: 2px 2px #ddc4d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
      display: inline-block;
      width: 9px;
      text-align: center;
      
}

#pager a.activeSlide {
	background: #ded400;
	box-shadow: 0px 0px #CCC;
      color:#000;
}

#slideshow img:hover {
      transform: scale(1.5);
}

#pager a:focus {
	outline: none;
}

.stamps  {
      font-family: verdana,sans-serif;
      font-size: 14px;
      font-style: italic;
      padding-top: 5px;
}


#toys figure	{
      display: inline-block;
      width: 200px;
      height: 155px;
      position: relative;
      margin-bottom: 30px;
      margin-right: 55px;
      border: 5px groove #aeaeae;
      background-color: #ddc4d2;
     
      }

#toys figcaption	{
      font-family: Verdana, Helvetica, sans-serif;
      font-weight: 400;
      font-size: .9em;
      margin-top: -20px;
      text-align: center;
      padding: 2px;  
      opacity: 0; 
	}
      
#toys img:hover {
      border: 5px groove #aeaeae;
      background-color: #ddc4d2;
      transform: scale(1.5);
      z-index: 5px;
}      
      
#toys figcaption:hover {
      color: #000000;
      background-color: rgb(153,153,153);
      background-color: rgba(153,153,153, .9);    
      opacity: 1;
      -webkit-transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in 5s;
      transition: opacity 1s ease-in;
      -webkit-transition: opacity 5s ease-out;
      -moz-transition: opacity 5s ease-out;
      -o-transition: opacity 5s ease-out;
      transition: opacity 5s ease-out;
      }

      
}


/*Shop End */

/*Error, OK pages start*/
.fullpage {
      width: 700px;
      margin-left: 5%;
      margin-right: 5%;
      clear: left;
}
.fullpage  img{
      float: left;
      clear: both;
}

.fullpage p   {
      margin-left: 10px;
      margin-top: 0;
      position: relative;
      font-size: 24px;
      color: #666666;
      text-align: center;
}

.fullpage a {
      font-size: 24px;
      color: #666666;
      text-align: center;
      margin-left: 100px;
      margin-top: -250px;
}

/*Error, OK pages end*/
      
.questions {
      margin-left: 0;
      font-size: 12px;
      font-style: italic;
}
   
.floatright {
      float: right;
      display: block;
      clear: left;
      margin-left: 410px;
}   
   
.clearit {
      clear: both;
}

.rightit {
      text-align: right;
}

.centerit {
      text-align: center;
}

.removeit {
      display: none;
}

.includeit {
      display: block;
}

.hideit {
      visibility: hidden;
}

.showit {
      visibility: visible;
}

/*Full Size*/

@media (min-width: 1240px) {
body {
      font-size: 110%;
      background-color: #000000;
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto;
}

#wrapper {
      position: relative;
      width: 1056px; 
      height: auto;
      margin-left: 0;
      margin-right: 0;
      padding: 5px;
      background-color: silver;
}

#content {
     background-color: #eaeaea;
     color: #000000;
     margin: 0;
     width: 100%;
     overflow: visible;
}

#leftcolumn {
      float: left;
      width: 10%;
      overflow: visible;
      margin-left: 0;
      margin-top: 0;
      clear: left;
       
}

#rightcolumn {
      width: 85%;
      height: auto;
      margin-left: 13%;
      margin-top: 0;
      overflow: visible;      
}

header {      
   
      height: 250px;
      margin-left: 0;
}
}

/*Normal */
@media (min-width: 850px) and (max-width: 1239px) {
body {
      font-size: 100%;
      background-color: #000000;
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
}

header {      
      height: 250px;
      margin-left: 0;
      background-size: 39%; /*new*/
      max-width: 100%;
}



#wrapper {
      position: relative;
      width: 960px;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      padding: 5px;
      background-color: silver;
}

#content {
     background-color: #eaeaea;
     color: #000000;
     margin: 0;
     width: 100%;
     overflow: visible;
}

#leftcolumn {
      float: left;
      width: 10%;
      overflow: visible;
      margin-left: 0;
      margin-top: 0;
      clear: left;
       
}

#rightcolumn {
      width: 85%;
      height: auto;
      margin-left: 13%;
      margin-top: 0;
      overflow: visible;      
}


}

/*Small*/

@media (min-width: 1px) and (max-width: 480px) {
body  {
      font-size: 80%;
      background-color: #000000;
	  
}

header      {
      height: 275px; 
      max-width: 455px;
      background-size: 90%;
      
}


h1    {
      float: left;
      display: inline;
      margin-top: 50%;
      margin-left:1%;
      font-size: 200%;
      position: relative;
     
}

nav {
      float: left;
      display: inline;
      width: 100%;
      margin-top: 1%;
      margin-left: 1%;
      margin-bottom: 1%;
      position: relative;
}

nav ul      {
     width: 95%; 
     margin-bottom: 1%;
}

nav ul li {
      font-size: 75%;
      width: 90%;
      
}

#wrapper {
      background-color: silver;
      width: auto;
      min-width: 320px;
      margin-right: auto;
      margin-left: auto;
      padding: 1%;
}

#content    {
      background-color: #eaeaea;
}

#leftcolumn    {
      float:none;
      width:auto;
      margin-top: 0;
}

#rightcolumn   {
      float: none;
      width: auto;
      margin-top: 0;
}

.force {
      margin: 10%;
      float: none;    
}

.long {
      width: auto;
      height: auto;
}
}

