
/* Space for Horses CSS */


*
{
margin: 0;
padding: 0;
}
img {
border: 0;
}
.clear {
clear: both;
}
body
{
background: #003466;
color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
padding-bottom: 30px;
}
p, h1, h2, h3 {
margin-bottom: 1em;
}
a {
color: #003366;
}
a:hover, a:visited, a:active {
color: #3f6096;
}
#wrapper
{
width: 719px;
margin: 0 auto;
}
#header
{
position: relative;
background: #FFF;
color: #003466;
height: 48px;
border-bottom: 4px solid #003366;
padding: 10px;
}
#header .login {
position: absolute;
bottom: 0;
right: 0;
font-size: 1.2em;
margin: 10px;
}
#header .login ul {
list-style-type: none;
}
#header .login li {
float: left;
padding: 0 5px;
}
#header .login li {
border-right: 1px solid black;
}
#header .login li.last {
border: 0;
}
#header h1
{
position: relative;
float: left;
width: 121px;
height: 50px;
font-size: 1em;
}
#header h1 span
{
background: transparent url(images/logo.gif) scroll top left no-repeat;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
}
#footer{
float: right;
margin-top: 5px;
margin-right: 10px;
}
#footer ul
{
list-style-type: none;
}
#footer li
{
float: left;
margin-right: 10px;
}
#footer a
{
color: #FFF;
}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.8em;
}
h3{
background: #FFF url(images/arrow.gif) no-repeat scroll center left;
font-size: 1.4em;
padding-left: 22px;
line-height: 18px;
margin-top: 1em;
}
h3.login {
/*background: #FFF url(images/home_icon.gif) no-repeat scroll center left;*/
background: none;
padding-left: 0;
}
#search
{
position: absolute;
bottom: 0;
right: 0;
text-align: right;
height: 28px;
line-height: 28px;
padding-right: 5px;
}


#message {
/*float: right;
clear: both;*/
text-align: right;
height: 28px;
line-height: 28px;
padding-right: 5px;
}
#search #searchBox, #search select
{
border: 1px solid #b2c2d1;
width: 160px;
}
#search select
{
width: auto;
}
#search input.img {
vertical-align: bottom;
}
#message span {
background: transparent url(images/arrow.gif) no-repeat scroll center left;
font-size: 1.2em;
height: 28px;
padding-left: 22px;
}
#nav, #subnav, #inpage_tabs
{
height: 28px;
}
#nav
{
background: transparent url(images/topbarbg.gif) scroll top left repeat-x;
}
#subnav
{
background: transparent url(images/subnav_bg.gif) scroll top left repeat-x;
}
#inpage_tabs
{
    border-bottom: 1px solid #003466;
    height: 27px;
    margin-bottom:1em;
}

#nav ul, #subnav ul, #inpage_tabs ul
{
list-style: none;
/*width: 100%;*/
}
#nav li, #subnav li, #inpage_tabs li
{
position: relative;
width: 95px;
float: left;
height: 28px;
line-height: 32px;
margin-left: 4px;
}
#subnav li
{
line-height: 24px;
}
#nav li a, #subnav li a, #inpage_tabs li a
{
position: absolute;
text-align: center;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
color: #FFF;
}
#nav li a {
background: transparent url(images/button.gif) scroll top left no-repeat;
}
#subnav li a {
background: transparent url(images/subnav.gif) scroll top left no-repeat;
}
#inpage_tabs li a {
background: transparent url(images/button_inpage.gif) scroll top left no-repeat;
}
#nav li a:hover, #subnav li a:hover, #inpage_tabs li a:hover,
#nav li.active a, #subnav li.active a, #inpage_tabs li.active a  {
background-position: 0 -28px;
}

#subnav li.logout
{
    float:right;
    margin-right:26px;
    line-height: 26px;
}
#subnav li.logout a 
{
    background: transparent url(images/subnav_logout.gif) scroll 10px 0 no-repeat;
    color: #000;
    padding-left: 16px;
    width: 79px;
}

#content
{
padding: 30px 30px 20px 30px;
background: #FFF url(images/bg_bottom.gif) scroll bottom left no-repeat;
color: #003466;
height: 100%;
}
#loginbox
{
float: left;
position: relative;
width: 140px;
height:518px;
border-right: 1px dashed #000;
margin-right: 20px;
}
#loginbox p
{
    padding: 0px 5px 0px 0px;
}
#home_body
{
    float: right;
    width: 498px;
}
#home_body p
{

clear:both;
font-size:14px;
}
#home_links1, #home_links2 {
float: right;
width: 498px;
text-align: center;
margin-top: 10px;
}
#home_links1 a, #home_links2 a
{
float: left;
margin-right: 1px;
}

#home_links1 a.last, #home_links2 a.last
{
margin-right: 0;
}
#home_links2 a.taf
{
/*    margin-left: 80px;*/
}

.top10
{
    bottom:0pt;
    display:block;
    float:left;
    left:0pt;
    position:absolute;
}

.listing {
width: 649px;
border: 1px solid #7f99b2;
margin: 20px 0;
padding: 5px;
clear: both;
}
.listing p {
font-size: 1.2em;
margin-bottom: 0.3em;
margin-right: 125px;
}
.listing h3 {
background: transparent;
font-size: 1.4em;
padding: 0;
margin: 0;
}
.listing .tools {
float: right;
}
.listing .tools p  {
margin: 0;
}
.listing .tagline
{
    margin-top:11px;
}
.table_title
{
    float:left;
    font-size: 1.4em;
    margin: 10px 0;
/*    background: #FFF url(images/arrow.gif) no-repeat scroll center left;
    padding-left: 22px;*/
}
.back {
    float:left;
    font-size: 1.0em;
    margin: 10px 0;
}
.pager {
float:right;
font-size: 1.4em;
margin: 10px 0;
}
.pager a, .pager strong {
margin-left: 5px;
}
#images
{
width: 430px;
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.image_thumb {
float: left;
margin-right: 10px;
width: 100px;
height: 100px;
background: #003366;
text-align: center;
}
.avatar
{
    width: 60px;
    height: 60px;
    background: #F5F9FF;
    border: 1px solid #F5F9FF;
    text-align: center;
    position: relative;
    
}
.avatar img
{
    position: absolute;
    top: 0;
    left: 0;
}

#regform .avatar
{
    margin:0pt 0pt 10px 120px;
}

.main_image {
width: 430px;
height: 430px;
overflow: hidden;
text-align: center;
background: #003366;
    /* border: 1px solid #003366; */
}
.main_image img {
vertical-align: middle;
}
#images .image_thumb {
margin-top: 10px;
/*     border: 1px solid #003366; */
}
#images .thumbs
{
margin-top: 0px;
padding: 10px;
width: 410px;
height: 120px;
overflow: auto;
white-space: nowrap;
}
#images .thumbs .image_thumb {
display: inline;
width: 100px;
height: 100px;
float: none;
background-color: transparent;
    /* background: #003366; */
    text-align: center;
}
#regform {
}
#regform p {
clear: both;
margin: 0;
}
#regform h3 {
    clear: both;
}
#regform label,#regform input, #regform select {
display: block;
width: 250px;
float: left;
margin-bottom: 1em;
}

#regform label {
text-align: right;
width: 100px;
padding-right: 20px;
font-weight: bold;
}

#regform label.wider {
width: 250px;
}
#regform .cb input
{
    width: auto;
}

#regform .submit {
margin-left: 120px;
width: auto;
}
#recaptcha_image {
    float:left;
    margin-left: 120px;
    clear: both;
    border: 1px solid #B2C2D1;
    margin-bottom:1em;
    
}


#regform p.help {
    display: block;
    float: left;
    margin-left: 120px;
    margin-bottom:1em;
    width: 300px;
/*    color: #B2C2D1;*/
}


#loginform label, #loginform input, #loginform p{
float: left;
clear: both;
margin-bottom: 10px;
}
#loginform label {
font-weight: bold;
font-size: 12px;
margin-bottom: 0px;
}
#loginform input.text {
width: 120px;
border: 1px solid #b2c2d1;
}
.field {
border: 1px solid #b2c2d1;
width: 320px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.star {
color: #990000;
}
.data_top {
list-style-type: none;
font-size: 1.2em;
}
.data_top li, .profile_content li {
padding-bottom: 1em;
}
.profile_content_suba {
float: left;
width: 305px;
padding-right: 20px;
border-right: 1px dashed #b0b1b1;
}
.profile_content_subb {
float: left;
padding-left: 20px;
width: 305px;
}

.network_list, .connection_list
{
   list-style-type: none; 
}

.network_list li, .connection_list li {
clear:both;
height:1.2em;
padding:0.4em;
}

.network_list li.alt, .connection_list li.alt
{
   background: #f7fbff;
}


.network_list span, .connection_list span
{
    display: block;
    float: left;
}

.network_list em, .connection_list em
{
    display: block;
    float: right;
    font-size: 0.9em;
}

.achievements ul {
padding-left: 30px;
}
.profile_content {
width: 100%;
float: left;
border-top: 1px solid #b0c0cf;
padding: 10px 0;
}

/* Editing images */

.image_edit {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 25px;
    padding: 25px 0;
    border: 1px solid #b0c0cf;
/*    height: 155px;*/
}

.image_edit p, .image_edit h4
{
    margin-bottom: 0.8em;
}


.image_edit .image_thumb {
/*margin: 10px 10px 0 10px;*/
float: left;
   margin: 0 25px;
}
.image_edit_first {
background: #B2C2D1;
}



/* End editing images */

.messages {
width: 100%;
font-size: 1.3em;
}
.messages .unread {
font-weight: bold;
}
.messages th {
text-align: left;
font-weight: bold;
}
.messages .last {
text-align: right;
}
.messages td,.messages th  {
padding: 5px;
border-bottom: 1px solid #b2c2d1;
}
.messages .alt {
background-color: #EAEAEA;
}
#read-message span {
display: block;
margin-left: 105px;
}
#inpage_menu
{
list-style: none;
clear: both;
margin-bottom: 10px;
height: 28px;
}
#inpage_menu li
{
float: left;
width: 95px;
height: 28px;
}
#inpage_menu li a
{
background-color: #b2c2d1;
text-align: center;
width: 95px;
float: left;
height: 28px;
line-height: 28px;
}
#inpage_menu li a:hover, #inpage_menu li.active a {
color: #000;
background-color: #3f6096;
}
.clipboard a, .clipboard_preview a
{
float: left;
text-align: center;
background: transparent scroll no-repeat top center;
padding: 64px 10px 10px 10px;
}

.clipboard_preview a
{
    margin: 10px 0 0 25px;
    width: 50px;
}

/* Icons from Ricebowl, copyright Phytonix, released under the LGPL
http://phytonix.deviantart.com/art/Ricebowl-22605468 */

.pdf a
{
background-image: url(images/icons/mimesmall/pdf.png);
}
.doc a 
{
background-image: url(images/icons/mimesmall/doc.png);
}
.jpg a
{
background-image: url(images/icons/mimesmall/jpg.png);
}
.gif a
{
background-image: url(images/icons/mimesmall/gif.png);
}
.connectiontypes label
{
/* Override label styles, very lame, rethink this */
	text-align: left;
width: auto;
padding-right: 0;
font-weight: normal;
float: none;
display: inline;
}
#network_cats{
margin: 0 0 20px 20px;
font-size: 1.2em;
width: 250px;
list-style: none;
}
#network_cats li
{
    margin-top: 5px;
    padding: 3px;
    background: #ccd6e0;
    font-weight: bold;
}

#wallform
{
    clear: both;
    margin-bottom: 20px;
}

#wallform .field
{
    color: #7f99b2;
}

#wallform textarea {
    width:649px;
    margin-top: 10px;
    padding: 5px;
}

#wallform .submit {
    float: right;
    margin-top: 5px;
     clear: both;
}

ul.regions {
/*    list-style: none;*/
    margin-left: 1em;
}

ul.regions li {
    margin-bottom: 7px;
}

#network_head
{
    float: right;
    background: #fff url('images/network_header.gif') no-repeat scroll top left;
    width: 342px;
    height: 88px;
    display: block;
    position: relative;
}

#network_head a
{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}


#network_head span, #media_head span, #forum_head span {
display:block;
margin-left:-9999px;
}

#network_images
{
    float: right;
    margin-top: 20px;
    width: 347px;
    clear: right;
    
}
#network_images img
{
    margin-bottom: 20px;
    
}

h3.fauxtab
{
    background:#FFFFFF url(images/massivetab.gif) no-repeat scroll left center;
    border-bottom:1px solid #000000;
    color:#FFFFFF;
    font-size:1.2em;
    line-height:24px;
    margin-top:2em;
    padding-left:12px;
}


#forum_head
{
    background: #fff url('/images/forumhead.jpg') no-repeat scroll top left;
    width: 648px;
    height: 124px;
    display: block;
    position: relative;
}

#media_head
{
    background: #fff url('/images/picandvids.gif') no-repeat scroll top left;
    width: 624px;
    height: 48px;
    display: block;
    position: relative;
}


#media_side, #media_images_side
{
    float: right;
    margin-left:12px;
    width:273px;
}

#media_images_side
{
    width:217px;
}

.media_preview, .media_image_preview
{
    float: left;
    margin-right:12px;
    height:130px;
    overflow:hidden;
    width:130px;
}

.media_image_preview
{
    width:100px;
    height:115px;

    margin-bottom:12px;
    margin-right:11px;
}

.media_image_wrapper
{
    background-color: #003366;
    height:100px;

}

#media_player_wrapper
{
    width: 374px;
    height: 450px;
    float: left;
}

#image_wrapper
{
    float: left;
}

#media_player
{
    float: left;
}

#media_listing
{
    width: 100%;
    float: left;
    clear: both;
    overflow:hidden;
}

#media_listing .media_preview
{
    margin-right:46px;
}

#media_listing .nomargin
{
    margin: 0;
}

.nomargin
{
    margin: 0;
}

.video_listing
{
    
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 25px;
}

.video_listing img
{
    float: left;
    margin-right: 25px;
}

#media_new
{
    float: left;
/*    height: 400px;*/
    width: 100%;
}

/* autocompelte styles */

   .ac_results {
    	padding: 0px;
    	border: 1px solid black;
        color: #000;
        background-color: #FFF;
    	overflow: hidden;
    	z-index: 99999;
    }

    .ac_results ul {
    	width: 100%;
    	list-style-position: outside;
    	list-style: none;
    	padding: 0;
    	margin: 0;
    }

    .ac_results li {
    	margin: 0px;
    	padding: 2px 5px;
    	cursor: default;
    	display: block;
    	/* 
    	if width will be 100% horizontal scrollbar will apear 
    	when scroll mode will be used
    	*/
    	/*width: 100%;*/
    	
    	/* 
    	it is very important, if line-height not setted or setted 
    	in relative units scroll will be broken in firefox
    	*/
    	line-height: 16px;
    	overflow: hidden;
    }

    .ac_loading {
    	background : #fff url('/images/spinner.gif') right center no-repeat;
    }

    .ac_odd {
    	background-color: #eee;
    }

    .ac_over {
    	background-color: #0A246A;
    	color: #FFF;
    }

    .ac_moreItems {
    	text-align: center;
    	background-color: InactiveCaption;
    	color: InactiveCaptionText;
    	margin: 0px;
    	padding: 0px 5px;
    	cursor: default;
    	display: block;
    	width: 100%;
/*      font: bold menu 12px;*/
    	overflow: hidden;
    	-moz-user-select: none;
    	-khtml-user-select: none;
    }

/* end autocompelte */

