/*
Theme Name: Teesside University I cook Recipe Finder
Theme URI: http://www.walkerdesigns.ca/
Description: Icook Recipes Hybrid Native App
Author: Stephen Walker.
Version: 1.0

    1.  Body Setup
    2.  Main Content
    3.  Navigation and Menu
    4.  Footer Navigation
    5.  Media Queries
/* ------------------------------------------------------------------------------- */

body { background: #f9f9f9; }
body.ui-mobile-viewport { padding: 0; }

[data-role=main], .ui-panel-wrapper {
    background-image: url(../images/breaky.jpg) !important;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }




/* attempt to format dynamic listview */
.ui-page-theme-a a, html .ui-bar-a a{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.0;
    font-family: sans-serif;
    text-shadow: 0px 0px 0px 0px !important;

}

.ui-header .ui-title, .ui-footer .ui-title {
    margin: 0px 20%;
}

.ui-panel-page-container-a {
    background-color: #000;
    border-color: #DDD;
    color: #000;
    text-shadow: 0px 1px 0px #F3F3F3;
}



.ui-li-desc {
white-space: normal;
color: #fff;
}

.ui-title {
    white-space: normal;
}
.ui-page {
    background-color: #fff !important;
    /* stop dreaded android flicker */
    -webkit-backface-visibility: hidden;
}
.ui-content {
    padding: 10em;
    border-width: 0px;
    overflow-y: visible;
    overflow-x: hidden;
    background-size : 100% 100%;
    color:#fff;
    text-shadow: 0px 0px 0px #FFFFFF;
}

.ui-content1 {
    margin-top: 0px !important;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-size : 100% 100%;
    text-shadow: 0px 0px 0px #FFFFFF;
    color:#fff;
    
}

.ui-content2 {
    margin-top: 0px !important;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-size : 100% 100%;
    text-shadow: 0px 0px 0px #FFFFFF;
    color:#fff;
    
}

.ui-content3 {
    margin-top: 0px !important;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-size : 100% 100%;
    text-shadow: 0px 0px 0px #FFFFFF;
    color:#fff;
    
}

.ui-content4 {
    margin-top: 0px !important;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-size : 100% 100%;
    text-shadow: 0px 0px 0px #FFFFFF;
    color:#fff;
    
}

.ui-content8 {
    margin-top: 0px !important;
    padding-left: 0.05em;
    padding-right: 0.05em;
    background-size : 100% 100%;
    text-shadow: 0px 0px 0px #FFFFFF;
    color:#fff;
    
}



     #content {
        padding: 10px !important;
        background-image:url('../img/bg.jpg');
        }
    #content2 {
        padding: 10px !important;
        background-image:url('../img/bg4.jpg');
        background-position: center center;
        background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    }
   #content3 {
        padding: 10px !important;
        background-image:url('../img/splash.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;   
    }
   #content4 {
        padding: 10px !important;
        background-image:url('../img/back1.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
   #content5 {
        padding: 10px !important;
        background-image:url('../img/bg6.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment:scroll;
        background-size: 100% 100%; 
    }
   
#txtHint {
  color:#fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
}


/*JQM Responsive Table CSS*/
/*This must live outside of the media queries above*/
.th-groups th { 
    text-align:center;
    background-color:rgba(0,0,0,.1);
    border-right:1px solid #fff;
   }
  .th-groups th.totals { 
    background-color:rgba(0,0,0,.5);
    color:#fff;
    text-shadow:none;
   }


  /* Show priority 1 at 320px (20em x 16px) */ 
  @media screen and (min-width: 20em) {
     th.ui-table-priority-1,
     td.ui-table-priority-1 {
       display: table-cell;
     }
  }
  /* Show priority 2 at 480px (30em x 16px) */ 
  @media screen and (min-width: 30em) {
     th.ui-table-priority-2,
     td.ui-table-priority-2 {
       display: table-cell;
     }
  }
  /* Show priority 3 at 640px (40em x 16px) */ 
  @media screen and (min-width: 40em) {
     th.ui-table-priority-3,
     td.ui-table-priority-3 {
       display: table-cell;
     }
  }
  /* Show priority 4 at 800px (50em x 16px) */ 
  @media screen and (min-width: 50em) {
    th.ui-table-priority-4,
    td.ui-table-priority-4 {
       display: table-cell;
     }
  }
  /* Show priority 5 at 960px (60em x 16px) */ 
  @media screen and (min-width: 60em) {
    th.ui-table-priority-5,
    td.ui-table-priority-5 {
       display: table-cell;
     }
  }
  /* Show priority 6 at 1200 (75em x 16px) */ 
  @media screen and (min-width: 75em) {
    th.ui-table-priority-6,
    td.ui-table-priority-6 {
       display: table-cell;
     }
  }
  /* Manually hidden */ 
  th.ui-table-cell-hidden,
  td.ui-table-cell-hidden {
    display: none;
  }

  /* Manually shown */
  th.ui-table-cell-visible,
  td.ui-table-cell-visible {
     display: table-cell;
  }





/* overlay for login form and homepage*/

#formContainer{
  margin-top:30px;
}

#register-over{
	display:none;
}

#formContent{
	 width: 624px;
   margin-left: auto;
   margin-right: auto;
   min-height: 200px;
   padding-bottom:15px;
   margin-bottom:30px;
   /*: 1px solid #000000;*/
  background: rgba(255,255,255,0.6);
  border-radius: 6px;
}



/* Container gallery page */
#viewContainer{
  margin-top:30px;
}

#viewContent{
   
    margin-left: 0px;
    margin-right: 0px;
    min-height: 250px;
    
    margin-bottom:30px;
    background: rgba(255,255,255,0.6);
    border-radius: 6px;
}


.results2 {
  padding: 15px 15px 0px 15px !important;
  box-shadow: 0 4px 4px -2px #232323;
    -moz-box-shadow: 0 4px 4px -2px #232323;
    -webkit-box-shadow: 0 4px 4px -2px #232323;
    border-radius: 6px;
}

.Details{
  color: #000;
  font-size: 10px;
  text-shadow: none;
}


.header{
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  height:45px;
  width:100%;
  background: rgba(0,0,0,0.6);
    border-bottom:1px solid #ffffff;
    margin-bottom: 0px;
}

#loginForm .field div, .titlefield div, .field div{
  margin-left:30px;
  margin-right:30px;
}

#loginForm input{
  font-size: 17px;
  text-indent: 3px;
}

.text{
  color: #000;
  font-size: 13px;
  text-shadow: none;
}

#registerUser .ui-btn{
  margin-left:30px;
  margin-right:30px;
  margin-bottom:30px;
  width:78%;	
}

#fred:hover{
  color:#000;
  text-shadow:none;	
}

#login-btn, #save-btn{
  margin-left:30px;
  margin-right:30px;	
}

.toggle {
  height:48px;
  line-height:48px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	display: inline-block;
	}
.toggle .image {
  vertical-align:middle;
  display:inline-block;
  height:50px;
  width:50px;
	background:url("../images/icon.png");
	background-size:50px 50px;
}
.toggle .text, .about .text {
    margin-left : 10px;
}
.toggle.expanded .image {
  background:url("../images/icon2.png");
	background-size:50px 50px;
}

#msg {
color:#000;
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 13px;
padding: 2px 2px;
text-shadow:none;
}

.msgReg {
color:#000;
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 13px;
padding: 2px 2px;
text-shadow:none;
}


#registeredemail {
color:#fff;
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 13px;
padding: 2px 2px;
text-shadow:none;
display:inline-block;
}

#username {
color:#fff;
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 13px;
padding: 2px 2px;
text-shadow:none;
display:inline-block;
}


.msg .success{
  color: #2ecc71;
border: 2px solid #2ecc71;
background-color: #ffffff;
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 15px;
padding: 8px 12px;
text-shadow:none;
-webkit-appearance: none;
border-radius: 6px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear;
margin-left:30px;
margin-right:30px;
}


/* Background Images add page id's to the list below to show bg image*/

#tips{
background-image:url('../images/apples.jpg');	
background-size:cover;
background-repeat:no-repeat;
}

#index{
background-image:url('../images/bg/bg-2.jpg');	
background-size:cover;
background-repeat:no-repeat;
}

#login{
background-image:url('../images/bg/bg-2.jpg');	
background-size:cover;
background-repeat:no-repeat;
}

#search{
background-image:url('../images/bg/black.jpg');	
background-size:cover;
background-repeat:no-repeat;
}

#search2{
background-image:url('../images/bg/black.jpg'); 
background-size:cover;
background-repeat:no-repeat;
}

#newrecipe{
background-image:url('../images/bg/bg-3.jpg');	
background-size:cover;
background-repeat:no-repeat;
}

#dashboard{
background-image:url('../images/bg_3.jpg');	
background-size:cover;
background-repeat:no-repeat;
}

#viewAllRecipes{
background-image:url('../images/bg/black.jpg');	
background-size:cover;
background-repeat:no-repeat;
}

#equipped{
background-image:url('../images/bg/bubbles.jpg'); 
background-size:cover;
background-repeat:no-repeat;
}

#balanced{
background-image:url('../images/bg/bubbles.jpg'); 
background-size:cover;
background-repeat:no-repeat;
}

#stockup{
background-image:url('../images/bg/bubbles.jpg'); 
background-size:cover;
background-repeat:no-repeat;
}

#clean{
background-image:url('../images/bg/bubbles.jpg'); 
background-size:cover;
background-repeat:no-repeat;
}

#pop {
  padding: 10px !important;
  background-image:url('../images/bg/apples.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}
#editrecipe {
  padding: 10px !important;
  background-image:url('../images/apples.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}

#deleterecipe {
  padding: 10px !important;
  background-image:url('../images/apples.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}

#newrecipe {
  padding: 10px !important;
  background-image:url('../images/bg/black.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}

#contactpage {
  padding: 10px !important;
  background-image:url('../images/apples.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}

/* fluid images moved from jquery.mobile.core.css*/
.ui-mobile img {
	max-width: 100%;
}
.walkpage-image {
	max-width: 100%;
  padding: 0px 15px 0px 0px;
}
.page-image {
  background-repeat: no-repeat;
  background-size: 100% 100%;
	max-width: 100%;
  padding: 0px 0px 0px 0px;

}

h3, .h3 {
  font-size: 0.85em;
	color:  #fff;
  text-shadow: 0px 0px 0px #000000;
  text-align: center;
  padding-top: 15px; 
}

h4 {
  font-size: 0.95em;
  color:  #C16C57;
  text-shadow: 0px 0px 0px #000000;
  text-align: left;
  
}

h6, .h6 {
  font-size: 0.85em;
  color:  #fff;
  text-shadow: 0px 0px 0px #000000;
  text-align: center;
  padding-top: 0px; 
}

.walkpage-image {
	max-width: 100%;
  padding: 0px 15px 0px 0px;
}
.walk {
  background-repeat: no-repeat;
  background-size: 100% 100%;
	max-width: 100%;
  padding: 0px 0px 0px 0px;
}
.walk2 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 50%;
  padding: 0px 0px 0px 0px;
}
p.smallSteve {
  font-size: .75em;
  color:  #fff;
  text-shadow: 0px 0px 0px #fff;
  padding-bottom: 10px;
}
p.smallR {
  font-size: .75em;
	color:  #000;
  text-shadow: 0px 0px 0px #000;
  padding-bottom: 10px;
}
p.small {
  font-size: .80em;
	color:  #ffffff;
}
p.smallb {
  font-size: 1.00em;
	color:  #fff;
}

p.smallbrown {
  font-size: 0.95em;
  color:  #AA7243;
  text-shadow: 0px 0px 0px #000000;
}


p.smallblack {
  font-size: 1.10em;
	color:  #C68571;
  text-shadow: 0px 0px 0px #000000;
}
p.dash {
  font-size: 0.80em;
  color:  #000;
  text-shadow: 0px 0px 0px #000000;
  padding: 0px 10px 0px 10px;
}

li.list1 {list-style: circle outside; color:green;}
li.list2 {list-style: square inside; color:blue}
.blacktext {color:black}

}

ul {
  list-style-type:square;
  display: block;
  color: #000;
   margin-bottom: 0px; 
}
ul li{
  list-style-type:square;
  color: black;
  text-shadow: 0px 0px 0px #000;
  line-height: 1.3;
   margin-left: -10px;
   margin-bottom: 0px;
}

li .brown{
list-style-type:square;
color: #AA7243;
text-shadow: 0px 0px 0px #000;
}

ul li span{
    color: white;
} 
.center {
    position: relative;          /* where the next element will be automatically positioned */
    display: inline-block;
    max-width:360px;       /* causes element width to shrink to fit content */
    left: 50%;
    top: +3px;                   /* moves left side of image/element to center of parent element */
    transform: translate(-50%);  /* centers image/element on "left: 50%" position */
}

/* Retina display */
@media screen and (min-width: 1024px){

#image
{    
    position:absolute;
    left:0;
    top:0;
}
 #text
{
    z-index:100;
    position:absolute;    
    /* styling bellow */
	  background-color:black;
	  font-family: 'tahoma';
	  font-size:13px;
	  color:white;
    padding:10px;
	  opacity:0.5; /* transparency */
	  filter:alpha(opacity=50); /* IE transparency */
    left:25px;
    margin-right:25px;
    top:340px;
}
    .responsive-image{
        background-image: url('../img/bg.jpg');
    }
   .responsive-image1{
        background-image: url('../img/bg.jpg');
    } 
    .responsive-image2{
        background-image: url('../img/bg.jpg');
    }
   .responsive-image3{
        background-image: url('../img/bg.jpg');
    }
    .responsive-image4{
        background-image: url(../img/bg.jpg);
    } 
    .responsive-image5{
        background-image: url('../images/apples.jpg');
        background-size:cover;
        background-repeat:no-repeat;
}}


/* Tablet or iPad in Landscape ———– */
@media screen and (min-width: 980px) and (max-width: 1024px){
[data-role=main], .ui-panel-wrapper {
    background-image: url('../images/bg/apples.jpg') !important;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;       
  }
  #image
{    
    position:absolute;
    left:0;
    top:0;
}
 #text
{
    z-index:100;
    position:absolute;    
    /* styling bellow */
	  background-color:black;
	  font-family: 'tahoma';
	  font-size:13px;
	  color:white;
    padding:10px;
	  opacity:0.5; /* transparency */
	  filter:alpha(opacity=50); /* IE transparency */
    left:25px;
    margin-right:25px;
    top:340px;
}}


/* Tablet or iPad in portrait———– */ 
@media screen and (min-width: 760px) and (max-width: 980px){
[data-role=main], .ui-panel-wrapper {
    background-image: url('../images/bg/apples.jpg') !important;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;       
}

#formContent{
  width: 100%;
	
}


h2{
	font: 300 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	font-weight: bold;
	text-align:center;
  text-shadow:none;
	padding-top:17px;
	letter-spacing:2px
}

#formContainer{
margin-top:20px;
}


  #image{
    position:absolute;
    left:0;
    top:0;
  }
  #text
{
    z-index:100;
    position:absolute;    
    /* styling bellow */
	  background-color:black;
	  font-family: 'tahoma';
	  font-size:13px;
	  color:white;
    padding:10px;
	  opacity:0.5; /* transparency */
	  filter:alpha(opacity=50); /* IE transparency */
    left:15px;
    margin-right:15px;
    top:270px;
}

#txtHint {
    color: 
    #fff;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

    .responsive-image{
        background-image: url('../images/bg/apples.jpg');
        margin-top:0px !important;
        max-width: 100%;
        padding-bottom: 20px;
  }

    .responsive-image1{
        background-image: url('../images/bg/apples.jpg');
        margin-top:0px !important;
        max-width: 100%;
        
    }
    .responsive-image2{
        background-image: url('../img/bg3.jpg');
        margin-top:0px !important;
        max-width: 100%;
        
    }
   .responsive-image3{
        background-image: url('../img/martin_tablet.jpg');
        margin-top:0px !important;
        max-width: 100%;
        
    }
  .responsive-image4{
        background-image: url('../images/bg/apples.jpg');
        margin-top:0px !important;
        max-width: 100%;
        
    }
   .responsive-image5{
        background-image: url('../images/apples.jpg');
        margin-top:0px !important;
        max-width: 100%;
}}




/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
[data-role=main], .ui-panel-wrapper {
    background-image: url('../images/bg/apples.jpg') !important;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#formContainer{
  margin-top:30px;
}
#formContent{
	width: 270px;
  padding-left:0px;
}
#txtHint {
  color:#fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#image{    
    position:absolute;
    left:0;
    top:0;
}
.toggle {
  height:48px;
  line-height:48px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	display: inline-block;
	}
.toggle .image {
  vertical-align:middle;
  display:inline-block;
  height:50px;
  width:50px;
	background:url("../images/icon.png");
	background-size:50px 50px;
}
.toggle .text, .about .text {
    margin-left : 10px;
}
.toggle.expanded .image {
  background:url("../images/icon2.png");
	background-size:50px 50px;
}
h2{
	/*font: 900 32px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	color:#fff;
	font-weight: 100;
	text-align:center;
  text-shadow:none;
	padding-top:17px;
	letter-spacing:2px
}

#text{
    z-index:100;
    position:absolute;    
    /* styling bellow */
	  background-color:black;
	  font-family: 'tahoma';
	  font-size:13px;
	  color:white;
    padding:10px;
	  opacity:0.5; /* transparency */
	  filter:alpha(opacity=50); /* IE transparency */
    left:15px;
    margin-right:15px;
    top:240px;
}
.ui-mobile img {
    max-width: 50%;
}
.center {
    position: relative;          /* where the next element will be automatically positioned */
    display: inline-block;
    max-width:200px;       /* causes element width to shrink to fit content */
    left: 50%;
    top: +3px;                   /* moves left side of image/element to center of parent element */
    transform: translate(-50%);  /* centers image/element on "left: 50%" position */
}


    .responsive-image{
        margin-top: 0px;
        background-image: url('../img/bg.jpg');
        max-width: 100%;
        background-size: 100% 100%;
        }
    .responsive-image1{
        margin-top: 10px;
        background-image: url('../img/bg.jpg');
        max-width: 100%;
        background-size: 100% 100%;
        }    
    .responsive-image2{
        margin-top: 10px;
        background-image: url('../img/bg.jpg');
        max-width: 100%;
        background-size: 100% 100%;
        }
     .responsive-image3{
        margin-top: 10px;
        background-image: url('../img/bg.jpg');
        max-width: 100%;
        background-size: 100% 100%;
        }
     .responsive-image4{
        margin-top: 10px;
        background-image: url('../img/bg.jpg');
        max-width: 100%;
        background-size: 100% 100%;
        }
     .responsive-image5{
        margin-top: 10px;
        background-image: url('../images/apples.jpg');
        max-width: 100%;
        background-size: 100% 100%;
}}


/* Mobile LD */
@media screen and (max-width: 350px){

#image
{    
    position:absolute;
    left:0;
    top:0;
}

#formContent{
	width: 270px;
/*  padding-left:10px; */
}
#formContainer{
  margin-top:30px;
}

.toggle {
  height:48px;
  line-height:48px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	display: inline-block;
	}
.toggle .image {
  vertical-align:middle;
  display:inline-block;
  height:50px;
  width:50px;
	background:url("../images/icon.png");
	background-size:50px 50px;
}
.toggle .text, .about .text {
    margin-left : 10px;
}
.toggle.expanded .image {
  background:url("../images/icon2.png");
	background-size:50px 50px;
}
h2{
	/*font: 900 32px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	color:#fff;
	font-weight: 100;
	text-align:center;
  text-shadow:none;
	padding-top:17px;
	letter-spacing:2px
}
.center {
    position: relative;          /* where the next element will be automatically positioned */
    display: inline-block;
    max-width:260px;       /* causes element width to shrink to fit content */
    left: 50%;
    top: +3px;                   /* moves left side of image/element to center of parent element */
    transform: translate(-50%);  /* centers image/element on "left: 50%" position */
}

#text{
    z-index:100;
    position:absolute;    
    /* styling bellow */
	  background-color:black;
	  font-family: 'tahoma';
	  font-size:13px;
	  color:white;
    padding:10px;
	  opacity:0.5; /* transparency */
	  filter:alpha(opacity=50); /* IE transparency */
    left:15px;
    margin-right:15px;
    top:140px;
}

    .responsive-image{
        margin-top: 0px;
        background-image: url('../img/bg.jpg');
        background-size: 100% 100%;
    }
    .responsive-image1{
        margin-top: 0px;
        background-image: url('../img/bg.jpg');
        max-width: 100%;
        background-size: 100% 100%;
        }
   .responsive-image2{
        margin-top: 0px;
        background-image: url('../img/bg.jpg');
        background-size: 100% 100%;
    }
  .responsive-image3{
        margin-top: 0px;
        background-image: url('../img/bg.jpg');
        max-width: 100%;
        background-size: 100% 100%;
        }
    .responsive-image4{
        margin-top: 0px;
        background-image: url('../img/bg.jpg');
        max-width: 100%;
        background-size: 100% 100%;
        }
   .responsive-image5{
        margin-top: 0px;
        background-image: url('../images/apples.jpg');
        max-width: 100%;
        background-size: 100% 100%;
}} 
