
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: black;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}

/* ==|== primary styles =====================================================
   Author: Tom Stones (stones@blaster-utd.com)
   ========================================================================== */
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
a:visited {
  color: black;
}
body {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 16pt;
  letter-spacing: .1em;
}
.container {
  width: 1034px;
  margin: 10px auto 0 ;
  border: 1px solid black;
  -moz-border-radius: 0 45px;
  -webkit-border-radius: 0 45px;
  border-radius: 0 45px;
}
.inpText {
  border: 1px solid black;
}
.edit-link {
  display: block;
  width: 100px;
  margin: 25px auto;
  clear: both;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #444;
  text-align: center;
  text-transform: Uppercase;
}
.edit-link a {
  color: white;
  font-weight: 300;
  text-decoration: none;
}
.page-header {
  zoom: 1;
  padding: 0 0 30px;
}
.page-header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.page-header a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}
.title-logo {
  float: right;
  margin: 10px 10px 0 0;
}
.site-title {
  margin: 0;
  padding: 30px  0 0 15px;
  font-size: 3.2em;
  font-weight: 300;
  letter-spacing: .2em;
  line-height:1em;
}
.menu {
  margin: 0 0 0 15px;
  float: left;
  zoom: 1;
}
.menu:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.menu .page_item {
  display: block;
  margin: 20px 30px 0 0;
  float: left;
  font-size: 1em;
  letter-spacing: .2em;
}
.menu a:hover {
  color: #ff0000;
}
.current_page_item a {
  color: #ff0000;
}
.nav-next {
  float: right;
}
.nav-single {
  margin: 20px 0 0;
}
.primary {
  width: 810px;
  float: left;
  border: 1px solid black;
  border-width: 1px 1px 0 0;
  -moz-border-radius: 0 92px 0 0;
  border-radius: 0 92px 0 0;
}
.main-content .attachment-primary-large {
  -moz-border-radius: 0 92px 0 0;
  border-radius: 0 92px 0 0;
}
.sub-content {
  margin: 10px 0 0;
}
.sub-holder {
  width: 260px;
  margin: 0 10px 0 0;
  float: left;
}
.sub-holder p {
  margin: 0 0 10px;
}
.content.loop, .content.single {
  padding: 0 40px;
}
.loop article {
  margin: 0 0 23px;
  zoom: 1;
}
.loop article:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.loop .entry-content {
  width: 450px;
  float: left;
  padding: 0 0 0 .9em;
}
.entry-title-featured {
  border-bottom: 1px solid #aaa;
}
.entry-title-link-featured {
  font-size: 1.8em;
  font-weight: 300;
  color: black;
  text-transformation: capitalize;
  text-decoration: none;
}
.entry-title {
  margin: 0;
  border-bottom: 1px solid #aaa;
}
.entry-content {
  font-size: 1em;
}
.entry-title-link {
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
}
.entry-title-link:visited {
  color: #333;
}
.entry-title-link:hover {
  color: #ff0000;
}
.post-tn-holder {
  float: left;
}
.post-tn-holder img {
  padding: 5px;
  border: 1px solid #aaa;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
}
.entry-holder {
  float: left;
  width: 480px;
}
.entry-holder .entry-title {
  padding: 0 0 0 .9em;
}
.single .post-tn-holder {
  margin: 0 10px 10px 0;
}
a.continue-link {
  padding: 5px 10px;
  font-size: .8em;
  color: white;
  text-decoration: none;
  background: #281403;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.entry-title-single {
  margin: 20px 35% 5px 0 ;
  padding: 0 0 5px;
  font-weight: 300;
  text-transform: Capitalize;
  border-bottom: 1px solid #aaa;
}
.cafe-info {
  width: 90%;
  margin: 0 auto;
}
.cafe-menus {
  clear: both;
  width: 90%;
  margin: 45px auto 25px;
  padding: 0 0 20px;
  border-bottom: 4px black double;
  zoom: 1;
}
.cafe-menus:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.menu-holder {
  width: 45%;
  padding: 0 2.5%;
  float: left;
  position: relative;
}
.daynight-holder {
  width: 47.5%;
  padding: 0 0 0 2.5%;
}
.menu-holder-title {
  margin-top: 0;
  font-weight: normal;
}
.menu-list {
  list-style: none;
  padding: 0 0 0 20px;
  letter-spacing: .3px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.menu-sub {
  margin: -10px 0 0 0;
  list-style: none;
}
.menu-sub .menu-title {
  padding: 0;
}
.menu-sub li {
  margin: 0 6px 20px 0;
}
.menu-sub li:before {
  content: "- ";
}
.menu-holder-title {
  letter-spacing: -1px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.cafe-item {
  position: relative;
  margin: 0 0 20px;
  zoom: 1;
}
.cafe-item:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.cafe-item.divider {
  height: 8px;
  background: url(../img/textures/x/menu-divider.png) left center repeat-x;
}
.menu-title {
  display: inline-block;
  width: 74%;
  padding: 0 3% 0 0;
  font-size: .8em;
}
.menu-price {
  display: inline-block;
  width: 20%;
  text-align: right;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: -4px;
}
.menu-price sup {
  font-size: .6em;
  margin-top: 0;
  letter-spacing: -2px;
}
.gst-holder {
  clear: both;
  zoom: 1;
}
.gst-holder:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.menu-footer {
  display: block;
  margin: 30px 0 0;
  padding: 84px 0 0;
  float: left;
  text-align: center;
  font-size: .6em;
  letter-spacing: -1px;
  font-family: "Courier New", Courier, monospace;
  width: 100%;
  background: url(../img/sprites/menu-footer.jpg) center top no-repeat;
}
.cont-holder {
  margin: 25px auto;
  zoom: 1;
}
.cont-holder:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.cont-form {
  width: 50%;
  margin: 0 auto;
}
.cont-form label {
  display: block;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.cont-form .cont-inptext {
  border: 1px #444 solid;
  width: 60%;
}
.cont-textarea, .cont-inptext {
  padding: 5px;
  font-size: .8em;
  font-family: futura-pt, san-serif;
  font-weight: 100;
}
.cont-textarea {
  width: 100%;
  height: 120px;
  padding: 5px 0;
}
.cont-submit {
  float: right;
  border: 0;
  padding: 0;
  background: none;
  font-family: futura-pt, san-serif;
  font-weight: 100;
  text-transform: uppercase;
}
.email-message {
  padding: 75px 0;
  text-align: center;
}
.secondary {
  float: right;
  width: 195px;
  margin: 0 13px 0 0;
}
.sm-list {
  margin: 0;
  padding: 0 0 0 7px;
  zoom: 1;
  text-align: left;
  list-style: none;
}
.sm-list:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.sm-item {
  display: block;
  float: left;
}
.sm-link {
  display: block;
  height: 48px;
  width: 48px;
  margin: 0 0 0 10px;
  direction: ltr;
  background: url(../img/sprites/social-media.png) no-repeat -5px 0;
  text-indent: -99999px;
}
.tw-link {
  background-position: -59px 0;
}
.fk-link {
  background-position: -118px 0;
}
.cmWidget {
  width: 170px;
  margin: 80px auto 0;
}
.cmWidget .widget-title {
  width: 80px;
  margin: 0 0  10px;
  font-size: .9em;
  font-weight: 300;
  text-transform: uppercase;
}
.cmWidget label {
  display: none;
}
.cmWidget .inpText {
  width: 170px;
  margin: 0 0 10px;
  font-size: .9em;
  font-weight: 300;
  font-family: futura-pt, san-serif;
  text-indent: 5px;
}
.cmWidget .subscribe-btn {
  width: 100%;
  background: none;
  border: none;
  font-family: futura-pt, san-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
}
.hoursWidget {
  margin: 200px 0 0;
  font-size: .58em;
}
.hoursWidget .widget-title {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.hoursWidget p {
  margin: 5px 0;
  text-align: justify;
}
.page-footer {
  width: 810px;
  padding: 30px 0 0;
  float: left;
  border-right: 1px solid black;
  zoom: 1;
}
.page-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.map-link {
  display: block;
  height: 164px;
  width: 165px;
  float: left;
  margin: 0 0 20px 20px;
  direction: ltr;
  background: url('../img/sprites/map.png') no-repeat;
  text-indent: -999999px;
}
.contact-info {
  padding: 45px 10px 0 0;
  text-align: right;
}
.contact-info p {
  margin: 0;
}
.contact-info .bold {
  font-weight: bold;
}
.copyright {
  font-size: .8em;
  text-align: center;
}
.oldie .attachment-primary-large, .oldie .primary, .oldie .container {
  behavior: url(http://localhost/self-preservation/lib/www/wp/wp-content/themes/blstr-template-wp/media/PIE.htc);
}
.ie7 .page-footer {
  padding: 0 0 20px;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
	border-radius:0;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
.menu, .map-link, .title-logo, .secondary, .edit-link {
	display:none;	
}
 .main-content .attachment-primary-large{
	border-radius:0;
}
.contact-info, .copyright{
	text-align:center;	
}
.container{
	width:810px;	
}
.container,.primary,.page-footer .nav-single, .page-footer {
	border:none;	
}
.page-header  a[href]:after {
    content: "";
  }
}

@media only screen and (max-width: 480px) {
	

.container{
	width:460px;
	font-size:.6em;	
}
.site-title{
	padding-top:20px;
	font-size:2.4em;	
}
.page-header{
	padding-bottom:10px;	
}
.primary,.page-footer,.secondary,.sub-holder, .entry-holder,.loop .entry-content,.cont-form  {
	width:auto;
	float:none;	
	border:none;
}
.sub-holder{
	padding: 0 0 0 10px;	
}
.logo-link{
	display:block;
	width:50px;
	float:right;
	margin:0 5px 0 0;
	}
.logo-link img{
	width:100%;	
	height:auto;
}
.menu{
	margin-left:5px;	
}
.menu .page_item{
	margin-top:10px;	
	margin-right:14px;
	font-size:1.1em;
}

.main-content .attachment-primary-large{
	width:100%;
	height:auto;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.attachment-primary-small,.post-tn-holder img{
	display:none;	
}
.entry-content{
	font-size:1.3em;	
}
.entry-holder{
	border-bottom:1px solid black;
	padding: 0 0 15px	
}

.entry-title-single {
	margin-right: 0;	
}

.content.loop, .content.single{
	padding:0 10px;	
}

.single .post-tn-holder img{
	display:block;	
}
.cont-form {
	padding: 0 30px;	
}

a.continue-link{
	display:block;
	font-size:1.2em;
	width:100%;
	padding:5px 0;	
	text-align:center;
}
#map-link {
	display:none;
}
.nav-single{
	padding-bottom:15px;	
}
.secondary{
	clear:both;	
}
.widget{
	float:left;	
	margin-right:20px;
}

.sm-item{
	float:none;
}
.cmWidget {
	margin-top:20px;	
}

.cmWidget .widget-title{
	width:auto;
}

.hoursWidget{
	margin:20px 0 0;	
	font-size:1.13em;	
	letter-spacing:0;
}
.hoursWidget p{
	margin:8px 0;	
}
.page-footer{
	clear:both;	
}
.contact-info{
	font-size:1.3em;
	padding:0 10px 20px 0;
}
.copyright p{
	margin:5px 0;
	font-size:.8em	
}
  
}
@media only screen and (min-width: 768px) {
  
}
