
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg01.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: capitalize;
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	border-bottom: 1px solid rgba(0,0,0,.07);
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #383838;
}

a:hover {
	position:relative;
	bottom: 1px;
	text-decoration: underline;
}















/* Header */




#header-wrapper {
}

#header {
	clear: both;
	width: 1200px;
	margin: 0px auto;
}






/* page_title */

#page_title {
	margin: 0px;
	padding: 30px 0px;
	color: #000000;
	text-align: center;
}

#page_title h1, #page_title p {
	margin: 0;
	padding: 0;
}

#page_title h1 {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-size: 3.8em;
	color: #FFFFFF;
}

#page_title h1 a {
	font-weight: normal;
}

#page_title h1 span {
	color: #FFFFFF;
}

#page_title p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
}

#page_title p a {
	color: rgba(255,255,255,0.7);
}

#page_title a {
	border: none;
	background: none;
	text-decoration: none;
	color: rgba(255,255,255,1);
}










/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 56px;
	background: #000000;
}

#menu {
	width: 1200px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-color: rgba(255,255,255,.09);
	border-right: 1px solid;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	margin: 0px 10px;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}










/* Page */

#page {
	overflow: hidden;
	width: 960px;
	margin: 0px auto 50px auto;
	padding: 30px 30px 0 30px;
	background: #FFF;
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.03);
}














/* Content */

#content {
	float: right;
	width: 650px;
	padding-top: 30px;
	padding-left: 20px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 32px;
	border-bottom: 1px solid rgba(0,0,0,.17);
}

.post .title a {
	border: none;
	color: #323030;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	display: block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

.button
{
	padding: 10px 25px;
	background: #000;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}














/* Sidebar */

#sidebar2
{
	float: right;
	width: 250px;
	padding: 40px 30px 0px 0px;
}

#sidebar {
	float: left;
	width: 230px;
	margin-right: 30px;
	padding: 40px 0px 0px 30px;
	color: #787878;
}

#sidebar ul, #sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li, #sidebar2 li {
	margin: 0;
	padding: 0;
}

#sidebar li ul, #sidebar2 li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li, #sidebar2 li li {
	border-bottom: 1px solid rgba(0,0,0,.07);
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
	list-style: inside square;
}

#sidebar li li a, #sidebar2 li li a {
	color: #3B3B3B;
}

#sidebar li li span, #sidebar2 li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2, #sidebar2 h2 {
	padding-bottom: 20px;
	font-size: 2.4em;
	color: #323030;
}

#sidebar h3 {
	padding-bottom: 20px;
}

#sidebar p, #sidebar2 p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar a, #sidebar2 a {
	border: none;
}


#sidebar_battery {

}

.sep_bot {
	border-bottom: 1px solid black;
	margin-bottom: 25px;
}








/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}














/* Footer */

#footer {
	margin: 0 auto;
	padding: 3em 0em 5em 0em;
	background: rgba(0,0,0,.06);
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}

#banner-wrapper
{
	overflow: hidden;
	padding: 3em 0em;
	background: rgba(0,0,0,.06);
}

#banner {
	width: 1200px;
	margin: 0px auto 0px auto;
}

#banner img
{
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.03);
}














/***********************************
* Added CSS
*
***********************************/

div #cc_images {
	display: none;
}

.cc_image {
	width: 230px;
}

.post img {
	padding-bottom: 25px;
}

.left-pad {
	padding-left: 50px;
}

#social_table {
	width: 400px;
	border-spacing: 20px;
	margin: 0 auto;
}

#social_table td {
	vertical-align: middle;
	text-align: center;
}

.social_img {
	margin-top: 30px;
}

a:hover .social_img {
	position: relative;
	top: 2px;
}

.line_end {
	border-bottom: 2px solid rgba(0,0,0,.07);
}

.task_screenshot {
	width: 650px;
	border: 1px solid black;
}

li a {
	font-weight: normal;
}

.tick {
	width: 12px;
}

.taskpost {

}

.data_post {

}

.xml_post {

}

.taskInfo_post {

}

div .data_post table {
	border-spacing: 20px;
}

div .data_post table th {
	border-bottom: 1px solid black;
}

div .data_post table th.center_title {
	text-align: center;
}

table.demo_table th{
	border-bottom: 2px solid black;
}

table.demo_table, table.demo_table td, table.demo_table th{
	padding: 10px;
}


.description {
	font-style: italic;
]