*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none;padding:0px; }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */


body{
font-family:  Arial;
background-color:#740499;
color:white;
margin:auto;
}

a{
color:white;
}

h1{
font-size:45px;
}
h2{
font-size:30pt;
height:20px;
}
h3{
font-size:24pt;
height:10px;
}

p{
font-size:12pt;
}

label{
display:block;
}
th{
padding:2px;
font-weight:bold;
}
td{
padding:2px;
}

hr{
color:#e79dff;
}

textarea{
width:470px;
height:100px;
}


#wrapper{
width:960px;
margin:auto;
}
#header{
background:url(../img/bg.jpg) repeat-x;
}
#header .logo{
background:url(../img/head.jpg) no-repeat;
height:165px;
}

#content-home{
float:left;
}

#content-home .item-workshop{
border:1px solid #e79dff;
margin-top:20px;
padding:0px;
width:700px;
}


#content-home .item-workshop h3{
margin-left:12px;
position:relative;
top:-25px;
}

#content-home .item-workshop p{
margin-left:15px;
position:relative;
top:-25px;
}

#content-home .item-workshop .more{
margin-left:15px;
position:relative;
top:-15px;
}

#nav{
height:34px;
border:solid 1px #9302c3;
background:#6b038e;
}

#nav ul{
position:relative;
display:inline;
top:6px;
margin-left:30px;
}


#portlet{
float:right;
width:235px;
border:solid 1px #e79dff;
position:relative;
top:86px;
}

#portlet h4{
position:relative;
height:35px;
padding-left:10px;
font-weight:bold;
background:#6b038e;
top:-35px;
font-size:20pt;
}

#portlet .portlet-menu{
position:relative;
margin-left:10px;
top:-70px;
}
#nav li{
display:inline;
padding-left:10px;
}

#nav a{
text-decoration:none;

}
#nav a:hover{
text-decoration:underline;

}

#booking{
padding:0px 15px;
border:1px solid #e79dff;

}

.session li{
    
    padding:10px;
    list-style:square;
    margin:0px 30px;
font-size:18pt;
}
#sidebar{
float:left;
width:150px;
border:1px solid #bbbbbb;
}
#sidebar a{
color:white;
}
#sidebar h3{
font-size:24px;
}

#sidebar .menu-block{
padding:0px 0px 0px 15px;
}

#sidebar h3{
height:5px;
}

#content{
margin-left:170px;
}

#login_form {
	width: 300px;
	background: #f0f0f0 url(../img/login_bg.jpg) repeat-x 0 0;
	border: 1px solid white;
	margin: 250px auto 0;
	padding: 1em;
	-moz-border-radius: 3px;
}
#login_form h1{
color:black;

}


#login_form input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 275px;
	border: 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 1em;
}

#login_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	background: #348075;
	color: white;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;

}

#login_form input[type=submit]:hover, form a:hover {
	background: #287368;
	cursor: pointer;
}
#footer p{
padding-top:20px;
clear:both;
text-align:center;
font-size:12px;
}