
/* ---- Basics ---- */

* {
font-family: Arial, sans-serif;
}

.Clear,
.clear {
clear: both;
}

.left,
.Left{
float:left;
}

.right,
.Right{
float:right;
}

.center,
.Center{
text-align:center;
}

.entry h1,
.page h1{
font-size: 22.5px;
}

.entry h2,
.page h2{
font-size: 21.25px;
}

.entry h3,
.page h3{
font-size: 20px;
}

.entry h4,
.page h4{
font-size: 18.75px;
}

.entry h5,
.page h5{
font-size: 17.5px;
}

.entry h6,
.page h6{
font-size: 16.25px;
}

a:link,
a:visited{
font-size: 12px;
color: #999999;
text-decoration: none;
}

a:hover{
color: #ffcc33;
}

em{
	font-style: italic;
}

b, strong{
	font-weight: bold;
}

u{
	text-decoration: unerline;
}

strike{
	text-decoration: line-through;
}

#content-inner p {
margin-bottom: 10px;
}

/* STRIP TWITTER */
.twtr-hd, .twtr-ft{
	display: none;
}

.twtr-widget .twtr-tweet{
	border:none !important;
}
/* STRIP TWITTER END */

/* Begin Images */
.post img{
display:block;
margin:0 auto 10px auto;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.aligncenter{
display:block;
margin:0 auto;
}

img.wp-smiley{
display:inline;
}
/* End Images */

.Blogshow > div{
	margin:0 auto;
}


/* ---- Universal ---- */

body {
	color: #999999;
	font-size: 12px;
	background: #ffffff url("http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=create_gradient&hex1=FFFFFF&hex2=ffffff&height=500") repeat-x;
}

#body-inner {
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 780px;
	padding: 20px;
}

#content {
	background: #FFFFFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

.indent{
	padding-left: 20px;
	padding-right: 20px;
}


/* ---- Navigation ---- */

#navigation-container h1 {
	position: relative;
	float: left;
	display: block;
	width: 217px;
	height: 36px;
}

#navigation-container h1 a {
	display: block;
	text-indent: -5000px;
	width: 217px;
	height: 36px;
	background: url("http://mandyandmestudio.com/lifeoncamera/vanilla-blog-data/storage/asset/logo-b64c.png") no-repeat;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
}

#navigation-container {
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	height: 40px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	position: relative;
	z-index: 5000;
}

#navigation {
float: right;
position: relative;
height: 40px;
position: relative;
z-index: 5000;
}

#navigation ul {
position: relative;
z-index: 3;
font-size: 16px;
float: left;
list-style: none;
}

#navigation li {
float: left;
}

#navigation a {
display: block;
color: #999999;
height: 40px;
padding: 0 10px 0 10px;
line-height: 40px;
border-left: 1px solid #cccccc;
font-size: 16px;
}

#navigation .Active > a,
#navigation a:hover {
color: #ffcc33;
}

/* first dropdown */
#navigation li ul {
clear: both;
position: absolute;
left: -999em;
z-index: 5000;
background: #ffffff;
border: 1px solid #cccccc;
}

#navigation li ul a{
}

#navigation li ul li {
margin: 0 0 0 0;
clear:both;
height: 32px;
border:none;
clear:left;
}

#navigation li ul li a {
font-size: 12.8px;
line-height: 32px;
height: 32px;
padding: 0 0 0 0;
padding: 0 10px 0 10px;
border: none;
text-align:left;
}

#navigation li ul li:hover {
border-style: none;
height: 32px;
line-height: 32px;
}

#navigation li ul li a:hover{
height: 32px;
line-height: 32px;
}

/* second dropdown */
#navigation li ul ul {
position: relative;
background: #ffffff;
}

#navigation li ul ul li {
margin: 0 0 0 0;
background: #ffffff;
text-align:left;
}

#navigation li ul ul li a {
background: #ffffff;
text-align: left;
}

#navigation li ul ul li a:hover {
background: #ffffff;
}

#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li.sfhover ul ul,
#navigation li.sfhover ul ul ul {
left: -999em;
}

#navigation li:hover ul,
#navigation li.sfhover ul {
left: auto;
}

#navigation li li:hover ul,
#navigation li li.sfhover ul {
}



/*  ---- Header ---- */

#header {
text-align: center;
clear: both;
width: 100%;
height: 275px;
overflow: hidden;
}



/* ---- Welcome block ---- */

#welcome-block {
background: #ffffff;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 10px;
}

#welcome-block img {
float: left;
}

#welcome-about {
float: left;
width: 448px;
padding: 0px 20px 0px 20px;
}

#welcome-twitter {
width: 160px;
padding: 0px 20px 0px 20px;
float: right;
}

#icon-bar{
padding-top:8px;
}

#icon-bar > a{
	width:18px;
	height:18px;
	display:block;
	margin-right: 7px;
	float:left;
}

#icon-bar a#rss-link{
	background: url('http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=image_colorize&image=rss.png&effect=overlay&color=999999') no-repeat;
}

#icon-bar a#rss-link:hover{
	background: url('http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=image_colorize&image=rss.png&effect=overlay&color=ffcc33') no-repeat;
}

#icon-bar a#twitter-link{
	background: url('http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=image_colorize&image=twitter.png&effect=overlay&color=999999') no-repeat;
}

#icon-bar a#twitter-link:hover{
	background: url('http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=image_colorize&image=twitter.png&effect=overlay&color=ffcc33') no-repeat;
}

#icon-bar a#facebook-link{
	background: url('http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=image_colorize&image=facebook.png&effect=overlay&color=999999') no-repeat;
}

#icon-bar a#facebook-link:hover{
	background: url('http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=image_colorize&image=facebook.png&effect=overlay&color=ffcc33') no-repeat;
}

#icon-bar a#linkedin-link{
	background: url('http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=image_colorize&image=linkedin.png&effect=overlay&color=999999') no-repeat;
}

#icon-bar a#linkedin-link:hover{
	background: url('http://mandyandmestudio.com/lifeoncamera/vanilla-blog-gateway.php?action=image_colorize&image=linkedin.png&effect=overlay&color=ffcc33') no-repeat;
}

#search-form {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #cccccc;
}

#searchform .screen-reader-text {
display: none;
}

#content-inner {
clear: both;
}

#welcome-twitter a:hover {
color: #ffcc33;
text-decoration: underline;
}

#welcome-twitter #searchform input{
border: 1px solid #cccccc;
margin-bottom: 2px;
}

.TwitterTitle,
a.TwitterTitle{
font-size: 18.75px;
color: #ffcc33;
margin-bottom: 10px;
text-decoration: none;
}

#twitter .twtr-tweet-text p{
position:relative;
left:-8px;
}

#content-inner {
clear: both;
}



/* ---- Post ---- */

.post {
padding: 20px;
border-bottom: 1px solid #cccccc;
}

.post h2 a {
font-size: 25px;
color: #ffcc33;
text-decoration: none;
}

.post h2 a:hover {
color: #ffcc33;
text-decoration: underline;
}

.post .date {
font-size: 12px;
font-weight: bold;
color: #999999;
margin-bottom: 10px;
}

.post .entry {
}

.post .entry ul {
list-style-type: disc;
margin-bottom: 10px;
}

.post .entry li {
margin-left: 20px;
}

.post .entry ul ul{
margin-bottom: 0px;
}

.post .entry a {
font-size: 12px;
color: #ffcc33;
text-decoration: underline;
}

.post .entry a:hover {
color: #ffcc33;
}

.post .entry strong {
font-weight: bold;
}

.post .entry em {
font-style: italic;
}

.post .entry input {
	border: 1px solid #999999;
	background none;
	padding:4px;
	margin:4px 0;
}

.post .postmetadata{
	position:relative;
}

.post .postmetadata a {
font-size: 16px;
padding-right: 20px;
color: #999999;
margin-bottom: 10px;
}

.post .postmetadata a:hover {
color: #ffcc33;
}

/* social media on index pages */
.SocialMedia{
	position:absolute;
	right:0px;
	top:0px;
}
	.SocialMedia .FacebookLike{
		margin:0 !important;
		margin-left: 5px !important;
		width:46px;
		overflow: hidden;
		float: right;
	}
	.SocialMedia .TweetPost{
		float: right;
	}


/* social media on single entry page */
.SocialMediaAlt{
}
	.SocialMediaAlt .FacebookLike{
		margin:0 !important;
		width:100px;
		overflow: hidden;
		float: left;
	}
	.SocialMediaAlt .TweetPost{
		float: left;
		margin-right: 5px !important;
	}


/* ---- Page ---- */

h2.pagetitle{
font-size: 25px;
color: #ffcc33;
}




/* ---- Page > Search ---- */

#searchform input#searchsubmit{
background: none;
color: #999999;
border: 1px solid #cccccc;
}

#searchform input#s{
border: 1px solid #cccccc;
}



/* ---- Single Entry Post ---- */

.single-entry-data{
padding: 20px 0 5px 0;
font-size: 20px;
color: #ffcc33;
}

.pages{
font-weight:bold;
}

.pages a{
text-decoration:underline;
}



/* ---- Comments ---- */
#comment-area{
}

#comment-area ul.commentlist{
list-style:none;
}

#comment-area ul.commentlist li{
padding:0 0 10px 0;
}

#comment-area ul.commentlist ul{
padding:0 0 0 20px;
}

#comment-area ul.commentlist li li{
padding:10px 0 0 0;
}

#comment-area ul.commentlist ul ul{
padding:0 0 0 40px;
}

#comment-area ul.commentlist ul ul ul{
padding:0 0 0 60px;
}

#comment-area ul.commentlist ul ul ul ul{
padding:0 0 0 80px;
}

#comment-area ul.commentlist ul ul ul ul ul{
padding:0 0 0 100px;
}

#comment-area ul.commentlist ul ul ul ul ul ul{
padding:0 0 0 120px;
}

#comment-area ul.commentlist .comment-author,
#comment-area ul.commentlist .comment-text,
#comment-area ul.commentlist .comment-text p,
#comment-area ul.commentlist .comment-date{
display:inline;
}

#comment-area ul.commentlist .comment-author{
font-weight:bold;
}

#comment-area ul.commentlist .comment-text p,
#comment-area ul.commentlist .comment-date a{
}

#comment-area ul.commentlist .comment-reply,
#comment-area ul.commentlist .comment-reply a{
display:inline;
color: #ffcc33;
}

#comment-area #respond{
}

#comment-area #respond .cancel-comment-reply{
}

#comment-area #respond input,
#comment-area #respond textarea{
padding:4px;
margin:0 0 10px 0;
border: 1px solid #cccccc;
}

#comment-area #respond .label-container{
position:relative;
}

#comment-area #respond .label-container label{
position:absolute;
top:4px;
padding:0 0 0 10px;
}

#comment-area #respond input#submit{
background: #ffffff;
color: #999999;
}

#comment-area #respond #contact-failed,
#comment-area #respond #contact-success{
padding:7px;
border: 1px solid #cccccc;
margin:0 0 10px 0;
}



/* ---- Footer ---- */

#footer {
background: #ffffff;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
height: 48px;
}

#footer a {
font-size: 18.75px;
color: #ffcc33;
}

#footer a:hover {
color: #ffcc33;
}

#footer .Left {
font-size: 16px;
height: 48px;
line-height: 48px;
margin: 0 0 0 20px;
float: left;
}

#footer .Right{
height: 48px;
line-height: 48px;
margin: 0 20px 0 0;
float: right;
}

#footer-info {
color: #999999;
padding: 4px;
text-align: center;
}

#footer-info p {
display: inline;
}

#footer-info a {
color: #999999;
}

#footer-info a:hover {
color: #ffcc33;
}