/*

Theme Name: Oh so Ang!

Theme URI: http://ohsoang.com/

Description: Oh so Ang!

Author: Ang

*/





* {
	margin: 0;
	padding: 0;
}
img, hr {
	border: none;
}
body {
	background: #e8f1f2 url(images/bg.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #282426;
}
.clear {
	clear: both;
}
a {
	color: #92278f;
	text-decoration: none;
}
a:hover {
	color: #590656;
}
p {
	margin-bottom: 20px;
}
h1 {
	color: #544a50;
	margin-bottom: 10px;
}
h1 a {
	color: #544a50;
	text-decoration: none;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
.bgcontain {
	background: url(images/bg-top.png) repeat-x;
}
.header {
	margin: 0 auto;
	width: 606px;
	height: 169px;
	padding: 40px 0;
}
.nav {
}
.nav ul {
	list-style: none;
	margin-left: 40px;
}
.nav li {
	float: left;
	display:inline;
	margin-left: 20px;
}
.nav a {
	display: block;
	padding: 6px 50px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background: url(images/purple.png);
	text-decoration:none;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
}
.nav a:hover {
	color: #e6dae7;
	background: #92278f;
}
.maincontain {
	margin: 0 auto;
	width: 960px;
}
.maincol {
	width: 640px;
	float: left;
}
.content {
	background-image: url(images/grey.png);
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.entry p:first-line {
	letter-spacing: 2px;
	font-variant: small-caps;
	font-size: 120%;
	text-transform: lowercase;
}
.entry p+p:first-line,  .entry img+p:first-line,  .entry div+p:first-line,  .entry ul+p:first-line, .entry blockquote+p:first-line {
	letter-spacing: inherit;
	font-variant: inherit;
	font-size: inherit;
	text-transform: inherit;
}
.content ul {
	margin: 0 0 20px 20px;
}
.sidebar {
	width: 300px;
	float: right;
	font-size: 90%;
}
.sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
#searchform {
	margin: 0 auto 20px auto;
	padding: 5px 0 0 0;
	text-align: center;
}
.sidebar #searchform #s {
	width: 138px;
	height: 19px;
	padding: 5px 10px;
	background: url(images/search.png) no-repeat 0 0;
	border: none;
}
.sidebar #searchsubmit {
	padding: 1px;
}
.aktt_tweets li, .widget_googlereader li {
	margin-bottom: 10px;
}
.aktt_tweet_time, .aktt_tweet_reply {
	font-size: 70%;
}
.aktt_more_updates {
	background: url(images/tweet.png);
	width: 196px;
	height: 30px;
	margin: 0 auto;
}
.aktt_more_updates a {
	display: none;
}
.flickrimg {
	padding: 2px;
	border: 1px solid #92278f;
	margin: 0 5px 5px 0;
	width: 45px;
	height: 45px;
}
.flickrimg:hover {
	border: 1px solid #590656;
}
.footer {
	margin: 20px auto;
	width: 920px;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background-image: url(images/purple.png);
	font-size: 90%;
}
.footer a {
	color: #590656;
}
.footer a:hover {
	color: #92278f;
}
.footer-left {
	float: left;
	padding-top: 10px;
}
.footer-center {
	float: left;
	padding: 0 0 0 20px;
}
.footer-center ul {
	list-style: none;
}
.footer-center a {
	display: block;
	height: 16px;
	padding: 3px 0 3px 20px;
}
.footer-right {
	float: right;
	text-align: right;
}
.footer-right p {
	margin-bottom: 5px;
}
.footer-rss {
	background: url(images/rssfeed.png) no-repeat 0 3px;
}
.footer-flickr {
	background: url(images/flickr.png) no-repeat 0 3px;
}
.footer-twitter {
	background: url(images/twitter.png) no-repeat 0 3px;
}
div.hr {
	height: 52px;
	background: url(images/hr.png) no-repeat center center;
}
.postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: both;
}
.thread-alt {
	background-image: url(images/purple-light.png);
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.thread-even {
	background-image:url(images/grey.png);
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.depth-1 {
}
.even, .alt {
}
.blogroll {
	background: url(images/links.png) no-repeat 150px center;
}
#archives-3 {
	float: left;
	width: 150px;
}
#categories-3 {
	float: right;
	width: 150px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
/* 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: 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. */



.entry ul, .entry ol {
	margin: 0 0 20px 30px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */



select {
	width: 130px;
}
/* End Form Elements */





/* Begin Comments*/



.commentbubble a {
	display: block;
	background-image: url(images/bubble.png);
	width: 40px;
	height: 26px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	padding-top: 2px;
	font-weight: bold;
}
.commentbubble a:hover {
	background-position: 0 -28px;
}
.commentlist li, #commentform input, #commentform textarea {
}
.commentlist li ul li {
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	background: url(images/textarea.png) no-repeat 0 0;
	width: 492px;
	height: 310px;
	padding: 30px;
	border: none;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 20px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-size: 80%;
}
/* End Comments */





/* Captions */



.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-image: url(images/purple-light.png);
	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: 80%;
	padding: 0 4px 5px;
	margin: 0;
}



/* End captions */
