/*---------------

Title bar: #998787
Pink#e3aaae
grey:#707078

-----------------*/

* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#3d3535;
	height:100%;
}

body {background:#4d4444 url(images/bodybg.gif) top center repeat-y;}

body > #wrapper {height: auto;	min-height: 100%;}

/*------------------------------------------------------------------
GLOBAL TAGS
------------------------------------------------------------------*/

ul, ol{list-style:none;}
img {border:0;}

h1,h2,h3,h4{
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2.pagetitle{
	color:#fff;
	font-size:1.6em;
	margin:0 0 20px 0;
}

a{
	color:#e3aaae;
}

p{
	font-size:1.2em;
	line-height:1.4em;
}

/*------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------*/
#wrapper {
	overflow:hidden;
	font-size:1.1em;
}

#header {
	width:100%;
	background:url(images/headerbg.gif) top center no-repeat;
	overflow:hidden;
	height:100px;
}

#inner-header {
	width:980px;
	margin:0 auto 0 auto;
	overflow:hidden;
}

#inner-header h1 {
	float:left;
	display:block;
	width:167px;
}


#inner-header a{
	text-decoration:none;
}

/*------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------*/
#top_nav {
	float:right;
	width: 700px;
	text-align:right;
	text-transform: uppercase;
	font-size: 1em;
	margin-top: 19px;
}

#top_nav li {
	float:right;
	line-height: 1.2em;
}

#top_nav li a {
	margin-left: 12px;
}

#top_nav li a.white {
	color: #fefefe;
}

#top_nav li a.white:hover {
	color: #fdc6cc;
}

#top_nav li a.pink {
	color: #fdc6cc;
}

#top_nav li a.pink:hover {
	color: #fefefe;
}

#top_nav li a.login {
	padding-left: 12px;
	border-left: 1px solid #909090;
}

#top_nav li span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffc5cb;
	font-size: 1em;
	text-transform:none;
}

#main_nav {
	float:left;
	width: 620px;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 13px;
}

#main_nav li {
	float:left;
	line-height: 1.1em;
}

#main_nav li a {
	margin-left: 10px;
}

#main_nav li a {
	color: #fefefe;
	font-size:1.0em;
}

#main_nav li a:hover {
	color: #fdc6cc;
}

/*------------------------------------------------------------------
MAIN CONTENT
------------------------------------------------------------------*/
#main-content {
	width:980px;
	margin:0 auto 0 auto;
	overflow:hidden;
	padding-bottom: 105px;
}
/*------------------------------------------------------------------
CATEGOIES
------------------------------------------------------------------*/
#blog-nav{
	background:#3d3535;
	padding:25px 0 25px 25px;
	overflow:hidden;
}

#blog-nav ul{
	padding:16px;
}

#blog-nav li{
	float:left;
	display:block;
	padding:0 6px 0 6px;
	border-right:solid 1px #fff;
}

#blog-nav a{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
}
#blog-nav a:hover,
#blog-nav a:active {
	text-decoration:underline;
}

#blog-nav strong{
	display:block;
	background:url(images/ttl_blog.gif) top left no-repeat;
	width:105px;
	height:31px;
	text-indent:-8000px;
	float:left;
}

/*------------------------------------------------------------------
POST CONTENT
------------------------------------------------------------------*/

#content{
	float:left;
	width:698px;
	padding:0 0 0 25px;
	
}

.navigation a{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#fff;
	display:block;
	float:left;
	font-size:1.2em;
}

.navigation .next-link a{
	background:url(images/archive-next.gif) right 2px no-repeat;
	padding:0 10px 0 0;
	margin:0 0 0 5px;
}

.navigation .previous-link a{
	background:url(images/archive-previous.gif) left 2px no-repeat;
	padding:0 5px 0 10px;
	border-right:solid 1px #fff;
}

a.read-more{
	background:url(images/read-more.gif) top left no-repeat;
	display:block;
	width:105px;
	height:30px;
	text-indent:-8000px;
	margin:20px 0 10px 0;
}
.home .post {
	position: relative;
}
.home .post  a.read-more {
	position: absolute;
	bottom: 2px;
}
.home .featured-post a.read-more {
	position: relative;
	bottom: 0px;
}
.archive .post {
	position: relative;
}
.archive .post  a.read-more {
	position: absolute;
	bottom: 2px;
}
.archive .featured-post a.read-more {
	position: relative;
	bottom: 0px;
}

.post{
	background:#fff;
	overflow:hidden;
	padding:10px 0 10px 10px;
	width:211px;
	float:left;
	height:440px;
	margin:0 10px 10px 0;
}

.post-category{
	background:#998787;
	overflow:hidden;
	padding:5px 6px 5px 5px;
}

.page .post-category{
	margin:0 0 20px 0;
	
}


.post h3{
	display:block;
	font-size:1.6em;
	color:#dddddd;	
	float:left;
	letter-spacing:-1px;
	font-weight:normal;
}

.date{
	float:right;
	width:100px;
	color:#3d3535;
	width:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

span.day{
	float:left;
	font-size:2.4em;
	margin-top:-7px;
	font-weight:normal;
	width:25px;
}

span.month-year{
	display:block;
	width:24px;
	float:right;
	font-size:1.1em;
	line-height:0.9em;
}


.post h2{
	font-size:2.0em;
	margin:22px 0 10px 0;
	letter-spacing:-1px;
	font-weight:normal;
	padding-right: 6px;
}

.post h2 a{
	color:#3d3535;
	font-size:1.0em;
	text-decoration:none;
}

.post-content{
	float:right;
	width:210px;
}

.post-content p{
	padding:0 20px 0 0;
}
.post-content table{
	padding:0 10px 0 0;
}
.post-content table p{
	padding:0;
}

.article-image, .video-image{
	width:200px;
	height:200px;
	display:block;
	background:#bbb2b2;
	margin:0 0 10px 0;
	position:relative;
}

.video-image img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.video-image .play{
	postion:absolute;
	top:60px;
	left:65px;
	z-index:999;
	background:url(images/btn_play.png) center center;
	}

/*featured*/
.featured-post{
	width:674px;
	margin:0 0 10px 0;
	height:auto;
}

.featured-image{
	float:left;
	width:300px;
	height:300px;
	background:#bbb2b2;
}

.featured-content{
	float:right;
	width:360px;
}

.featured-post h2{
	font-size:2.2em;
	margin:22px 0 15px 0;
}

/*------------------------------------------------------------------
SINGLE
------------------------------------------------------------------*/
.single-post{
	width:664px;
	padding:20px 0 20px 20px;
	height:auto;
}

.single-post h2{
	font-size:2.2em;	
}

.single-post .post-content{
	width:664px;
}

.single-footer{
	background:#998787;
	overflow:hidden;
	padding:5px 6px 5px 5px;
	color:#fff;
	margin:20px 0 0 0;
}

.single-footer a{
	color:#fff;
}

.single-footer .tags{
	float:left;
	width:450px;
}

.single-footer .tags a{
	text-decoration:none;
}

.single-footer .navigation{
	float:right;
	width:120px;
}

.navigation .next-link a{
	background:url(images/single-next.gif) right 2px no-repeat;
}

.navigation .previous-link a{
	background:url(images/single-previous.gif) left 2px no-repeat;
}

.addthis_button{
	background:url(images/single-share.gif) top left no-repeat;
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	color:#4d4545;
	font-size:1.2em;
	text-decoration:none;
	
}

.vvqbox{
	margin:0;
}

/*------------------------------------------------------------------
SIDEBAR
------------------------------------------------------------------*/
#sidebar{
	float:right;
	width:257px;
}

#searchform {
	padding:10px 0 20px 0;
	overflow:hidden;
}

#sidebar #searchform{
	background:url(images/formbg.gif) bottom left no-repeat;
}

#searchform input{
	float:left;
	background:#fff;
	width:147px;
	border:0;
	height:20px;
	margin:0;
	padding:5px;
}

#sidebar #searchform input{
	margin:0 0 0 12px;
}

#searchform input#searchsubmit{
	background:#ccc url(images/submit.gif) top right no-repeat;
	width:75px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#575151;
	text-align:left;
	padding:0 0 0 10px;
	margin:0;
}

.simpleimage{
	padding:0 0 3px 0;
	background:url(images/formbg.gif) bottom left no-repeat;
}

.twitter-box h4{
	text-indent:-8000px;
	display:block;
	background:url(images/ttl_twitter.gif) top left no-repeat;
	width:257px;
	height:56px;
}

.twitter-box a#follow-myla{
	text-indent:-8000px;
	display:block;
	background:url(images/follow-myla.gif) top left no-repeat;
	width:257px;
	height:107px;
}
ul.twitter{
	width:170px;
	margin:0 0 0 45px;
}
ul.twitter li{
	border-bottom:1px solid #ffc5cb;
	color:#fff;
	display:block;
	font-size:1.1em;
	padding:10px 0 15px 0;
}

ul.twitter li a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

ul.twitter li a:hover{
	text-decoration:underline;
}

ul.twitter li a.twitter-user{
	font-weight:normal;
}

ul.twitter li:last-child{
	border:0;
}

abbr{
	border:0;
}

.twitter-timestamp{
	color:#ffc5cb;
	margin:10px 0 0 0;
	display:block;
	
}

/*------------------------------------------------------------------
FOOTER
------------------------------------------------------------------*/

#social{
	float:left;
	background:url(images/divider.gif) top left no-repeat;
	overflow:hidden;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:684px;
}

#social li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0 0 0;
}

#social li a{
	float:left;
	padding:0 0 0 20px;
	color:#fff;
	display:block;
	margin:0 10px 0 0;
	font-size:1.2em;
	text-decoration:none;
}

#social li a.addthis_button{
	background:url(images/share.gif) top left no-repeat;
	margin:0 0 0 10px;
}

#social-rss{
	background:url(images/rss.gif) top left no-repeat;
}

#social-facebook{
	background:url(images/facebook.gif) top left no-repeat;
}

#social-twitter{
	background:url(images/twitter.gif) top left no-repeat;
	margin:0 10px 0 0;
	border-right:solid 1px #e3aaae;
}

#footer {
	position: relative;
	margin-top: -105px; /* negative value of footer height */
	height: 105px;
	clear:both;
	background:url(images/footerbg.gif) top center no-repeat;
}
