/*
Theme Name: Silver Platinum
Author: Benjamin Lu
Description: This Silver Platinum is based on Twenty Twelve. 
Template: twentytwelve
Version: 0.0.4
Tags: silver, two-columns, custom-header, right-sidebar
*/
@import url('../twentytwelve/style.css');

/* Basic Structure
---------------------------------------------------------*/
body {
  font-family: calibri;
}

body.custom-font-enabled {
  font-size: 10pt;
}

a {
  color: #0195c5;
  text-decoration:none;
}

a:visited {
  color: #0195c5;
  text-decoration:none;
}

a:hover {
  color: #9f9f9f;
}

/* Main Content and Comment Content
---------------------------------------------------------*/
#content-height {
margin-top: -25px;
}

.entry-header .entry-title {
  border-bottom: 1px solid #cccccc;
  font-size: 12pt;
  line-height: 1;
  margin-bottom: 3px;
}

.entry-header .entry-title a {
  text-decoration: none;
}

.entry-content p {
  line-height: 1.5;
}

.site-header h1 {
  font-size: 24pt;
  text-align: center;
}

.site-header h2 {
  margin-top: -18px;
  text-align: center;
  
}

.site-content a {
  color: #0195c5;
}

.site-content a:hover {
  color: #9f9f9f;
}

.site-content a:visited {
  color: #0195c5;	
}
.archive-header {
  margin-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}

.archive-title {
  font-size: 12pt;
  line-height: 0;
  text-transform: none;
}

/* Main Navigation
---------------------------------------------------------*/
.main-navigation {
  margin-top: 40px;
} 

.main-navigation li a {
  font-size: 11pt;
  text-transform: none;
  line-height: 2.5;
}

/* Sidebar Content
---------------------------------------------------------*/

.widget-area {
  width:220px;
}

.widget-title {
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
  font-size: 12pt;
  line-height: 1;
  text-transform: none;
}

.widget-area .widget a {
  color: #0195c5;	
}
.widget-area .widget a:hover {
  color: #9f9f9f;	
}
.widget-area .widget a:visited {
  color: #0195c5;	
}

#wp-calendar th, #wp-calendar td, #wp-calendar caption {
text-align: center;
}

caption {
  font-weight: bold;
}

#wp-calendar #today {
  color: #00000;
  font-weight: bold;
}

/* Footer Content and Comment Content
---------------------------------------------------------*/
.site-info {
  line-height: 1.5;
  text-align: center;
}

.site-info a {
  color: #0195c5;	
}
.site-info a:visited {
  color: #0195c5;	
}
.site-info a:hover{
  color: #9f9f9f;
}

/* Pagination
---------------------------------------------------------*/
.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 10pt;
	line-height: 1em;
	list-style-type: none;
	text-align: center;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}


.pagination span,
.pagination a {
	float: left;
	border: 1px #ededed solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}
.pagination a:hover,
.pagination a:focus {
	color: #fff;
	background-color: #777;
	border-color: #777;
}
.pagination .current{
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #777;
	border: 1px #777 solid;
}

/* END PAGINATION */


/* Alignment */
img.alignleft {
  margin: 0 10px 0 0;
}

img.alignright {
  margin: 0 0 0 10px;
}

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 40px;
	font-size: 14pt;
	line-height: 1;
	font-weight: normal;
}

.comments-area article header {
	margin: 0 0 10px;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	margin-left: 55px;
}
.comments-area article header cite {
	font-size: 11pt;
}

.comments-area article header time {
	text-decoration: none;
	font-size: 9pt;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #0195c5;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #0195c5;
}
.comments-area article header cite a:hover {
	text-decoration: none;
}