/* FProg.ru CSS Document */

BODY {
	background-color: #EEEEEE;
	color: #555555;
	font-family: 'PT Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 0;
}

H1, H2, H3, H4 {
	color: #777777;
	margin-top: 0;
	padding-top: 0;
}

A	{ color: #0000BB; }

P, UL, OL {
	margin-bottom: 1em;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

#container {
	position: relative;
	text-align: center;
}

#header {
	margin: 1em auto;
	text-align: center;
	width: 960px;
}
#header A {
	color: #777777;
	text-decoration: none;
}

#content {
	background-color: #FFFFFF;
	border: none;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	border-radius: 8px;
		-moz-box-shadow: 0 2px 8px #999999;
		-webkit-box-shadow: 0 2px 8px #999999;
	box-shadow: 0 2px 8px #999999;

	margin: 0 auto;
	padding: 8px 28px;
	position: relative;
	text-align: left;
	width: 900px;
}

#footer {
	margin: 1em auto;
	text-align: center;
	width: 960px;
}

#issue {
	position: relative;
	width: 900px;
}

#main {
	float: right;
	position: relative;
	text-align: left;
	width: 658px;
}

#main P {
	text-indent: 2em;
	margin-bottom: 0.6em;
}

DIV.navi {
	clear: both;
	border-bottom: 1px dotted #CCCCCC;
	font-size: normal;
	font-weight: bold;
	padding-bottom: 0.6em;
	margin-bottom: 1em;
}

DIV.navi A {
	color: #555555;
	text-decoration: none;
	border-style: none none dashed none;
	border-width: 1px;
	border-color: #0000bb;
}

IMG.cover-preview, DIV.cover-preview {
	border: 1px solid #BBBBBB;
	margin: 0 0 12px 0;
}
.cover-preview {
	-webkit-transition-property: -webkit-box-shadow;
	-webkit-transition-duration: 100ms;
	-webkit-transition-timing-function: ease-in;
}
td .cover-preview:hover {
	-webkit-box-shadow: 0 2px 16px #aaa;
	-moz-box-shadow: 0 2px 16px #aaa;
	box-shadow: 0 2px 16px #aaa;
}
DIV.cover-frame {
	float: left;
	margin-right: 10px;
}
dl.short-issue-contents {
	margin-left: 220px;
	font-size: small;
}
dl.short-issue-contents A {
	text-decoration: none;
	border-bottom: dotted 1px;
}
dl.short-issue-contents dt {
}
dl.short-issue-contents dd {
	font-size: smaller;
	color: #555;
	margin-bottom: 4px;
}

P.sig {
	text-align: right;
}

OL.links, UL.links {
	margin-top: 1em;
}

UL.links LI {
	margin-bottom: 0.6em;
}

UL A {
	display: block;
}

#main UL {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none; 
}


#sidebar {
	float: left;
	font-size: smaller;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0; left: 0;
	width: 212px;
}

#sidebar UL {
	margin-left: 0;
	padding-left: 0;
	list-style-type: circle; 
}

#sidebar P {
	margin-top: 2em;
}
#sidebar P.note A {
	font-weight: bold;
	text-decoration: none;
}
td P.note {padding-left: 1em;}

.subinfo {
	font-size: smaller;
	color: #666;
	}

.hi-light {
	color: #b00000;
}

#news {
	background-color: #FFFFCC;
	border: 1px solid #FFFF99;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
/*		-moz-box-shadow: 0 2px 4px #999999;
		-webkit-box-shadow: 0 2px 4px #999999;
	box-shadow: 0 2px 4px #000000; */
	margin: 0.6em 0 1.2em 0;
	padding: 0.6em 2em;
	text-align: left;
}

#rightside {
	margin-left: 242px;
}

DL.announcement {
	margin: 0;
	padding: 0;
}
DL.announcement DT {
	display: block;
	color: #b00000;
	float: left;
	font-weight: bold;
	margin: 0 1em 3em 0;
	padding: 0;
}
DL.announcement DD {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 0;
}


#additional {
    font-size: small;
	float: right;
	width: 17em;
	margin: 0 0 10px 10px;
}

#additional H4 {
    font-size: small;
}

.twtr-hd, .twtr-ft { display: none; }
.twtr-tweet-wrap { margin-left: -8px; }
