/*  
Theme Name: Splice Theme
Theme URI: http://www.hdvisionstudio.com/blog/
Description: Splice theme designed by <a href="http://www.hdvisionstudio.com">HDvision Studio</a>.
Version: 2.0
Author: Emmanuel Joly
Author URI: http://www.hdvisionstudio.com

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme.
    - A link back to HDvision Studio must be retained in the footer (either modified or unmodified).
    - You may use this theme for personal projects only.
    - You may modify, translate or distribute.

Splice Theme Colors:
light blue: 	#66CCFF
light grey:		#CCCCCC
med grey: 		#666666
dark grey: 		#333333
*/

body {
	font: 75%/150% "Helvetica", Arial, Sans-Serif;
	color: #333333;
	background-color: #000000;
	background-image: url('images/splice-bg.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
a {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	color: #66CCFF;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
img {
	border: none;
}
img.poster {
	float: left;
	border: none;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: text-top;
}
p {
	display: block;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
/* Blog Header Title */
h1 {
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #000000;
}
h1 a, h1 a:visited{
	color: #000000;
	text-decoration: none;
}
h1 a:hover{
	color: #66CCFF;
	text-decoration: none;
}
/* Blog Post Titles */
h2 {
	color: #333333;
	margin: 0px 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 22px/100% "Helvetica", Arial, Sans-Serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #66CCFF;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Helvetica", Arial, sans-serif;
	color: #333333;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Helvetica", Arial, sans-serif;
	color: #333333;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto 0px auto;
	width: 860px;
	background: #FFFFFF url('images/splice-page.gif') repeat-y;
	border: 0px;
}

/* Begin Header */
#header {
	position: relative;
	background: #333333 url('images/splice-header.jpg') no-repeat;
	width: 860px;
	height: 290px;
}
#header-title {
	position: absolute;
	top: 45px;
	left: 60px;
	color: #000000;
}
#header-title .description {
	position: relative;
	left: 0px;
	top: -10px;
	color: #000000;
	font: 14px/100% "Helvetica", Arial, Sans-Serif;
}

/* Begin Nav Bar */
#nav {
	position: absolute;
	left: -40px;
	top: 200px;
	margin: 0px;
	border: 0px;
	list-style: none;
	font: bold 12px/100% "Helvetica", Arial, Sans-Serif;
	color: #FFFFFF;
}
#nav li {
	float: left;
}
#nav .current_page_item a, #nav .current_page_item a:visited {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
#nav .page_item a {
	margin: 0px;
	padding: 17px 20px 16px 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#nav .page_item a:hover {
	margin: 0px;
	padding: 17px 20px 16px 20px;
	display: block;
	color: #333333;
	background-color: #66CCFF;
	text-decoration: underline;
}

/* Begin Splashboard */
#splash {
	font: normal 95%/150% "Helvetica", Arial, Sans-Serif;
}
#loginout {
	position: absolute;
	left: 57px;
	top: 262px;
	color: #FFFFFF;
}
#loginout a, #loginout a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#loginout a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#register {
	position: absolute;
	left: 144px;
	top: 262px;
	color: #FFFFFF;
}
#register a, #register a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#register a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#fb-blog {
	position: absolute;
	left: 365px;
	top: 262px;
	color: #FFFFFF;
}
#fb-blog a, #fb-blog a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fb-blog a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#fb-com {
	position: absolute;
	left: 475px;
	top: 262px;
	color: #FFFFFF;
}
#fb-com a, #fb-com a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fb-com a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#fb-email {
	position: absolute;
	left: 625px;
	top: 262px;
	color: #FFFFFF;
}
#fb-email a, #fb-email a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fb-email a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#fb-counter {
	position: absolute;
	right: 20px;
	top: 257px;
	border: none;
}

/* Begin Content */
#content {
	border: 0px;
	padding: 20px 20px 0px 20px;
	background-color: #FFFFFF;
	width: 500px;
	float: left;
	overflow: hidden;
}
#wide-content {
	border: 0px;
	padding: 20px 0px 40px 20px;
	background-color: #FFFFFF;
	width: 800px;
	float: left;
	overflow: hidden;
}
.post {
	clear: both;
}
.post-title {
	float: left;
	width: 500px;
	padding-top: 20px;
}
.post-date {
	position: relative;
	top: 2px;
	left: 0px;
	clear: left;
	float: left;
	padding: 1px 0px 0px 23px;
	background: url(images/splice-cal.png) no-repeat;
	font-size: 95%;
	color: #666666;
	width: 200px;
}
.post-views {
	position: relative;
	top: 2px;
	float: left;
	padding: 1px 0px 0px 23px;
	background: url(images/splice-views.png) no-repeat;
	font-size: 95%;
	color: #666666;
	width: 125px;
}
.post-comments {
	position: relative;
	top: 2px;
	float: right;
	padding: 1px 0px 0px 23px;
	background: url(images/splice-com.png) no-repeat;
	font-size: 95%;
}
.post-comments a, .post-comments a:visited {
	color: #666666;
	text-decoration: none;
}
.post-comments a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
.entry {
	clear: both;
	padding-top: 10px;
}
.post-digg {
	float: left;
	width: 72px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.post-technorati {
	clear: right;
	float: left;
	margin: 5px 0 0 0;
	font-size: 95%;
	color: #333333;
}
.post-ff {
	clear: right;
	float: left;
	width: 428px;
	margin: 5px 0 0 0;
	color: #333333;
	font-size: 95%;
}
.post-ff a, .post-ff a:visited {
	color: #333333;
	text-decoration: none;
}
.post-ff a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
.post-tags {
	clear: right;
	float: left;
	width: 428px;
	font-size: 95%;
	color: #333333;
}

.navigation {
	clear: both;
	font: bold 12px/150% "Helvetica", Arial, Sans-Serif;
	width: 500px;
	padding: 20px 0 80px 0;
}
.navigation a, .navigation a:visited {
	color: #333333;
}
.previous-entries a {
	float: left;
	padding-left: 20px;
	background: url(images/splice-arrow-l.png) no-repeat left top;
}
.next-entries a {
	float: right;
	padding-right: 20px;
	background: url(images/splice-arrow-r.png) no-repeat right top;
}

/* Begin Comments */
#comments {
	clear: left;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 10px 0;
}
#respond {
	padding: 10px 0 0 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 140%;
	border-bottom: 1px dotted #CCCCCC;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	border-bottom: 1px dotted #CCCCCC;
}
.commentlist cite {
	font: bold 14px/150% "Helvetica", Arial, Sans-Serif;
	color: #333333;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #333333;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 95%;
}
#commentform {
	font: normal 100% "Helvetica", Arial, Sans-Serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #333333;
	font: normal 95%/150% "Helvetica", Arial, Sans-Serif;
}
#commentform input{
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
}
#commentform textarea{
	width: 486px;
	height: 125px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #FFFFFF;
}
#commentform #submit{
	background: url(images/splice-button.png) no-repeat;
	font: bold 12px "Helvetica", Arial, Sans-Serif;
	color: #FFFFFF;
	border: none;
	float: right;
	width: 144px;
	height: 32px;
	cursor: pointer;
}
.comment-gravatar {
	float: left;
	padding: 0 10px 10px 0;
}
.comment-text {
	clear: both;
}

/*sidebar */
#sidebar {
	float: right;
	border: 0px;
	padding: 0px 20px 40px 0px;
	width: 300px;
	color: #333333;
	background-color: #FFFFFF;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 18px/100% "Helvetica", Arial, Sans-Serif;
	color: #66CCFF;
	margin: 20px 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover{
	color: #66CCFF;
	text-decoration: underline;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 2px !important;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
.sidebar-rss {
	float: left;
	padding: 2px 0px 0px 20px;
	background: url(images/splice-rss16.png) no-repeat;
}
#sidebar-fcp-tips {
	background: url(images/splice-feat.png) no-repeat !important;
	padding: 1px 0px 0px 23px !important;
	color: #333333;
}
#sidebar-fcp-tips a, #sidebar-fcp-tips a:visited {
	color: #333333;
	text-decoration: none;
}
#sidebar-fcp-tips a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
/*blogroll */
ul.list-blogroll li {
	background: url(images/splice-link16.png) no-repeat !important;
	padding-left: 21px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li {
	background: url(images/splice-link16.png) no-repeat !important;
	padding-left: 21px !important;
}
/*archives widget
ul.list-archives li, li.widget_archives li {
	background: url(images/splice-archive16.png) no-repeat !important;
	padding-left: 21px !important;
}
*/
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/splice-post16.png) no-repeat !important;
	padding-left: 21px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/splice-link16.png) no-repeat !important;
	padding-left: 21px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/splice-com16.png) no-repeat !important;
	padding-left: 21px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search page */
#search-page {
	border: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	width: 820px;
	overflow: hidden;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px "Helvetica", Arial, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	position: relative;
	clear: both;
	width: 860px;
	height: 245px;
	background: url('images/splice-footer.jpg') no-repeat;
	color: #FFFFFF;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
#footer h4 {
	font: normal 140%/100% "Helvetica", Arial, sans-serif;
	color: #66CCFF;
}
.footer-bar-left {
	float: left;
	height: 45px;
	color: #999999;
	font: normal 95%/150% "Helvetica", Arial, Sans-Serif;
	padding: 15px 20px 10px 20px;
}
.footer-bar-right {
	float: right;
	height: 45px;
	color: #999999;
	font: normal 95%/150% "Helvetica", Arial, Sans-Serif;
	padding: 15px 20px 10px 20px;
}
.footer-validx {
	position: absolute;
	bottom: 167px;
	right: 30px;
	float: right;
	font: normal 95%/150% "Helvetica", Arial, Sans-Serif;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	vertical-align="text-top";
}
img.alignleft, img[align="left"] {
	float: left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
	vertical-align="text-top";
}
img.alignright, img[align="right"] {
	float: right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear: both;
}
hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}