/*
Theme Name: Coding Ventures
Theme URI: http://codingventures.com/
Description: Coding Ventures theme.
Version: 0.1
Author: Kerem Karatal
Author URI: http://codingventures.com/
Tags: two columns
*/

body {
	background: #f2f1f1 url(images/header_bg.gif) repeat-x scroll 0 0;
}

.clear {
	clear: both;
}

/* @group Header */

#headerwrap {
}

#header {
	height: 81px;
	margin: 0 auto;
	width: 972px;
}

.logo {
	top: 0;
	left: -120px;
	position: relative;
	float: left;
}

#searchbar {
	float: right;
	top: 8px;
	position: relative;
}

#searchbar #s {
	float: left;
	color: #cac9c8;
	background: #151414;
	border: 1px solid #373737;
	width: 160px;
	height: 18px;
	margin-top: 2px;
	margin-right: 6px ;
	padding: 2px 1px 1px 2px;
}

#searchbar #go {
	float: right;
	background: url(images/search_button.gif) no-repeat;
	width: 67px;
	height: 22px;
	border: 0px;
	margin-top: 2px;
}

/* @end */

/* @group Navigation */

#navwrap {
	background: #474747;
	border-top: 1px solid #000;
}

#navtopcontainer {
	margin: 0 auto;
	width: 972px;
	height: 30px;
}

#navbar {
	margin-top: 5px;
	float: left;
	height: 25px;	
}

#navbar ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#navbar ul li {
	display: inline;
	color: #df7720;
	margin-left: 10px;
	padding: 8px;
	border-top: 1px solid #000;
	border-left: 1px solid #474747;
	border-right: 1px solid #474747;
}

#navbar ul li a {
	color: #df7720;
	text-decoration: none;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;	
}

#navbar ul li:hover {
	padding: 8px;
	background-color: #cdcdcd;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#navbar ul li.current_page_item {
	padding: 8px;
	background-color: #cdcdcd;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#subscribe {
	color: #cac9c8;
	text-decoration: none;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
	float: right;
	height: 25px;	
}

#subscribe a {
	color: #df7720;
	text-decoration: none;
}

#subscribe a:hover {
	color: #6dabc1 ;
}

/* @end */

/* @group Page Content */

#pagewrap {
	clear: left;
}

#page {
	width: 974px;
	margin: 0 auto;
	display: block;
	position: relative;
	background: #f2f1f1 url(images/page_bg.gif) repeat-y scroll 0 0;
}

#breadcrumbextended {
	clear: right;
	background: #cdcdcd;
	left: 0;
	height: 46px;
	width: 50%;
	position: absolute;
	border-bottom: 1px solid #878787;
	z-index: -2;
}

#breadcrumbbar {
	background: #cdcdcd;
	height: 46px;
	border-bottom: 1px solid #878787;
	width: 720px;
	float: left;
	margin: 0 auto;	

}

#breadcrumbbar ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 15px 10px 10px 8px;
}

#breadcrumbbar ul li{
	direction: inline;
	margin-left: 10px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#breadcrumbbar ul li a {
	color: #888;
	text-decoration: none;	
}

#content {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 700px;
	display: block;
}

.post {
	margin: 15px 10px 15px 10px;
	border-bottom: 1px solid #cdcdcd;
}
.post h2 a {
	text-decoration: none;
	color: #000;
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.post h2 a:hover {
	color: #6dabc1;
}

.timeAndAuthor {
	margin-top: -10px;
	margin-bottom: 5px;
	color: #df7720;
	font: bold 12px Palatino, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.timeAndAuthor a {
	/*
	color: #99b952;*/
	color: #6dabc1;
	text-decoration: none;
	font-weight: bold;
}

.timeAndAuthor a:hover {
	color: #df7720;

}

a.commentcount {
	width: 53px;
	height: 53px;
	float: right;
	padding: 10px 10px 10px 20px;
	background: url(images/comment_count.gif) no-repeat;
	text-decoration: none;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #1b1b1b;
}

a.commentcount:hover {
	color: #df7720;
	
}

.moretext {
	color: #6dabc1;
	float: right;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.moretext:hover {
	color: #df7720;
}

.tags {
	padding-top: 0px;
	margin-bottom: 10px;
	color: #df7720;
	font: bold 12px Palatino, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.tags a {
	color: #6dabc1;
	text-decoration: none;
	font-weight: bold;
}

.tags a:hover {
	color: #df7720;

}

/* @end */

/* @group Entry */

.entry {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5;
	padding-bottom: 10px;
}

.entry p {
	margin-bottom: 10px;
}

.entry h1 {
	font-size: medium;
	line-height: 1;
	margin-bottom: 12px;
}

.entry h2 {
	font-size: medium;
	line-height: 1;
	margin-bottom: 12px;
}

.entry a {
	color: #6dabc1;
	font-weight: bold;
}

.entry a:hover {
	color: #df7720;	
}

.postmetadata {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 15px 10px 20px 10px;		
	text-align: right;
}

.postmetadata a {
	color: #6dabc1;
	font-weight: bold;	
	text-decoration: none;
}

.postmetadata a:hover {
	color:  #df7720;
}

/* @end */

/* @group Sidebar */

#sidebar {
	background: #c2c2c2;
	width: 252px;
	float: right;
	position: relative;
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

#sidebar h2 {
	font-size: medium;	
	font-family:  "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: left;
}

#sidebar ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 15px;
}

/*
#sidebar ul li {
	border-bottom: 1px solid #8c8c8c;
}

#sidebar ul li ul li {
	border-bottom: 0px;
}
*/

#sidebar ul li a {
	color: #000;
	text-decoration: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;	
}

#sidebar ul li a:hover {
	color: #6dabc1;	
	
}

#sidebar #linkedin-badge {
	display: block;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebar #twitter-link {
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
}

/*
.fidgetr_link {
	display: block;
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	background: #fff;
	border: 1px solid #8c8c8c;
}
*/

.fidgetr_link {
	float:left;
  	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  	margin: 10px 0 0 10px !important;
  	margin: 10px 0 0 5px;
}

.fidgetr_link img {
  	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}


/* @end */

/* @group Comments */

#comment_section {
	background: #ededed;
	margin: 10px;
	padding: 10px;
	border: 1px solid #cdcfcf;
}

#comment_section h3 {
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#comment_section ul li {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#comment_section .avatar {
	margin: 10px;
}

.comment_author_link {
	display: block;
	color: #6dabc1;
	text-decoration: none;
	margin-bottom: 5px;
	text-align: center;
}

.comment_author_link:hover {
	color: #df7720;	
}

.comment_date {
	display: block;
	font: small-caps 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	text-align: center;	
	color: #df7720;
	text-decoration: none;
}

.comment_author {
	float: left;
	width: 90px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.comment_text {
	float: right;
	width: 440px;
	position: relative;
	background: #fff;
	border: 1px solid #cdcfcf;
	padding: 10px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5;
	margin-bottom: 5px;
}

.comment_arrow {
	left: -32px;
	position: absolute;
	top: 20px;
}

/* @end */

/* @group Comment Form */

#commentform {
	display: block;
	float: right;
	position: relative;
}

#commentform #comment {
	width: 440px;
	border: 0px solid #ced0d0;
	background: #fff;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#commentform .input_field {
	display: block;
	width: 440px;
	margin-top: 5px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ced0d0;
	background: #fff;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#commentform #submit {
	background: #fdfdfd url(images/button_bg.png) repeat-x scroll 0 100%;
	border: 1px solid #bbb;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 12em;
	height: 3em;
	margin-top: 10px;
	float: right;
	cursor: pointer;
}

#commentform #submit:hover {
	background: #fdfdfd url(images/button_bg_hover.png) repeat-x scroll 0 100%;
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	background: #272727;
	height: 50px;
	clear: both;
	position: relative;
	color: #df7720;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer a {
	color: #6dabc1;
	text-decoration: none;	
}

#footer a:hover {
	color: #df7720;
}

/* @end */

/* @group Product Page */

#page_no_sidebar {
	width: 974px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	background: #f2f1f1 repeat-y scroll 0 0;
}

#page_breadcrumbbar_wrap {
	background: #cdcdcd;
	border-bottom: 1px solid #878787;
}

#page_breadcrumbbar_container {
	margin: 0 auto;
	width: 972px;
	height: 46px;
}

#page_breadcrumbbar {
	background: #cdcdcd;
	height: 46px;
	float: left;
}

#page_breadcrumbbar ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 15px 10px 10px 8px; 
}

#page_breadcrumbbar ul li{
	direction: inline;
	margin-left: 10px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#page_breadcrumbbar ul li a {
	color: #888;
	text-decoration: none;	
}

#page_content {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 600px;
	display: block;
}

#page_content h2 {
	margin-left: 7px;
}

#inline_movie_wrap {
	width: 336px;
	float: right;
	position: relative;	
}

#inline_movie {
	background: url(images/moviePhone.jpg) no-repeat !important;
	height: 573px;
	width: 336px;
	position: relative;	
}

#inline_movie object {
	position: absolute;
	top: 94px;
	left: 49px;
}

#product_shots {
	margin-left: 30px;
}

#product_shots a {
	float: left;
  	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  	margin: 10px 0 0 10px !important;
  	margin: 10px 0 0 5px;
}

#product_shots a img {
  	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}

.product_post {
	margin: 15px 10px 0px 10px;
}

.product_post h2 a {
	text-decoration: none;
	color: #000;
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.product_post h2 a:hover {
	color: #6dabc1;
}

.coming_soon {
	border: 1px solid #cdcdcd;
	padding: 10px 10px 10px 10px;
	margin-left: 110px;
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #df7720;
	width: 100px;
	height: 55px;
	display: block;
}

.available_appstore {
	margin-left: 100px;	
}

.sharethis_button {
	text-align: center;
	margin-top: 20px;
	display: block;
	color:  #df7720;
}

.sharethis_button a{
	color: #6dabc1;
}

.sharethis_button a:hover{
	color:  #df7720;
}


/* @end */
