/* @override http://rags2bags.sg/wp-content/themes/rags2bags/style.css */

/*
Theme Name: Rags2bags Minimal
Theme URI: http://wordpress.org/
Description: Minimal theme for rags2bags.sg
Version: 0.1b
Author: Winnie Lim
Author URI: http://winnielim.com/
Tags: white, minimal

	Rags2bags 01.b

	This theme was designed and built by Winnie Lim

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
		font-family: "Lucida Grande", "Lucida Sans", "lucida Sans unicode", tahoma, sans-serif;
	color: #000;
	text-align: center;
	}
	
	p{
	padding:0;
	margin:0;
	text-align: left;
	}
	
UL,LI{
padding:0;
margin:0;
}


#page {
	background-color: white;
	text-align: left;
	}

#header {
	padding:20px 0;
	clear: both;
	}


#content {
	width:685px;
	float: left;
	font-size: 1.2em;
	clear: left;
	}

.narrowcolumn .postmetadata {	}

.alt {
	background-color: #f8f8f8;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: georgia,  serif ;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	}

.description {
	font-family: "Times New Roman",serif;
	font-style: italic;
	font-size: 1.8em;
	padding:50px 0 0 0;
	}

h2 {
	font-size: 2.5em;
	padding:0;
	margin:0;
	border-bottom: 1px dashed #000;
	}




#sidebar h2, h3 {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-family: "Lucida Grande", "Lucida Sans", "lucida Sans unicode", tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry p{
	padding:5px 0;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	padding:13px 0 0 0;
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
a{
	color:#000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	border-bottom: 1px solid #000;
	}
	
div.entry li {
list-style:circle inside;
padding: 0 0 0 10px;
}

.gallery .gallery-icon{
float: left;
list-style: none;
padding:0;
}

#sidebar li{
list-style: none;
}
	

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin:auto;
	padding: 0;
	width: 960px;
	}



.post {
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: left;
	padding:0;
	margin:0;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;

	}


#sidebar h2 {
	padding: 0;
	border-bottom: 1px dashed #000;
	padding-bottom:5px;
	margin-bottom: 5px;
	
	}
	
#sidebar li{
	margin:0 0 20px 0;
}

h3 {
	clear: both;
	padding: 0;
margin: 20px 0 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
	
h3 span {
		background-color: #000;
	color:#fff;
	padding:5px;
}
	
/* End Headers */



/* Begin Images */
img {

}
p img {
	}

/*	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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
.entry {
margin-bottom:20px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px dashed #000;
	}

input:focus, textarea:focus{
	background:#eee;
}

#commentform textarea {
	width:95%;
	padding: 2px;
	border:1px dashed #000;
	}

#commentform #submit,{
	background:#000;
	color:#fff;
	border:1px dashed #000;
	
	}
	
a.button {
}

a.button:hover h3 span{
background:#FFF;
color:#000;
	border:1px dashed #000;
}
	
#commentform #submit{
	margin: 0;
}
	

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background-color:#eee;
	}
	
	.commentlist li.alt {
	background-color:#ddd;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/
#thumbnails{
float:left;
margin:45px 0 20px 0;
}




a .hoverImage{
	display:none;
	position:absolute;
	z-index:1;
	top:-20px;
	left:100px;
}

a.thumbnail, a .thumbnail, .gallery-icon a{
	position:relative;
	float:left;
	padding:3px;
border:1px dashed #000;
margin:0 7px 7px 0;
}

a.thumbnail:hover .hoverImage{
	display:block;

}

.hoverImage img{
	width:250px;
	height:250px;
}

.gallery{
	clear:both;
	padding:10px 0;
}

.postthumbnail, .size-thumbnail{
float:left;
padding:3px;
border:1px dashed #000;
margin:0 8px 8px 0;
}

.size-full{
padding:3px;
border:1px dashed #000;
}




#navigation{
	width: 400px;
	text-align: right;
padding-top:30px;
clear:right;
}

#navigation li{
display:inline;
padding-left:30px;
font-size:1.5em;
line-height: 2em;
font-weight:bold;
}

#logo a{
border:none;
}

#lightbox-container-image-box a{
border:none;
}

#lightbox-secNav-btnClose{
border:none;
}

#tag_cloud a{
	line-height:24px;
	margin: 0 2px;
}

.pageNav{
	clear: both;
}

/*columns*/
.left{
float:left;
padding-right:20px;
}

.right{
float:right;
}
.clearboth{
clear:both;
}
.twocol{
width:250px;
}
.threecol{
width:388px;
}

.fourcol{
width:526px;
}

.allcol{
width:960px;
}







