/*
Colours used:

- Purple: #cc3366 - used for titles in the side bars and for the links
- Orange light: #ffb340
- Dark Orange: #ff9900
- Light grey: #999999
- Super light grey: #f5f5f5, for backgrounds

Structure of the page:
div called "page" is 980px wide. It contains 3 sub divs:
- sidebar 1: width=145 + 20px margin right = 165px
- content: width=630px
- sidebar 2: 20px margin left + width of 165px = 185px

Default font size is set to 10px for reference only. All other fonts are set in ems. E.g. 1.4em = 1.4 x 10px = 14px

*/

html, body { height: 100%; }

* {
	margin: 0;
	padding: 0;
}

/* The default size for ‘medium’ text in all modern browsers is 16px. 
We reduce this size for the entire document by setting body size to 62.5% of 16px = 10px
Just because it is a nice round number
*/
body {
	background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:62.5%;
	color: #000000;
}


h1, h2, h3 {
	/*margin-top: 1.5em;*/
	color: #ff9900;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
}

p{
    margin-top: 1.5em;
    line-height: 1.8em;
	font-size: 1.4em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #cc3366;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #ff9900;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #ff9900;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	width: 980px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
    padding-top: 15px;
    background-color: #FFFFFF;
}

html>body #wrapper { height: auto; }

/* Logo */

#logo {
	width: 980px;
	height: 140px;
	margin: 0 auto;
    padding-bottom: 30px;
    background: url(images/logo_julieandfred.jpg) no-repeat left top;
}



/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	border-top: none;
    background: url(images/background.gif) repeat-y left top;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

/* "post" divs are used on the home page, for each post */

.post {
}


.post h1{
	padding: 0px 0 0 0px;
	font-size: 1.8em;
	margin-top: 0px;
}


.meta {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0.5em 0em 0em 0.5em;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #00B4CE;
}


#sidebar1 {
	width: 145px;
	padding: 0px 0px 0px 0px;
	background-color: #ff9900;
	margin: 0px 20px 0px 0px;
}

#sidebar1 li h2 {
	margin: 0 0 0 0;
	padding: 0 0  0 0;
	color: #cc3366;
	font-size: 1.5em;
	font-family: Tahoma;
	/*height: 20px;*/
}

#sidebar1 li ul {
	line-height: normal;
	background-color: #ffb340;
	width: 125px;
	list-style: none;
}

#sidebar1 li li {
	padding: 0px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 5px;
	text-indent: 0px;
}

#sidebar1 li a {
	border: none;
	color: #FFFFFF;
	text-decoration: none ;
	font-size: 1.1em;
}

#sidebar1 li a:hover {
	border: none;
	text-decoration: underline ;
}

#sidebar2 {
	width: 165px;
	padding: 0px 0px 0px 0px;
	margin-left: 20px;
  /*  background-color: #f5f5f5;  */
}


#sidebar2 ul li{
	line-height: normal;
	font-size: 1.1em;
	margin-bottom: 1.2em;
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
	background-image: url(images/bullet2.gif);
	background-position: left 5px;
	background-repeat: no-repeat;

}

#sidebar2 h3{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


/* Footer */

#footer {
}

#footer p {
	padding-top: 0px;
	text-align: center;
	font-size: 1em;
	color: #000000;
}


/* From old stuff */
/*.dominante1Bg {
	background-color: #ff9900;
}*/

.dominante3Bg {
	background-color: #ffcc80;
    font-size: 1.4em;
}
.dominante4Bg {
	background-color: #FFE6BF;
    font-size: 1.4em;
}

.tonique1Big {
	color: #cc3366;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.dominante1Big {
	color: #ff9900;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
}
.dominante2Bg {
	background-color: #ffb340;
}
a.numComments:link{
   color: #999999;
   text-decoration: none;
   font-size: 1.1em;
}
a.numComments:visited{
   color: #999999;
   text-decoration: none;
   font-size: 1.1em;
}
a.numComments:hover{
   color: #999999;
   text-decoration: underline;
   font-size: 1.1em;
}

a.body:link {
  text-decoration: none ;
  color: #cc3366;
}

a.body:visited {
  text-decoration: none ;
  color: #cc3366;
}

a.body:hover {
  text-decoration: underline ;
  color: #cc3366;
}

a.body:active{
  text-decoration: none;
  color: #cc3366;
}

.dominante1BigBig {
	color: #ff9900;
	font-family: Tahoma;
	font-size: 1.3em;
	font-weight: bold
}

/* Required for ArticleCommentForm*/
form label {
	text-align: right;
	display: block;
	width: 150px;
	float: left;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 15px;

}
legend {
	font-weight: bold;
	color: #e060a0;
    font-size: 1.3em;
}

fieldset {
	background-color: #f8f6f6;
    font-size: 0.95em;
}

fieldset.fieldSetNormal {
	width: 500px;
	text-align: left;
}
form.ArticleCommentForm {
	text-align: center;
}
textarea.TextAreaSmall {
	width: 450px;
	margin-top: 5px;
	height: 150px;
    margin-left: 20px;
}
.FieldSmall {
	margin-top: 15px;
	width: 160px;
}
.requiredField{
	color: #6fcbf1;
	font-weight: bold;
}
#formSubmitButton {
	text-align: right;
	margin-top: 15px;
	margin-right: 10px;
}
.error{
    color:red;
    font-weight:bold;
}
.greyBorder {
	margin: 0px;
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 5px;
}
/* Required for listarticles.jsp*/
.result {
	font-size: 1.0em;
    background: gainsboro;
    font-weight: bold;
}

/* For comments part of article.jsp*/
.commentBox {
	background: gainsboro;
    padding: 5px;
    font-size: 1.4em;
    line-height: 1.8em;
    margin-top: 50px;
}

.articleComment {
	background: #f8f6f6;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

.articleCommentPreview{
    background: #f8f6f6;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    border: 3px solid #cc3366;
}
.confirmComment{
    color: #cc3366;
	font-family: Tahoma;
	font-weight: bold;
    font-size: 1.4em;
    padding-left:10px
}

#article{
	text-align:justify;
    }

.articleTitle{
	font-size: 1.4em;
	margin-left: 10px;
}	
	
.thumbnailContainer{
	float:left; 
	width:75px;
	margin-bottom:5px;
	text-align:center;

}

.embeddedPic{
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

