/*
Theme Name: Giftsin24
Version: 1.1
*/

#comment {
	width: 350px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#maincontent {
	float: left;
	width: 500px;
}
#productwrap {
	width: 500px;
	float: left;
}
h1 {
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 10px;
}

h1 a{
	color: #2C7585;
}


#blogsidebar {
	float: left;
	width: 200px;
	padding-left: 25px;
}
h2, h2.postentry {
	margin-top: 25px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #D48A35;
}
p {
margin-bottom: 13px;
}

.posttitle
	{font-size: 18px;}

#blogsidebar li {
	list-style-type: none;

}

#blogsidebar ul ul {
	margin-left:0;
	padding-left: 0px;

}
#blogsidebar ul ul li{
	list-style-type: circle;

}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 14px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 0px;
	display: inline;	float: left
	}

.alignright {
	float: right;
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 14px;
	display: inline;
	}

.alignleft {
	float: left
	padding: 4px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 0px;
	display: inline;
	}
/* End Images */
