/*-----attach body.custom to any style you add here-----*/

/*--- set a background image ---*/
body.custom {
	background-image: url(http://emmestar.se/wp-content/themes/primepress/images/emmebg.jpg); }
body.custom {
	background-repeat: repeat; }
body.custom {
	background-position: top center; }
body.custom {
	background-attachment: fixed; }

body.custom .homelink {
	visibility: hidden; }

body.custom .description {
	display: none; }




/*-----create a border---- */
body.custom #container {
	border: 1.5px solid #000000;}

body.custom #rotating {
	border-top: none;}

body.custom #rotating img {
	border: 1.5px solid #cccccc; }

/*---- reduce white space after posts---*/
body.custom .entry-meta {
	margin-top: 5px; }

body.custom a {
	color: #FF0677; }

