#content {
	position:relative;
}

#signup_now {
	position:absolute;
	top:10px;
	right:5px;
	font-size:1.11em
}
#signup_now a {
	font-weight:bold;
}

#pick_date {
	background:url(../img/common/date_pick.png) no-repeat center top;
	width:12px;
	height:12px;
	display:inline;
	padding-left:16px;
}
#pick_date span {
	display:none;
}
ul#blog_actions {
	margin-left:5px;
}
form#blog_entry_form .text label{
	text-align:left;
	float:none;
}
form#blog_entry_form .text input {
	width:508px;
	font-size:1.6363em;
	color:#c41818;
	font-weight:bold;	
	background:#fff;
	border:1px solid #ccc;
}
form#blog_entry_form .textarea textarea {
	width:508px;
	height:300px;
}
form#blog_entry_form select {
	background:#fff;
	color:#000;
}
form#blog_entry_form .checkboxes .checkbox {
	float:left;
	clear:none;
}
form#blog_entry_form .checkboxes strong,
form#blog_entry_form .published label {
	width:100px;
	float:left;
	display:block;
	margin-right:5px;
	text-align:left;
	padding:0;
	clear:none;
}
form#blog_entry_form .published input {
	float:left;
	margin-right:5px;
}
form#blog_entry_form .published .datetime {
	float:left;
	clear:none;
}
form#blog_entry_form .checkboxes .checkbox input{
	margin-left:0;
}
form#blog_entry_form .user_actions {
	margin-bottom:10px;
}
form#blog_entry_form .user_actions li {
	float:right;
}



#latest_news_blog {
	clear:both;
}
#latest_news_blog ul {
	margin-bottom:10px;
}
a#toggle_all {
	margin-bottom:15px;
}

.blog_entry  {
	clear:both;
	float:left;
	margin:0 5px 0 5px;
	overflow:hidden;
	position:relative;
	width:500px;
	padding:20px 5px 0 5px;
	border-bottom:1px solid #e5e5e5;
}
.blog_entry h3 {
	font-size:1.6363em;
	margin:0 0 0.5em;
}
.unpublished h3,
.unpublished h3 a {
	color:#999;
}
.blog_entry ul.user_actions {
	position:absolute;
	width:auto;
	top:15px;
	right:0;
}
.blog_entry .blog_entry_message {
	margin:0 0 1em;
}


#blog_calendar h3 {
	padding-left:8px;
	position:relative;
}
#blog_calendar .content {
	width:182px;
	margin:5px 0 0 3px;
}
#blog_calendar .prev_month span,
#blog_calendar .next_month span {
	display:none;
}
#blog_calendar .prev_month,
#blog_calendar .next_month {
	position:absolute;
	top:2px;
	right:5px;
	width:10px;
	height:10px;
	display:inline;
	float:right;
	background:url(../img/common/arrow_small_grey_right.png) no-repeat 2px 2px;
}
#blog_calendar .prev_month {
	right:15px;
}
#blog_calendar span.next_month {background-image:url(../img/common/arrow_small_grey_right.png);}
#blog_calendar a.next_month {background-image:url(../img/common/arrow_small_white_right.png) ;}
#blog_calendar span.prev_month {background-image:url(../img/common/arrow_small_grey_left.png);}
#blog_calendar a.prev_month {background-image:url(../img/common/arrow_small_white_left.png) ;}


img#profile_image {
	display:block;
	border:1px solid #666;
}

#added_as_favourite {
	margin:10px 0 0 0;
}
#added_as_favourite h3 {
	margin: 0 0 0 5px;
}
#added_as_favourite p {
	margin: 0 0 5px 5px;
}
/*------------------------- presentation ------------------------- */

#profile_latest_blogs ul.user_blog_list li p.created {
	color:#515151;
}
#profile_latest_blogs ul.user_blog_list li p.message {
	color:#707070;
}
#profile_latest_blogs ul.user_blog_list li p {
	background:none;
}


#presentation h1 {
	color:#fff;
	font-weight:normal;
}
#presentation h2 {
	font-weight:normal;
	padding:0;
	background:none;
}
#presentation .box {
	border-top:1px solid #1a1a1a;	
}
#presentation dl.item_info dt  {
	font-weight:normal;	
}
#presentation dl.item_info dd {
	color:#fff;
	border-color:#1f1f1f;
}
table.info_table {
	width:100%;
	margin: 0 0 1em 0;
}
table.info_table th {
	width:70px;
}
table.info_table td {
	width:150px;
}
table.info_table th,
table.info_table td {
	padding-right:2px;
}
table.info_table tr.last th,
table.info_table tr.last td {
	border:none;
}



/* ============================ SETTINGS ============================ */
#upload_photo_holder .button {
	float:left;
}
#upload_photo_holder form.delete_form {
	float:right;
}

#settings .item,
#settings form {
	float:left;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#settings .item {
	border-bottom:1px solid #ccc;
}


#settings form#blogthemes {
	position: relative;
	overflow: visible;
}
#settings form#blogthemes #themepreview {
	position: absolute;
	right: -350px;
	width: 294px;
	height: 180px;
}
#settings form#blogthemes #themepreview img {
	
}
/* ============================ MAILS ============================ */
table#mail_table {
	width:458px;
	border-collapse:collapse;
}
table#mail_table th {
	font-weight:bold;
	text-align:left;
}
table#mail_table th,
table#mail_table td {
	padding:6px 4px 6px 2px;
	border-bottom:1px solid #ddd;
}

table#mail_table tr.even td {
	background:#eee;
}

#read_mail img.profile_image {
	float:left;
	margin-right:5px;
}
#read_mail #mail_info {
	float:left;
	width:350px;
}
#read_mail #mail_message {
	clear:both;
	overflow:hidden;
	width:438px;
	border-top:5px solid #eee;
	border-bottom:5px solid #eee;
	padding:10px;
	margin:0 0 10px;
}
ul.mail_actions {
	clear:both;
	float:right;
	margin-bottom:10px;
}
form#reply_mail_form {
	clear:both;
	background:#eee;
	padding:20px;
	margin:20px 0 0 0;
}
form#reply_mail_form .text input,
form#reply_mail_form textarea{
	width:400px;
	clear:both;
}
form#reply_mail_form textarea {
	height:200px;
}
/* ============================ GUESTBOOK ============================ */
form#guestbook_form .checkbox {
	float:left;
	clear:none;
}
form#guestbook_form .checkbox input {
	margin-left:0;
}
form#guestbook_form .submit {
	float:right;
	clear:none;
}

/* ============================ ALBUM ============================ */
ul.album_list li.album {
	border-bottom:1px solid #222;
	padding:10px;
	float:left;
	width:157px;
}
ul.album_list li.album img {
	border:1px solid #333;
}
ul.album_list li.album h3 {
	margin:0;
}
ul.album_list li.last {
	border-bottom:none;
}
.image_holder {
	background:#eee;
	text-align:center;
	margin:0 0 10px 0;
}
.image_holder img{
}
form.album_form {
	border-bottom:1px solid #ddd;
	margin:0 0 10px 0;
}
form#album_image_form img{
	float:left;
}
form#album_image_form .image_inputs {
	float:left;
	width:350px;
	clear:none;
}
form#album_image_form .text input {
	width:150px;
}
form#album_image_form a.button {
	position:absolute;
	top:0;
	right:0;
}
form#album_image_form .image_inputs {
	position:relative;
}

form#album_image_form ul.album_image_form_list li {
	border-bottom:1px solid #ddd;
	float:left;
	width:463px;
	margin:0 0 10px 0;
	overflow:hidden;
}

#album_image_comments .comments_holder {
	margin: 0 0 5px 5px;
}

/* ============================ DOUBLE BLAGH ============================ */

#double_blog {
 	overflow:hidden;
	clear:both
}
#double_blog .box {
 	width:332px;
}
.double_blog {
	width:332px;
 	float:left;
 	display:inline;
 	overflow:hidden;
}
.double_blog .blog_entry{
	width:317px;
	overflow:hidden;
}
.double_blog .blog_entry .blog_entry_message{
	width:317px;
	overflow:hidden;
	margin-right:0;
	margin-left:0;
}
.blog_2 {
	margin-left:0;
}
.double_blog .mms_image img{
	width:315px;
	margin:0 0 10px 0;
}

#double_blog #user_blog_header {
	width:658px;
	height:210px;
	margin:5px;
	position:relative;
}
#double_blog #user_blog_header a.rss {
	position:absolute;
	top:5px;
	right:5px;
}
#double_blog #user_blog_header a.favourite_blog {
	position:absolute;
	bottom:5px;
	right:5px;
	color:#fff;
	font-weight:bold;
}
#double_blog #user_blog_header #num_of_readers {
	position:absolute;
	width:200px;
	bottom:5px;
	left:5px;
}
#double_blog #user_blog_header #num_of_readers p {
	margin:0;
	color:#fff;
}
#double_blog #user_blog_header #num_of_readers h3 {
	color:#fff;
}
#double_blog .comments_holder {
	background:#e4e4e4;
	overflow:hidden;
	clear:both;
	margin:0;
	width:327px;
}

#double_blog form.comment_form {
	margin:0;
	padding:0;
	width:327px;
}
#double_blog form.comment_form fieldset{
	width:297px;
}
#double_blog form.comment_form textarea{
	width:264px;
}
#double_blog ul.comments{
	width:auto;
}
#double_blog ul.comments .comment_message {
	width:205px;
}
#double_blog ul.comments li.comment_item {
	width:270px;
}

