#content_inner {
  background: white;
  text-align: left;
  border: #888888 1px solid;
  padding: 10px;
  margin: 0px;
}

#content_shadow {
  background: url(/images/content_shadow.png) repeat-x;
  height: height: 20px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.icon img {
  vertical-align: middle;
  padding-bottom: 4px;
}
#home table .even {
  background: #eeeeee;
}
#blogg table .even {
  background: #eeeeee;
}

#home h1 { font: bold 18px comic sans ms; }
#home p {
  padding: 0px;
  margin: 0px;
}
#home .box {
  width: 100%;
  height: 240px;
  padding: 10px;
  background: url(/images/minpojke_box_bg.png) repeat-x;
  text-align: left;
}
#home .album img {
  margin: 10px;
  border: black 1px solid;
}
#home .box2 {
  width: 100%;
  height: 240px;
  padding: 10px;
  background: url(/images/minpojke_box2_bg.png) repeat-x;
  text-align: left;
}
#home .box_outer {
  float: left;
  width: 400px;
  margin: 5px 20px 5px 20px;
  text-align: center;
}
#home .box img {
  border: #555555 1px solid;
  border: black 1px solid;
}
#home {
  width: 900px;
  margin: 0px auto;
}
h1,h2 { padding: 0px; margin: 0px; font: bold 15px arial; }

#email_homepage {
  display: none;
}
.semitransparent {
  padding: 2px;
  background: url("/images/whitening_70.png") repeat;
  white-space: nowrap;
  width: 10%;
}

#welcome {
  width: 290px;
  background: url("/images/whitening_70.png") repeat;
  background: #eeeeee;
  padding: 5px;
  margin: 5px;
  float: left;
  border: #bbbbbb 1px solid;
}
#latest_pictures {
  width: 460px;
  height: 350px;
  float: left;
  background: url("/images/whitening_70.png") repeat;
  padding: 5px;
  margin: 5px;
  border: #bbbbbb 1px solid;
}
#latest_pictures img {
  max-width: 150px;
  max-height: 150px;
}


#navigation {
  float: left;
  padding-top: 10px;
  color: white;
}
#navigation a { color: white; font: 11px verdana; }
#navigation a:visited { color: white; font: 11px verdana; }
#page {
  width: 600px;
  background: white;
  text-align: left;
  padding: 10px;
  border: #dddddd 1px solid;
}

#tabs {
  float: left;
  padding-bottom: 20px;
  width: 99%;
  background: white;
}
#tabs legend {
  padding: 0px;
  margin: 0px;
}
#tabs fieldset {
  border: 0px solid;
}
#tabs ul {
}

#path_navigation {
  clear: both;
  font: bold 11px verdana;
  padding: 0px;
  margin-left: 7px;
  white-space: nowrap;
  text-transform: downcase;
  color: #eeeeee;
}
#path_navigation a {
  color: #eeeeee;
  text-transform: downcase;
  border-bottom: 1px solid;
  text-decoration: underline;
}
#path_navigation a:hover {
  color: red;
  background: none;
}

#path_navigation h1 {
  color: white;
  font: bold 11px verdana;
  text-transform: downcase;
  display: inline;
}

.user {
  text-align: center;
}
.user #presentation {
  width: 95%;
  background: white;
  padding: 5px 10px 5px 10px;
  margin-bottom: 20px;
  border: #bbbbbb 1px solid;
  background: white url("/images/minpojke_bg.png") repeat-x;
  text-align: left;
}
.user .kid {
  float: left;
  width: 400px;
}

#page h1 {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  font: 22px verdana;
}
#page h2 {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  font: italic 18px arial;
}
.flash_notice {
  background: #E8D58A;
  border: #7F7344 2px dotted;
  font: 17px verdana;
  width: 500px;
  padding: 5px;
  color: black;
}
th td {
  font: bold 12px arial;
  text-align: left;
}

.page {
  background: white;
  border: 1px solid #eeeeee;
  padding: 30px;
  clear: all;
}
.page h1,h2 {
  color: black;
}

.playground { 
 background: #fff; margin-left: 5px; margin-right: 5px; position: relative; padding: 10px;
}
#images, #backgrounds, #frames {
  padding: 10px;
  vertical-align: top;
}
.image_box a {
  text-decoration: none;
}
.image_box {
  background: #dddddd;
  border: #aaaaaa 1px solid;
  padding: 5px;
  margin: 10px;
  width: 800px;
}
.background_box {
  float: left;
  margin: 1px;
  width: 45px;
  height: 45px;
  border: #eeeeee 4px solid;
  overflow: hidden;
  background: none;
}
.frame_box {
  float: left;
  margin: 5px;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border: #eeeeee 4px solid;
  background: none;
}
.selected_box {
  border: red 4px solid;
}

.ui-selecting {
  background-color: #eee;
}
.ui-selected {
  background-color: red;
}

.image_box #delete {
  float: right;
}
img {
  border: 0px;
}

a {
  text-decoration: none;
}
.pagination .current {
  font: bold 11px verdana;
  margin: 0px;
  padding: 2px;
  border: black 1px solid;
  color: white;
  background: blue;
}
.pagination a {
  font: bold 11px verdana;
  margin: 0px;
  padding: 3px;
  border: black 1px solid;
  color: blue;
  background: white;
  text-decoration: none;
}
.pagination .disabled {
  margin: 0px;
  padding: 3px;
  border: #aaaaaa 1px solid;
  color: #aaaaaa;
  background: white;
}
.pagination {
  font: bold 11px verdana;
  padding: 5px;
  margin: 10px;
  float: right;
}
.image {
  float: left;
  width: 200px;
  height: 150px;
  margin: 5px;
  padding: 2px;
  text-align: center;
  background: white;
  border: #dddddd 1px solid;
}
.image #delete {
  float: right;
}
.kid_box {
  float: left;
  width: 150px;
  height: 120px;
  text-align: center;
  padding: 3px;
  background: white;
  border: #dddddd 1px solid;
  margin: 5px;
}

.kid_box_medium {
  float: left;
  width: 300px;
  height: 250px;
  text-align: center;
  padding: 3px;
  background: white;
  border: #dddddd 1px solid;
  margin: 5px;
}


.kid .header {
  width: 500px;
  background: url("/images/whitening_70.png") repeat;
  text-align: center;
  padding: 6px;
  padding-bottom: 0px;
}
.kid .nextprev {
  background: url("/images/whitening_70.png") repeat;
  color: black;
  padding: 0px;
  width: 130px;
  font: bold 13px comic sans ms;
}
.kid .nextprev a:hover {

}
.kid .nextprev a {
  color: #4e5f81;
  color: #2e3f61;
  font: bold 18px verdana, comic sans ms;
}
.kid {
  width: 100%;
  text-align: center;
}
.kid h1,h2 { display: inline; }
/*
.kid h3 {
  font: bold 20px verdana;
  color: #aa1111;
  padding-bottom: 2px;
  border-bottom: #993333 2px solid;
}
*/
.kid h1 {
  text-align: left;
  font: bold 25px arial;
  color: black;
  display: inline;
}
.kid h2 {
  font: bold 18px comic sans ms,verdana,arial;
  color: black;
}
.kid #image_description {
  margin-bottom: 5px;
  padding: 2px;
  background: url("/images/whitening_70.png") repeat;
  color: black;
  border: #3f4c68 0px solid;
  width: 600px;
  text-align: center;
}
.kid #image_description #links {
  white-space: nowrap;
}

.kid #image_description img {
  vertical-align: middle;
  padding-bottom: 4px;
}

/************* MAIN *************/
body {
  padding: 0px;
  margin: 0px;
	font: 13px verdana;
  color: black;
  width: 100%;
  height: 100%;
  background: white url("/images/minpojke_bg.png") repeat-x;
}
#main {
  margin: 0 auto;
}
#admin_content {
  background: #eeeeee;
  border: #dddddd 1px solid;
	padding: 5px;
  margin: 10px;
  clear: both;
}
#admin_content h1 {
  color: black;
}

#content {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
}
#content a {
 //  color: #3480CA;
  text-decoration: none;
  padding-bottom: 1px;
  // border-bottom: dotted 1px #3480CA;
}
#content a:hover {
  text-decoration: none;
}

#logo {
  float: left;
  width: 270px;
}
#logo a:hover {
  background: none;
}

#title {
//  margin: 0px auto;
//  padding-top: 10px;
  width: 450px;
  white-space: nowrap;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
  border: red 1px;
  color: white;
  font: 11px verdana, comic sans ms;
}
#title a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  background: none;
}
#title a:hover {
  text-decoration: none;
  background: none;
}
#title img {
  border: 0px;
  margin-bottom: -3px;
}

#title h1 {
  font: bold 20px comic sans ms,verdana,arial;
  color: white;
  color: #4e5f81;
  color: #85a2dc;
  padding: 0px;
  margin: 0px;
  display: inline;
}
#title h3 {
  color: #eeeeee;
  color: white;
  font-weight: bold;
}
#title a h3 {
  font-weight: normal;
  color: #991111;
  color: white;
  color: #eeeeee;
  padding-bottom: 2px;
  border-bottom: #bbbbbb 2px solid;
}

#header table {
  width: 100%;
  text-align: left;
  vertical-align: top;
}
#header {
  width: 100%;
  height: 100px;
  background: url("/images/header_bg.png") repeat-x;
  border: 0px solid;
}

#login {
  float: right;
  margin: 2px;
  padding: 2px;
  color: #888888;
  width: 210px;
  width: 300px;
  text-align: right;
  font: 11px verdana;
  vertical-align: top;
  line-height: 20px;
}
#login a {
  text-decoration: none;
  color: #aaaaaa;
  font-weight: bold;
  background: none;
}
#login a:hover {
  text-decoration: none;
  background: none;
}
#login img {
  border: 0px;
  margin-bottom: -3px;
}

a:visited {
  color: blue;
}

h3 { font: 17px verdana; display: inline; color: #000066; }
h3 a { font: 18px verdana; color: #000066; }



.photoframe-sample-td {
	width:49%;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}
.photoframe-sample-td div {
	padding-bottom:5px;
}
.photoframe-sample-td div div {
	padding-bottom:0px;
}
.photoframe-sample-table {
	width:100%;
}
.photoframe-sample-table .form-item, label {
	display:inline;
	padding:0px;
	margin:0px;
}
.photoframe-table {
	border-collapse:collapse;
	width:0%;
}
.photoframe-table td {
	padding:0px;
	border:0px;
	margin:0px;
	line-height:90%;
}
.photoframe-table td img {
	border:0px;
	vertical-align:top;
}
.photoframe-table tbody {
	border:0px;
}
.photoframe-content {
	width:100%;
}

/*
 * 
 * iForm ver 2.0
 *
 *
 */
.errorExplanation {
  background: #bbbbbb;
  padding: 5px;
}
.errorExplanation p {
  display: block;
  clear: both;
}
.errorExplanation ul {
  display: block;
  color: red;
}
fieldset.iform .fieldWithErrors {
  float: left;
  display:inline;
}
fieldset.iform .fieldWithErrors input {
  color: red;
}


fieldset.iform p {
  font: 11px verdana;
  color: #888888;
  vertical-align: middle;
  text-align: left;
  float: left;
  clear: left;
  padding-bottom: 1em;
  margin: 0em;
  white-space: nowrap;
  width: 100%;
}

fieldset.iform .separator {
  border-bottom: solid 1px black;
  padding-bottom: 10px;
  clear: left;
  display: block;
}

fieldset.iform {
  position: relative;
  float: left;
  clear: both;
  width: 95%;

  margin: 0 0 -1em 0;
  padding: 0 0 1em 0;
  padding: 8px;
  
  border-style: none;
  border: 1px solid #BFBAB0;
  background: white;
}
fieldset.iform legend {
  padding: 0;
  color: black,#545351;
  font-weight: bold;
}
fieldset.iform legend span {
  position: absolute;
  left: 0.74em;
  top: 0;
  margin-top: 0.5em;
  font-size: 155%;
}
fieldset.iform fieldset form {
  padding: 3.5em 1em 0 1em;
  list-style: none;
}

fieldset.iform #comment_submit {
  margin-left: 9em;
}
fieldset.iform fieldset.submit {
  float: none;
  width: auto;
  border-style: none;
  padding-left: 12em;
  background-color: transparent;
}
fieldset.iform label {
  white-space: nowrap;
  color: black;
  font: bold 13px verdana;
  float: left;
  width: 14em;
  margin-right: 1em;
  text-align: left;
}


/****** GENERIC STYLED TABLE ******/
.styled_table table {
  border: 1px black solid;
  /* border-collapse: collapse; */
  border-spacing: 0px;
  width: 100%;
}
.styled_table th { 
  font: bold 13px arial,verdana;
  padding: 2px;
  text-align: left;
  background: white;
}
.styled_table td { 
  text-align: left;
  background-color: white;
  padding: 3px;
  height: 22px;
  white-space: nowrap;
}
.styled_table td.nr {
  font: bold 17px arial;
  color: #333377;
  padding: 0px; 
  text-align: center;
}


#blogposts a:hover {
  color: black;
}

#blogposts {
  width: 960px;
  background: #85a2dc;
  background: #3f4c68;
  background: none;
  padding: 1px;
  background: url('/images/transparent_60.png') repeat;
}
#blogposts h2 {
  display: inline;
  font: bold 2.0em arial;
  letter-spacing: -1px;
  padding: 0px;
  color: #3f4c68;
}
#blogposts a {
  text-decoration: none;
}
#blogposts .link {
  background: white; 
  padding: 5px;
}

#blogposts #sidebar {
  width: 180px;
  float: left;
  border: 0px;
  margin: 10px;
}

#blogposts #presentation img {
  border: black 1px solid;
}
#blogposts #presentation {
  width: 180px;
  background: #85a2dc;
  float: left;
  border: 0px;
  clear: all;
}

.blogpost {
  float: right;
  width: 710px;
  background: #85a2dc;
  background: #eeeeee;
  padding: 10px;
  margin: 10px;
  border: #85a2dc 1px solid;
  text-align: left;
}

.comments {
  width: 450px;
  background: url("/images/whitening_70.png") repeat;
  font: 11px verdana;
  padding: 5px;
}
.blogpost_comments {
  width: 500px;
  // background: url("/images/whitening_70.png") repeat;
  font: 11px verdana;
  padding: 5px;
  margin: 0px auto auto 0px;
}


.blogpost_comments {
  float: right;
  clear: both;
  display: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  text-align: center;
}
.blogpost_comments #new {
  width: 400px;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
}

.blogpost_comment #delete img {
  vertical-align: middle; 
  padding-bottom: 4px;
}
.blogpost_comment #delete {
  font: 11px verdana;
  float: right;
  margin-left: 5px;
}

.blogpost_comment {
  width: 500px;
  background: url(/images/comment_bg.png);
  padding: 10px;
  text-align: left;
  margin: 5px auto;
  font: 15px verdana,comic sans;
}

.blogpost_comment .title strong {
  font: bold 11px verdana;
  text-decoration: none, underline;
}
.blogpost_comment .title {
  font: 11px verdana;
  margin-bottom: 3px;
}

#blogpost_comments p {
  margin: 0px;
  padding: 0px;
}

.blogpost .date {
  background: blue; 
  background: #85a2dc;
  text-align: center;
  float: right; 
  color: #111111; 
  font: 20px arial; 
  height: 50px; 
  width: 50px;
}
.blogpost .edit {
  float: right;
  text-align: right;
  width: 140px;
  color: #aaaaaa;
  font: 10px verdana;
}
/*
#blogpost h2 {
  display: inline;
}
#blogpost {
  width: 510px;
  float: left;
}
*/


.flash {
  /*
  position: absolute;
  left: 280px;
  top: -2px;

  padding: 5px;
  padding-top: 10px;
  width: 210px;
  height: 45px;
  */

  padding: 7px;
  width: 300px;
  font: 12px verdana;
  margin: 10px;
}
#notice {
  color: black;
  background: #F5CA53;
  border: solid 1px #93792F;
}
#error {
  color: black;
  background: #D92F2F;
  border: solid 1px #881F1F;
}
#message {
  color: black;
  background: #2D41F4;
  border: solid 1px #1C2893;
}
