/*
Theme Name: Vuthy Custom Stripe
Theme URI: http://www.vuthy.com/
Description: A custom theme created by Vuthy Thorn for her personal website.
Version: 1.0
Author: Vuthy Thorn
Author URI: http://www.vuthy.com/
*/

/* ********* BODY AND UNIVERSAL STYLES ********* */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-image: url(http://www.vuthy.com/images/bg_body.jpg);
	background-attachment: fixed;
	background-position: 0px 515px;
	color: #000;
	margin: 0px;
	padding: 0px;
	}

#page {
	background: #FFF;
/*background: url(http://www.vuthy.com/images/bg_winter.gif) #FFF no-repeat;*/
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
border-top: 1px solid #FFF;
	}

#featured-image {
margin-left: auto; margin-right: auto;text-align: center; font-size: 10px; color: #333; width: 500px; background: url(http://www.vuthy.com/images/bg_featured-image.gif); padding: 15px;
}

#featured-image .ngg-widget img {
border: 0px;
}

a:link, #sidebar a:link {
	color: #B53302;
	text-decoration: none;
	}

a:visited, #sidebar a:visited {
	color: #AF7761;
	text-decoration: none;
	}

a:hover, a:active, #sidebar a:hover, #sidebar a:active, .entry a:hover, .entry a:active {
	color: #66B9E3;
	text-decoration: underline;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	border: dashed 1px;
	color: #6A922F;
	background-color: #6A922F;
	height: 1px;
        width: 66%;
margin-left: auto;
margin-right: auto;
	}

strike {
	color: #777;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
	
acronym, abbr {
	border-bottom: 1px dashed #999;
	}

h1, h3 {
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 3em;
	color: #333;
	margin: 30px 0 0;
line-height: 0.8em;
font-family: Georgia, serif;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #B53302;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', serif;
	}
	
h2 a:hover, h2 a:active {
	color: #66B9E3;
	text-decoration: underline;
	}

h3 {
font-size: 2em;
	padding: 0;
	margin: 30px 0px 15px 0px;
	color: #333;
line-height: 1.5em;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

div.sidebox
  {
color: #000;
  padding: 2px;
padding-bottom: 5px;
  background-color: #FFF;
  border: 1px solid #FFD187;
  /* for IE */
  /* filter:alpha(opacity=90); */
  /* CSS3 standard */
  /* opacity:0.90; */
  }


.alt {

	}
	
.clear {
	clear: both;
	}
	
pre {
	font-family: 'Courier New', 'Courier', monospace;
	font-size: 11px;
	color: #7195B7;
	}
	
/*#sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/
#sidebar .todo li:before {
	content: "";
	}

#similar li:before {
	content: "";
	}

.todo {
list-style-type: square;
list-style: square;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

	
/* ********* FORM ELEMENTS ********* */	
	
input.button {
	background: #87B93C;
	color: #FFF;
	border: 0px;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	font-family: 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	margin: 0px;
	display: inline;
	position: relative;
	top: -1px;
	}

input.button:hover {
	background: #6A922F;
	text-decoration: underline;
	cursor: pointer;
	}

input {
	background: #D6E9AF;
	color: #333;
	border: 0px;
	font-size: 10px;
	font-family: 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 0px;
	}

.white {
	background: #FFF;
	}

input:focus {
	background: #C0DE87
	}

select {
	width: 130px;
	}
	

/* ********* IMAGES ********* */	
	
p img {
	padding: 0;
	max-width: 100%;
	}
	
a img {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
margin: 10px 5px 5px 5px;
border: 1px solid #E0E0E0;
clear: both;
	}

.wp-caption img {
	margin: 0;
	padding: 0px;
	border: 1px solid #F3F3F3;
	}

.wp-caption p.wp-caption-text {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	line-height: 17px;
	padding: 10px;
	margin: 0px;
	color: #808080;
	}
	
/* ********* HEADER AREA ********* */	

#page_header {
	background: url(http://www.vuthy.com/images/bg_body2.jpg) repeat-x;
	margin: 0px;
	padding: 0;
	width: 100%;
height: 100px;
overflow: hidden;
text-align: center;
	}

#header {
	margin: 0px auto;
	width: 950px;
	padding: 0px;
text-align: left;
height: 100px;
	}
.list-class ul {
float: left;
padding: 0px;
margin: 0px;
}
.post ul, .post li {
position: relative;
left: 10px;
color: #444;
}

.cat-item li {
float: left;
margin-right: 2px;
display: inline;
}
	
ul#navigation {
position: relative;
top: 66px;
float: left;
	font-family: Georgia;
	font-weight: bold;
	font-size: 18px;
padding: 0px;
margin: 0px;
	}

ul#navigation li {
	float: left;
	margin-right: 2px;
	display: inline;
	}

ul#navigation li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	background: url(http://www.vuthy.com/images/bg_inactive_tab.gif) 3px 0px repeat-x #942A02;
	display: block;
	padding: 8px 12px;
	}

ul#navigation li a:hover {
	color: #FF9900;
	}

ul#navigation li.current_page_item a {
	color: #B53302;
        background: #FFF;
	/*background: #FFF url(http://www.vuthy.com/images/bg_tab_active_winter.gif) top right no-repeat;*/
	}

/* ********* MAIN CONTENT AREA ********* */


#content {
	font-size: 1.2em
	}

#recent ul {
padding: 0px;
margin: 0px;
display: inline;
}

.widecolumn {
	padding: 10px;
	margin-left: 115px;;
	width: 700px;
	line-height: 1.6em;
	line-height: 1.02em;
	letter-spacing: .08em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.narrowcolumn {
	float: left;
	padding: 5px 20px 20px 20px;
	margin: 0px;
	width: 685px;
	line-height: 1.02em;
	letter-spacing: .08em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
text-align: justify;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	}
	
.navigation2 {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: both;
background: #F8F8F8;
width: 100%;
overflow: auto;
padding: 2px;
	}
	
.moods {
	margin-right: 5px;
	padding-right: 5px;
	color: #689230;
	font-weight: bold;
	}
	
#mood {
	font-size: 10px;
	background: #F9F9F9;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #E0E0E0;
	}

#mood p {
	display: inline;
	}

#mood img {
	vertical-align: middle;
	}
	
.announcement_post {
	display: inline;
	}

.announcement_post p {
	display: inline;
	}

#searched_for {
	font-size: 10px;
	background: #F9F9F9;
	padding: 2px;
	border: 1px solid #E0E0E0;
	display: block;
	clear: both;
	}

.post {
	margin: 0 0 40px;
	}

.postmetadata {
	clear: both;
	color: #777;
line-height: 1.02em;
	}
	
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
font-family: Georgia, "Century Schoolbook",Palatino,serif;
	}

.entry p a:link {
	color: #2287B9;
	text-decoration: none;
	border-bottom: 1px dashed #34A3DA;
	}

.entry p a:visited {
	color: #AF7761;
	text-decoration: none;
	border: none;
	}

.entry p a:hover, .entry p a:active {
	color: #66B9E3;
	text-decoration: underline;
	border: none;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}
	
.commentlist p {
	font-weight: normal;

	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;

	}


	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;

	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;

	padding: 2px;
	background: #fff;
	}


.commentlist cite, .commentlist cite a {



	font-weight: bold;





	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
	
#commentform textarea {
	width: 300px;
	padding: 2px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	}
	
#smilies_toolbar {
	width: 300px;
	display: block;
	padding: 5px;
	margin: 5px;
	}

.custom_contact_label_required {
	display: inline;
	}

.custom_contact_label {
	display: inline;
	width: 50px;
	}

.custom_contact_row {
	display: block;
	}

.custom_contact_data {
	display: inline;
	padding-left: 5px;
	}

.custom_contact_data_textarea {
	display: block;
	}

/* ********* SIDEBAR AREA ********* */

#sidebar {
	padding: 10px;
	margin-left: 725px;
	width: 195px;
	height: 100%;
	min-height: 100%;
	margin-top: 10px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
border: 1px solid white;
	}
	
#sidebar h2 {
	margin: 5px 0px;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1.8em;
	color: #000;
border-bottom: 2px dotted #333;
line-height: 1.5em;
	}

#sidebar h2 .nope {
border-bottom: none;
}

#sidebar form {
	margin: 0;
	}
	
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px;
height: 17px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
form#searchform input.text_input {
	background: #D6E9AF;
	width: 100px;
	margin: 0px;
	padding: 2px;
	color: #333;
	}

form#searchform input.text_input:focus {
	background: #C0DE87;
	}

#sidebar .about_this_site .ngg-widget {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	}
	
#twitter_div {
	background: #B53302;
	padding: 2px 2px 10px 2px;
	color: #FFF;
        list-style-type: none;
	}

div#twitter_div h2,
div#twitter_div h2 a:link,
div#twitter_div h2 a:visited,
div#twitter_div h2 a:hover,
div#twitter_div h2 a:active {
	color: #FFF;
	padding: 2px;
text-decoration: none;
border: none;
	}

ul#twitter_div, div#twitter_div ul li{
list-style-type: none;
}

ul#twitter_update_list li {
list-style-type: none;
}

ul#twitter_update_list li span {
	color: #FFF;
	}

ul#twitter_update_list li a:link, 
ul#twitter_update_list li a:visited, 
ul#twitter_update_list li a:hover, 
ul#twitter_update_list li a:active {
	color: #66B9E3;
	}


#tags_div {
	background: #34A3DA;
	padding: 2px 2px 10px 2px;
	color: #FFF;
	}

div#tags_div h2 {
	color: #FFF;
	padding: 2px;
	}

#tags_div a:link, 
#tags_div a:visited {
	color: #FFF;
	}

#tags_div a:hover,
#tags_div a:active {
color: #DE4A63;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
margin-left: 8px;
	}
#sidebar ul ul li {
	list-style-type: square;
	}

#sidebar ul ul ul li {
	list-style-type: none;
margin-left: -10px;
	}
	
	
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar ol  {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #sidebar ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar ol  {
	margin: 3px 0 0;
	padding: 0;
	color: #333;
	}

#sidebar .moods {
	display: none;
	}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	
#wp-calendar a {
	display: block;
	text-decoration: none;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
	
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

.digg-widget-header, .digg-widget-topic {
	display: none;
	}

#digg-widget-container h3{
	font-size: 10px;
	display: inline;
	font-weight: normal;
	}

div#smartLinkList235406563 {
	display: inline;
	clear: none;
	border: 5px solid red;
	}

/* ********* FOOTER AREA ********* */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

#footer {
	background: #6A922F;
	border-top: 5px solid #FFF;
	}
.curly {
font-family: "Century Schoolbook",Palatino,Georgia,serif;
}
.standout {
font-size: 1.2em;
font-weight: bold;
font-family: Georgia, serif;
}
.dateline {
line-height: 20px;
color: #333;
}
#admin-comment {
background-color: #F8F8F8;
border: 2px dotted #34A3DA;
}
.Vuthy {
color: #34A3DA;
}
.nobull {
list-style-type: none;
}
.display-last-posts h3 {
font-size: 12px;
line-height: 12px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
color: #FFF;
}
.display-last-posts {
color: #333;
padding: 2px;
border-left: 5px double #B53302;
}
.tfe {
border-right: 3px double #689230;
}
