/*

	Theme Name: iThnk
	Theme URI: http://pixopoint.com/
	Description: Custom WordPress theme for iThnk
	Version: 1.0
	Author: PixoPoint
	Author URI: http://pixopoint.com/

*/

/* CSS reset */
body,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Wrappers */
body {
	background:#fff;
}
.pagewrapper {
	width:999px;
	margin:0 auto;
}
#container {
	position:relative;
	overflow:auto;
}
#container_bottom {
	height:28px;
}

/* Header */
#header {
	position:relative;
	height:175px;
}
h1 {
	float:left;
	width:433px;
	height:126px;
	margin:1px 0 0 0;
	background:url(images/sprite.png) top left;
	text-indent:-999em;
}
h1 a {
	display:block;
	width:433px;
	height:126px;
}

/* Navigation */
#nav {
	position:relative;
	float:right;
	margin:21px 0 0 0;
	padding:0 15px 0 3px;
	background:url(images/sprite.png) 0 -237px;
	height:49px;
}
#nav div {
	position:absolute;
	right:0;
	top:0;
	width:10px;
	height:49px;
	background:url(images/sprite.png) -988px -237px;
}
#nav ul {
}
#nav li {
	float:left;
	position:relative;
	text-align:center;
	height:41px;
	line-height:41px;
	font-family:sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
#nav li a {
	float:left;
	text-align:center;
	padding:0 30px;
	color:#858585;
}
#nav li.current_page_item a, #nav li a:hover {
	color:#fff;
	text-decoration:none;
}
/* Dropdown */
#nav ul ul {
	z-index:10;
	position:absolute;
	left:-999em;
	top:41px;
	width:160px;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
	box-shadow:3px 10px 15px #555;
	-webkit-box-shadow:3px 10px 15px #555;
	-moz-box-shadow:3px 10px 15px #555;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:0;
}
#nav li li {
	width:160px;
	height:auto;
	border-bottom:1px solid #888;
}
#nav li li a {
	width:140px;
	text-align:left;
	font-size:12px;
	line-height:16px;
	background:#ccc;
	padding:3px 10px;
	height:auto;
}
#nav li li a:hover {
	background:#2d2d2d;
	color:#ccc;
}

/* Sidebar Left */
#sidebar {
	float:right;
	width:305px;
	margin:0;
}
#sidebar ul {
}
#sidebar li {
	font-family:helvetica,sans-serif;
	font-size:14px;
	color:#58595b;
	font-weight:bold;
	padding:5px 0;
	margin:0;
	display:block;
}
#sidebar li a {
	width:122px;
	color:#58595b;
}
#sidebar li.current_page_item a {
}
#sidebar li a:hover {
	text-decoration:underlined;
}
#sidebar p {
	font-family:sans-serif;
	font-size:13px;
	color:#58595b;
}
#sidebar h3 {
	clear:left;
	font-family:sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#58595b;
	padding:20px 0 8px 0;
	border-bottom:1px solid #ccc;
}
#sidebar h3 a {
	color:#58595b;
}
#sidebar a.icon {
	float:left;
	width:60px;
	height:60px;
	text-indent:-999em;
	background:url(images/sprite.png);
	margin-right:16px;
}
#sidebar a#rss {
	background-position:-756px 0;
}
#sidebar a#rss:hover {
	background-position:-512px 0;
}
#sidebar a#email {
	background-position:-818px 0;
}
#sidebar a#email:hover {
	background-position:-574px 0;
}
#sidebar a#twitter {
	background-position:-877px 0;
}
#sidebar a#twitter:hover {
	background-position:-633px 0;
}
#sidebar a#facebook {
	background-position:-938px 0;
}
#sidebar a#facebook:hover {
	background-position:-694px 0;
}

/* Content - non blog pages */
#content_wrapper {
	background:url(images/sprite.png) -1024px 0;
	width:998px;
}
#top_block {
	background:#fff url(images/sprite.png) 0 -182px;
	width:998px;
	height:25px;
}
#content {
	border-left:1px solid #aaa;
	width:921px;
	background:#fff;
	padding:10px 32px;
}
#bottom_block {
	background:#fff url(images/sprite.png) 0 -209px;
	width:998px;
	height:28px;
}
/* Content - blog pages */
.blog #content_wrapper, .single #content_wrapper {
	background:url(images/sprite.png) -336px 0;
	width:674px;
}
.blog #top_block, .single #top_block {
	background:#fff url(images/sprite.png) 0 -128px;
	width:674px;
	height:25px;
}
.blog #content, .single #content {
	border-left:1px solid #aaa;
	width:597px;
	background:#fff;
	padding:10px 32px;
}
.blog #bottom_block, .single #bottom_block {
	background:#fff url(images/sprite.png) 0 -154px;
	width:674px;
	height:28px;
	margin-bottom:30px;
}
.blog .thumb {
	float:left;
	width:96px;
	margin:20px 0 0 0;
}
.blog .thumb img {
	text-align:center;
	border:1px solid #ccc;
}
.blog .content {
	float:right;
	width:462px;
}
.blog #content h2 {
	margin:0 0 5px 0;
}
#content p.post_info {
	position:relative;
	font-family:sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#333;
	margin:0 0 10px 0;
	padding:0;
}

/* WP PageNavi plugin support */
.wp-pagenavi {
	margin:30px 0 20px 0;
	font-family:verdana,sans-serif;
	font-size:12px;
	color:#333;
}
.wp-pagenavi span {
	text-decoration:none;
	padding:3px 5px;
	margin:2px;
	border:1px solid #ccc;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
	color:#333;
	border:1px solid #333;
}
.wp-pagenavi span.current {
	font-weight:bold;
}
.wp-pagenavi a {
	text-decoration:none;
	border:1px solid #BFBFBF;
	padding:3px 5px;
	margin:2px;
	color:#333;
}
.wp-pagenavi {
	clear: both;
}

#content p, #content li {
	font-family:sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#333;
	margin:15px 0;
}
#content li {
	margin:0;
}
#content p {
	margin:0 0 1.5em 0;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family:sans-serif;
	font-weight:normal;
	color:#333;
}
#content h2 {
	font-size:24px;
	margin:0 0 10px 0;
}
#content h3 {
	font-size:14px;
	margin:5px 0;
}
#content h4 {
	font-size:13px;
	margin:4px 0;
}
#content h5 {
	font-size:12px;
	margin:4px 0;
}
#content h6 {
	font-size:11px;
	margin:4px 0;
}
#content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color:#333;
}
#content h2 a:hover {
	color:#333;
}
#content blockquote {
	margin:10px 0 10px 30px;
	background:#b7def1;
	color:#333;
	padding:5px 15px;
}
#content ul, #content ol {
	list-style:circle;
	margin:10px 0 10px 30px;
}
#content li {
	list-style:circle;
}
#content a {
	color:#3fb2d9;
}
#content a:hover {
	color:#3fb2d9;
}
#content img.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}
#content img.alignright  {
	float:right;
	margin:5px 0 5px 10px;
}
#content img.aligncenter  {
	display:block;
	margin:5px auto;
}
#content .wp-caption {
	border:1px solid #ccc;
}
#content .wp-caption p {
	font-size:10px;
	margin:0;
	padding:3px 0;
	text-align:center;
}
#content .wp-caption img {
	display:block;
	margin:5px auto 0 auto;
}
#content p a.post-edit-link {
	font-size:10px;
	font-weight:bold;
}

#content {
	overflow:auto;
}
.thumb {
	float:left;
	width:460px;
}
.content {
	float:right;
	width:442px;
}
h2#post_title {
	font-size:36px;
	margin:0;
}
#content a.more_link {
	float:right;
	margin: 15px 0 0 15px;
	padding:6px 15px;
	background:#333;
	border:1px solid #ccc;
	text-transform:uppercase;
	font-size:10px;
	color:#ccc
}

/* 3 Column template */
.three_column {
	float:left;
	width:285px;
	margin:0 10px;
}

/* Contact form 7 styling */
#content .wpcf7 p {
	font-family:sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666;
}
.wpcf7 input {
	float:right;
	padding:6px 15px;
	background:#333;
	border:1px solid #ccc;
	text-transform:uppercase;
	font-size:10px;
	color:#ccc
}
.wpcf7 input:hover {
	text-decoration:underline;
}
.wpcf7 span input, .wpcf7 textarea {
	float:none;
	background:none;
	font-family:sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666;
	padding:7px 10px;
	width:260px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.wpcf7 span input:hover, .wpcf7 textarea:hover {
	text-decoration:none;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
	outline:none;
}

/* Sidebar Right */
#sidebar_right {
	float:right;
	width:190px;
	position:relative;
	left:-30px;
	top:4px;
	margin:0 0 4px 0;
}
#sidebar_right h2 {
	text-indent:-999em;
}
#sidebar_right p {
	width:182px;
	font-family:helvetica,sans-serif;
	font-size:15px;
	color:#58595b;
	text-align:center;
	padding:4px 0;
}
#sidebar_right a {
	color:#58595b;
	text-decoration:none;
}
#sidebar_right a:hover {
	text-decoration:underline;
}
#sidebar_right label {
	font-family:helvetica,sans-serif;
	font-size:11px;
	color:#58595b;
	margin-left:10px;
}
#sidebar_right input {
	display:block;
	width:160px;
	font-family:helvetica,sans-serif;
	font-size:11px;
	color:#58595b;
	border:1px solid #58595b;
	margin-left:10px;
}
#sidebar_right input#submit {
	margin:2px 0 0 83px;
	border:none;
	width:88px;
	height:16px;
	color:#fff;
	font-weight:bold;
}

/* Footer */
#footer {
	clear:both;
	width:990px;
	margin:15px auto;
}
#footer ul {
	float:left;
}
#footer li {
	display:inline;
	color:#aaa;
	font-family:sans-serif;
	font-size:9px;
	line-height:20px;
	font-weight:normal;
	padding:0 20px 0 0;

}
#footer p {
	margin:0;
	float:right;
	color:#aaa;
	line-height:20px;
	font-family:sans-serif;
	font-size:9px;
	font-weight:normal;
}
#footer a {
	color:#aaa;
}

/* Featured Content */
.home h3 {
	font-family:sans-serif;
	color:#666;
	font-weight:normal;
	font-size:14px;
	margin:15px 0 5px 0;
}
a.more_link {
	float:right;
	margin:5px 20px 20px 0;
	padding:6px 15px;
	background:#333;
	border:1px solid #ccc;
	text-transform:uppercase;
	font-family:sans-serif;
	font-size:10px;
	color:#ccc;
}
#subheader_wrapper {
	width:1069px;
	height:234px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
	left:-45px;
}
#subheader_background { /* Contains the carousel */
	width:1029px;
	height:234px;
	margin:0 auto;
	position:relative;
}
#subheader_background .wrapper {
	width:1029px;
	overflow:auto;
	height:234px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:20px;
}
#subheader_background .wrapper ul {
	width:99999px;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#subheader_background ul li {
	float:left;
	padding:0;
	height:232px;
	width:1029px;
	position:relative;
	left:0;
}
#subheader_background ul li .recent_post {
	float:left;
	background:url(images/sprite.png) 0 -287px;
	padding:0 5px;
	height:232px;
	width:232px;
	margin:0 5px;
	text-align:center;
	font-size:12px;
	line-height:16px;
	font-family:sans-serif;
	color:#333;
}
#subheader_background ul li .recent_post a {
	color:#333;
}
#subheader_background ul li .recent_post a:hover {
	color:#111;
	text-decoration:none;
}
#subheader_background ul li .recent_post img {
	border:2px solid #d9d9d9;
	width:214px;
	margin:26px auto 0 auto;
}
#subheader_background ul li .recent_post img:hover {
	border:2px solid #bbb;
}
.anythingSlider .arrow {
	cursor:pointer;
	float:left;
	width:35px;
	height:35px;
	text-indent:-999em;
	position:absolute;
	top:75px;
}
.anythingSlider .forward {
	left:10px;
	background:url(images/sprite.png) -963px -62px;
}
.anythingSlider .forward:hover {
	background:url(images/sprite.png) -927px -62px;
}
.anythingSlider .back {
	right:-5px;
	background:url(images/sprite.png) -892px -62px;
}
.anythingSlider .back:hover {
	background:url(images/sprite.png) -856px -62px;
}
#thumbNav, #start-stop {
	display:none;
}
