﻿/*
Theme Name: Pyrmont V2
Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html
Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 2.0.3
Author: motta
Author URI: http://imotta.cn/
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/
   
body { 
  font-family: Tahoma, Sans-Serif; 
}

	div#header div.blog_title{
		float: right;
		margin-top: 50px;
		margin-right: 10px;
		}
		div#header div.blog_title h1 a{
			font-family: Tahoma, Sans-Serif;
			font-weight: normal;
			font-size: 25px;
			}
		div#header div.blog_title p.description{
			color: #999;
			margin-top: 10px;
			margin-right: 5px;
			}
	div#header div#search{
		float: left;
		}
		div#header div#search form#searchform{
			right: -210px;
			}
			div#header div#search form#searchform .searchinput{
				right: 8px;
				}
			div#header div#search form#searchform .button{
				right: 175px;
				}
				
div#main_navi{
	float: right;
	}
	div#main_navi ul.left{
		float: right;
		padding: 9px 20px 0 0;
		}
			div#main_navi ul.left li a{
				float: right;
				font-size: 13px;
				line-height: 18px;
				margin: 0 0 0 30px;
				}
	div#main_navi ul.right{
		float: left;
		padding: 9px 0 0 10px;
		}
		div#main_navi ul.right li a{
				float: right;
				font-size: 12px;
				line-height: 20px;
				margin: 0 10px 0 0;
				}
/* END div#header */

div#main{
	margin: 30px 10px 30px 25px;
	}
	/* sticky post */
	div#main div.sticky{
		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
		}
		div#main div.post div.title{
			margin-right: 15px;
			margin-left: 0;
			margin-top: 16px;
			}
			div#main div.post div.title h2{
				font-family: Tahoma, sans-serif;
				font-size: 22px;
				font-weight: normal;
				width: 590px;
				}
			/* 20090629 add h1-h6 style in entry */
			div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; font-weight: normal;}
			div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; font-weight: normal;}
			div#main div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; font-weight: normal;}
			div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
			div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
			div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }

			div#main div.post div.entry p{
				text-align: justify;
				}
			div#main div.post div.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 50px 10px 20px;
				}
			/* 20090629 add table layout */
		div#main div.navigation .left{
			float: right;
			}
		div#main div.navigation .right{
			float: left;
			}
/* END div#main */

/* END div#footer */

			div#sidebar ul li ul li{
				padding-left: 10px;
				padding-right: 26px;
				}
/* END div#sidebar */


/* calendar widget */

#wp-calendar {
	font-family: Tahoma, sans-serif;
}

#wp-calendar #prev{
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #next{
	text-align: left;
	padding-left: 5px;
}

/* widget search */

	li.widget_search form#searchform .searchinput{
		right: 8px;
		}
	li.widget_search form#searchform .button{
		right: 175px;
		}

/* END modify div#sidebar */

	div#main div#comments h3{
		float: right;
		}
	div#main div#comments .add_your_comment a{
		float: left;
		}
		div#main ol.commentlist li ul{
			margin-right: 60px;
			}
		div#main ol.commentlist li div.vcard{
			float: right;
			}
		div#main ol.commentlist li div.vcard div.left{
			margin-left: 5px;
			}
			div#main ol li div.left div.reply a{
				margin-right: 5px;
				}
		div#main ol.commentlist li div.right{
			float: right;
			}
	div#main .comments_navi .alignleft{
		float: right;
		}
	div#main .comments_navi .alignright{
		float: left;
		}
	div#main div#respond h3{
		float: right;
		}
		div#main div#respond span.cancel-comment-reply{
			float: left;
			}
			div#main div#respond div .message_input{
				font-family: Tahoma, sans-serif;
				}
			div#main div#respond div.user_info div.single_field{
				float: right;
				}
			div#main div#respond form#commentform div.submit_button input.button{
				float: right;
				}
			div.submit_button span.key{
				float: right;
				margin-right: 10px;
				}
/* END single page */


.linkpage ul li{
	float: right;
}

.linkpage ul li ul li{
	float: right;
}

.linkpage ul li h3{
	margin-right: 12px;
}

