/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */

html {
	font: 15px Helmet, Freesans, sans-serif;
	}

body {
	/*font: 13px Helmet, Freesans, sans-serif;*/
	}







/* We like off-black for text. */

body, select, input, textarea {

	color: #333;

	font-family: 'Josefin Slab', serif;
	


	}



a {color: #03f;}

a:hover {color: #69f;}



/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}

::selection {background: #fcd700; color: #fff; text-shadow: none;}



/*	j.mp/webkit-tap-highlight-color */

a:link {-webkit-tap-highlight-color: #fcd700;}



ins {background-color: #fcd700; color: #000; text-decoration: none;}

mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* Mozilla dosen't style placeholders by default */

input:-moz-placeholder { color:#a9a9a9; }

textarea:-moz-placeholder { color:#a9a9a9; }







#buzzy-links a {

	text-decoration:none;

	color:#333;

	}

	

#buzzy-social td{

	vertical-align:middle;

	}

/*

.cardcrop {

	height:15em;

	overflow:hidden;

	}



.cardcrop img {

	width:100%;

	}	

*/



#buzzy-logo {

	max-height:10em;

	}





#buzzy-contact td.label{

	text-align: right;

	}



#buzzy-contact input,textarea {

	width:65%;

	}

#buzzy-header-row {
	height:50px;background-image:url(/images/pic_bar.png);background-repeat:repeat-x;
	}

#buzzy-header-row h4 {
	color: #EEE;
  text-shadow: 2px 2px 2px #000000;
  -moz-text-shadow: 2px 2px 2px #000000;
  -webkit-text-shadow: 2px 2px 2px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  display: block;
	}

#buzzy-social a {
	text-decoration:none;
	}

/* Media queries

-------------------------------------------------------------------------------*/





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

#buzzy-links  {

	/*display:none;*/

	}

}





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

#buzzy-links {

	/*display:none;*/

	}





}







/* Print styles

-------------------------------------------------------------------------------*/

@media print {







}