/*
    Document   : Main.css
    Created on : 10-Apr-2010, 16:46:33
    Author     : Michael MacCuaig
    Description:
        macmacmedia.co.uk main style sheet
*/

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';    content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

html, body{min-height:100%;width:100%;height:100%; margin:0 auto; padding:0;}
body{font:76%/140% Verdana, Arial, sans-serif;font-weight:200;color:#000; background-color:#245F9B; background-image:url(/assets/images/bg.png); background-repeat:repeat-x; text-align:center;}
img{border:4px solid #d4d2b5;margin:8px;}
br{line-height:16px; height:1px;margin:0px;padding:0px;}
a{color:#52708f; text-decoration: none; }
a:hover{border-bottom:1px dashed;}
p{margin-top:8px;color:#000000;}
.banner{border:4px solid #d4d2b5;margin:0;}
.clearfloat {clear:both;height:0px;font-size: 1px;line-height: 0px;}
.clearleft{clear:left;height:0px;font-size: 1px;line-height: 0px;}
.clearright{clear:right;height:0px;font-size: 1px;line-height: 0px;}
#arrow{
     width: 0; height: 0;
     line-height: 0;
     border-left: 10px solid transparent;
     border-top: 10px solid #c8c8c8;
     top: 103%;
     left: 0;
     position: absolute;
}

#columnSidebar h1, #column h1, #leftColumn h1, h1{
     background: #f8f6df;
     background: -moz-linear-gradient(top, #f8f6df, #e8e6d0);
     background: -webkit-gradient(linear, left top, left bottom, from(#f8f6df), to(#e8e6d0));
     padding: 10px 20px;
     margin-left: -25px;
     margin-top: 0;
     position: relative;
     width: 70%;
     font-size:18px;

    -moz-box-shadow: 1px 1px 3px #696969;
    -webkit-box-shadow: 1px 1px 3px #696969;

    color: #3b5b7c;
    text-shadow: 0 1px 0 white;
}

#columnSidebar .arrow, #column .arrow,  #leftColumn .arrow{
     width: 0; height: 0;
     line-height: 0;
     border-left: 10px solid transparent;
     border-top: 10px solid #c8c8c8;
     top: 102%;
     left: 0;
     position: absolute;
}

#sidebar h1, #rightColumn h1{
     background: #f8f6df;
     background: -moz-linear-gradient(top, #f8f6df, #e8e6d0);
     background: -webkit-gradient(linear, left top, left bottom, from(#f8f6df), to(#e8e6d0));
     padding: 10px 20px;
     float:right;
     margin-right:-25px;
     margin-top: 0;
     position: relative;
     width: 70%;
     font-size:18px;

    -moz-box-shadow: -1px 1px 3px #696969;
    -webkit-box-shadow: -1px 1px 3px #696969;

    color: #3b5b7c;
    text-shadow: 0 1px 0 white;
}

#sidebar .arrow, #rightColumn .arrow {
     width: 0; height: 0;
     line-height: 0;
     border-right: 10px solid transparent;
     border-top: 10px solid #c8c8c8;
     top: 102%;
     right: 0;
     position: absolute;
}

.sidebar a{border-bottom:1px solid white;}
.sidebar a:hover{border-bottom:1px dashed;}

.sidebar h1, .rightColumn h1{
     background: #f8f6df;
     background: -moz-linear-gradient(top, #f8f6df, #e8e6d0);
     background: -webkit-gradient(linear, left top, left bottom, from(#f8f6df), to(#e8e6d0));
     padding: 10px 20px;
     float:right;
     margin-right:-25px;
     margin-top: 0;
     position: relative;
     width: 70%;
     font-size:18px;

    -moz-box-shadow: -1px 1px 3px #696969;
    -webkit-box-shadow: -1px 1px 3px #696969;

    color: #3b5b7c;
    text-shadow: 0 1px 0 white;
}

.sidebar .arrow, .rightColumn .arrow {
     width: 0; height: 0;
     line-height: 0;
     border-right: 10px solid transparent;
     border-top: 10px solid #c8c8c8;
     top: 102%;
     right: 0;
     position: absolute;
}

.sidebar a{border-bottom:1px solid white;}
.sidebar a:hover{border-bottom:1px dashed;}

h2{color:#3b5b7c;font-size:16px;line-height:12px;margin:8px 0 8px 0;}
h3{color:#888;font-size:14px;line-height:14px;margin:8px 0 8px 0;}
h4{color:#3b5b7c;font-size:12px;line-height:14px;margin:2px 0 8px 0;}
.content{margin:2px 0; padding:2px;color:#444;font-size:12px;}
p img{border:4px solid #d4d2b5;margin:8px;}
label{cursor:pointer;}
.list{margin-left:25px; list-style: square;}
.viewmore{float:right;}
.left{float:left;margin-right:5px;}
.left ul{background:#f1eed0;padding:5px;-moz-border-radius:10px; -webkit-border-radius: 10px;margin:5px 0;font-size:11px;width:140px;}
.right{float:right;margin-left:5px;}
.right ul{background:#f1eed0;padding:5px;-moz-border-radius:10px; -webkit-border-radius: 10px;margin:5px 0;font-size:11px;width:140px;}



#map_canvas{border:4px solid #d4d2b5; width:85%; height:200px;margin:15px auto 0 auto;}

#outerWrapper{width:950px; margin:0px auto; padding: 0px;}
#header{margin:20px 0px 10px 0px; padding:0px;}
#logo{float:left;margin:0;border:none;}
#contactNumber{float:right; color:#FFF; font-size:22px; font-family:verdana;}

#column{margin:0 auto; font-size:18px; line-height:18px; text-align:left; color:#000;}
#columnSidebar{ font-size:18px; line-height:18px; text-align:left; color:#000; width:620px;float:left; min-height:300px; min-height:500px;}
.columnSidebar{ font-size:18px; line-height:18px; text-align:left; color:#000; width:620px;float:left;}
#sidebar{margin-left:620px;padding:0 10px; width:290px;font-size:12px;}
.sidebar{margin-left:620px;padding:0 10px; width:290px;font-size:12px;}
#leftColumn{float:left; width:535px; padding-right:5px;}
#rightRolumn{float:right;}

#main{ min-height:400px; margin:0 auto; padding:15px; font-size:22px; text-align:left; color:#000; background-color:#fff;-moz-border-radius:10px; -webkit-border-radius: 10px; background-color:#FFF;}

#navigation{margin:0 auto; padding:0px; background-image:url(../assets/images/navBG.gif); background-repeat:no-repeat; height:164px; width:913px;}
#navigation ul{margin:0px auto; padding:0px 0px 0px 10px; list-style:none;padding-top:130px;color:#FFF;font-size:18px; width:913px;}
#navigation li{float:left; margin:8px;padding:4px 10px 4px 12px; display:block;}
#navigation a{color:#FFF; text-decoration:none; display:block;border-bottom:none;}
#navigation li:hover{background:#245F9F;margin-top:2px; display:block;}

#subNav{font-size:12px;margin-left:225px;}
#subNav li{background:#f1eed0;padding:5px;-moz-border-radius:10px; -webkit-border-radius: 10px;float:left;margin:0 10px;}

#footer{height: 42px;margin:15px 0px 0px 0px; padding:0px;font-size:11px; text-align:center; color:#000; background-color:#F1EED0;-moz-border-radius:10px; -webkit-border-radius: 10px; background-repeat:no-repeat;}
#footer img{border:none;margin:0;}
#footer ul{list-style:none; margin:0px;padding:0px 0px 0px 5px;}
#footer li{float:left; margin:12px;}
#footer a{color:#454545; text-decoration:none; border-bottom:none;}
#footer #corp{float:right; height:57px;margin: -8px -18px 0 0;}
#footer #corp #copyright{}
#footer #corp #designers{margin-top:1px;}

#sidebargallery{margin-top:25px;margin-left:15px;}
#sidebargallery img{border:4px solid #d4d2b5;margin:8px;}

#loginForm{padding:5px;margin:0 auto;width:320px;}
#loginForm li{height:40px;}
#loginForm label{width:100px;float:left;padding-top:4px;text-align:right;margin:4px; font-size:14px;}
#loginForm .textField{height:26px; padding:2px; width:200px; border:2px solid #d4d2b5; font-size:14px;}
#loginForm #formOpts{float:right;}

#upcomingEvents{}
#upcomingEvents li{height:90px;padding:5px;background:#F6F6F6;margin:10px;-moz-border-radius:10px; -webkit-border-radius: 10px;}
.eventImage{float:right;margin-top:-8px;}
#eventImage{float:left;}
.eventsImage{float:right;margin-top:-12px;}
.eventDate{font-style: italic;font-size:11px;}
#eventsList{}
#eventsList li{height:125px;}
.eventHeader{}
.eventHeader .calander{float:left;}

#latestForSale{font-size:12px;}
#latestForSale li{height:140px;padding:5px;background:#F6F6F6;margin:10px;-moz-border-radius:10px; -webkit-border-radius: 10px;}
#latestForSale img{}
#latestForSale .salesPrice{position:relative;margin-top:-35px;margin-left:12px;padding:2px;background:#52708f;color:#fff;text-align:center;width:96px;display:block;font-size:12px}
#latestForSale .salesPrice:hover{display:block;}
#latestForSale .image{float:left;}
#latestForSale .salesInfo{margin-left:100px;}

#featuredListings{font-size:12px;}
#featuredListings .image{float:left;margin-left:10px;}
#featuredListings li{height:140px;padding:5px;}
#featuredListings .salesPrice{position:relative;margin-top:-35px;margin-left:12px;padding:2px;background:#52708f;color:#fff;text-align:center;width:96px;display:block;}
#featuredListings .salesPrice:hover{display:block;}


#address{float:left;margin-left:150px;}
#extraDetails{float:right; margin-right:200px;}

#type{width:140px;}
#manufacturers{width:140px;}
.range{width:40px;}
#searchTerm{width:135px;}
#submit{text-align:right;}

#sales{padding:0 5px;}
#sales li{padding:5px;margin-bottom: 10px;color:#52708f; height:125px;}
#sales a{display:block;margin-top:-5px; padding:0;border-bottom:none;}
#sales img{float:left;}
#sales .details{margin-left:140px;}
#sales .ref{color:#555;text-align:right;float:right;position:relative;top:-90px;}
#sales .extraDetails{float:right;text-align:right;}
#sales .price{font-weight:600;font-size: 16px;position:relative;right:-50px;bottom:-10px;}
#sales table{color:#52708f; width:90%;}

#sales #options{width:100%;margin:10px 0 0 0;}
#sales #options .print{float:left;}
#sales #options .ref{margin-top:-10px;font-size:14px;}
#sales #gallery{}
#sales #gallery li{float:left;margin:5px;padding:0; height:100px;}
#sales #details{margin-left:270px;}
#sales #details .salePrice{background:#52708f; color:#FFF; font-size:16px; font-weight:600; text-align:center;padding:4px;margin:5px;}
#sales #details li{height:16px;margin:4px 8px;padding:0 5px;}

#featuredGallery{margin-left:20px;}
#featuredGallery li{float:left;margin:10px 10px 0 10px;}

.listDescription {}
.listDescription li{height:40px;}

#boats li{height:220px;padding:5px;}
#boats img{height:150px; width:200px;float:left;}
#boats .photos li{height:0;padding:0;}
#boats .photos img{height:75px; width:100px;}
#boats .fill{background-color:#F6F6F6;}

#sidebardates{font-size:11px;margin:10px;}
#sidebardates a{border:none;}
#sidebardates li{background-color:#F6F6F6;margin:10px;padding:10px;-moz-border-radius:10px; -webkit-border-radius: 10px;}
#sidebardates dl{margin-left:10px;}
#dateFinder, #eventTypes{margin:10px;padding:10px;background-color:#F6F6F6;-moz-border-radius:10px; -webkit-border-radius: 10px;}
#dateFinder #datepicker{width:200px;text-align:center;}

.calander{float:right;background:url(/assets/images/calander.png) no-repeat;width:53px;height:49px;margin:2px;}
.calander .month{text-align:center;width:53px;color:#fff;margin-left:-2px;}
.calander .day{text-align:center;width:53px;font-size:16px;margin-top:8px;}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#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;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/assets/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/assets/colorbox/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/assets/colorbox/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/assets/colorbox/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/assets/colorbox/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/assets/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/assets/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/assets/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/assets/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/assets/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/assets/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/assets/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/assets/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/assets/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/assets/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/assets/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/assets/colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/assets/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/assets/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/assets/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/assets/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/assets/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


	

	

	

	

	

	

