/*  
  Theme Name: Fashionista
  Theme URI:http://www.fashionagentswa.com.au
  Description: Fashionista theme: square is the new round, black is the new black
  Version:1.1
  Author:Daniel Price
  Author URI:http://www.thetelegraphic.com 
*/

/* Buttons - kudos to Particletree.com */

@import url('buttons.css');
@import url('fontburner.css');

body {
  background: #22221F url('../img/body_bg.gif') fixed; 
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: #666666;
  }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  }
  
h2 {
  border-bottom: 1px solid #dedede;
  padding-top: 20px;
}   

h2:hover {
  border-bottom: 1px solid #D42716;
  color: #111;
  }

h2 a, h2 a:hover, h4 a, h4 a:hover {
  text-decoration: none;
  color: #111;
  }
  
a {color: #D42716; }   
a:hover {color: #333; }  

 
.container {
  width: 870px;
  margin-top: 30px;
  }

#content {
  padding: 10px 40px 10px 40px;
  background-color: #fff;
  }


/* Header */
#header img {margin-top: 8px;}

#header {
  width: 300px;
  float: left;
  }

#headerTop {
  display: block;
  width: 870px;
  height: 20px;
  background: transparent url('../img/container_header.png') no-repeat top left;
  margin:-20px 0 0 -40px;
}   

/* Footer */
#footer { 
  padding: 10px 40px 0px 40px;
  background-color: #F7F5E8;
  color: #333;
  overflow: none;
  margin: 0;
  padding-bottom: 0;
  }

.loginFooter {
  margin:  -10px -40px 0px -40px;
  padding: 3px 40px 5px 40px;
  background: #6C6A4E url('../img/nav_middle.png') repeat-x top left; 
  color: #fff;
  text-align: right;
  }

#footer .loginFooter a {color: #E2E3A9;}

#footer a {
  color: #918E57;
  }

#footerBottom {
  display: block;
  width: 870px;
  height: 20px;
  background: transparent url('../img/container_footer.png') no-repeat top left;
  margin-top:-20px;
} 

/* Navigation Menu */


#navMenu {
  float: right;
  width: 400px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 10px;
  margin-top: 18px;
  height: 17px;
  color: #979570;
  background: #fff url('../img/nav_background.png') no-repeat top left; 
  }

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

#navMenu a:hover {
  text-decoration: none;
  border-bottom: 1px solid #979570;
  }

/* Introduction Box */

.bigButton {
    margin-left: 250px;
    margin-top: -10px;
  }

.introText {
	font-size:18px;
	font-weight: 100;
	line-height:30px;
	margin:0;
	padding: 20px 100px 20px 0;
	color: #333;
  }



.introBlurb {
  float: right;
  width: 430px;
  }

.introBlurb p {
  font-size: 1.2em;
  color: #666;
  line-height: 1.7em;
  }
  
.bigButton a {
  display: block;
  width: 157px;
  height: 70px;
  background: transparent url('../img/button.png') no-repeat top left;
  text-decoration: none;
} 

.bigButton a:hover, .bigButton a:active {
  background-position: 0 -70px;  
}
  
/* fonts & headers */  

h4, h3 {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #dedede;
  }

h4:hover, h4 a:hover, h3:hover, h3 a:hover {
  border-bottom: 1px solid #D42716;
  color: #111;
  }

#footer h4 {
  border: none;
  padding-top: 10px;
}
  

.homeBox p {
  line-height: 1.7em;
  }

.cake-sql-log {
  width: 870px;
  margin: 0 auto;
  }

.navButton { 
  border: 2px solid #C6D880;
  background-color: #E6EFC2;
  padding: 10px;
  margin-right: 20px; 
  }

.navigation {
  text-align: center;
  }
  
.navButton a {
  text-decoration: none;
  color: #333;
  }  

.label {
  font-weight: bold;
  color: #333;
  }


.adminBox {
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  }

/* Agent Microformat */

.agent {
  width: 340px;
  border: 1px solid #ccc;
  margin: 10px;
  padding: 10px;
  float: left;
  background: #fefefe url('../img/agent_bg.png') no-repeat bottom right; 
  }


/* pagination */

.paging {
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: 1.1em;
}

   
.paging span, .paging .current, .paging div {display: inline !important;}


.paging a{
margin-right:2px;
}

.paging .disabled, .paging .disabled {
padding-right: 3px;
}

.paging .active{
color:#ff0084;
font-weight:bold;
padding:4px 6px;
}

.paging a:link, .paging a:visited {
color: #5D5B43;
padding:3px 6px;
text-decoration:none;
}

.paging a:hover{
  color: #8A8864;
  text-decoration: underline;
}



.cake-sql-log {
  background-color: #fff;
  }

.norelation {
  font-style: italic;
  }

.pageBottom {
  text-align: right;
  float: right;
  margin-bottom: 10px;
  }

/* table styling */

.altrow {
  background-color: #F7F5E8;
  }

th {
  background-color: #6C6A4E;
  color: #ffffff;
  }

th a:link, th a:visited {color: #ffffff;}
th a:hover {color: #EDD745;}
th a:active {color: #EE3624; }

td a:link, td a:visited {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}

td a:hover {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
}

table {font-size: 0.8em;}

/* form styling */
form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

form fieldset .input {
  color: #333;
  padding: 2px;
}

form fieldset input, form fieldset select {
  color: #474747;  
}

form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;

}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 120px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.formButton{
display: none;
}

.navigation {
  margin-bottom:20px;
  }
  
/* Search Box */

.SearchBox {
  padding-bottom: 20px;
}

#AgentSearch, #RetailerSearch, #LabelSearch {
  background-image: url('../img/icons/magnifier.png');
  background-repeat: no-repeat;
  background-position: 3px 2px;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: 200px;
  color: #666;
  border: 1px solid #cccccc;
  padding-left: 20px;
  margin-left: 10px;
}

/* Google Map */
.googleMap {
  float: right;
  width: 350px;
  height: 250px;
  border: 1px solid #ccc;
  }

.details {
  width: 420px;
  float: left;  
  }

/* Feedburner feed */

.feedTitle { display: none; }
#creditfooter { padding: 0 0 10px 160px; }

.span-13 #creditfooter {  
  display: none !important;
}

.span-13 .feedburnerFeedBlock ul {
  margin:0;
  padding:0;
}

.feedburnerFeedBlock ul { list-style-type: none; }
.span-7 .feedburnerFeedBlock div {font-size: 0.8em;}

/* Contact form */

fieldset {
  border: 0px;
}

label {
  color: #333;
}

legend {
  display: none;
}

input, textarea, select {
  color: #333 !important;
  background-color: #F7F5E8;
  border: 1px solid #E9E5C2;
}

input:active, textarea:active, select:active {
    background-color: #F0EDD5;
}

.submit input {
  color: #fff !important;
  border: 1px solid #B12828 !important;
  margin-top: 20px;
  padding: 3px !important;
  background-color: #C62D2D !important;
}

/* Training Providers */

#training_list li {
  list-style-type: none;
  padding-bottom: 20px;
}

#training_list li p {
  padding-left: 20px;
}

#training_list ul.jobsearch_list li {
  list-style-type: square;
  padding-bottom: 10px;
}

.training_nav {
  margin-left: 550px;
}

.training_nav li {
  list-style-type: square;
}

.training_nav h5 {
  text-transform: uppercase;
}

.totop {
  text-align:right;
}

/* Monoslideshow */

#slideshow {
  padding: 3px;
  border: 1px solid #dedede;
  float: left;
  }

#slideshow p {
  width: 280px;
  padding: 25px;
  line-height: 2em;
  text-align:justify;
  background-color: #F9E2E2;
}

.strong {
  font-weight: bold;
}

#spotlight_box {
  padding-left: 35px;
  padding-bottom: 30px;
  
}

/* Google Calendar */

#calendarContainer1 .view-container {
	background-color: #fff;
}  
