/*------------------------------- layout ------------------------------------*/
body {
	margin: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	color: #666666;
}

.layout {
	width: 900px;
	margin: 5px auto;
	font-size: 12px;
}

.login-block {
    text-align: right;
	padding-bottom: 5px;
}

.header {
	background-color: #628ab5;
	background-image: url('images/header-bg.gif');
	background-repeat: repeat-x;
	font-size: 0px;
}
.header-left-corners {
    background-image: url('images/header-left-corners.gif');
	background-repeat: no-repeat;
}

.header-right-corners {
    background-image: url('images/header-right-corners.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.header-container {
    height: 147px;
	overflow: hidden;
	color: #fff;
}
#header-logo {
    margin-left: 0px;
}
.flash-line {
    position: relative;
	top: -45px;
}


ul.menu {
	float: right;
	margin: 0px;
	padding-right: 20px;
}
li.menu-item {
	float: left;
	list-style-type: none;
}
.menu-item a {
    font-size: 17px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 48px;
	padding-top: 20px;
	/*
	padding-left: 15px;
	padding-right: 15px;
	*/
	text-align: center;
	width: 73px;
    background-image: url('images/header-menu-bg.gif');
	background-repeat: no-repeat;
}
#menu-active a,
.menu-item a:hover {
    background-image: url('images/header-menu-active-bg.gif');
	background-repeat: no-repeat;
	text-decoration: none;
}

.body {
    background-image: url('images/body-bg.gif');
	background-repeat: repeat-x;
	font-size: 0px;
}
.body-left-corners {
    background-image: url('images/body-left-corners2.gif');
	background-repeat: no-repeat;
}

.body-right-corners {
    background-image: url('images/body-right-corners2.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.body-container {
	font-size: 14px;
}

.footer {
	background-color: #628ab5;
	background-image: url('images/footer-bg.gif');
	background-repeat: repeat-x;
	font-size: 0px;
}
.footer-left-corners {
    background-image: url('images/footer-left-corners.gif');
	background-repeat: no-repeat;
}

.footer-right-corners {
    background-image: url('images/footer-right-corners.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.footer-container {
    height: 39px;
	color: #ffffff;
}
.footer-add-text {
    font-size: 12px;
	float: left;
	padding-left: 45px;
	padding-top: 5px;
}
#footer-add-links {
    font-size: 10px;
}

.footer-text a {
    color: #fff;
}
#footer-add-links a:hover {
    color: #fff;
}

.footer-text {
    font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}

.breadcrump {
	padding: 15px 20px;
	font-size: 12px;
}
.user-line {
    float: right;
	padding: 15px 20px;
	font-size: 12px;
}
.column-keeper {
	padding: 0px 0px 0px 20px;
}
.center {
	width: 590px;
	float: left;
}
.right-column {
	width: 244px;
	float: right;
}
.left-column {
	width: 244px;
	float: left;
	margin-right: 20px;
}
.clear-bottom-block {
	clear: both;
}
.block {
	line-height: 1.3em;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
.block-header {
	font-size: 0px;
	line-height: 0px;
	height: 47px;
	text-align: center;
}

.block-header-text-wrapper {
	margin: 0px auto;
	width: 200px;
    background-image: url('images/block-header-text-bg.gif');
	background-repeat: repeat-x;
}
.block-header-left-corners {
    background-image: url('images/block-header-text-l-c.gif');
	background-repeat: no-repeat;
}
.block-header-right-corners {
    background-image: url('images/block-header-text-r-c.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.block-header-text-container {
    height: 47px;
    font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #477cb3;
	padding: 0px 35px;
}

#top-block {
    position: relative;
	top: -12px;
}

#top-block .block-header-text-wrapper {
    background-image: url('images/block-header-text-bg-t.gif');
}
#top-block .block-header-left-corners {
    background-image: url('images/block-header-text-l-c-t.gif');
}
#top-block .block-header-right-corners {
   background-image: url('images/block-header-text-r-c-t.gif');
}

#featured-widget .block-header-text-wrapper {
	width: 200px;
}

#tags .block-header-text-wrapper {
	width: 160px;
}
#recent-visitors .block-header-text-wrapper {
	width: 180px;
}
/*------------------- main style --------------------*/
a img {
    border: none;
}
a {
    color: #477cb3;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

form {
    padding: 0px;
	margin: 0px;
}


/* ----------------- main page ---------------------*/
.tags {
    color: #0074d6;
	font-size: 16px;
	text-align: center;
}
.mediaplayer {
    margin-top: 67px;
	width: 390px;
}
#recent-visitors {
    width: 190px;
	float: right;
	text-align: right;
}
#recent-visitors .block-header-text-wrapper {
    width: 190px;
}
#recent-visitors .block-header-text-container {
    padding: 0px 5px;
}
#recent-visitors .recent-user {
	padding-right: 4px;
}
#recent-visitors .recent-user img {
    margin-bottom: 6px;
}

#get-started {
    height: 230px;
	background-image: url('images/get-bg.gif');

}
.get-head {
	color: #477cb3;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.get-left-corners {
	height: 230px;
    background-image: url('images/get-left-corners.gif');
	background-repeat: no-repeat;
}
.get-right-corners {
	height: 230px;
    background-image: url('images/get-right-corners.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.get-keeper {
    padding: 10px;
	padding-right: 0px;
}

.info-item {
    width: 193px;
	height: 164px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.info-keeper {
	width: 173px;
	height: 154px;
	padding: 5px;
	background-color: #f1f4f6;
	float: left;
}

.info-header {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}
.info-header a {
    text-decoration: none;
}
.info-body {
    font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}
.info-links {
    font-size: 10px;
	text-align: right;
}


/* ------------------ blog page ---------------------*/

.blog-post {
	margin-bottom: 15px;
}
.post-header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
.post-header a {
    text-decoration: none;
}

.post-posted-on {
	font-size: 11px;
	background-color: #f6f6f6;
	padding-left: 5px;
	margin-bottom: 5px;
	/*margin-left: 20px;*/
}
.post-content {
	/*padding-left: 20px;*/

}
.readmore-link {
    float: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	/*padding-left: 20px;*/
}
.more-links a {
    text-decoration: none;
}


.post-links {
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
}

.blog-list {
    padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 10px;
}
.blog-list li {
	margin-bottom: 3px;

}
.block .more-links {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
}
.right-column .block {
    margin-bottom: 20px;
}
#rss-list {
    list-style-image: url('images/rss-icon.gif');
	list-style-position: outside;

	margin-left: 25px;
    /*for IE*/
	//margin-left: 20px;
}
#rss-list li {
	padding-left: 0px;
	/*for IE*/
	//padding-left: 7px;

}
.page-navigator {
    font-size: 14px;
	background-color: #f6f6f6;
	padding: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: center;

}


/*----------------------------contact us -----------------------------------*/

.contact-form {
    font-weight: bold;
	font-size: 12px;
	padding: 0px 10px;
}
.contact-form .text-input{
    width: 50%;
	margin-bottom: 10px;
	margin-left: 5px;
}
.contact-form .radiobutton{
	margin-left: 60px;
}
.contact-form textarea {
    width: 90%;
	margin-bottom: 10px;
	height: 200px;
	margin-left: 5px;
}
/*--------------------------- profile page ---------------------------------*/

#profile .block {
    /*
	margin-top: 15px;
	*/
	margin-bottom: 15px;
}

#profile .left-column {
	/*border: #f0f 1px solid;*/
	width: 390px;
	margin-right: 15px;

}
#profile .center {
    /*border: #0ff 1px solid;*/
	width: 465px;
}
#profile .column-keeper {
    padding-top: 15px;
	padding-left: 15px;
}
#profile .mediaplayer {
    margin-top: 0px;
}

.personal-top-rounded {
	height: 10px;
	background-image: url('images/personal-top-rounded.gif');
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}
.personal-bottom-rounded {
	height: 10px;
	background-image: url('images/personal-bottom-rounded.gif');
	background-repeat: no-repeat;
    font-size: 0px;
	line-height: 0px;
}
.personal-body {
    border-left: #d5d5d5 1px solid;
    border-right: #d5d5d5 1px solid;
	padding: 0px 10px;
}
.personal-body td {
    vertical-align: top;
}

.personal-photo {
    padding-right: 10px;
}

.personal-photo img {
	padding: 2px;
	border: #bbb 1px solid;
}
.personal-name {
    font-size: 20px;
	padding-bottom: 15px;
}
.personal-label,
.personal-item {
	font-size: 13px;
    line-height: 14px;
	height: 18px;
}
.personal-label {
    padding-right: 10px;
}

.personal-buttons {
    padding-top: 10px;
	text-align: center;
}
.personal-buttons input {
    margin-left: 10px;
	margin-right: 10px;
}
#activity {

}
.a-head {
    background-color: #ebeef3;
	border-top: #c5ccd5 1px solid;
	color: #477cb3;
	font-size: 17px;
	padding: 1px 0px 3px 10px;

}
.a-footer {
    background-color: #ebeef3;
	border-bottom: #c5ccd5 1px solid;
	height: 10px;
	font-size: 0px;
	line-height: 0px;

}
.a-item {
    border-top: #e4e7eb 1px solid;
	display: table;
	width: 350px;
	padding: 8px 0px 5px 40px;
	font-size: 12px;
	line-height: normal;
}
.username {
    font-weight: bold;
}
.a-date {
    float: right;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}
#a-photo {
    background-image: url('images/a-photo.gif');
	background-repeat: no-repeat;
}
#a-video {
    background-image: url('images/a-video.gif');
	background-repeat: no-repeat;
}
#a-add {
    background-image: url('images/a-add.gif');
	background-repeat: no-repeat;
}
#a-comment {
    background-image: url('images/a-comment.gif');
	background-repeat: no-repeat;
}


#profile #search {
	margin-top: 0px;
    background-color: #d7dee7;
	background-image: url('images/search-left-corners.gif');
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 41px;
}
.search-keeper {
	background-image: url('images/search-right-corners.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 41px;
}
.search-input {
	margin: 9px 10px 0px 10px;
    width: 330px;
}
.search-submit {
    position: relative;
	top: 6px;
	/*in IE:*/
	//top: 4px;
}

#about {
    border-bottom: #c5ccd5 1px solid;
	border-top: #c5ccd5 1px solid;
	display: table;
	width: 100%;
}
.about-head {
    font-size: 17px;
	color: #477cb3;
	padding: 5px 10px;
	float: left;
}
#about .about-text {
    float: right;
	width: 350px;
	padding: 5px;
}


#friends-and-stuff {
	display: table;
	width: 100%;
}
.friends,
.stuff {
	width: 230px;
}
.friends {
    float: left;
}
.stuff {
    float: right;
}
.fs-head {
    font-size: 17px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.user-pic {
    padding: 2px;
	border: #bbb 1px solid;
}
.list-arrow {
    padding-bottom: 22px;
}

.c-head {
    background-color: #ebeef3;
	border-top: #c5ccd5 1px solid;
	color: #477cb3;
	display: table;
	width: 100%;
}
.c-head-text {
	font-size: 17px;
	float: left;
	padding: 3px 10px;
}

.post-comment {
    float: right;
	text-align: right;
	padding: 5px;
	padding-bottom: 10px;
}
.post-comment textarea {
    width: 320px;
	height: 100px;
}

.comment {
    display: table;
	width: 100%;
	margin-top: 10px;
}
.comment-pic {
    float: left;
	padding-left: 10px;
}
.comment-body {
    float: right;
	width: 385px;
}
.comment-posted-by {
    background-color: #f3f6f9;
	border-top: #c5ccd5 1px solid;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 5px 2px 5px;
}
.comment-wrote-at {
    font-size: 10px;
}
.comment-text {
    padding-left: 5px;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 5px;
}


.random-peoples {
	margin-bottom: 15px;
    background-color: #ebeef3;
	border-top: #c5ccd5 1px solid;
	border-bottom: #c5ccd5 1px solid;
	padding: 5px 10px;
	display: table;
	width: 850px;
}
.random-title {
    float: left;
	font-size: 17px;
	color: #477cb3;
	line-height: 20px;
	padding-right: 5px;
}
.random-list {

}
.random-list a {
    margin-left: 5px;
}

.play-button {
    position: absolute;
}
