* {
margin:0pt;
padding:0pt;
}

a {
text-decoration: none;
}

.hidden {
	display: none;
}

#container {
margin:0pt auto;
width:860px;
}

#banner {
height:70px;
width:100%;
}

#cms_admin {
padding: 10px;
}

h1, h2, h3 {
}

h2 {
height: 22px;
}

h2 a {
color: white;
}

h1 {
height: 32px;
line-height: 32px;
margin-bottom: 0;
}

ul, ol {
margin-left: 2em;
}

div.tooltip ol li {
margin-bottom: 1em;
}

.featureLarge {
position: relative;
width: 481px;
height: 248px;
}

.featureLargeOverlay {
position: absolute;
bottom: 0;
width: 471px;
padding: 5px;
color: #ffffff;
}

#cms_admin h2.content_caption {
  font-size: 12px;
}

#cms_admin table tr th {
text-align: left;
}
#cms_admin table tr td.padded {
padding-right: 1em;
}

#content {
  clear: both;
}

#login {
float: right;
margin-right: 1em;
}

#login ul, #login ul li {
display: inline;
}

#article {
float: left;
width: 481px;
}
#sidebar {
float: left;
width: 294px;
margin-left: 20px;
}

#article p {
text-align: justify;
}

a img {
border: none;
}
a img:hover {
cursor: hand;
}

h2.bar {
height:19px;
line-height:19px;
margin:0pt;
padding:0pt;
}

.hint {
	text-transform: uppercase;
	font-size: 0.8em;
}

.box_title {
    font-size: 1.2em;
    font-weight: normal;
}	
div.box_contents {
	border: none;
	margin-bottom: 2em;
}
div.box_contents ol {
	margin-left: 20px;
}

/** MANAGE **/
#manage_menu {
    margin: -10px;
}
ul#manage_menu li {
	display: inline;
    height: 20px;
    padding: 10px;
}
ul#manage_menu li:hover {
}

.autocomplete {
	border: solid black 1px;
	background: white;
	padding: 0.5em;
}
.autocomplete .selected {
	background: yellow;
}

/** PARTIALS **/
ul.thumblist {
list-style-image:none;
list-style-position:outside;
list-style-type:none;	
}
div.thumbimage {
float: left;
margin: 0px 8px 10px 0px;
width: 50px;
}
ul.thumblist li a {
font-weight: bold;
text-decoration: none;
}

div.thumbshow {
float: left;
margin-bottom: 2em;
}
div.thumbshow h2 {
margin-top: 5px;
}

#comments {
margin: 2em 0em;
}

/** HOME **/
.horizontal_divider {
width: 100%;
}

.center_divider img {
	display: block;
	margin: 0 auto 2em auto;
}

#row1 {
border: none;
height:269px;
}

#row1 #large_feature {
	float: left;
}

#row2 {
border: none;
}

#home_smallfeatures {
float: left;
}

#home_adbar {
float: left;
position: absolute;
margin-left: 481px;
padding-left: 20px;
width: 330px;
}

.smallfeatures {
width: 186px;
margin-right: 24px;
float: left;
}

.smallfeatures h2 {
margin-bottom:10px;
}

#attachables-list {
margin-left: 2em;
}

.slide_thumb {
  height: 80px;
}

/* sexy buttons */
a.button {
    background: transparent url('/images/skin/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('/images/skin/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#footer {
    width: 860px;
    margin: 0 auto;
    margin-top: 10px;
    background: black;
    height: auto;
    text-align: left;
}
#footer h3 {
    font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    border-bottom: 1px solid #333333;
    color: #FFFFFF;
    font-size: 10px;
}
#footer p {
    color: #666666;
    text-transform: none;
    font-size: 0.9em;
    line-height: 1.5em;
}
#footer p a {
    color: #CCCCCC;
}

.clearfix {
    display: block;
    overflow: auto;
}

.clear {
    clear: both;
}

.prototip .clearfix {
	overflow: hidden;
}

/** VIDEO EMBED + EMAIL **/
/* look and feel for embed and email tabs */
#shareTabs { 
	list-style:none; 
	padding:0;	
	float:left;
	margin-left:-5px !important;
}

#shareTabs li { 	 
	text-indent:-999em;
	padding:0;
	margin:0;
	list-style-image:none;	
}

#shareTabs a {
	background: url(/img/demos/email_embed_tabs.png) no-repeat;
	display:block;
	width: 48px;  
	height: 44px;
	padding:0px;
	margin:0px;	
}

#shareTabs a:hover {
	background-color:#ccc;
}

#shareTabs a:focus {
	background-color:#000;
}
	
#shareTabs a.current {
	background-color:#295c72;
}

#shareTabs #embedTab {
	background-position: 0 -44px;
}

/* container for each pane: video, embed and email */
#panes {
	background:#295c72 url(/img/global/gradient/h600.png) repeat-x;
	height:340px;
	width:480px;
	float:left;	
	color:#fff;
	position:relative;
	z-index:1;	
	border:2px solid #fff;
	outline:1px solid #666;	
	font-family:verdana;
	font-size:12px;
	-moz-outline-radius:4px;
}

/* embed and email pane */
#emailPane, #embedPane {	
	display:none;	
	margin:10px;		
}

/* player container style */
#player {	
	display:block;	
	height:340px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-color:#000;	
}

#panes input, #panes textarea {
	width:430px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #666; 	
	padding:2px;
}

#panes textarea {
	padding:4px;
	height:100px;
}

#panes button {
	border:1px outset #ccc;	
	cursor:pointer;
	background-color:#f9f9fa;	
}

#panes label.left {
	float:left;
	margin-right:15px;	
}

#panes label.left input {
	width:180px;		
}

#embedPane textarea {
	height:180px;
	background-color:transparent;	
	overflow-x:hidden;
	color:#BBBBBB;
	padding:4px;
}

/* close image */
div.close {
	background:url(/javascripts/flowplayer/images/close.png) no-repeat;
	position:absolute;
	top:5px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

div.author_preview {
    margin-left: 2em;
    margin-bottom: 3em;
}

#checklist {
    float: left;
    width: 230px;
}

/* horinaja */
.horinaja ul{
	position:relative;
}
.horinaja ul li{
	background:transparent;display:block;top:0;
}
/* horinaja pagination */
ol.horinaja_pagination{height:40px;margin: 0 auto;position:relative;background:transparent;padding:5px 0 0 0;clear:both;width: 810px;}
ol.horinaja_pagination li{float:left;height:40px;display:block;padding-right: 27px;}
ol.horinaja_pagination li a{display:block;float:left;font-size:12px;padding: 10px 0 0 0;cursor:pointer;height: 1px;color: black;background: white;margin-top: 21px;}
