/*   
Theme Name: LifeHappens
Theme URI: http://life.happensto.be
Description: Theme Customerized for Life . HappensTo . Be
Author: Tony Sung
*/

* {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

html, body {
	height: 100%;
}

html, body, input, textarea, select {
	font-family: sans-serif;
}

html {
	background-image: url(images/HtmlBg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #898989;
}

body {
	margin: 0px;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #004d5d;
}

a:hover {
	color: #66adbd;
}

.PagePane {
	width: 758px;
	height: 100%;
	margin: 0px auto;
	background-image: url(images/PageBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-collapse: collapse;
}
.PageBody {
	vertical-align: top;
	padding: 0px;
}

.MenuPane {
	margin-top: 159px;
	height: 23px;
	width: 100%;
	border-collapse: collapse;
	clear: both;
}
.MenuPane a {
	position: relative;
	top: 1;
}
.MenuLeft {
	width: 545px;
	padding: 0px 20px;
}
.MenuLeft a {
	margin: 0px 20px;
}
.MenuMiddle {
	width: 127px;
}
.MenuRight {
	width: auto;
	text-align: center;
}
.MenuPane .SearchBox {
	height: 18px;
	width: 120px;
	border: none;
	padding: 3px 3px 0px 3px;
	margin: 0px;
	background-color: transparent;
	color: #666666;
}

.License {
	display: block;
	width: 88px;
	height: 31px;
	background-image: url(images/somerights20.gif);
}

/* WordPress Specific */

.WP .ContentPane {
	float: left;
	width: 495px; /* total width = 522 */
	padding: 0px 12px 25px 15px;
	/* border-top: 1px solid red; */
}

.WP .SidePane {
	margin-left: 522px;
	padding: 10px 14px;
	font-size: 11px;
	line-height: 18px;
	/* border-top: 1px solid blue; */
}

.WP .SidePane .SiteTitle {
	font-size: 11px;
	font-weight: bold;
}

.WP .SidePane ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.WP .SidePane ul ul {
	list-style: none;
}

.WP .SidePane .Section, .WP .SidePane h2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px 6px 0px;
	
}
.WP .SidePane ul ul li:before {
	content: "\00BB \0020";
}

.WP .Date {
	color: #004d5d;
	font-weight: bold;
	padding-left: 16px;
	background-image: url(images/DateMark.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 15px 0px;
}

.WP .Post {
	color: #404040;
	padding-left: 16px;
}

.WP .Post {
	line-height: 20px;
}

.WP .PostTitle {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px;
	letter-spacing: 1px;
}

.WP .PostMetaData {
	color: #707070;
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
	border-bottom: 4px solid #e3e7e8;
}
.WP .PostMetaData td {
	white-space: nowrap;
	padding: 0px 0px 8px 0px;
}

.WP .Post p a {
	text-decoration: underline;
}

.WP .Post img {
	border: 1px solid #aaaaaa;
	padding: 3px;
	margin: 3px;
}

.WP .Post blockquote {
	margin-left: 4px;
	padding-left: 8px;
	margin-right: 5px;
	border-left: 8px solid #c0d9d9;
}

.WP .Post .g2image_normal {
}

.WP .Post .g2image_float_left {
  float: left;
  clear: left;
}

.WP .Post .g2image_float_right {
  float: right;
  clear: right;
}

.WP .Post .g2image_centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.WP .Comments {
	padding-left: 16px;
}
.WP .CommentsHeader {
	margin: 15px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #438795;
}
.WP .Comments ol {
}

.WP .Navigation {
	margin: 15px 0px;
	text-align: right;
}

.WP .ImageList {
    border-collapse: collapse;
    margin-right: -10px;
}
.WP .ImageList td {
    padding: 0px 1px 1px 0px;
}
.WP .ImageList img {
    border: none;
}
.WP .ImageList .one-image {
    width: 100px;
    height: 80px;
    clip: rect(35px 25px 35px 25px); 
    overflow: hidden;
    float: left;
    border: 1px solid #404040;
    margin: 0px -1px -1px 0px;
}
.WP .ImageList .one-image a:hover img {
    opacity: .75;
    filter: alpha(opacity=75);
}

.WP .Book {
	text-align: left;
}
.WP .Book a {
}
.WP .Book .shelf_badge {
	border: none !important;
}

 /* ------[ For each item in the badge ]------ */
.WP .Book .item_cell {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
.WP .Book .item_cell li:before {
	content: "";
}
.WP .Book .cover {
}
.WP .Book .cover img {
	border: 1px solid #cccccc;
	padding: 3px;
	background-color: #f7f7f7;
}
.WP .Book .title {
	text-indent: 0;
	padding: 0;
	margin: 0;
}
.WP .Book .subtitle {}
.WP .Book .author {} 
 
 /* ------[ The bottom part ]------ */
.WP .Book .link_cell dt {
	display: none;
}
.WP .Book .link_cell dd {
	padding: 0;
	margin: 0;
}
.WP .Book .link_cell img {
	border: none;
}

/* Pixel Post Specific */

.PP .ContentPane {
	padding: 10px;
}

.PP .PhotoPane {
	border-collapse: collapse;
	width: 700px;
	margin: 0px auto;
}
.PP .PhotoPane td {
	padding: 2px;
	vertical-align: top;
}

.PP .Photo img {
	border: 1px solid;
}
.PP .PhotoTitle {
	font-weight: bold;
	color: black;
}
.PP .PhotoDate {
	margin-left: 20px;
	font-style: italic;
	font-size: 11px;
	color: #AAAAAA;
}
.PP .PhotoExif {
	margin: 5px 0px;
	font-size: 11px;
	color: #666666;
}

.PP .ThumbnailPane {
	margin: 20px 0px;
	text-align: center;
}

.PP .ThumbnailPane a {
	margin: 0px 3px;
}
.PP .ThumbnailPane a img {
	border: 1px solid;
	opacity: .3;
	filter: alpha(opacity=30);
}
.PP .ThumbnailPane a:hover img {
	opacity: .9;
	filter: alpha(opacity=90);
}

.PP .BrowsePane {
	margin: 20px 0px;
	text-align: center;
}
.PP .BrowsePane a {
	margin: 3px;
}
.PP .BrowsePane a img {
	border: 1px solid #CCCCCC;
	opacity: .9; 
	filter: alpha(opacity=90);
}
.PP .BrowsePane a:hover img {
	border-color: black;
	opacity: 1;
	filter: alpha(opacity=100);
}

.PP .CategoryLinks br {
	display: none;
}
.PP .CategoryLinks a {
	margin-left: 10px;
}

.PP .FootPane {
	margin: 20px 0px;
	text-align: center;
}

/* Gallery Specific */

.gallery .content {
	padding: 0 18px;
}

.gallery .PageHead {
	padding: 8px 0 4px 0;
}

.gallery .PageHead table {
	border-collapse: collapse;
}

.gallery .PageHead td {
	padding: 0;
}

.gallery .block-core-Pager {
	text-align: right;
}

.gallery .block-core-Pager span {
	padding: 0 2px;
}

.gallery .block-core-Pager a {
	color: #aaa;
}

.gallery .block-core-BreadCrumb, .gallery .block-core-Navigator {
	white-space: nowrap;
	margin: 0;
}

.gallery .gallery-albums {
	padding: 0;
	margin: 0;
}

.gallery div.gallery-photo {
	padding: 0;
}

.gallery img.gallery-photo {
	border: 1px solid #ccc;
}

.gallery .gallery-album {
	padding: 0;
	margin: 8px 14px;
}

.gallery .gallery-album .gallery-thumb {
	margin: 5px;
}

.gallery .gallery-items .gallery-thumb {
	margin: 9px 13px;
}

.gallery .block-comment-AddComment * {
	font-size: 100%;
}

.gallery .block-comment-AddComment h2, .gallery .block-comment-ViewComments h2 {
	font-size: 100%;
	border-bottom: 1px solid #ccc;
}

.gallery .block-comment-AddComment h4 {
	margin: 8px 0 4px 0;
}

.gallery .one-comment {
	border: 1px solid #eee;
	padding: 6px;
	margin: 8px 0;
}

.gallery .one-comment h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.gallery .one-comment .info {
	color: #777;
	font-size: 11px;
	padding: 0;
	margin: 0 0 5px 0;
}

.gallery .one-comment .info a {
	font-size: 11px;
	margin: 0 0 0 10px;
	color: #aaa;
}

.gallery .one-comment .comment {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
