@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:910px;
	margin-left:auto;
	margin-right:auto;
}
a {
	font-size: inherit;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF3399;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* -- PAGE ONE -- */


#left_col_1 {
	width:560px;
	float:left;
}


#header {
	width:560px;
	height:130px;
}

#head_ul {
	padding-top:10px;
	width:300px;
	float:left;
}

#head_ul ul {
	list-style:none;
}

#head_ul li {
	float:left;
	margin-right:15px;
	list-style:none;
}

#head_ul a, #head_ul strong, #head_ul span {
    display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#head_ul a:hover {
    display: block;
	font-size: 12px;
	color: #ff0099;
	text-decoration: underline;
}

/* -- NAVIGATION -- */

#nav ul {
    margin:0;
    padding:0px 0px 0px 0px;
    list-style:none;
}
#nav li {
    float:left;
	list-style:none;
	background-image:url(../images/nav/left_1.gif);
	background-position:top left;
	background-repeat:no-repeat;
    margin:0;
    padding:0 0 0 0px;
}

#nav a, #nav strong, #nav span {
    display:block;
	height: 25px;
	padding:5px 10px 0px 0px;
	margin-left:10px;
	background-image:url(../images/nav/right_1.gif);
	background-repeat:no-repeat;
	background-position:right top;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
	list-style:none;
}
#nav #current {
	background-image:url(../images/nav/left_2.gif);
	background-repeat:no-repeat;

}
#nav #current a {
	background-image:url(../images/nav/right_2.gif);
	background-repeat:no-repeat;


}
#nav a:hover {
	background-image:url(../images/nav/right_2.gif);
	background-repeat:no-repeat;
}
#nav li:hover {
	background-image:url(../images/nav/left_2.gif);
	background-repeat:no-repeat;
}

.left_content {
	clear:left;
	width:560px;
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.left_content2 {
	clear:left;
	width:560px;
}

#marquee {
	clear:both;
	width:555px;
	background-color:#ec008c;
	height:26px;
	color:#FFFFFF;
	font-size: 16px;
	padding-top:8px;
	padding-left:5px;
	margin-bottom:15px;
	margin-top: 20px;
}
#marquee marquee {
	color:#FFFFFF;
	font-size: 16px;
}
	

.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.body_text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

.body_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ec008c;
}

.body_text2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ec008c;
	text-decoration:none;
}

.pictures {
	border:#FFFFFF solid 2px;
}
.picture_home {
	border:#FFFFFF solid 2px;
	float:left;
	margin-right: 25px;
}
#gallery_title {
	color:#FFFFFF;
	font-size: 14px;
}
#gallery_preview {
	width: 555px;
	float:left;
}

.gallery_thumb {
	margin-left:6px;
	border:#FFFFFF solid 2px;
}
.gallery_random {
	margin-left:8px;
	border:#FFFFFF solid 2px;
	float:right;
}


/*right_col*/


#right_col {
	width:320px;
	float:right;
	margin-left:20px;
}
#right_col a {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
#right_col a:hover {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

#right_banner {
	width:280px;
	height:30px;
	background-image:url(../images/layout/top_bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:20px;
	padding-top: 6px;
	padding-left: 10px;
}

#square1 {
	background-image:url(../images/layout/pink_box_1.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width:130px;
	height:130px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
}

#square2 {
	background-image:url(../images/layout/pink_box_2.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width:130px;
	height:130px;
	float:left;
	margin-bottom:20px;
	padding:10px;
}

#square3 {
	background-image:url(../images/layout/pink_box_3.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width:130px;
	height:130px;
	float:left;
	margin-bottom:20px;
	padding:10px;
}

#reg_box {
	background-image:url(../images/layout/registration_box.gif);
	background-repeat:no-repeat;
	background-position: top left;
	background-color: #f27db2;
	width:300px;
	clear:both;
	padding:10px;
}
.reg_input1 {
	width:240px;
	background-color:#FAD5E5;
	border: 1px solid #FFFFFF;
}
.reg_input2 {
	width:90px;
	background-color:#FAD5E5;
	border: 1px solid #FFFFFF;
}
.reg_input3 {
	width:130px;
	background-color:#FAD5E5;
	border: 1px solid #FFFFFF;
}

#footer {
	width:880px;
	padding: 20px 0px 20px 00px;
}


/* -- PAGE 2 -- */

#right_banner2 {
	width:300px;
	height:160px;
	background-image:url(../images/layout/top_bar2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
}

#right_col2  {
	width:190px;
	float:right;
	background:url(../images/layout/reg_box2.gif);
	background-repeat: repeat-x;
	background-color:#ec028c;
	padding:10px;
}

#left_col_2 {
	width:680px;
	float:left;
	color:#FFFFFF;
}
#left_col_2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color:#FFFFFF;
}
#left_col_2 a {
	font-size: 11px;
	color:#ff0099;
	font-weight: bold;
	text-decoration:none;
}
#left_col_2 a:hover {
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

#left_col_3 {
	width:710px;
	float:left;
}

#archive_col {
	width:900px;
	float:left;
}

.box_container {
	margin-bottom:10px;
}

.box1 {
	width:290px;
	height:180px;
	float:left;
	padding:10px 14px 15px 15px;
	margin: 0px 5px 5px 5px;
	border-bottom:#ec008c 1px dotted;
}

.box2 {
	border-right:#ec008c 1px dotted;
	margin-top:2px;
	height:200px;
	width:1px;
	float:left;
}



#yourspace_nav {
	width:170px;
	float:left;
	background-color:#a7a9ac;
	background-position:10px 10px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
	padding-bottom: 10px;
}

#yourspace_nav ul{
	list-style:none;
}

#yourspace_nav li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin-bottom:10px;
}

#yourspace_nav a {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

#yourspace_nav a:hover {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}

#yourspace_nav, #current {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}

.yourspace_feed {
	width:470px;
	margin:20px 20px 10px 30px;
	padding-bottom:10px;
}
.yourspace_feed a {
	color:#ff0099;
	text-decoration:none;
}
.yourspace_feed a:hover {
	color:#ff0099;
	text-decoration:underline;
}

.yourspace_feed2 {
	width:470px;
	margin:0px 20px 10px 30px;
	padding-bottom:10px;
	border-bottom:#ec008c 1px solid;
	color:#FFFFFF;
}
.yourspace_feed2 a {
	color:#ff0099;
	text-decoration:none;
}
.yourspace_feed2 a:hover {
	color:#ff0099;
	text-decoration:underline;
}
.yourspace_comments {
	width:470px;
	border-bottom:#ec008c 1px dotted;
	margin-bottom:20px;
}

#yourspace_right_col {
	width:180px;
	float:right;
	padding:10px;
	background-color:#f6adcd;
}

#yourspace_right_col ul{
	list-style:none;
}

#yourspace_right_col li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
	margin-bottom:10px;
}

#yourspace_right_col a {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
}

#yourspace_right_col a:hover {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}

.left_pic {
	float:left;
	margin-right: 20px;
}
.right_pic {
	float:right;
	margi-left: 40px;
}
#linkspage a {
	color:#FFFFFF;
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
}
#linkspage a:hover {
	color:#FFFFFF;
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
}
#linkspage h2 { 
	font-size:14px;
	color:#f287b7;
	line-height:24px;
	margin-bottom:0.8em;
	font-weight: normal; 
}
#contactform {
	float:left;
	border: 1px dashed #ff0099;
	width: 518px;
	padding: 15px 20px 10px 20px;
	margin-top:20px;
	color:#FFFFFF;
}
#contactform p {
	color:#FFFFFF;
}
.contact_input3 {
	width:180px;
	background-color: #000000;
	border: 1px solid #666666;
}
#blog_maincol {
	width:475px;
	float:left;
	padding-left:30px;
	color:#FFFFFF;
}
#blog_maincol a {
	color:#ff0099;
	text-decoration:none;
}
#blog_maincol a:hover {
	color:#ff0099;
	text-decoration:underline;
}
#blogcomment_col {
	width:180px;
	float:right;
	padding:10px;
	background:url(../images/layout/reg_box2.gif);
	background-repeat: repeat-x;
	background-color:#ec028c;
}
#blogcomment_col ul{
	list-style:none;
}

#blogcomment_col li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
	margin-bottom:10px;
}
#blogcomment_col a {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
}

#blogcomment_col a:hover {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}
.blog_input {
	width:180px;
	background-color:#FAD5E5;
	border: 1px solid #FFFFFF;
}
.blog_container {
	border: 1px dashed #ff0099;
	width:440px;
	padding: 5px 10px 5px 10px;
	margin-top:20px;
	color:#FFFFFF;
}
.archivelink_holder {
	float: left;
	padding-top: 20px;
}
.archive_holder {
	width: 640px;
	padding-bottom:20px;
}
.archive_holder2 {
	width: 460px;
	padding-bottom:20px;
}
.archive_pages2 {
	width:110px;
	float:left;
}
.archive_pages {
	width:280px;
	float:left;
}
.archive_buts {
	width:340px;
	float:right;
}

.archive_comments {
	width:650px;
	border-bottom:#ec008c 1px dotted;
	margin-bottom:20px;
}
#lgbt_maincol {
	float:left;
	width:480px;
	padding-left:30px;
	color:#FFFFFF;
}
#lgbt_maincol a {
	color:#ff0099;
	text-decoration:none;
}
#lgbt_maincol a:hover {
	color:#ff0099;
	text-decoration:underline;
}
.lgbt_question {
	font-size: 12px;
	font-weight:bold;
	color:#ec008c;
}

.gallery_divide {
	width:670px;
	border-bottom:#ec008c 1px dotted;
	margin-bottom:20px;
}
.pic_divide {
	width:145px;
	padding:10px;
	float: left;
	text-align:center;
}
.gallery_mainpic {
	text-align:center;
	padding-bottom: 20px;
}
.logininput {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	width: 160px;
}
.ysinput {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	width: 340px;
}
	