@import url(http://rakoczyphoto.com.s88254.gridserver.com/styles-reset.css);

body {
    font-family: Tahoma, "Myriad Pro", sans-serif;
    font-size: 14px;
    line-height: 18px;
    background: #000;
    color: #ddd;
}

p {
    margin-bottom: 15px;
}

.zero-below {
    margin-bottom: 0;
}

a:link {
    color: #fff;
    text-decoration: none;
}
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #cc9933; text-decoration: none; }
a:active { color: #cc9933; text-decoration: none; }


#container {
    width: 960px;
    margin: 0 auto;
    background: top center no-repeat #000;
    background-image: url(http://rakoczyphoto.com.s88254.gridserver.com/style/container-bg.jpg);
/*  background-attachment: fixed; */
}

#container.fine-art {
    background-image: url(http://rakoczyphoto.com.s88254.gridserver.com/style/container-fa.jpg);
}
#container.weddings {
    background-image: url(http://rakoczyphoto.com.s88254.gridserver.com/style/container-wed.jpg);
}
#container.comm {
    background-image: url(http://rakoczyphoto.com.s88254.gridserver.com/style/container-comm.jpg);
}


#header {
    position: relative;
    padding-top: 5px;
}

#header-inner {
    position: relative;
    height: 70px;
}

#header-line {
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/line.png) top left no-repeat;
    height: 10px;
    z-index: 1000;
}

#title {
    position: relative;
    z-index: 2;
    width: 420px;
}

#title a {
    display: block;
    width: auto;
    height: 70px;
    background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/header-title-trans.png) center left no-repeat;
    margin: 0 0 0 60px;
    overflow: hidden;
    text-indent: -2000px;
}

#contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 664px;
    height: 70px;
    z-index: 1;
}

#contact p {
    text-align: right;
    margin: 10px 55px 0 200px;
}

#footer {
    height: 140px;
    padding: 80px 50px 0 200px;
    font-weight: bold;
    font-size: 11px;
    clear: both;
}

#content {
    position: static;
    margin: 15px 0 0 0;
}

#alpha {
    position: static;
    width: 160px;
    float: left;
}

#alpha-inner {
    margin-top: 60px;
    position: relative;
    z-index: 1000;
}

ul#nav {
    font-weight: bold;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
}

ul#nav a {
    display: block;
    width: 100%;
    text-align: right;
    padding: 10px 0;
}

#beta {
    position: static;
    float: right;
    width: 790px;
    z-index: 100;
}

#beta-inner {
    margin: 0 20px 0 10px;
    position: relative;
}

.home #beta {
    float: none;
    margin: 0 auto;
}

/* GALLERY */
/* The carousel is mostly styled with the jQuery plugin and CSS */
#carousel {
    height: 62px;
}

.left-thumb img,
#carousel li img {
    border: 1px solid #fff;
}

/* jQuery Carousel Skin */
.jcarousel-skin-rakoczy {
    margin-left: 0px;
}

.jcarousel-list {
    text-align: center;
    margin: 0 auto;
}

.jcarousel-skin-rakoczy .jcarousel-container-horizontal {
    width: 703px;
    padding: 0 20px;
}

.jcarousel-skin-rakoczy .jcarousel-clip-horizontal {
    width:  703px;
    height: 54px;
}

.jcarousel-skin-rakoczy .jcarousel-item {
    width: 52px;
    height: 52px;
    background: #000;
}

.jcarousel-skin-rakoczy .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-rakoczy .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-rakoczy .jcarousel-next-horizontal {
    position: absolute;
    top: 13px;
    right: 0px;
    width: 13px;
    height: 25px;
    cursor: pointer;
    background: transparent url(http://rakoczyphoto.com.s88254.gridserver.com/style/carousel-next-trans.png) no-repeat 0 0;
}

.jcarousel-skin-rakoczy .jcarousel-next-horizontal:hover {
    background-position: -13px 0;
}
/*
.jcarousel-skin-rakoczy .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
*/
.jcarousel-skin-rakoczy .jcarousel-next-disabled-horizontal,
.jcarousel-skin-rakoczy .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-rakoczy .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -26px 0;
}

.jcarousel-skin-rakoczy .jcarousel-prev-horizontal {
    position: absolute;
    top: 13px;
    left: 0px;
    width: 13px;
    height: 25px;
    cursor: pointer;
    background: transparent url(http://rakoczyphoto.com.s88254.gridserver.com/style/carousel-prev-trans.png) no-repeat 0 0;
}

.jcarousel-skin-rakoczy .jcarousel-prev-horizontal:hover {
    background-position: -13px 0;
}
/*
.jcarousel-skin-rakoczy .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
*/
.jcarousel-skin-rakoczy .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-rakoczy .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-rakoczy .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -26px 0;
}

.jcarousel-list img {
    background: #000;
    /* for IE */
    filter:alpha(opacity=40);
    /* CSS3 standard */
    opacity:0.4;
}

.jcarousel-list img:hover {
    /* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity:1.0;
}

#photo-container {
    margin: 0 20px;
    text-align: center;
    position: relative;
}

#photo {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#photo img {
    border: 1px solid #fff;
}

/* Show the info layer (photo details, previous & next photos) only if hovering over the photo */
#photo-info-layer { display: none; }
#photo:hover #photo-info-layer { display: block; }

/* All of the following is inside the #photo div. This lets us align things to
   where the photo is, such as the photo specs link and previous/next buttons,
   regardless of the format of the photo itself */

#nav-photo-previous,
#nav-photo-next {
    position: absolute;
    top: 200px;
    border: 0px;
}
#nav-photo-previous { left: 10px; }
#nav-photo-next { right: 10px; }

#nav-photo-previous a,
#nav-photo-next a {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    text-indent: -2000px;
}

#nav-photo-previous a { background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/arrow-previous-trans.png) top left no-repeat; }
#nav-photo-next a { background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/arrow-next-trans.png) top left no-repeat; }
#nav-photo-previous a:hover { background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/arrow-previous-trans.png) bottom left no-repeat; }
#nav-photo-next a:hover { background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/arrow-next-trans.png) bottom left no-repeat; }


#home-director-comm,
#home-director-fa,
#home-director-wed {
    position: relative;
}

#home-director-comm .layer,
#home-director-fa .layer,
#home-director-wed .layer {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

#home-director-comm:hover .layer,
#home-director-fa:hover .layer,
#home-director-wed:hover .layer {
    display: block;
}

#home-director-comm .layer a,
#home-director-fa .layer a,
#home-director-wed .layer a {
    display: block;
	width: 700px;
	height: 225px;
}

#home-director-comm .layer a img,
#home-director-fa .layer a img,
#home-director-wed .layer a img {
    margin-top: 50px;
}


/* The photo specs link ("Click here for photo specifications") is always 
   visible, and the actual photo specs appear when clicked on. This effect
   is handled by a jQuery plugin. Styling below. */

#photo-specs-link {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #bbb;
    background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/spec-bg.png) repeat;
    text-align: left;
}

#photo-specs-link a {
    display: block;
    padding: 5px 25px 5px 15px;
    width: 210px;
    color: #cc9933;
}

#photo-specs {
    position: absolute;
    top: 45px;
    left: 10px;
    border: 1px solid #bbb;
    background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/spec-bg.png) repeat;
    width: 220px;
    padding: 10px 15px 15px 15px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.spec {
    margin-bottom: 10px;
}

.spec p {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}

p.image-number,
.image-title,
p.image-gallery,
p.image-location,
p.image-specifications,
p.image-description {
    color: #cc9933;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    margin-bottom: 0;
}

#purchase {
    margin: 30px 0 0 0;
    border: 1px solid #fff;
}

#purchase a {
    display: block;
    background: #000;
    padding: 10px;
    color: #cc9933;
    font-size: 16px;
    font-weight: bold;
}

#purchase img {
    float: right;
    margin: 4px 5px 0 0;
    border: 0;
}

#close {
    position: absolute;
    top: 5px;
    right: 5px;
}

#close a {
    display: block;
    width: 25px;
    height: 24px;
    background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/close-trans.png) 4px 4px no-repeat;
    overflow: hidden;
    text-indent: -2000px;
}

#photo-footer-nav {
    margin-top: 5px;
    text-align: center;
}

#photo-footer-nav a {
    padding: 0 10px;
}


/* PAGES */

.asset-content {
    margin: 0 30px 0 90px;
}

#page-title {
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 15px 0;
    font-weight: bold;
}


/* COMMENTS */

h2.comments-open-header {
    font-size: 18px;
    padding: 30px 0 15px;
    font-weight: bold;
}

#comment-form-name,
#comment-form-email,
#comment-form-url {
    margin: 0 0 5px 0;
}

#comment-form-name label,
#comment-form-email label,
#comment-form-url label {
    display: block;
    float: left;
    width: 110px;
    padding: 5px 0 0 0;
}

#comment-author,
#comment-email,
#comment-url {
    width: 275px;
}

#comments-open-text {
    margin-top: 10px;
}

#comment-text {
    display: block;
    height: 150px;
    width: 390px
}

#comments-open-footer {
    margin: 10px 0 0 0;
}

.comment-content {
    padding: 5px 0 0 20px;
}

.comment-header {
    font-weight: bold;
}

/* GALLERIES INDEX */

#open-galleries {
    position: absolute;
    top: 40px;
    left: 170px;
    width: 170px;
    border: 1px solid #bbb;
    background: url(http://rakoczyphoto.com.s88254.gridserver.com/style/spec-bg.png) repeat;
    padding: 10px 15px 10px 3px;
    font-size: 14px;
    z-index: 5000;
}

#open-galleries li {
    padding: 2px 0;
}

#open-galleries a {
    line-height: 18px;
}

#open-galleries h3 {
    margin: 0 10px 5px;
}

#open-galleries ul + h3 {
    padding-top: 20px;
}


/* SEARCH */

ul.tag-cloud {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

ul.tag-cloud li {
    display: inline;
    line-height: 22px;
    padding: 0 5px;
}

.rank-1 { font-size: 23px; }
.rank-2 { font-size: 21px; }
.rank-3 { font-size: 19px; }
.rank-4 { font-size: 17px; }
.rank-5 { font-size: 15px; }
.rank-6 { font-size: 13px; }
.rank-7 { font-size: 12px; }
.rank-8 { font-size: 11px; }
.rank-9 { font-size: 10px; }

.left-thumb {
    float: left;
    margin: 0 20px 10px 0;
}


#search-results .page-asset {
    clear: both;
}

.summary {
    margin: 3px 0 30px 0;
    min-height: 94px;
}

.center-column {
    width: 160px;
    margin: 0 20px 0 0;
    float: left;
}

.right-column {
    width: 300px;
    float: left;
}


h2 {
    font-size: 18px;
    margin: 20px 0 7px 0;
}

h3 {
    font-size: 15px;
    margin: 10px 0 5px 0;
}


h4 {
    font-size: 11px;
    font-weight: normal;
}


.clear-both {
    clear: both;
}

.item {
    margin: 0 20px 35px 0;
}

.feed {
    float: right;
    margin: 0 0 20px 40px;
}

blockquote {
    margin: 0 20px 15px 20px;
}
