body{
	background-color: #338090;
	background-image: url(../img/bar_middle.png);
	background-repeat: repeat-x;
	background-position: 0px 330px;
	font-size: 12px;
	color: #4b4233;
	font-family: Verdana;
	text-align: center;
}

a{
    color: #21525c;
    font-weight: bold;
}

a:hover{
    color: #328090;
}

input, textarea{
    border: 1px solid #9bd6e2;
}

#head_container{
	height: 115px;
	width: 100%;
	background-image: url(../img/bar_top.png);
	background-repeat: repeat-x;
	background-position: 0px 40px;
	text-align: left;
}

#head{
	width: 940px;
	margin: auto;
}

#lang_options{
	float: right;
	color: #9CD6E2;
}

#logo{
	margin-top: 21px;
	margin-left: -45px;
}

#content_container{
	margin: auto;
	width: 980px;
	height: 100%;
	text-align: left;
}

#content form{
    margin-top: 35px;
}

#left_col{
	width: 580px;
	height: 100%;
	float: left;
	padding-top: 70px;
}

#right_col{
	width: 385px; /* 400px */
	height: 100%;
	overflow: visible;
	float: left;
	background-image: url(../img/girl.png);
	background-repeat: no-repeat;
	background-position: 240px 0px;
	margin-top: -65px;
	margin-left: 15px;
	padding-top: 255px;
}

#sidebar{
    width: 306px;
    background-image: url(../img/right_col_bg.png);
    background-repeat: no-repeat;
    background-color: #a9cad1;
    margin-top: 6px;
    padding: 20px;
}

#sidebar a img{
    border: 3px solid;
    margin-bottom: 2px;
    height: 50px;
    width: 50px;
}

#sidebar ul li{
    line-height: 16px;
}

div.twitter{
    margin-top: 20px;
    background-color: #c4e7ed;
    padding: 10px;
}
div.twitter a{
    text-decoration: none;
    font-weight: normal;
}

div.twitter img{
    margin-left: -20px;
    margin-top: -30px;
}
div.twitter ul{
    margin-top: 20px;
    color: #21525c;
}

div.twitter ul li{
    padding-left: 3px;
}

#content{
	background-color: #a9cad1;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-x;
    background-position: 0px 115px;
    padding: 30px;
    line-height: 21px;}

#content input, textarea{
    width: 345px;
}

#content input[type=submit]{
    border: none;
    background: none;
    width: 140px;
    color: #21525c;
    text-align: right;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
#content textarea{
    height: 85px;
}

#content #comments{
    margin-top: 30px;
    margin-left: 30px;
    width: 85%;
}
#navigation{
    padding-left: 30px;
    padding-bottom: 8px;
}
#navigation li{
	display: inline;
	margin-right: 15px;
}

h1{
    font-size: 18px;
    margin-bottom: 20px;
}

h2{
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 15px;
}

div.comment {
	width: auto;	
	margin-bottom: 24px;
}
div.bubble{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #9bd6e2;
	background-color: #FFF;	
}
div.comment cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 2px;
	background: transparent url(../img/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

.gallery-photo img{
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

#content ul{
    margin-left: 25px;
}

div.datestamp{
    color: #FFF;
    background-image: url(../img/calendar.png);
    width: 40px;
    height: 45px;
    float: left;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
}

.photo-gallery{
    padding-left: 15px;
}
