/*app/views/about/index.rhtml*/

#faq {
	padding: 0 1em;
}
#faq h2 {
	font-size: .98em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#faq p {
	font-size: .98em;
	padding-bottom: 1em;
	line-height: 1.4em;
	font-color: #555;
}

/*app/views/admin/index.rhtml*/
/*app/views/user/index.rhtml*/

#latest {
	margin-right: 2%;
}

/*app/views/user/index.rhtml*/

#user_index #window {
	margin: 25px;
	padding: 17px;
	border: 1px solid #ccc;
	background-color: #fafaff;
}

/*app/views/article/merge_edit.rhtml*/

.merge_article {
	border: 1px solid #aaa;
	padding: 20px;
}

/*app/views/article/show.rhtml*/

.forum_links {
	font-size: 98%;
	padding-bottom: 2em;
}
.forum_links a {
}

/*app/views/feed/index.rhtml*/

.summary {
	padding: .1em .5em 0em 0;
}
.expand_box {
	float: right;
	width: 100px;
}

/*app/views/home/_edit_profile.rhtml*/

.name {
	width: 100px;
}
#fields tr {
	line-height: 2em;
	margin-bottom: 200px;
}

/*app/views/home/_edit_subs.rhtml*/

#subs {
	width: 95%;
	border-spacing: 0px 0px;
}
#subs tr td {
	border-bottom: 2px solid #ddd;
	line-height: 50px;
}
.link {
	padding-left: 20px;
}
.actions {
	padding-right: 20px;
	text-align: right;
}

/*app/views/analytics/edit.rhtml*/

.tip {
	text-align: center;
	border: 1px solid #bbb;
	background-color: #ffd;
	padding: .3em;
	width: 300px;
}

/*app/views/js/index.rhtml*/

#btn_tbl td {
	padding-bottom: .5em;
	padding-right: 1em;
}
#btn_tbl td.lbl {
	text-align: right;
}

/*app/views/user/account_details.rhtml*/

#account_details label {
	font-weight: bold;
}
#account_details .edit_account_table td {
	width: 400px;
	vertical-align: top;
}

/*app/views/user/create_admin_login.rhtml*/

#create_admin_login p {
	margin-bottom: .5em;
	margin-top: .1em;
}
#create_admin_login ul {
	list-style-type: none;
	margin-left: 1em;
}

/*app/views/admin/index.rhtml*/
/*app/views/user/index.rhtml*/

#latest {
	margin-right: 2%;
}

/*app/views/article/merge_edit.rhtml*/

.merge_article {
	border: 1px solid #aaa;
	padding: 20px;
}

/*app/views/article/show.rhtml*/

.forum_links {
	font-size: 98%;
	padding-bottom: 2em;
}
.forum_links a {
}

/*app/views/feed/index.rhtml*/

.summary {
	padding: .1em .5em 0em 0;
}
.expand_box {
	float: right;
	width: 100px;
}

/*app/views/home/_edit_profile.rhtml*/

.name {
	width: 100px;
}
#fields tr {
	line-height: 2em;
	margin-bottom: 200px;
}

/*app/views/home/_edit_subs.rhtml*/

#subs {
	width: 95%;
	border-spacing: 0px 0px;
}
#subs tr td {
	border-bottom: 2px solid #ddd;
	line-height: 50px;
}
.link {
	padding-left: 20px;
}
.actions {
	padding-right: 20px;
	text-align: right;
}

/*app/views/analytics/edit.rhtml*/

.tip {
	text-align: center;
	border: 1px solid #bbb;
	background-color: #ffd;
	padding: .3em;
	width: 300px;
}

/*app/views/js/index.rhtml*/

#btn_tbl td {
	padding-bottom: .5em;
	padding-right: 1em;
}
#btn_tbl td.lbl {
	text-align: right;
}

/*app/views/user/account_details.rhtml*/

#account_details label {
	font-weight: bold;
}
#account_details .edit_account_table td {
	width: 400px;
	vertical-align: top;
}

/*app/views/user/create_admin_login.rhtml*/

#create_admin_login p {
	margin-bottom: .5em;
	margin-top: .1em;
}
#create_admin_login ul {
	list-style-type: none;
	margin-left: 1em;
}

