@charset "utf-8";

/*reset css*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,em,strong,th{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr{border:0;font-variant:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
label{display:block;}

html {
	min-width: 945px;
}

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, textarea, input, select, blockquote {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

body {
	color: #333;
	padding: 0 20px;
	text-align: center;
	background: #f8fdff url(/images/background.png) repeat-x;
}

a {
	color: #105CB6;
	outline: none !important;
}

a:visited {
	color: #105cb6;
}

a:hover, a:focus {
	color: #003;
}

a:active {
	color: #000;
}

/* Layout
----------------------------------*/
#container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

#contents {
	width: 100%;
	padding: 15px 0 30px 0;
    background: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
}

#wrapper {
	float: left;
	width: 100%;
	margin: 0 -330px 0 0;
}

#wrapper #main {
	margin: 0 340px 0 15px;
}

#main {
	margin: 0 15px;
}

#sidebar {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
}

/* Header
----------------------------------*/
#header {
	position: relative;
	height: 70px;
	color: #fff;
}

#header h1 {
	padding: 7px 0 0 0;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 166px;
	height: 55px;
	background: transparent url(/images/logo.png) no-repeat top left;
	font-size: 2px;
	text-indent: -99999px;
}

#header a {
	color: #fff;
}

#header ul {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 80%;
}

#header ul li {
	display: inline;
}

#header form {
	position: absolute;
	top: 28px;
	right: 0;
	font-size: 85%;
}

#header .button {
	background-position: 0 -160px;
	border: 1px solid #f19203;
}

#header .button:hover {
	background-position: 0 -200px;
}

/* Breadcrumb
---------------------------------*/
#breadcrumb {
	background: url(/images/breadcrumb.png) repeat;
	margin: 0 15px 10px 15px;
	padding: 0 0 0 6px;
	font-size: 80%;
}

#breadcrumb ul {
	padding: 5px 0 0 0;
	height: 20px;
	/* image size 25px */
	background: transparent url(/images/breadcrumb.png) no-repeat bottom right;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul li a {
	text-decoration: none;
}

#breadcrumb ul li strong {
	font-weight: bold;
}

/* Top Banner
----------------------------------*/
#top-banner {
	margin:0 0 15px 0;
	background: url(/images/top_banner_right.png) no-repeat top right;
}

#top-banner .info {
	height: 181px;
	background: url(/images/top_banner_left.png) no-repeat;
}

#top-banner h2, 
#top-banner p {
	display: none;
}

/* Main
----------------------------------*/
#main h2 {
	font-size: 159%;
	margin: 0 0 20px 0;
}

#main h3 {
	font-size: 123%;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
}

/* list view
---------------------------------*/
.compare, 
.vcard, 
.vevent, 
.timeline {
	clear: left;
	position: relative;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #eee;
	_height: 1px;
}

.vcard,
.timeline {
	min-height: 48px;
}

.vcard img, 
.vevent img, 
.timeline img {
	float: left;
	border: 1px solid #ccc;
}

.vevent .wrapper.thumb, 
.vcard .wrapper, 
.timeline .wrapper {
	margin: 0 0 0 58px;
	padding: 0 50px 0 0;
	min-height: 48px;
}

.vevent .wrapper {
	padding: 0 50px 0 0;
}

.vevent abbr {
	font-size: 80%;
	color: #666;
}

.vevent.detail abbr {
	font-size: 85%;
	color: #666;
}

#sidebar .vcard,
#sidebar .timeline {
	min-height: 32px;
}

#sidebar .vcard {
	border: none;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #a6d7f7;
	background: #ddf0fc;
}

#sidebar .vevent .wrapper {
	padding: 0;
}

#sidebar .vevent .wrapper.thumb, 
#sidebar .vcard .wrapper, 
#sidebar .timeline .wrapper {
	margin: 0 0 0 42px;
	padding: 0;
}

#sidebar .compare h4, 
#sidebar .vevent h4, 
#sidebar .vcard h4, 
#sidebar .timeline h4 {
	font-size: 85%;
	font-weight: normal;
}

.vevent.detail, 
.timeline.detail, 
.vcard.detail {
	border: none;
	margin: 0 0 20px 0;
	padding: 0 48px 0 0;
}

.vcard.detail .wrapper, 
.timeline.detail .wrapper {
	margin: 0 0 0 106px;
	padding: 0 50px 0 0;
	min-height: 96px;
}

.vcard.detail .wrapper h2, 
.timeline.detail .wrapper h2 {
	margin: 0 !important;
}

.vevent.detail h2 {
	display: inline;
	font-size: 159%;
	margin: 0 0 20px 0;
}

.vevent.detail a img {
	float: none;
	border: none;
}

.compare h4, 
.vcard h4, 
.vevent h4, 
.timeline h4 {
	font-weight: bold;
}

.vevent h4 {
	display: inline;
}

.vevent p.comment {
	background: url(/images/parts.png) no-repeat;
	background-position: 0 -28px;
	padding: 0 0 0 15px;
}

.vcard p, 
.vevent p, 
.timeline p {
	margin: 4px 0;
	font-size: 80%;
	line-height: 1.5em;
}

#sidebar .vcard p, 
#sidebar .vevent p, 
#sidebar .timeline p {
	margin: 2px 0 0 0;
}

.vcard.detail p, 
.timeline.detail p {
	font-size: 85%;
	margin: 0;
}

.vcard p img, 
.vevent p img, 
.timeline p img {
	float: none;
	border: none;
}

.vcard ul, 
.vevent ul, 
.timeline ul {
	color: #444;
	font-size: 80%;
}

.vcard ul li, 
.vevent ul li, 
.timeline ul li {
	display: inline;
	margin: 0 5px 0 0;
}

.vcard ul li a, 
.vevent ul li a, 
.timeline ul li a {
	text-decoration: none;
}

.vcard ul.action, 
.vevent ul.action, 
.timeline ul.action {
	position: absolute;
	top: 13px;
	right: 0;
}

.vcard ul.action li, 
.vevent ul.action li, 
.timeline ul.action li {
	float: left;
	margin: 0 0 0 12px;
}

.vcard ul.action li span, 
.vevent ul.action li span, 
.timeline ul.action li span {
	display: none;
}

.vcard ul.action li a, 
.vevent ul.action li a, 
.timeline ul.action li a {
	display: block;
}

.vcard ul.action li.delete a, 
.vevent ul.action li.delete a, 
.timeline ul.action li.delete a {
	width: 9px;
	height: 14px;
	background: url(/images/parts.png) no-repeat;
	background-position: -2px -15px;
}

.timeline ul.action li.favorite a {
	width: 15px;
	height: 15px;
	background: url(/images/favorite.png) no-repeat top left;
	background-position: 0 0;
}

.timeline ul.action li.favorite.active a {
	background: url(/images/favorite.png) no-repeat;
	background-position: 0 -15px;
}

ul.event-navi {
	text-align: center;
	font-size: 85%;
}

ul.event-navi li {
	display: inline;
}

/* Event Description
----------------------------------*/
#preview {
	 clear: left;
	 width: 98%;
	 overflow: auto;
	 height: 300px;
	 border: 1px solid #ccc;
}

#preview .vevent {
	padding: 5px;
}

.description {
	font-size: 100%;
	margin: 20px 0;
}

.description img {
	display: block;
        max-width: 500px;
}

.description p {
	font-size: 100%;
	margin: 0 0 14px 0;
	font-style: normal;
	font-family: sans-serif;
	color: #333;
}

.description ol, 
.description ul {
	font-size: 100%;
	margin: 0 0 24px 1.5em;
	color: #333;
}

.description ul li {
	display: list-item;
	list-style-type: square;
	list-style-image: url(/images/bullet.gif);
}

.description ol li {
	display: list-item;
	list-style-type: decimal;
}

/* List & Compare View
----------------------------------*/
table#compare #q1, 
table#compare #q2, 
table#compare #q3 {
	width: 76%;
	margin: 0 10px 0 0;
}

table#compare .button {
	background-position: 0 -160px;
	border: 1px solid #f19203;
}

table#compare .button:hover {
	background-position: 0 -200px;
}

table#compare .compare {
	min-height: 48px;
}

table#compare .compare input {
	float: left;
	margin: 16px 5px 0 0;
}

table#compare .compare img {
	border: 1px solid #ccc;
	float: left;
}

table#compare .compare .wrapper {
	margin: 0 0 0 74px;
}

table#compare .compare .wrapper h4 {
	font-size: 90%;
}

table#compare .compare .wrapper p {
	font-size: 80%;
}

table#compare, 
table#timeline {
	clear: left;
	width: 100%;
	margin: 0 0 20px 0;
	table-layout: fixed;
}

table#compare tr, 
table#timeline tr {
	vertical-align: top;
}

table#compare td, 
table#timeline td {
	padding: 2px;
	border: 1px solid #cfe2f4;
}

table#compare th, 
table#timeline th {
	text-align: center;
	background: #f4f9fe;
	color: #678197;
	font-weight: bold;
	border: 1px solid #cfe2f4;
}

table#timeline td.age, 
table#timeline td.year, 
table#timeline td.month {
	text-align: center;
	background: #f4f9fe;
	color: #678197;
	font-size: 85%;
}

table#timeline td.year span {
	font-size: 80%;
}

table#timeline td.year {
	width: 60px;
}

table#timeline td.month {
	width: 40px;
}

table#timeline td .vevent {
	border: none;
}

table#timeline td .vevent ul.action {
	top: 5px;
	right: 5px;
}

table#timeline td .vevent p.comment {
	margin: 2px 0 0 0;
	font-size: 80%;
}

/* Timeline View
----------------------------------*/
div#timeline {
	clear: left;
	position: relative;
	height: 400px;
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #cfe2f4;
	overflow: scroll;
	overflow-y: hidden;
}

div#timeline .panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 238px;
	height: 100%;
	border-left: 1px dotted #cfe2f4;
	border-right: 1px dotted #cfe2f4;
	padding: 1px 0;
}

div#timeline .panel .label {
	margin: -4px 0 2px 0;
	border-bottom: 1px dotted #cfe2f4;
	text-align: center;
	font-size: 80%;
	font-family: Georgia, serif;
	font-style: italic;
	color: #678197;
	background: #f4f9fe;
}

div#timeline .item {
	clear: left;
	position: absolute;
	background: transparent url(/images/bubble_right.png) no-repeat top right;
	height: 42px;
	z-index: 100;
	min-width: 140px;
	_width: 180px;
}

div#timeline .item .vevent {
	background: transparent url(/images/bubble_left.png) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 42px;
	color: #666;
	clear: none;
	border-bottom: none;
	_font-size: 77%;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
}

div#timeline .item .vevent img {
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
}

div#timeline .item .vevent .wrapper {
	padding: 5px 5px 0 5px;
}

div#timeline .item .vevent .wrapper.thumb {
	margin: 0 0 0 28px;
}

div#timeline .item .vevent h4 {
	display: block;
	white-space: nowrap;
	font-size: 80%;
	font-weight: normal;
	line-height: 0.8;
	_margin: 2px 0 5px 0;
}

div#timeline .item .vevent h4 a {
	text-decoration: none;
}

div#timeline .item .vevent abbr {
	font-size: 75%;
}

/* Map View
----------------------------------*/
#map {
	clear: left;
	width: 100%;
	height: 400px;
	margin: 10px 0 20px 0;
	border: 1px solid #ccc;
}

#map h3 {
	font-size: 93%;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#map abbr {
	font-size: 80%;
}

#map p {
	font-size: 85%;
}

/* Comment
----------------------------------*/
#comments {
	margin: 0 0 20px 0;
}

#comments h3 {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px 0;
}

#comments form {
	margin: 0 0 20px 0;
}

#comments textarea {
	margin: 0 0 10px 0;
}

div.comment {
	clear: left;
	padding: 10px;
	min-height: 48px;
	border-top: 1px solid #eee;
}

#sidebar .comment {
	min-height: 32px;
}

.comment img {
	float: left;
	border: 1px solid #ccc;
}

.comment .wrapper {
	margin: 0 0 0 58px;
}

.comment .wrapper p {
	word-wrap:break-word;
}

#sidebar .comment .wrapper {
	margin: 0 0 0 42px;
}

#sidebar .comment p {
	margin: 0;
	font-size: 80%;
}

.comment p {
	margin: 0 0 5px 0;
	font-size: 85%;
	line-height: 1.5em;
}

.comment ul {
	font-size: 80%;
}

.comment ul li {
	display: inline;
	margin: 0 4px 0 0;
}

.comment .comments_action {
	clear: left;
	margin: 0 0 0 0px;
}

/* Sidebar
---------------------------------*/
#sidebar h3 {
	position: relative;
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 6px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #a5cc7a;
}

* html #sidebar h3 {
	padding: 5px 0 6px 6px;
	background: url(/images/border_radius_300.png) no-repeat;
}

#sidebar h3 a span {
	display: none;
}

#sidebar h3 a {
	position: absolute;
	top: 6px;
	right: 10px;
	background: url(/images/rss_icon.png) no-repeat top left;
	width: 14px;
	height: 14px;
	display: block;
}

#sidebar .friend-list, 
#sidebar .compare-list, 
#sidebar .tag-list, 
#sidebar .timeline-list, 
#sidebar .event-list, 
#sidebar .comment-list {
	margin: 0 0 20px 0;
}

#sidebar .tag-list ul {
	margin: 0 0 0 20px;
	font-size: 90%;
}

#sidebar .tag-list ul li {
	margin: 0 5px 0 0;
	display: inline;
}

#sidebar .tag-list ul li a {
	color: #666;
	text-decoration: none;
}

#sidebar .tag-list ul li a:hover {
	color: #105CB6;
}

#sidebar .friend-list ul {
	padding: 0 5px;
}

#sidebar .friend-list ul li {
	display: inline;
	margin: 0 5px 0 0;
}

#sidebar .friend-list ul li img {
	border: 1px solid #ccc;
}

#sidebar .timeline-info dl {
	margin: 0 0 20px 10px;
	font-size: 85%;
}

#sidebar .timeline-info dt {
	clear: left;
	float: left;
	white-space: nowrap;
}

#sidebar .timeline-info dd {
	text-align: right;
}

/* Compare box
---------------------------------*/
#compare-box {
	margin: 0 0 20px 0;
}

#compare-box h3 {
	padding: 0;
	background: none;
	color: #444;
}

#compare-box ul {
	margin: 0 0 -7px 0;
	font-size: 85%;
}

#compare-box ul li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 2px 0 0;
}

#compare-box ul li:hover a {
	background: #ddd;
}

#compare-box ul li.active a {
	font-weight: bold;
	background: #ddd;
}

#compare-box ul li a {
	display: block;
	text-align: center;
	padding: 4px 10px;
	white-space: nowrap;
	background: #fff;
	color: #333;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
}

#compare-box .wrapper {
	clear: left;
	padding: 10px;
	background: #ddd;
	_padding: 1px 10px;
}

#compare-box .timeline-selector {
	border: 1px solid #999;
	background: #fff;
	overflow: auto;
	overflow-x: hidden;
	height: 110px;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 90%;
}

#compare-box .timeline-selector label input {
	margin: 0 4px 5px 0;
}

#compare-box .timeline-selector p {
	margin: 0 0 0 5px;
}

#compare-box .button {
	background-position: 0 -80px;
	border: 1px solid #888;
	font-size: 85%;
	_margin: 0 0 10px 0;
}

#compare-box .button:hover{
	background-position: 0 -120px;
}

/* Basic form styles
----------------------------------*/
.basic-form dt {
	clear: left;
	float: left;
	text-align: right;
	white-space: nowrap;
	width: 140px;
}

.basic-form dd {
	margin: 0 0 20px 145px;
}

dt.required {
	font-weight: bold;
}

dd p {
	font-size: 80%;
	font-family: serif;
	font-style: italic;
}

/* Utility
----------------------------------*/
.more {
	text-align: right;
	font-size: 85%;
	margin: 10px 0 0 0;
}

.error {
	list-style-type: none;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #cc3333;
	background: #ffeeee;
	color: #cc3333;
}

.action {
	clear: left;
	margin: 0 0 0 145px;
}

#map-search {
	margin: 0 0 0 6px;
}

#notification {
	position: absolute;
	width: 500px;
	padding: 5px 0;
	border: 1px solid #ffd700;
	border-top: none;
	background: #ffffdd;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}

.message {
	text-align: center;
	border: 1px solid #ffd700;
	background: #ffffdd;
	margin: 0 0 10px 0;
	padding: 6px 0;
	font-size: 85%;
	font-weight: bold;
}

/* Slide Hint
----------------------------------*/
.popup {
	position: relative;
}

.hint {
	position: absolute;
	display: none;
	_width: 300px;
}

.hint .arrow {
	float: left;
	margin: 8px 0 0 0;
	width: 7px;
	height: 13px;
	background: transparent url(/images/arrow.png) no-repeat top left;
}

.hint p {
	margin: 0 0 0 6px;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #a0c7ff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* Permalink
----------------------------------*/
#permalink {
	clear: left;
}

#permalink dt {
	font-size: 85%;
}

#permalink dd input {
	width: 100%;
	_width: 98%;
	font-family: "Courier New";
}

/* Tab
----------------------------------*/
.tab {
	background: url(/images/tab_line.png) repeat-x bottom;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

form .tab {
	width: 98.3%;
	margin: 0;
	background: url(/images/tab_line2.png) repeat-x bottom;
}

.tab ul {
	list-style-type: none;
	font-size: 85%;
}

.tab ul li {
	float: right;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	background: url(/images/tab_bg.png) 100% -100px;
}

form .tab ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	background: url(/images/tab_bg.png) 100% -400px;
}

form .tab ul li:hover {
	background-position: 100% -500px;
}

form .tab ul li:hover a {
	background-position: 0 -500px;
}

form .tab ul li.active {
	border-bottom: 2px solid #7aa5cc;
	background: url(/images/tab_bg.png) 100% -300px;
}

form .tab ul li.active:hover {
	background-position: 100% -300px;
}

form .tab ul li.active a {
	background: url(/images/tab_bg.png) 0 -300px;
}

form .tab ul li.active:hover a {
	background-position: 0 -300px;
}

form .tab ul li a {
	background: url(/images/tab_bg.png) 0 -400px;
}

.tab ul li:hover {
	background-position: 100% -200px;
}

.tab ul li:hover a {
	background-position: 0 -200px;
}

.tab ul li.active {
	border-bottom: 2px solid #a5cc7a;
	background: url(/images/tab_bg.png) 100% 0;
}

.tab ul li.active:hover {
	background-position: 100% 0;
}

.tab ul li.active a {
	background: url(/images/tab_bg.png) 0 0;
}

.tab ul li.active:hover a {
	background-position: 0 0;
}

.tab ul li a {
	display: block;
	padding: 4px 11px 4px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(/images/tab_bg.png) 0 -100px;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}

/* Footer
---------------------------------*/
#footer {
	clear: left;
	margin: 0 0 20px 0;
	padding: 15px;
	background: #ededed;
	border-top: 1px solid #ddd;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
}

#footer p.page-top {
	font-size: 80%;
	text-align: right;
}

#footer p.copyright {
	clear: left;
	padding: 5px 0 0 0;
	border-top: 1px dotted #ddd;
	text-align: right;
	font-family: Verdana;
	font-size: 70%;
}

#footer .box {
	float: left;
	margin: 0 10px 15px 0;
	width: 15%;
	font-size: 80%;
}

#footer .box ul li {
	line-height: 1.5em;
}

#footer .box.about {
	width: 25%;
}

#footer .box.about p {
	line-height: 1.5em;
}

#footer .box.mobile {
	width: 120px;
}

#footer .box.mobile img {
	text-align: center;
	border: 1px solid #ddd;
}

#footer .box h5 {
	font-weight: bold;
	color: #4b87b1;
	margin: 0 0 10px 0;
}

/* Button
----------------------------------*/
a.button, 
.button {
	padding: 1px 3px 1px 4px;
	background: url(/images/button_bg.png) no-repeat top left;
	background-position: 0 0;
	border: 1px solid #35a1e5;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	_padding: 3px 0 0 0;
}

a.button:hover, 
.button:hover {
	background-position: 0 -40px;
}

.signup {
	text-align: center;
	margin: 0 0 10px 0;
}

/* OpenID Login
----------------------------------*/
ul.openid {
	margin: 5px 0 0 0;
}

ul.openid li {
	display: inline;
}

ul.openid li img {
	width: 16px;
	height: 16px;
	background: transparent url(/images/openid_icon.png) no-repeat;
}

ul.openid li img.livedoor {
	background-position: 0 0;
}

ul.openid li img.mixi {
	background-position: 0 -16px;
}

ul.openid li img.yahoo {
	width: 27px;
	height: 13px;
	background-position: 0 -32px;
}

/* Pager
----------------------------------*/
.pager {
	float: right;
	margin: 16px 0 0 0;
	font-size: 85%;
}

.pager a {
	text-decoration: none;
}

.pager .prev,
.pager .next {
	display: block;
	float: left;
	margin: 3px 5px 0 5px;
}

.pager a.page-num,
.pager span.current {
	display: block;
	float: left;
	width: 1.5em;
	margin: 0 3px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
}

.pager span.current {
	background: #efefef;
	color: #999;
}

.pager a.page-num:hover {
	background: #ddd;
}


/* Share
ADD:20111006
----------------------------------*/
#shares {
	height: 20px;
	margin: 20px 0 0 0;
}

div.share {
	clear: left;
	padding: 0px 0px 0px 0px;
}

/* -- facebook -------------------*/
.share .fb {
	float: left;
	margin: 0 15px 0 0;
}

/* -- twitter --------------------*/
.share .tw {
	float: left;
	margin: 0 15px 0 0;
}

/* -- google+ --------------------*/
.share .gp {
	float: left;
	margin: 0 15px 0 0;
}

