/***************  templates/moduleThemes/default/pukkaSimpleRooms/template.viewItem.css  ***************/
#mod_pukkaSimpleRooms {
	padding:1%;
	margin:.5%;
	float:left;
	clear:both;
}

#mod_pukkaSimpleRooms .moduleBody {
	clear:both;
}

#mod_pukkaSimpleRooms .moduleBody h2 {
	font-size:14px;
	font-style:italic;
	margin:4px 0;
}

#mod_pukkaSimpleRooms .moduleBody img {
	float:left;
	margin:0 4px 0 0;
}
div#viewList-link {position: absolute; top: 100px; left: -240px; padding: 5px 0;}
div#viewList-link a {background: url(../../../templates/main/images/subnav_btn.gif) no-repeat; color:#ffffff; display: block;
   padding-left: 19px; text-transform: uppercase; text-decoration: none; width: 232px; height: 28px; line-height: 25px;}
div#viewList-link a:hover {background-position: 0 -28px;}
div#roomContent {color:#ffffff; margin: 0 0 0 243px;}
h3.itemTitle {color: #ffffff; text-transform: capitalize;}
/***************  modules/contentBlocks/themes/default/template.contentBlock.css  ***************/
/* Global default styles for this theme */

.contentBlock .imageCaption {
	padding: 0.2em;
	margin: 0;
	font-size: 0.9em;
	text-align: center;
}

.editMode .contentBlock.group_layoutBlock {
	/* Making sure it's possible to hover the layoutblocks and get to the menu */
	padding-top: 20px;
	/* Making sure it's possible to hover the block collection */
	margin-bottom: 20px;
}

.editMode .contentBlock.moving
/* When draggin a content block, it gets this class */
{
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #e8e8f0 url(../../../condor/modules/contentBlocks/themes/default/images/defaultBlockImage.png) no-repeat 2px 2px;
	border: 2px solid #b0b0b0;
	padding: 2px;
	z-index: 100;
}

.editMode .contentBlock.moving *
/* Hiding all childnodes when dragging, so block icon will show */
{
	display: none;
}

.editMode .contentBlock.type_richText.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(../../../condor/modules/contentBlocks/themes/default/images/block_richText.png);
}

.editMode .contentBlock.type_sectionHeader.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(../../../condor/modules/contentBlocks/themes/default/images/block_sectionHeader.png);
}

.editMode .contentBlock.type_youtube.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(../../../condor/modules/contentBlocks/themes/default/images/block_youtube.png);
}
/***************  modules/contentBlocks/themes/default/template.blockCollection.css  ***************/

/* Making sure the block collection stretches to contain its children */
.editMode .blockCollection {
	zoom: 1;
}
.editMode .blockCollection:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.blockCollection.empty
{
	min-height: 1px; _height: 1px;
}

.editMode .blockCollection.empty {
	min-height: 160px; _height: 160px;
	background: url(../../../condor/modules/contentBlocks/themes/default/images/blockCollectionEmptyBg.gif) repeat;
}

.blockCollection p.collectionEmpty
{
	visibility: hidden;
}
	
.editMode .blockCollection p.collectionEmpty
{
	visibility: visible;
}