/*
Theme Name: Violet Lim
Theme URI: http://www.ripplewerkz.com
Description: Custom theme design for VioletLim.com
Tags: Violet Lim, Lunch Actually
Version:1.0
Author: Ripplewerkz Studios
Author URI: http://www.ripplewerkz.com
*/

/*
CSS General Reset
*/
* {	
	padding: 0;
	margin: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

a img,fieldset{border:0;}

html, body {}
body, th, td{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #f3f3f3;}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

/*
Layout CSS Information
*/
body {
	background: #704f82 url(images/background.jpg) center top no-repeat;
	margin: 0 0 0;
	text-align: center;
}

#container {width:960px; margin:auto; background:url(images/footerbg.jpg) no-repeat bottom; text-align:left;}
	


/*
Search bar
*/
#searchbar {
	float: right;
	display: inline;
	margin-right: 20px;
	font-size: 0.7em;
	margin-top: 1px;
}

.searchform {
	display: inline;
	vertical-align: middle;
	float: right;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchlabel {
	color: #1886af;
	font-weight: bold;
	margin-right: 5px;
	font-family: verdana;
	letter-spacing: -1px;
}

.searchform .searchterm {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #999;
	background: #fff;
}

.searchform .searchterm:focus {
	border: 1px solid #bbb;
	color: #ff9600;
	background: #fff;
}

.searchform .searchbutton {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 21px;
}

.searchform .searchbutton:hover {
	color: #ff9600;
}

.searchformI {
	vertical-align: middle;
	font-size: 0.7em;
}

.searchformI fieldset {
	display: inline;
	vertical-align: middle;
}

.searchformI label {
	display: inline;
	vertical-align: middle;
}

.searchformI input {
	display: inline;
	vertical-align: middle;
}

.searchformI .searchlabel {
	color: #9ca485;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana;
	letter-spacing: -1px;
}

.searchformI .searchterm {
	width: 130px;
	padding: 3px;
}

.searchformI .searchterm:focus {
}

.searchformI .searchbutton {
	cursor: pointer;
	width:70px;

}

.searchformI .searchbutton:hover {
	
}

/*
Header CSS
*/

#header{background:url(images/header2.jpg) no-repeat top; height:322px; position:relative;}
.headerphoto{position:absolute; left:44px; top:95px;}
.headertwitter{position:absolute; left:297px; top:105px; width:160px; height:108px; color:#0c6297; font-weight:bold;}
.headerabout{position:absolute; left:504px; top:105px; width:210px; height:130px; color:#89254d; font-weight:bold;}
.headerlovetips{position:absolute; left:762px; top:135px; width:160px; height:108px; color:#f2b6f1; font-weight:bold;}
.headernav{padding:266px 0 0 230px; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; }
.headernav ul, .headernav ul li{margin:0; padding:0; list-style:none; color:#fff;}
.headernav ul li{display:block; float:left;}
.headernav a{padding:5px 12px 10px; font-weight:bold;}
.headernav a:link, .headernav a:visited,.headernav a:active{color:#fff;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;}
.headernav a:hover{color:#fff; 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1.0;
}


/*
Blog Information Section
*/
#bloginfo {
	width: 1000px;
	background: url(images/bginfo.gif) no-repeat;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #c8e6eb;
	color: #333;
}

#bloginfo a {
	color: #366799;
}

#bloginfo a:hover {
	text-decoration: underline;
}

#bloginfobox {
	margin: 5px;
}

#bloginfo ul {
	width: 990px;
}

#bloginfo ul li {float: left}
#bloginfo ul li ul li {float: none}

#bloginfo ul li.posts, #bloginfo ul li.comments, #bloginfo ul li.tags {
	width: 330px;
}

#bloginfo ul li.posts h2 {
	display: block;
	background: url(images/ico_posts.png) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.comments h2 {
	display: block;
	background: url(images/ico_comments.png) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.tags h2 {
	display: block;
	background: url(images/ico_tags.png) no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.posts ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.comments ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.tags ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.posts ul li {
	border-bottom: 1px dotted #b5d8de;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li {
	border-bottom: 1px dotted #b5d8de;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.tags ul li {
	border-bottom: 1px dotted #b5d8de;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li a {
	display: block;
	font-size: 0.75em;
	background: url(images/ico_comment.png) no-repeat left 3px;
	padding-left: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

#bloginfo ul li.comments ul li a span {
	font-weight: normal;
}

#bloginfo ul li.tags ul li a {
	line-height: 1.3em;
	font-size: 0.75em;
	text-transform: lowercase;
}

.r_time {
	display: block;
	font-size: 0.7em;
	line-height: 1.3em;
}

.r_head a {
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.3em;
	font-weight: bold;
}

/*
Content Layout
*/
#content {
	width: 960px;
}

#content #column {
	padding: 45px 40px 25px 20px; width:644px; float:right; color:#000;
}

#content #sidebar {
	float: left;
	width: 388px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*
Sidebar Widgets
*/
#sidebar h2 {
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
	text-transform: lowercase;
	margin-top: 20px;
}

#sidebar p {
	margin: 0px 0px 7px 0px;
}

#sidebar .box {
	margin-top: 5px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #999;
}

.videobox {
	border: 4px solid #ddddd4;
	width: 380px;
	height: 214px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar a:hover {
	color: #366799;
}

.sidebar1 {
	width: 256px;
}

.sidebar2 {
	width: 190px;
	float: left;
	display: inline;
}

.sidebar1 ul ul, .sidebar2 ul ul {
	line-height: 1.4em;
}

.sidebar1 ul div, .sidebar2 ul div {
	line-height: 1.4em;
}

.sidebar1 ul div div, .sidebar2 ul div div {
	font-size: 1em;
	border: none;
}

.sidebar1 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.sidebar2 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.sidebar1 li li li {
	font-size: 1.0em;
	padding: 5px 2px 2px 5px;
}

.sidebar2 li li li {
	font-size: 1.0em;
	padding: 5px 2px 2px 5px;
}

/*
Feed CSS
*/
.rssfeed {
	background: url(images/rssimg.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
}

.rssfeed a {
	border-bottom: 1px dotted #ddd;
}

.emailfeed {
	background: url(images/rssemail.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
}

.feedform {
	font-size: 0.9em;
}

.feedemail {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #999;
	background: #fffff4;
}

.feedemail:focus {
	border: 1px solid #bbb;
	color: #ff9600;
	background: #fff;
}

.feedsubmit {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 22px;
}

.feedsubmit:hover {
	color: #ff9600;
}

/*
Sidebar Ads CSS
*/
ul.ads li {
	float: left;
	display: inline;
	margin-right: 3px;
}

ul.ads img {
	display: block;
	float: left;
}

/*
Footer CSS
*/

.credit {
	float: right;
	color: #999;
	line-height: 1.4em;
}

a.sitename {
	border-bottom: 1px dotted #ff9600;
}

a.footrss {
	background: url(images/rssimg.png) no-repeat left center;
	padding-left: 18px;
	margin-left: 10px;
}

.credit a {
	font-weight: bold;
	color: #666;
}

.credit a:hover {
	color: #ff9600;
}

/*
General Styles THE POST
*/
.post {
	margin-bottom: 20px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

.post p {
	line-height: 1.6em;
	margin: 0px 0px 7px 0px;
}

/*.post h1 {font-size: 1.7em}
.post h2 {font-size: 1.6em}*/
.post h3 {font-size: 1.4em; font-weight:bold;}
.post h4 {font-size: 1.2em}
.post h5 {font-size: 1.1em}
.post h6 {font-size: 1em}
.post h1{font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:32px; margin:0; font-style:italic; color:#763c96; border-bottom:dotted 1px #b696b1; padding-bottom:5px;}
 .post h2 {font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:32px; margin:0; font-style:italic; color:#763c96; border-bottom:dotted 1px #b696b1; padding-bottom:5px; margin-left:60px;}
.post h3 {letter-spacing:-1px;}
.post h4 {color: #00a2ff}
.post h5 {color: #ff9600}
.post h6 {color: #333}
.post p {color: #666}

.post ul, .post ol {
	font-size: 1em;
	color: #666;
	margin: 0px 0px 7px 0px;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.post ul li, .post ul li ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.post img {
	vertical-align: middle;
}

.more-link {
	font-weight: bold;
	font-size: 1.3em;
	color:#fff;
}

.more-link:hover {
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {
	display: block;
	border: 1px dotted #ddd;
	width: 400px;
	padding: 10px;
	background: #eee;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.post blockquote {
	display: block;
	border: 1px dashed #ddd;
	width: 400px;
	padding: 10px 10px 0px 10px;
	background: #FFF;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}


.post blockquote p {
	background: url(images/blockquote.gif) no-repeat;
	background-position: left top;
	padding-left: 40px;
	color: #5a727b;
	font-weight: bold;
}

a:link {color: #763c96;	text-decoration: none;}
a:visited {text-decoration: none;color: #763c96;}
a:hover {text-decoration: none;	color: #9221a4;}
a:active {text-decoration: none;color: #763c96;}

.post h2 a {
	color: #763c96;
}

.post h2 a:hover {
	color: #8e57ad;
}

.post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .postinfo {
	color: #aaa;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 5px;
}

.post .info {
	float: left;
}

.post .info a {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
	background: url(images/ico_author.gif) no-repeat left center;
	padding-left: 18px;
}

.post .commentnum {
	float: right;
	background: url(images/ico_comments.png) no-repeat left center;
	padding-left: 20px;
}

.post .category {
	color: #aaa;
	background-position: left 3px;
}

.post .tags {
	font-size: 11px;
	color: #a8a;
	line-height: 1.5em;
	border: 1px solid #e7c1dd;
	background:#ffe1f7; padding:0 4px;
	text-transform: lowercase;
	display:none;
}

.post .ratings {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

.post .views {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 3px solid #eee;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
	padding: 3px;
	color: #999;
}

/*
Default Navigation _Next entries _Previous entries
*/
.nav {
	margin-top: 10px;
	font-size: 0.75em;
}

.nav a:hover {
	color: #333;
}
	

.nav_left {
	float: left;
	display: inline;
}

.nav_right {
	float: right;
	display: inline;
}

/*
Other Post Boxes
*/
.post_header {
	padding-top: 10px;
	padding-right: 10px;
}

.post_header h1 {
	font-size: 1.4em;
	color: #444;
}

.post_author, .post_follow {
	background: #fffff4;
	padding: 10px;
	font-size: 1em;
	color: #666;
	line-height: 1.5em;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS";
	margin-top: 15px;
}

.post_follow a {
	font-weight: bold;
}

/*
Comments
*/
.commentlistdiv {
	margin-top: 10px;
	padding: 10px;
	background: #f7f8ed;
	font-size: 1em;
	color: #666;
}

.commentlistdiv h1 {
	font-size: 1.3em;
	color: #DE055F;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.commentlist li {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding: 20px;
}

.commentlist li.alt {
	background: #fff;
}

.pane_l {
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 1px dotted #ddd;
	padding-right: 20px;
	margin-right: 20px;
}

.pane_r {
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}

.c_author {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.c_avatar {
	display: block;
	margin: 0px 0px 7px 0px;
}

.c_date {
	color: #aaa;
	font-size: 1em;
	margin: 0px 0px 7px 0px;
}

.c_approved {
	color: #aaa;
	font-size: 1em;
}

/*
Trackbacks / Pinbacks
*/
.post_ping {
	background: #fffff4;
	padding: 10px;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #666;
	line-height: 1.5em;
}

.post_ping h1 {
	font-size: 1.2em;
}

.post_ping ol {
	margin-left: 20px;
}

.post_ping ol li {
	padding-top: 3px;
}

/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	background: #e6daed;
	border: 1px dotted #ddd;
	font-size: 1em;
	color: #666;
}

.reply h1 {
	font-size: 1.3em;
	color: #DE055F;
	border-bottom: 1px solid #e0edef;
	line-height: 1.5em;
}

.reply label {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	width: 500px;
	height: 100px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/commentbutton.gif) no-repeat;
	width: 100px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
	border:0;
}

.replybutton:hover {
	background: url(images/commentbutton_on.gif) no-repeat;
}


/* Additions */

.middlecol{background:url(images/content-top.jpg) no-repeat 256px top; font-family:"Lucida Grande", Arial,Helvetica, sans-serif;  padding:1px 0;}
.middlecolwrap2{background:url(images/content-btm.jpg) no-repeat 256px bottom; padding-bottom:1px;}
.middlecolwrap1{background:url(images/contentbg.png) repeat-y 256px top; font-family:"Lucida Grande", Arial,Helvetica, sans-serif;}
.leftcol{float:left; width:256px; padding-top:30px; padding-bottom:30px;}
.contentarea{ no-repeat top left; padding: 45px 40px 15px 20px; width:644px; float:right; color:#000;}
.clearboth{clear:both;}

.leftcol a{color:#f90;}
.leftcol a:hover{color:#fa0;}
.leftcol h2{background:url(images/leftnavheadbg.png) no-repeat right top; height:40px; padding: 6px 10px 0 20px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:22px; margin:0; text-align:right; font-style:italic;}

.wp-polls{padding:5px 10px 5px 20px !important; margin-bottom:20px; text-align:left;}
.wp-polls-ans ul,.wp-polls-ans li{margin-left:0px; padding-left:0px;}

.leftnavblock{padding:5px 10px 5px 20px; margin-bottom:20px;}

#similar-posts ul, #similar-posts  ul li, .leftnavblock ul,.leftnavblock ul li{margin:0; padding:0; list-style:none;}

#twitter-tools ul li, .widget_text ul li, .widget_links ul li, .widget_meta ul li, .widget_recent_comments ul li,.widget_categories ul li, #similar-posts ul li, .leftnavblock ul li{display:block; background:url(images/bul-heart.gif) left 7px no-repeat; padding:5px 0 5px 25px; border-bottom:dotted 1px #b398c3;}

#twitter-tools ul, .widget_text .textwidget, .widget_links ul, .widget_meta ul, .widget_recent_comments ul,.widget_categories ul,#similar-posts ul{padding:5px 10px 5px 20px; margin-bottom:20px;}


.contentarea h3{ font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:32px; margin:0; font-style:italic; color:#763c96; border-bottom:dotted 1px #b696b1; padding-bottom:5px; margin-left:60px;}

.cal_date{background:url(images/cal_bg.png) no-repeat; width:44px; height:43px;text-align:center; padding:3px; float:left; color:#652e82;}
.cal_date .day{display:block;font-size:25px; font-weight:bold; line-height:25px;text-align:center;}
.cal_date .month{display:block;font-size:11px; text-align:center;}

.contentarea blockquote{background:url(images/quote.png) top left no-repeat; color:#504257; margin:5px 10px; padding:10px 10px; font-size:11px;}

.post{margin-bottom:20px;}
.entry,.post_body{background:url(images/signature.png) bottom right no-repeat; padding-bottom:30px;}

.footer{height:30px; padding:35px 0 0 250px; font-size:11px; color:#331046;font-family:"Lucida Grande", Arial,Helvetica, sans-serif;}
.footer a.subtlelink,.footer a.subtlelink:hover{color:#331046;}
.footerline1{ width:450px; float:left;}
.footerline2{ width:205px; float:right; padding-right:20px;}
.footerfeeds{text-align:right; height:15px; font-size:10px; padding:0 20px; clear:both;}
.footerfeeds a, .footerfeeds:hover{color:#fff;}

input#aktt_tweet_text{width:95%;}

.archive_header h1{text-align:right; font-size: 14px; font-family:Arial, Helvetica, sans-serif;}

.post_footer{background:url(images/postfooterbg2.jpg) right top no-repeat; height:33px; border-top:dotted 1px #715082; color:#fff; padding-bottom:30px; font-family:Arial, Helvetica, sans-serif;}
.post_footer a, .post_footer a:hover{color:#fff;}
.post_footer ul, .post_footer ul li{list-style:none; padding:0; margin:0; font-size:12px; font-weight:bold;}
.post_footer ul{width:280px; float:right;}
.post_footer ul li{display:block; float:left; padding:5px 0;}
.post_footer ul li.comments{width:114px; padding-left:20px;}
.post_footer ul li.ratings{width:135px; padding-left:10px;}
.post_footer ul li.ratings img{float:left; padding-right:3px;}

.back{float:left;}
.fwrd{float:right;}
