/* 
there is a separate stylesheet for tinymce which only includes
the styles needed for article content

tinymce.css
*/


/* reset? */

html {
    overflow-x: auto;
    overflow-y: scroll;
}

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
background: #dad5d2;
margin: 0;
padding: 0;
}



h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0 0 .67em 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

h3, h4 {
    font-size: 1em;
}

a {
color: #356b93;
text-decoration: underline;
}

a:hover {
    color: #333;
    background: #dad5d2;
}

.right p a:visited {
    color: #655670; /* #3d5161; #728594;*/
}

a img {
    border: 0;
    background: white;
}

/* day limmud app form has a table with class"main" 
   ask DR if this may be removed
*/

div.main, .footer {
    margin: 0 auto;
}

div.main {
    width: 960px;
    background: white;

    padding: 25px 0 30px 0; /* 25 not 30 due to image padding */
}

.left {
    width: 195px;
    float: left;

    /* 5px padding as part of logo image if people use elsewhere */
    padding-left: 25px; 
    background: white;
}

.left a:hover {
    background: inherit;
}


.logo {
    margin-bottom: 15px;
}

p.frontpage {

}

/* menu */

.menu {
clear: both;
float: left;
margin: 0;
padding: 10px 0 0 5px; /* compensate for logo padding */
list-style: none;
font-size: 12px;
width: 150px;
}


.menu li {
margin: 0;
}

.menu li a { /*, .menu li.Selected {*/
/*width: 130px;*/
width: 100%;
padding: 5px;
text-decoration: none;
display: list-item;
border-top: 1px dashed #dad5d2;
}

.selected {
font-weight: bold;
}

.menu li a:hover, .menu li a:focus {
background: #eee;
}

.menu ul {
font-weight: normal;
margin: 0;
padding: 0 0 0 15px;
list-style: none;
}

.menu ul li a {
color: #666; /*#ef8203;*/
width: 100%;
font-size: 11px;
}


.menu ul ul li a {
/*    color: #356b93; /* #b01153;*/
}




.right {
    float: left;
    width: 680px;

/* right encroaches slightly on 30-logo. 
   maybe make normal logo 190px wide instead of 195px*/
    padding-left: 25px; 

    padding-top: 5px; /* due to logo image padding */

/*    font-size: 16px;*/
}


/* tinymce */
.right {
    font-size: 12px;
}

.bodytext p, .bodytext ul {
    line-height: 1.5em;
    width: 380px;
    margin-left: 30px;
}

.bodytext ul {
    /*margin-left:0;*/
    padding-left:1.5em;
    position:relative;
    /*left:-1.5em;*/
}

.right li {
    margin-bottom: 0.5em;
}

.banner {
    position: relative;
    width: 100%; /* for ie6(?) http://css-tricks.com/text-blocks-over-image/ */
    overflow: hidden;
    margin-bottom: 35px;
}

/* make headline (link) underline when hovering over photo
   to highlight photo being a link */
.banner:hover a, .introbox:hover a {
    text-decoration: underline;
}
.image_overlay:hover a, .introbox_text:hover a {
    text-decoration: none;
}

.banner p {
    width: auto;
}

.banner h1 {
    margin: 0;
}


.right p.callout_left, .right p.callout_right {
    font-size: 14px;

    padding: 20px;
    background: #f7e8ef; /*#dad5d2;*/
}

.right p.callout_right {
    width: 200px;
    margin-left: 30px;
    float: right;
}

.right p.float_right {
    width: 200px;
    margin-left: 30px;
    float: right;
}

.float_right img {
    float: right;
}

.right .booknow {
    width: 200px;
    margin-left: 30px;
    float: right;
}

.booknow a {
    height: 120px;
    width: 120px;

    float: right;
    overflow: hidden;
    text-indent: -9999px;
    background: url('/pictures/conference/conference2010/book_now.png') no-repeat;
    background-position: 0px -280px;
}

.booknow a:hover {
    background: url('/pictures/conference/conference2010/book_now.png') no-repeat;
background-position: 0px -140px;
}

.booknow a:active {
    background: url('/pictures/conference/conference2010/book_now.png') no-repeat;
background-position: 0px 0px;
}

/**/



.banner p {
    line-height: normal;
}

.banner h1 {
    font-size: 30px;
}

.image_overlay_frontpage h1 {
    font-size: 40px;
}

.you_are_here {
    width: 680px;
    padding-left: 255px;
    font-size: 10px;
    clear: both;
}

.sitemap {
    float: left;
    clear: none;
    padding: 25px 25px 0;

}

/* re-override */
.sitemap, .right .sitemap, .right .sitemap ul {
    width: 150px;
    margin-left: inherit;
}



.sitemap_last {
clear: both;
}

/* reset for sitemap */
.right .sitemap li {
   line-height: auto;
    width: auto;
    margin-left: auto;
    margin-bottom: 0;
}


.clear {
    height: 1px;
    clear: both;
}

.footer {
    font-size: 10px;
    color: #888;

    width: 950px;
    padding: 5px;
    margin-bottom: 30px;
    text-align: right;
    clear: both;
}

.footer a{
color: #666;
}

.footer img {
    float: left;
}


/* homepage main image */ 
NOTINUSE.intro_image_large {
    position: relative;
    width: 100%; /* for ie6(?) http://css-tricks.com/text-blocks-over-image/ */
    overflow: hidden;
    margin-bottom: 35px;
}


.image_overlay {
    color: white;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);

    position: absolute;
    left: 0;
    width: 90%;

    padding: 10px 5%;
}

.image_overlay_base {
    top: 67%;
    height: 33%;
}

.image_overlay_frontpage {
    top: 75%;
    height: 25%;
}

.image_overlay p, .introbox p {
    margin: 0;
}

.image_overlay a, .introbox a {
    color: white;
}

.image_overlay h1 a, .introbox h2 a {
    color: white;
    text-decoration: none;
}

.image_overlay a:hover, .introbox a:hover {
    background: none;
    text-decoration: underline;
}


/* smaller intro boxes */

.introbox {
    font-size: 11px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.introbox_left {
    margin-right: 30px;
}

.introbox div {
    width: 315px;
    color: white;
    padding: 5px;
}

.introbox h2 {
    font-size: 11px;;
}

.blue { background: #004064; }
.orange { background: #ee8100; }
.purple { background: #ab1253; }
.pink { background: #570f8c; }



/* comments (forums0 */

.comment {
	padding-top: 1em;
	margin-bottom: 1em;
}

.comment_date {
	font-size: .8em;
	color: #999;
	float: left;
	margin-right: 2em;
	padding-top: 1.75em;
}

.comment_content {
	width: 380px;
	border-top: 1px dashed #dad5d2;
	padding-top: 1em;
	float: left;

}

.comment_name {
	font-weight: bold;
}

.gallery a img {
    padding: 20px 20px 0 0;
}

.gallery a.gallery_last img{
    padding-right: 0;
}

/* Application form styles 

(from old template, not cleaned yet) 
just changed some colours
*/

form li { 
    list-style-type: none; 
    margin-left: 0;
    padding:0; 
}

form TD.FormHeader {
background-color: #356b93;/*#E28C05;*/
color: white; /*#003366;*/
font-size: 10pt;
font-weight: bold;
text-align: left;
padding-left:10px;
height: 20px;
}

form TD.FormSubHeader {
background-color: #356b93; /*#E28C05;*/
color: white; /*#003366;*/
font-size: 9pt;
font-weight: bold;
text-align: left;
padding-left:10px;
height: 18px;
width:600px;
}

form TD {
font-size: 9pt;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
vertical-align:middle;
}

form TD.FormLabel {
font-size: 8pt;
text-align: right;
}

td {
padding-left: 8px;
padding-right: 8px;
}


TD.FormLeftLabel {
font-size: 8pt;
}

TD.FormCenterLabel {
font-size: 8pt;
text-align: center;
}
#id_country {
text-align: left;
}

.LimmudLRMargin{
background:white;
width: 800px;
/*padding-top:50px;*/
/*margin-left: 30px;*/
padding-left:30px;
padding-right: 30px;
}

form ul {margin-left:0; padding-left:0;}
form ul.radiolist li { list-style-type:none; }
form ul.radiolist label { float:none; display:inline; }
form ul.inline, .inline ul { margin-left:0px; padding:0px; display:inline; list-style-type:none; }
form ul.inline li, .inline ul li { padding-right:7px;display:inline; }
form ul.noninline, .nonil ul.inline li, .noninline ul { margin:0 0 0 0; padding-left:0px; display:block; }

/* added by ds */
.form_errors {
    padding: 5px;
    background: #f7e8ef; /*#dad5d2;*/
}

.form_errors li {
    list-style-type: none;
}

ul.errorlist {
    margin-top:0px;
}

.nonil ul, ul.noninline { 
    margin-top:0px;
    margin-bottom:0px;
    }

form td.top {
    padding-top:10px;
    vertical-align: top;
    font-size: 8pt;
}

#Prices{padding:1px 10px;}
#Prices DL,#Prices H4{margin-top:0px;}
#Prices DT{float:left;width:25em;}
#Prices H3,#Prices H4{margin-bottom:0px;}

.text2 input {width:30px;}
.text4 input {width:60px;}
.col3 ul { width:30em; }
.col3 ul li { float:left; width:15em; }

.LittleText { font-size:11px }

/* My Limmud styles (not cleaned yet) */


#SideBar iframe {
border:0;
width:150px;
padding-left:13px;
overflow:hidden;
}


.mylimmud li, .mylimmud h3, .mylimmud .info p
{
font-size:10px;
}

ul.noindent {
margin-left:0;
padding-left:15px;
margin-top:0;
}

.mylimmud_sb
{
margin-top: 30px;
background-color: white; /*#ccdae2;*/
}


