/*
THEME NAME: SwinTalk
THEME URI: http://www.swintalk.com
DESCRIPTION: Default theme for SwinTalk blog
VERSION: 0.1
AUTHOR: ember
AUTHOR URI: http://tehcpeng.net/
*/

/*
-----------------------------
GLOBAL STYLES
-----------------------------
*/

* {
	padding:0;
	margin:0; 
}

body{
	background:#121212 url('images/bg.jpg') top center repeat-x;
	color:#535353;
	font-size:12px;
	font-family: Arial, sans-serif;
	margin:0;
	padding:0;
} 

h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }

/* MAIN TYPOGRAPHY */

html { 
	font-size: 62.5%; 
	font-family: Arial, sans-serif;
}

strong, b { 
	font-weight: bold; 
}

cite, i, em { 
	font-style: italic; 
}

h1 {	
	font-family: Georgia, "times new roman", serif;
	font-weight: normal;
	letter-spacing: -1px; 
	font-size: 250%; 
	color: #2b2b2b;
	margin:0.1em 0 0.5em 0;
	margin-left:20px;
}

.post h1, .postpage h1 {
	background: url(images/metabg.gif) no-repeat bottom left;
	padding:10px 0 15px 0;
}

h2 {
	font-family: Georgia, "times new roman", serif;
	font-weight: normal;
	letter-spacing: -1px;  
	font-size: 250%; 
	padding-left:10px;
	margin: 15px 0 5px 0;
}

.post h2 {
	font-family: Georgia, "times new roman", serif;
	font-weight: normal;
	font-size: 180%;
	letter-spacing: -1px;  
	color: #2b2b2b;
	margin-left:20px;
	font-style:italic;
	padding-left:0;
}

#right h2 {
	color: #fbc327;
	padding-left:20px;
}

h3 {
	font-family: Georgia, "times new roman", serif;
	font-weight: normal;
	letter-spacing: -1px;  
	font-size: 200%; 
	color: #222;
}

h4 {	
	font-family: Georgia, "times new roman", serif;
	font-weight: normal;
	letter-spacing: -1px;  
	font-size: 170%; 
	color: #222;
	margin-bottom: 5px;
}

p {
	padding: 0 20px 0 20px;
}

.post img, .postpage img {
	margin:20px;
	padding: 5px;
	border:1px solid #BFBFBF; 
	background: #eee;
}

img.wp-smiley{ 
	border:none;
	margin:0;
	padding:0;
}

img .aligncenter {
margin:0 auto;
}

ul, li, ol {
	margin-left:2em;
}

.post ul, .post li, .post ol {
padding: 0 20px 0 0;
}


del { 
	text-decoration: line-through; 
	color: #666; 
}

small, sup, sub { 
	font-size: 85%; 
}

big { 
	font-size: 140%; 
	line-height: 120%; 
	font-family: Georgia, "times new roman", serif;
}

a:link, a:visited, a:active, a:focus { 
	text-decoration: none; 
	color: #fbc327;
}

a:hover  {
	text-decoration: none; 
	color: #CCC;
}

.clear{ 
	clear:both; 
	height:1px; 
	font-size:1px; 
	line-height:1px; 
}


.left {
float:left;
}

.right {
float:right;
}

.meta {
	color:#999;

}

img {
	border:none;
}


/* TOO COOL for IE banner */
a#tooCool { 
	position: absolute; 
	right: 0px; 
	bottom: 0px; 
	display: block;
	height: 90px;
	width: 90px;
	background: url(http://www.swintalk.com/wp-content/themes/swintalk/images/ffbadge.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#header > a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 90px;
	width: 90px;
	background: url(http://www.swintalk.com/wp-content/themes/swintalk/images/ffbadge.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}


/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

#container {
	width: 960px; 
	margin: 0 auto;
}

#header {
	height: 200px;
}

#center {
	float: left; 
	width: 630px;
	background: #ffffff; 
	min-height:500px;
}

#center-forum {
	float: left; 
	width: 960px;
	background: #191919; 
}

#center-forum h1 {
	color:#ccc;
	background:#191919;
	background: url(images/forumh1bg.gif) no-repeat bottom left;
}

#forum_latest {
	list-style-type:none;
width:300px;
}

#forum_latest li{ 
	margin-left:0;
	color:#ccc;
	border-bottom: 1px dotted #333;
	background: url(images/bulletgray2.gif) left no-repeat; 
	padding: 10px 0 10px 25px;
}
#forum_latest li:hover {
	background: #171717 url(images/bulletgray.gif) left no-repeat; 
}

.latestforum {
color:#ccc;
font-size: 120%;
}


.post {
	margin-bottom: 30px;
}
.postpage { 
	padding-bottom: 50px;
}

.post .commentcount, .postpage .commentcount {
	float:right;
	text-align:center;
	font-size: 200%; 
	font-family: Georgia, "times new roman", serif;
	background: url(images/cmtcount.gif) no-repeat; 
	width:60px;
	height:46px;
	padding: 7px 0 0 5px;
	margin-right:15px;
	color:#2b2b2b;
}

.post .commentcount a, .postpage .commentcount a{
	color:#2b2b2b;
}

.post .commentcount a:hover, .postpage .commentcount a:hover{
	color:#999;
}


.post h1 a, .postpage h1 a{
	color:#2b2b2b;
}

.post h1 a:hover, .postpage h1 a:hover{
	color:#535353;
	background: #eee;
}



.post blockquote, .postpage blockquote {
	background: #eee;
	padding:15px;
	border:1px solid #ddd;
	margin:20px;
}
.authorphoto {
	float:right;
	margin-top:0px;
}

#navigation a{ 
	color:#535353;
}

#navigation a:hover{ 
	color:#2b2b2b;
}

#navigation .left {
	background: url(images/prev.gif) bottom left no-repeat;
	height: 10px;
	float: left;
	margin:20px;
	line-height: 10px;
	color:#535353;
	padding-left: 13px;
}

#navigation .left:hover { 
	background-position: top left;
	color:#2b2b2b;
}

#navigation .right{ 
	background: url(images/next.gif) bottom right no-repeat;
	height: 10px;
	float: right;
	margin:20px;
	line-height: 10px;
	color:#535353;

	padding-right: 13px;
}

#navigation .right:hover { 
	background-position: top right;
	color:#2b2b2b;
}


/*
-----------------------------
BOTTOM






-----------------------------
*/

#bottom {
	background: #fbc327; 
	padding-bottom:30px;
}

#gallerypw {
	background: #000; 
	padding: 3px 10px 5px 10px;
	list-style: none;
	height: 240px;
}

.gallery {
	list-style: none;
}

.gallery li {
	margin: 15px;
	padding: 0;
	float: left;
}

.gallery img {
	border: solid 3px #ccc;
	padding: 0;
}

#gallerypw .link {
	float:right;
	margin-right:15px;
}

.popular h2, .rposts h2, #gallerypw h2 {
	font-size: 220%; 
}

.popular {
	width: 310px;
	float: right;
	background: #fbc327; 
	color: #56420a;
	height:320px;
}

.popular a{ 
	color: #56420a;
	border-bottom:1px solid #ac8414;
}

.popular a:hover{ 
	border-bottom:1px solid #000;
	color:#000;
}

.popular ul {
	margin-left:10px;
}

.popular li {
	background: #fbc327 url(images/bulletovr.gif) left no-repeat; 
	padding: 5px 10px 5px 20px;
	margin-left:10px;
	list-style-type:none;
}

.popular li:hover{
	background: #fbc327 url(images/bullet.gif) left no-repeat; 
}

.rposts {
	width: 310px;
	float: left;
	background: #fbc327; 
	padding:0 0 0 10px;
	color: #56420a;
	height:320px;
}

.rposts ul {

	margin-left:10px;

}


.rposts a{ 
	color: #56420a;
	border-bottom:1px solid #ac8414;

}

.rposts a:hover{ 
	border-bottom:1px solid #000;
	color:#000;
}


.rposts li {
	background: #fbc327 url(images/bulletovr.gif) left no-repeat; 
	padding: 5px 0 5px 20px;
	margin-left:10px;
	list-style-type:none;
}

.rposts li:hover{
	background: #fbc327 url(images/bullet.gif) left no-repeat; 
}

#topbox {
	height:30px;
	background: #fbc327; 
	border-top: 1px solid #56420a;
	border-bottom: 1px solid #cda021;
	font-family: Arial, sans-serif;
	padding: 5px 10px 5px 0;
	color:#56420a;
	font-size:120%;
}


/*
-----------------------------
SEARCH
-----------------------------
*/

#topbox p {
	padding-left:20px;
	margin-top:7px;
	float:left;

}

#topbox2 h2{
	height:40px;
	background: #212121; 
	text-align:center;
	margin-top:0;
	padding:5px;
	color:#535353;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#search{
	float:right;
	text-align:left;
	background:url(images/searchbg.gif) 25px 3px no-repeat;
	margin:3px 0 0 0;
}

#search .searchimg{
	float:left;
	width:12px;
	height:25px;
	position:relative;
	background:url(images/search.gif) 0 7px no-repeat;
}

#search input{ 
	width:140px;
	font-size: 11px; 
	margin-top:6px;
	margin-left:15px;
	background:transparent;
border:0;
	color:#fff;
}

#search input:focus{
	background:transparent;
}

#search input:hover{
	background:transparent;
}


.postdate {
	color:#999;
}



/*
-----------------------------
MAIN NAV
-----------------------------
*/

#navmain {
	width: 600px;
	list-style-type: none;
	height: 23px;
	position: relative;
	float:right;
}

#navmain li { 
	list-style-type:none; 
	float:right;
}


#navmain a {
	display: block;
	text-indent: -9999px;
	position: relative;
	outline: none;
	padding: 0 10px 0 0;
}

#navmain a:hover {
	background-position: left bottom;
}

#navmain .home {
	width: 54px;

	height: 23px;
	background: url(images/blogbt.gif) no-repeat;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}

#navmain .forum {
	width: 73px;
	height: 22px;
	background: url(images/forumbt.gif) no-repeat;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}

#navmain .about {
	width: 71px;
	height: 22px;
	background: url(images/aboutbt.gif) no-repeat;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}

#navmain .photos {
	width: 81px;
	height: 22px;
	background: url(images/photosbt.gif) no-repeat;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}

#navmain .contact {
	width: 94px;
	height: 22px;
	background: url(images/contactbt.gif) no-repeat;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}


/*
-----------------------------
SIDEBAR
-----------------------------
*/

#right {
	float: right; 
	width: 330px;
}

#right a {
	font-weight: normal;
	text-decoration:none;
	color:#777;

}

#right a:hover {
	color:#aaa;
}

#feeds {
	background: url(images/feedico.png) no-repeat 95% 50%;
	height:80px;
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
	margin-top:20px;
}

#feeds:hover {
	background: #191919 url(images/feedico.png) no-repeat 95% 50%;
}

#feeds a{
	display:block;
	color:#ccc;
}

#feeds a:hover{
	color:#aaa;
}


#feeds h2 {
	color:#ccc;
	width:200px;
	padding: 0 0 0 20px;
	line-height:0.8em;

}

#about {
	background: url(images/aboutbg.jpg) no-repeat left top;
	height:208px;
	padding: 80px 20px 0 20px;
	font-size: 120%; 
	
}

#aboutpost {
	background: url(images/aboutpostbg.jpg) no-repeat left top;
	height:208px;
	padding: 80px 20px 0 20px;
	font-size: 120%; 
}


#aboutothers {
	background: url(images/aboutotherbg.jpg) no-repeat left top;
	height:208px;
	padding: 80px 20px 0 20px;
	font-size: 120%; 
}

#events ul {
	list-style-type:none;
	margin-left:0;
}

#events li { 
	display:block;
	margin-left:30px;
	padding:10px 0 0 0px;
	height:85px;
	color:#ccc;
	font-family: Georgia, "times new roman", serif;
	font-weight: normal;
	letter-spacing: -1px;  
	font-size: 150%; 
}

#events li:hover { 
	background:  #191919;
}

#events li a{
	display:block;
	height:85px;
	color: #ccc;
	border-bottom: 1px dotted #333;

}

#events li a:hover { 
	background:  #191919;
	color: #999;
}

.datetime {
	width:85px;
	height:85px;
	float:left;
	padding-top:15px;
	margin: -10px 0 -15px 0;
	background: url(images/eventdate.png) no-repeat left top;
}

.datetime p {
	margin:0 auto;
	padding:0;
	text-align:center;
}

.datetime p.day {
	font-family: Georgia, "times new roman", serif;
	color:#fbc327;
	font-size: 180%; 
}

.datetime p.month {
	font-family: Georgia, "times new roman", serif;
	color:#CCC;
	font-size: 100%; 
}

#bloggers ul, #popular ul, #archives ul, #rcomments-side ul, #rposts-side ul, #cats ul {
	list-style-type:none;
	margin-left:0px;
	width:330px;
}

#bloggers li, #popular li, #archives li, #rcomments-side li, #rposts-side li, #cats li {
	background: url(images/bulletgray2.gif) left no-repeat; 
	margin-left:30px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #333;
}



#bloggers li:hover, #popular li:hover, #archives li:hover, #rcomments-side li:hover, #rposts-side li:hover, #cats li:hover {
	background: #171717 url(images/bulletgray.gif) left no-repeat; 
}

#tweets ul {
	list-style-type:none;
}

#tweets li { 
	margin-left:0;
	color:#ccc;
	border-bottom: 1px dotted #333;
	background: url(images/bulletgray2.gif) left no-repeat; 
	padding: 10px 0 10px 25px;
}

#tweets .timestamp {
	display:block;
	text-align:right;
	font-size:80%;
	font-style:italic;
	color:#535353;
}

#sidemeta {
	margin: 0 50px 0 0;
}

#sidemeta ul{
float:right;
width:60px;
	text-align:right;
	list-style-type:none;
	margin-left:0
}

#sidemeta li {

	background: url(images/metabuttonbg.gif) right no-repeat;
	padding:8px 25px 0 0;
	width:70px;
	height:26px;
margin-top:-5px;
}

#sidemeta a{
	color:#777;
}

#sidemeta a:hover{
	color:#ccc;
}

/*
-----------------------------
COMMENTS
-----------------------------
*/


#comments {
	background: #000; 
	padding: 3px 10px 5px 10px;
	list-style: none;
}

#comments .small a{
	color:#535353;
	margin:0;
	padding-top:10px;
	float:right;
}

#comments .small a:hover {
	color:#ccc;
}
#comments h2 {
	font-size: 220%;
	color:#ccc;
}

.comments-list ol {
	margin-left:0
}

.comments-list li{
	width: auto;
	font-size: 100%;
	margin: 20px 10px 35px 0;
	list-style-type:none;
}



.comments-list .comment {
	margin: 0px;
	padding: 0px;
	border: 1px solid #333333;
	background-color: #212121;
	color:#ccc;
}



.comments-list .comment p {
	margin: 15px;
	padding: 0px;
}


.comments-list cite {
	position: relative;
	margin: 0px;
	padding: 14px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/tip2.gif) no-repeat 35px 0;
	font-style: normal;
}

.comment-author {
	font-size: 160%;
	color:#fbc327;
	letter-spacing: -1px; 	
	font-weight:bold;
}

.reply {	
	text-align:right;
	padding:0 10px 0 25px;
	margin-top:10px;
	float:right;
	background:url(images/reply.gif) no-repeat left;
}




.reply:hover {
	background:url(images/reply2.gif) no-repeat left;
}

.reply a {
	color:#535353;
}

.reply a:hover {
	color:#999;
}



/*
-----------------------------
COMMENT FORM
-----------------------------
*/

#leave-comment {
	background:#fbc327 url(images/talkbg.gif) no-repeat 97% 15px;
	padding: 5px 0 20px 0;
}

#leave-comment p.small {
	color:#aa851e;
	margin:0;
}

#leave-comment p.small a{
	color:#56420a;
}

#leave-comment h2 {
	color:#212121;
	font-size: 220%;
	padding-left:20px;
	margin-bottom:0;
}

#leave-comment form {

	padding:10px 0 20px 10px;
	font-family: Georgia, "times new roman", serif;
	font-size:150%;
	color:#56430d;
}
#leave-comment .txtarea {
	border:0;
	text-align:right;
	width:580px
}

#leave-comment input {
	border:0;
	height:15px;
	margin:0;
	padding:4px;
	width:200px
}

#leave-comment small {
	font-size:80%;
}


#leave-comment textarea {
	border:0;
	float:right;
	height:148px;
	overflow:auto;
	padding:4px;
	width:454px
}

#leave-comment input, #leave-comment textarea {
	color:#91721a;
	font-family:Arial;
	font-size:80%;
	background:#ffd762;
	border-bottom: 1px solid #a98419;
}

#leave-comment h3 {
	float:left;
	font-size:100%;
	padding:0 0 0 33px;
	font-weight:normal;
	color:#56430d;
}

#leave-comment .comment-details {
	border:0;
	text-align:right;
	width:350px
}

#leave-comment #sub-image {
	clear:both;
	display:block;
	float:right;
	height:26px;
	margin:10px 0 0 0;
	padding:0px;
	width:95px;
	border:0;
}

.subscribe-to-comments {
	font-size:80%;
	text-align:right;
	padding-top:15px;
	margin-right:0;
	padding-right:0;
}

.subscribe-to-comments a{
	color:#000;
}

.loggedin {
	padding-left:10px;
}

.loggedin a{
	color:#181304;
	padding-left:0;
}

.loggedin a:hover{
	color:#56430d;
}

.cmntsoff {
	font-family: Georgia, "times new roman", serif;
	font-size:150%;
	color:#56430d;
}


/*
-----------------------------
FOOTER
-----------------------------
*/

#footer {
	clear: both; 
	height: 198px;
	color: #343434;
	background: #121212 url(images/footerbg.jpg) bottom center repeat-x; 
	margin-top:10px;
}

.footerlogo {
	float:left;
	padding-right:10px;
}

.wrap {
	width: 960px; 
	margin: 0 auto;
	background: url(images/crest.gif) bottom right no-repeat;
	height:198px;
}

.copyright {
	padding-top: 100px;
}

.copyright a {
	color:#535353;
}

.copyright a:hover {
	color:#ccc;
}


