/*
css reset
*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}



/*
* BODY, WRAPPER
*/

DIV#wrapper{
    width: 1000px;
    margin: 0px auto;
    background: url(/images/swirly.jpg) left top no-repeat;
}

BODY{
    background: #eff7fd url(/images/bg.jpg) repeat-x left top;
    direction: rtl;
}

/*
* Typography
*/

BODY, INPUT, TEXTAREA{
    font-family: Arial;
}

h1,h2,h3,h4,h5{
}

h2{
    font-size:20px;
}

h3{
    font-size:16px;
}


/**
* Header
*/
DIV#header h1{
    display:none;
}


a#logo{
    float:right;
    margin-left:30px;
}

HR{
    clear:both;
    height:1px;
    visibility:hidden;
}

/*
* Featured Images
*/
DIV.featured-div{
    cursor:pointer;
    width:230px;
    float:left;
    margin-left:10px;
    height:400px;
    background-position: center center;
    background-repeat:no-repeat;
    background-color:#fff;
    border:5px solid #a9a9a9;
    overflow:hidden;
}



DIV#featured-image-left{
    margin-left:0;
}

DIV#featured-image-right{
}

DIV#featured-image-center{
}

DIV.featured-text{
    background: url(/images/darker-bg.png);
    color:#323639;
    margin-top: 360px;
    padding:10px;
    visibility:hidden;
}

DIV#featured A{
    text-decoration: none;
}


/**
* Photostream
*/

ul#top-photostream{
    float:left;
    margin-top:45px;
}

ul.photostream{
    margin:5px;
    margin-left:0;
}

ul.photostream li {
    float:left;
}

ul.photostream li img, ul#galleries li img{
    margin:4px 8px 4px 0;
    background: #fff;
    padding:3px;
    border: 3px solid #616466;
    -moz-border-radius: 5px;
}

a.photostream-item{
    outline:none;
}
a.photostream-item:hover img{
    border-color: #b9dbec;
}

ul#side-photostream{
    margin-right:10px;
}

ul#side-photostream li{
    float:right;
}


ul.photostream a.selected-item img{
    border-color: #ffc600;
}
ul.photostream a.photostream-item img.photostream-edit{
    border-left:none;
    border-bottom:none;
    position:absolute;
    float:left;
    display:none;
    -moz-border-radius: 0px ;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

ul.photostream a.photostream-disabled-item img{
    border-color: #a9a9a9;
}

ul.photostream a.photostream-item:hover img.photostream-edit{
    display:inline;
}

DIV.photostream-container{
    background: #fff;
    margin: 10px;
    padding:6px;
}

ul#gallery-photostream{
    margin-right:10px;
}

ul#gallery-photostream li{
    float:right;
}



/**
* Main Layout
*/

DIV#body{
    margin-top:20px;
}

DIV#side{
    background:#e1e1e1;
    width:246px;    
    float:right;
}

BODY#home DIV#side{
    height:410px;
}

BODY#home DIV.full-side{
    height:auto !important;
}

DIV#side div.padded{
    margin:10px;
}

DIV#side-header{
    background:#323639;
    color:#fff;
    font-family: tahoma;
    line-height: 43px;
    padding: 0 10px;
}

DIV#side-header h3 a{
    color: #fff;
    text-decoration:none;
}
DIV#side-description{
    padding:10px;
    font-size:12px;
    background: #a9a9a9;
}

DIV#side-description p{
    padding-bottom: 10px;
}

DIV#main{
    width:740px;
    float:left;
}

DIV.clear{
    clear:both;
}

DIV#main h2{
    background:#457598;
    color:#fff;
    line-height:43px;
    padding:0px 8px 0 8px;
    font-weight: normal;
}

/**
* Picture page
*/

BODY#pictures DIV#main, BODY#galleries DIV#main,  BODY#pages DIV#main,DIV.admin{
    background:#d3eefb;

}

DIV#image-column{
    width:456px;
    float:left;
    margin:10px;
    margin-right:0;
}

DIV.full-image{
    width:790px !important;
}

DIV#text-column, DIV#gallery-text{
    width:280px;
    margin:10px;
    margin-left:-20px;
    float:left;
    background: url(/images/quote.png) no-repeat top right;
    padding-top:10px;
}

DIV#gallery-text{
    width:auto;
    float:none;
    padding-right:40px;
    margin-bottom:15px;
}

DIV#text-column p{
    padding:3px 50px 15px 5px;
    font-size:14px;
}

DIV#image-column p small{
    display:block;
    text-align:center;
    font-size:12px;
    color:#a9a9a9;

}

ul#gallery-photos li {
    float:right;
    display:block;
    padding:10px;
    background: #fff;
    margin: 0 10px 10px 10px;
    width:330px;
}

ul#gallery-photos li img{
    float:right;
    background: #fff;
    padding: 3px;
    border: 1px solid #a9a9a9;
    margin: 3px;
    margin-left:10px;
}

ul#gallery-photos li h4{
    font-size: 25px;
    color: #a9a9a9 !important;
    margin-bottom:8px;
}


ul#gallery-photos li h4 a{
	    color: #a9a9a9 ;
}

ul#gallery-photos li h6{
    font-weight: normal;

    font-size:14px;
}

ul#gallery-photos li h6 a{
	    color: #323639 ;
}

ul#gallery-photos li a{
    text-decoration:none;
}

/**
* Drop Shadow
*/

.p-shadow {
    width: 90%;
    float:left;
    background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.p-shadow div {
    background: none !important;
    background: url(/images/shadow2.gif) no-repeat left top;
    padding: 0 !important;
    padding: 0 6px 6px 0;
}

.p-shadow p {
    color: #777;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    padding: 4px;
    margin: -6px 6px 6px -6px !important;
    margin: 0;
}


a.edit, a.manage{
    float:left
}

a.logout,a.logout:visited {
    font-size: 11px;
    color: #fff;
}
a.edit img{
    background: #fff url(/images/edit.png) center center no-repeat;
    padding:3px;
    -moz-border-radius: 3px;
}

a.edit:hover img{
    background-color: #d8ebff

}

a.manage img{
    opacity:0.3;
    background:  url(/images/manage.png) center center no-repeat;
    padding:3px;
    -moz-border-radius: 3px;
}

a.manage:hover img{
    opacity:1.0;
}

a.manage{
    position:absolute;
    left:10px;
}

a.logout{
    left:32px;
}

.padded{
    margin: 8px;
}


.floatr{
    float:right;
}

.floatl{
    float:left;
}


DIV.centered-pic{
    margin:10px;
    border:1px solid #a9a9a9;
    color: #777;
    padding:5px;
    text-align:center;
    background:#fff;
}

/**
* Form
*/

LABEL{
    display: block;
    font-weight:bold;
    font-size:14px;
    margin: 15px 0 5px 0;
}

DIV.form{
    padding:10px;
}

INPUT.big, TEXTAREA{
    border: 1px solid #153455;
    padding:3px;
    width: 96%;
}

TEXTAREA{
    height:150px;
}

TEXTAREA.long{
    height:300px;
}

INPUT.medium{
    border: 1px solid #153455;
    padding: 3px;
    width: 30%;
    font-size:15px;
}

INPUT.big{
    font-size:18px;
}

DIV.bottom-bar{
    margin-top:10px;
    background: #323639;
    padding:5px;
    text-align:left;
    clear:both;
}

IMG.small-pic{
    float:right;
    padding:3px;
    background: #fff;
    border: 1px solid #6d6d6d;
    margin: 10px 4px 4px 4px;
}

DIV#main h3{
    margin-top:10px;
    padding:4px;
    color:#fff;
    background: #457598;
    line-height: 20px;
}

DIV#main a.button{
    display:block;
    float:left;
    padding:2px 5px;
    -moz-border-radius: 3px;
    background: #fff;
    font-size:12px;
    line-height:16px;
    text-decoration: none;
    font-weight: normal;
}

DIV#main h2 a.button{
    margin-top:11px;
}

DIV#main a.button:hover{
    background: #eff7fd;
}

DIV#main a.button img{
    float:right;
    margin-left:4px;
}

DIV#main h3 a.gallery-link{
    text-decoration: none;
    color:#fff;
}



/**
* Error
*/
DIV#error{
    text-align:center;
    margin: 10px 0;
    background: #feb3b3;
    border: 2px solid #c30000;
    border-left:none;
    border-right:none;
    padding:20px 10px;
    color: #c30000;
}

DIV#error a{
    color: #c30000;
}

a,a:visited{
    color: #323639;
}

/**
* Navigation
**/

DIV.navigation a{
    line-height:16px;
    font-size: 12px;
    text-decoration: none;
    display:block;
    margin:4px 6px;
}

DIV.navigation a.last{
    margin-top:10px;
}

DIV.navigation a img{
    float:right;
    margin-left: 5px;
}


/**
* Message
*/
DIV#message{
    text-align:center;
    margin: 10px 0;
    background: #b1dd96;
    border: 2px solid #53842f;
    border-left:none;
    border-right:none;
    padding:10px 10px;
    color: #53842f;
}

a.maillink{
    float:left;
    display:block;
    padding:13px 5px;
}

a.maillink img{
    float:left;
}


/**
* Pages
*/

ul#header-navigation{
    padding-top:65px;
}

ul#header-navigation li{
    display:inline;
}

ul#header-navigation li a{
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #D3EEFB;
    text-decoration:none;
    border-right:2px solid #D3EEFB;
    line-height:16px;
}

ul#header-navigation li.all-pics a{
    zoom:1;
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #D3EEFB;
    text-decoration:none;
    border:none;
    height:16px;
}

ul#header-navigation li.all-pics a img{
    position:relative;
    margin-left:3px;
    zoom:1;
}

ul#header-navigation li a.last-item{
    border:none;
}

ul#header-navigation li a:hover{
    background: #D3EEFB;
    color: #323639;
}


.ltr{
    direction:ltr;
    text-align:left;
}

DIV.full-page{
    width: 1000px !important;
    background: #d3eefb;
}

DIV#page-content{
    padding:5px 30px;
    font-size:14px;
    line-height:1.3;
}

DIV#page-content h1{
    margin-top:15px;
    margin-bottom:10px;
    font-size:20px;
}

DIV#page-content ul{
    padding-right:20px;
    list-style:disc;
}

DIV#page-content p{
    margin:5px 0 10px 0;
}

/**
* Footer
*/

DIV#footer{
    color: #a9a9a9;
    font-size:12px;
    text-align:center;
    line-height:80px;

}

/**
* Disabled
*/

DIV#main H2.disabled-title{
    background:#a9a9a9;
}

/**
*  Galleries
*/

ul#galleries li img{
    float:right;
    margin-left:10px;
}


ul#galleries li{
    display:block;

    height:69px;
}

ul#galleries li a{
	    text-decoration:none;
}

ul#galleries li h6{
    font-size:12px;
    font-weight:normal;
    margin:2px;
    
}

ul#galleries li h4{
    padding-top:13px;
}

ul#galleries li:hover{
    background: #fff;
}

/**
 * Gallery page
 */

DIV#gallery-pictures-column{
    width:456px;
    float:left;
    margin:10px;
    margin-right:0;
    background: #fff;
}

DIV.full-image{
    width:790px !important;
}



