/*
Theme Name: Artical Submittion Services
Theme URL: http://www.graphiner.com/
Description: Designed bt Graphiner.com
Version: 1.0
Author: Graphiner
Author URL: http://www.graphiner.com/

*/


* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 13px "Century Gothic", "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 {
	color: #0058bc;
}
b {
	font: bold;
	color: #0058bc;
}
p {
	margin: 10px 0;
}

a, a:active, a:link {
	color: #0058bc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0058bc;
}

#container {
	margin: auto;
	width: 980px;
}
/* -------------HEADER----------------- */
#header {
	height: 115px;
	background: url(images/header.jpg) repeat-x;
	padding: 0 5%;
}
#title {
	height: 73px;
}

/* -------------MENU------------------- */
#menu {
	height: 35px;
	padding: 10px 0;
}
	ul#nav {
		height: 55px;
		margin: 0px 0;
	}
	ul#nav li {
		float: left;
		padding: 0 30px 0 0;
	}
	ul#nav li a {
		text-transform: uppercase;
		text-decoration: none;
		color: #000;
	}
	ul#nav li a:hover {
		color: #10B2E8;
	}

/* --------- MAIN --------------- */
#main {
	margin-top: 20px;
	padding: 0 0%;

}

	/* --------- context --------------- */
	#panel {
		float: left;
		width: 82%;
		border-right: thin solid #CCC;
		min-height:480px;
	}

		/* POST */
		.post {
			margin-bottom: 30px;
		}
		.post h2 {
			border-bottom: solid thin #FFF;
		}
		.post .entry {
			margin: 15px 0;
		}
		.post .entry blockquote {
			margin: 15px 10px;
			padding: 10px 10px 10px 45px;
			background: url(images/quote.jpg) no-repeat 10px 5px #FFF;
			font-weight: normal;
			font-size: 15px;
			line-height: 1.6em;
			font-style: italic;
			font-family: Georgia, 'Times New Roman', Times, serif;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		.post p {
			margin: 10px;
		}
		.post p code {
			margin: 15px 10px 30px 0px;
			padding: 10px;
			background: #FFF;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		.post .tt {
			font-size: 11px;
			color: #999;
		}

		/* COMMENTS */
		.comments {
			margin: 15px;
			padding: 12px;
			background-color: #FFF;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		.comments label {
			display: block;
			font-weight: bold;
			margin: 8px 0;
		}
		.comments ol {
			margin-left: 15px;
		}
		.comments li {
			border: thin solid #CEF;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			padding: 5px;
			margin: 6px 0px;
		}
		.fwd {
			margin: 10px 0px 10px 15px;
		}
		.comments form {
			margin: 20px 10px;
			padding: 20px;
			border: 1px solid #CCC;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		.comments h3 {
			font-size: 18px;
			line-height: 25px;
			margin-top: 20px;
			color: #333;
		}
		.comments h3#respond{
			font-weight: 200;
			margin-left: 10px;
		}


	/* --------- Sidebar ------------- */
	#sidebar {
		float: left;
		width: 16%;
		padding-left: 1%;
	}
		.sbcontext {
			margin: 10px 0px 10px 15px;
		}
		.sbcontext .widgets h3 {
			border-bottom: solid thin #FFF;
			background: #F1F1F1;
			color: #000;
			padding: 5px;
			padding-left: 16%;
			margin-left: -17%;
			width: 105%;
		}
		.sbcontext .widgets {
			margin: 0 0 15px 0;
			padding: 0 0 0 0;
		}
		.sbcontext .widgets ul {
			margin-left: 5px;
		}
		.sbcontext .widgets #wp-calendar {
			width: 100%;
			text-align: justify;
			padding: 0 5px;
		}

	#board {
		float: right;
		width: 109px;
		height: 164px;
		z-index: 1;
	}


/* -------------Footer----------------- */
#footer{
	margin: 20px 0;
	border-top: thin solid #CCC;
	padding: 4px 25px;
	width: 100% ;
	clear: both;
}


/* -------------CLASSES---------------- */
.clear {
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

