body {
    background: #EEEEEE;
    margin: 0px;
}

div.main {
    background: white;
    border: 1px solid grey;
    margin-left: auto;
    margin-right: auto;
    width: 850px;    
}

div.header {
    background: url(http://digitalexperience.cavi.dk/wp-content/themes/rdc/images/header_bg.jpg);
    margin-left: auto;
    margin-right: auto;
    width: 852px;
    text-align: center;
    height: 100px;
    color: rgba(0,0,0,0);
}

div.primary {
    width: 75%;  
    padding: 0.4em;
}
div.secondary {
    position: absolute;
    border-left: 1px dotted #cccccc;
    min-height: 400px;
    padding-left: 1em;
    margin-left: 650px;
    width: 200px;
}

div.post-preview {
    padding: 1em;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 1.3em;
    margin-left: 1em;
}
div.post-preview img {
    float: left;
    width: 400px;
    height: 250px; 
    margin-right: 1em;
    
    border: 5px solid white;
    box-shadow: -1px 0px 18px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: -1px 0px 18px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: -1px 0px 18px rgba(0, 0, 0, 0.40);    
}

.post-icon {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: 1em;
    width: 185px;
    height: 130px;
    
    background: #999999;
    border: 4px solid white;
    box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.80);    
    
    -webkit-transition: border 0.25s linear;
    -webkit-transition: box-shadow 0.25s linear;
    transition: border 0.25s linear;
    transition: box-shadow 0.25s linear;    
}
.post-icon:hover {
    border: 4px solid #DDDDFF;
    box-shadow: -1px 0px 28px rgba(0, 0, 50, 0.60);
    -moz-box-shadow: -1px 0px 28px rgba(0, 0, 50, 0.60);
    -webkit-box-shadow: -1px 0px 28px rgba(0, 0, 50, 0.6);
}
.post-icon-selected {
    border: 4px solid #CCFFAA;
    box-shadow: -1px 0px 8px rgba(0, 64, 0, 0.80);
    -moz-box-shadow: -1px 0px 8px rgba(0, 64, 0, 0.80);
    -webkit-box-shadow: -1px 0px 8px rgba(0, 64, 0, 0.80);    
}
.post-icon-selected:hover {
    border: 4px solid #99FF99;    
    box-shadow: -1px 0px 28px rgba(0, 64, 0, 0.60);
    -moz-box-shadow: -1px 0px 28px rgba(0, 64, 0, 0.60);
    -webkit-box-shadow: -1px 0px 28px rgba(0, 64, 0, 0.6);
}

.post-icon img {
    position: absolute;
    width: 185px;
    height: 130px;
}
.post-icon h3 {
    position: absolute;
    z-index: 3;
    width: 156px;
    background: rgba(0,0,0,0.4);
    color: white;
    padding: 0.5em;
    font-size: 1em;
}
.post-icon:hover h3 {
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;    
    background: rgba(0,0,0,0.9);
}


.post-icon div.toolbar {
    position: absolute;
    margin-left: 159px;
    border-left: 0px;
	z-index: 4;
}

.ui-button {
    font-size: 0.7em !important;
    padding: 0em !important;    
    height: 20px;
    width: 20px;
}

div.navigation {
    background: #eeeeee;
    margin: 1em;
    width: 610px;
    height: 25px;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    line-height: 25px;
    text-align: center;
    color: #555555;
}

div.navigation div {
    margin-left: 1em;
    margin-right: 1em;
}
div.navigation div a {
    text-decoration: none;
    color: #666666;    
    font-weight: bold;
}

div.navigation div.navigation-next {
    width: 576px;
    position: absolute;
    text-align: right;    
}

div.navigation div.navigation-prev {
    position: absolute;
    z-index: 20;
}

div.deck {
    margin-top: 1em;
    background: #eeeeee;    
    width: 178px;
}
div.deck div.post-icon {
    margin-left: 0.5em;
    margin-top: 0.5em;
    width: 155px;
    height: 110px;    
}
div.deck .post-icon img {
    width: 155px;
    height: 110px;
}
div.deck .post-icon h3 {
    font-size: 0.7em;
    width: 143px;
}
div.deck .post-icon div.toolbar {
    margin-left: 129px;
}

div.selection-area ul.links li {
    list-style: none;    
}
div.selection-area ul.links li span {
    display: inline-block;
    float: right;
    margin-right: 2em;
    cursor: pointer;
}
div.selection-area ul.links li a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #eeeeFF;
    color: black;
}
div.selection-area ul.links li:hover a {
    text-decoration: none;
    border-bottom: 1px dotted #5555FF;
}

div.post-view {
    margin: 1em
}

div.post-view table {
    color: #555555;
    font-size: 0.8em;
    font-style: italic;
}

div.footer {
    width: 850px;    
    background: #F5f5f5;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid grey;
    border-top: none;
    font-size: 0.6em;
    text-align: center;
    color: grey;
}
div.footer a {
    color: grey;
    text-decoration: none;
    border-bottom: 1px dotted #AEAEFF;
}
div.footer a:hover {
    color: blue;
    border-bottom: 1px dotted #5E5EFF;
}


@media screen {
	div.print-pane {
		display: none;
	}
}

