/*
** ROC.com
*/

* { font-size: 13px; font-family: helvetica; margin: 0; padding: 0; border: none; color: #555; text-decoration: none; background-color: white;}

p {
	line-height: 18px;
	margin-bottom: 18px;
}

div.hr {
	height: 1px;
	background-image: url(/assets/images/hr.png);
	background-repeat: no-repeat;
	width: 350px;
	margin-top: 16px;
	margin-bottom: 8px;
	clear: both;
}

div.clear {
	clear:both;
}

#page {
	width: 554px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#page #header {
	padding-left: 55px;
	margin-bottom: 75px;
}

#page #header .latest {
	height: 22px;
	font-size: 14px;
	text-align: right;
}

#page #header .latest a {
	font-size: 14px;
	text-transform: lowercase;
}

#page #header .divider {
	height: 7px;
	background-color: black;
}

#page #header .navigation {
	height: 22px;
}

#page #header .navigation ul {
	margin: 0px;
	height: 22px;
	padding: 0px;
}

#page #header .navigation li {
	float: left;
	padding-right: 12px;
	margin-left: 8px;
	background-image: url(/assets/images/menu-divider.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 4px;
	list-style: none;
}

#page #header .navigation li.first {
	margin-left: 0px;
}

#page #header .navigation li.last {
	padding-right: 0px;
	background-image: none;
}

#page #header .navigation li a {
	font-size: 18px;
}

#page #header .navigation li a:hover {
	color: #000 !important;
}

#page #content {
	padding-left: 175px;
	background-repeat: no-repeat;
	min-height: 500px;
}

.page-collections #content {
	padding-left: 55px !important;
}

#page #content .block {
	margin-bottom: 18px;
}

.page-collections #content .block {
	background-color: white;
	margin-bottom: 0px !important;
	min-height: 493px;
}

#page #content .block h1 {
	color: black;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	top: -1px;
	margin-bottom: 18px;
}

#page #content .block h2 {
	font-size: 20px;	
	font-weight: normal;
	text-transform: lowercase;
	margin-top: -19px;
	margin-bottom: 18px;
}

#page #content .block h1 a,
#page #content .block h2 a {
	font-size: 20px;
}

#page #content .block .from {
	font-size: 11px;
	text-align: right;
	color: #8c8c8c;
}

#page #content .block .from a {
	font-size: 11px;
	color: #8c8c8c;
}

#page #content .block img {
	margin-bottom: 12px;
	margin-left: 12px;
}

.page-collections #content .block #gallery {
	width: 170px;
	margin-right: 22px;
	float: left;
}

.page-collections #content .block #gallery img {
	margin-left: 2px;
	margin-bottom: 0px;
}

.page-collections #content .block #gallery a.left img {
	margin-left: 0px;
}

.page-collections #content .block .caption {
	float: left;
	width: 300px;
} 

.page-collections #content .navigation {
	float: left !important;
	margin-top: 10px;
	padding-left: 10px;
	min-height: 100px;
}

.page-collections #content .navigation .inner {
	background-color: white;
	min-height: 100px;
	padding-left: 10px;
}

.page-collections #content .navigation .inner p {
	margin-bottom: 0px;	
}

.page-collections #content .navigation .inner a {
	font-weight: bold;
}

.page-collections #content .navigation .inner .current a {
	color: black !important;
}

#page #footer {
	margin-top: 75px;
	border-top: 7px solid black;
	margin-left: 55px;
	margin-bottom: 50px;
	padding-top: 6px;
	font-size: 12px;
	text-align: right;
}

#page #footer a {
	font-size: 12px;
}

#page #footer a:hover {
	text-decoration: underline;
}

.page-contact h3 {
	margin-bottom: 10px;
}

.page-contact p a {
	text-decoration: underline;
}

/*
** Colorbox image overlays
*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(/assets/images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-16px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-21px; background:url(/assets/images/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

