/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: #16171a url("images/body.png") no-repeat 50% 0%;
}

.wrapper {
	margin: 0 auto;
	width: 965px;
}

a {
	color: #67747f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p,li,td {
	color: #67747f;
	font-size: 12px;
	line-height:20px;
}
.blogPosts td {
	color:#FFF;
}
td {line-height:20px;}

h3, h4 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

img {
	margin-bottom: 15px;
}

img.left {
	margin-right: 15px;
}

img.right {
	margin-left: 15px;
}

ul {
	list-style: none;
	margin-bottom:5px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
	overflow: hidden;
}

.divider {
	clear:both;
	background: url("images/divider.jpg") repeat-x top left;
	height: 2px;
	margin: 25px 0;
	padding:0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ========================== Buttons Styles ========================== */
.button {
	background: url("images/buttons.png") no-repeat top left;
	color: #fff;
	display: block;
	text-align:left;
	font-size: 13px;
	line-height:13px;
	font-weight: bold;
	height: 11px;
	padding: 10px 10px;
	text-shadow: 0px 1px 0px #222;
	width: 114px;
	margin:0 auto;
}

.button:hover {
	text-decoration: none;
}

.button.left {
	margin-right: 15px;
}

.button.right {
	margin-left: 15px;
}

.button.Follow {
	background-position: 0 -31px;
}

.button.Facebook {
	background-position: 0 -62px;
}

.button.Contact {
	background-position: 0 -93px;
}

.button.Tour {
	background-position: 0 -124px;
}

.button.Store {
	background-position: 0 -155px;
}

.button.Job {
	background-position: 0 -186px;
}

.button.CaseStudy {
	background-position: 0 -217px;
}

.button.Testimonials {
	background-position: 0 -248px;
}

.button.Support {
	background-position: 0 -279px;
}

.button.Examples {
	background-position: 0 -310px;
}

#slider .light, #slider .dark {
	background: url("images/slider_buttons.png") no-repeat top left;
	color: #92a2b1;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 20px 10px 0 0;
	padding: 0;
	text-align: center;
	text-shadow: none;
	width: 102px;
}

#slider .dark {
	background-position: bottom left;
	color: #fff;
}

/* ========================== Forms Styles ========================== */
.message {
	background:#37393D;
	border:#2D2F33 solid 3px;
	color:#C63C36;
	display:none;
	width:500px;
	padding:10px;
	margin-bottom:5px;
}
#alert li {
	color:#FFF;
}

#contactForm .half {
	width: 280px;
	background: url("images/input_half.jpg") no-repeat top left;
	color:#EC0C76;
}


#contactForm input {
	background: url("images/input_large.jpg") no-repeat top left;
	height: 32px;
	width: 534px;
	line-height: 32px;
}

#contactForm .half input {
	background:none;
	height: 34px;
	width: 205px;
	line-height: 34px;
}

#contactForm .half div {
	width:30px;
	float:left;
	font-size: 11px;
	color:#ddd;
	padding:10px 0 0 8px;
}

#contactForm > div {
	margin-bottom: 10px;
}

#contactForm textarea {
	background: url("images/textarea.jpg") no-repeat top left;
	width: 526px;
	height: 175px;
	padding: 8px 0;
}

#contactForm textarea, #contactForm input {
	color: #ddd;
	font-size: 11px;
	padding-left: 8px;
}

#contactForm #submit {
	height: 31px;
	width: 77px;
	background: url("images/send.png") no-repeat top left;
	display: block;
	color:#FFF;
}

/* ========================== Header Styles ========================== */

#topright {
	width:374px;
	margin-top:5px;
	float:right;
	color:#FFF;
	text-align:right;
	margin-bottom:15px;
	height:21px;
}
#topwrapper {
	width:270px;
	float:left;
	padding:0;
}
#topwrapper img {
	border:none;
	margin:0;
	padding:0;
}

#tel {
	height:21px;
	width:130px;
	float:right;
	text-align:right;
	padding:0;
	margin:0;
}


#cdestek {
	height:21px;
	width:130px;
	float:left;
	text-align:left;
	padding:0;
	margin:0;
}

#hesap {
	height:21px;
	width:94px;
	float:right;
	padding:0;
	margin:0;
}


#header {
	height: 64px;
	padding-top: 30px;
}

#header img, #header h1, #header h2 {
	float: left;
}
#header img {
	margin-top:-10px;
}

#header p {
	color: #a6aab3;
	float: left;
	font-size: 14px;
	margin: 2px 0 0 6px;
}

#header ul {
	float: right;
	position: relative;
}

#header ul li {
	float: left;
	margin-left: 25px;
	position: relative;
	z-index: 50;
}

#header ul li a, #header ul li {
	color: #fff;
	font-size: 12px;
	text-transform:uppercase;
}

#header ul li a:hover, #header ul li.active a {
	color: #ddd;
	text-decoration: none;
}

#header ul li a[title="Home"]{
	background: url("images/home.png") no-repeat top left;
	display: block;
	height: 40px;
	margin-top: -8px;
	text-indent: -9999px;
	width: 40px;
}

#header ul li a.first {
	background: url("images/home.png") no-repeat top left;
	display: block;
	height: 40px;
	margin-top: -8px;
	text-indent: -9999px;
	width: 40px;
}


#header ul li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	background: url("images/submenu.png") top left no-repeat;
	width: 151px;
	padding: 15px 0;
}

#header ul li:hover ul {
	display: block;
}

#header ul li ul li {
	margin: 0;
	background: #4e5054;
	padding: 5px 15px 5px 15px;
	width: 121px;
	float:right;
}

#header ul li ul li.parent {
	background: #4e5054 url("images/arrow.png") center right no-repeat;
}

#header ul li ul li.parent:nth-child(odd) {
	background: #37393d url("images/arrow.png") center right no-repeat;
}

#header ul li ul li:nth-child(odd) {
	background: #37393d;
}

#header ul li ul li.parent ul li {
	background: #4e5054;
}

#header ul li ul li.parent:nth-child(odd) ul li {
	background: #37393d;
}

#header ul li ul li:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

#header ul li ul li ul {
	display: none;
	position: absolute;
	background: #4e5054
	margin:0 0 0 0;
	top: 0;
	left: 151px;
	width: 151px;
	padding: 0 0 0 0;
	
}

#header ul li ul li a {
	text-transform: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}


#header ul li ul li a:hover {
	color: #a6bccc;
}

#header ul li ul li ul li:first-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
}

/* ========================== Intro Styles ========================== */
#introheader {
	background-color: #202227;
	border-bottom: 1px solid #282a31;
	border-top: 1px solid #282a31;
	padding: 15px 0;
}

#intro {
	background: url("images/intro.jpg") no-repeat top left;
	height: 61px;
	margin-bottom: 0;
	clear:both;
}

#intro h1, #intro h2{
	float: left;
}

#intro form {
	float: right;
}


#intro h2 {
	color: #49515E;
	text-shadow: 0px 1px 0px #ddd;
	font-size: 25px;
	margin: 17px 10px 0 15px;
}

#intro h1 {
	color: #49515E;
	text-shadow: 0px 1px 0px #ddd;
	font-size: 25px;
	margin: 17px 10px 0 15px;
}

#intro p {
	color: #6f7380;
	display:block;
	float:right;
	text-align:right;
	font-style: italic;
	font-weight: bold;
	margin:21px 20px 0 20px;
	width:384px;
	line-height: 20px;
	text-shadow: 0px 1px 0px #ddd;
}

#intro input {
	background: url("images/search.jpg") no-repeat top left;
	color: #eee;
	float: left;
	font-size: 11px;
	height: 23px;
	padding: 5px;
	width: 144px;
	line-height: 23px;
}

#intro #ajaxSearch_submit {
	background: url("images/search_button.jpg") no-repeat top left;
	float: left;
	height: 33px;
	text-indent: -9999px;
	width: 31px;
}

#intro button {
	background: url("images/search_button.jpg") no-repeat top left;
	float: left;
	height: 33px;
	text-indent: -9999px;
	width: 31px;
}

#intro form {
	margin: 15px 15px 0 0;
	width: 185px;
}

/* ========================== Content Styles ========================== */
#content {
	margin-bottom: 30px;
	margin-top: 30px;
	overflow: hidden;
}

.box {
	border-top: 1px solid #54585c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:0;
}

.boxHeader, .box li {
	color: #fff;
	background: #37393d;
	padding: 5px 15px;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 12px;
}

.box li {
	border-bottom: 1px solid #383b3f;
	border-top: 1px solid #494c50;
}

.box li img {
	margin-bottom:0;
}

.box li span, .box a {
	color: #d4d4d4;
}

.box li:last-child {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.boxHeader {
	background: #2d2f33;
}

.boxHeader h3 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.box .button {
	margin: 0 6px 0 0;
	color: #fff;
}

/* ========================== Tagline Styles ========================== */
#tagline {	
	background: url("images/tagline.jpg") no-repeat top left;
	color: #fff;
	font-size: 28px;
	font-style: italic;
	height: 46px;
	margin-bottom: 35px;
	padding-top: 13px;
	text-align: center;
	width: 965px;
}

/* ========================== Boxes Styles ========================== */
.boxes {
	margin-bottom: 35px;
	overflow: hidden;
}

.boxes > div {
	float: left;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 15px;
	width: 295px;
}

.boxes > div.last {
	margin-right: 0;
	padding-right: 0;
}

.boxes > div p {
	margin-bottom: 22px;
}

.primary.boxes > div {
	background: url("images/primary_boxes.jpg") repeat-y top right;
}

.primary.boxes > div.last {
	background: none;
}

#secondary {
	background: url("images/secondary_pattern.jpg") repeat top left;
	border-top: 1px solid #3a4048;
	border-bottom: 1px soild #252629;
}

#secondary .wrapper {
	background: url("images/secondary.jpg") no-repeat 50% 0%; 
}

#secondary .boxes > div {
	margin-right: 56px;
	width: 270px;
}
#secondary .boxes > div.last {
	margin-right: 0;
}

.content_225 {
	float: left;
	margin-right: 21px;
	margin-top: 40px;
	width: 225px;
}

.content_225.last {
	margin-right: 0;
}

.content_225 p:last-child {
	margin-bottom: 0;
}

.content_225 h4 {
	margin-bottom: 4px;
}

#mainContent {
	float: left;
	width: 630px;
}

#sidebar {
	float: right;
	width: 310px;
}

#mainContent h3, #folio h3 {
	margin-bottom: 4px;
	text-transform: uppercase;
}

#mainContent p {
	line-height: 20px;
}

#boximage {
	width:263px;
	height:145px;
	margin-top:0;
	padding-top:0;
}

#boximage h3 {
	text-align:center;
	margin-left:70px;
	padding-top:12px;
}

#boximage p {
	text-align:center;
	margin-left:70px;
	color:#FFF;
	margin-top:18px;
}

#boximage h2 {
	text-align:center;
	margin-left:71px;
	font-size:30px;
	color:#FFF;
	margin-top:-10px;
	font-weight:bold;
	
}

/* ========================== Portfolio Styles ========================== */
#folioCats {
	background: url("images/cats.jpg") no-repeat top left;
	height: 38px;
	margin-bottom: 25px; 
	padding-left: 35px;
}

#folioCats ul li {
	float: left;
	padding: 0 15px;
	height:	38px;	
}

#folioCats ul li.active {
	background: url("images/cats_hover.jpg") repeat-x top left;
}

#folioCats ul li a {
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	font-weight:bold;
}

#folioCats ul li a:hover {
	text-decoration: none;
}

.projects {
	margin-top: 25px;
}

.projects li {
	float: left;
	margin-bottom: 25px;
	margin-right: 16px;
	width: 304px;
}

.projects li.last {
	margin-right: 0;
}

.projects h4 {
	margin-bottom: 4px;
	text-transform: uppercase;
}

.projects img {
	margin-bottom: 10px;
	border: none;
}

/* ========================== Slider Styles ========================== */
#slider {
	background-color: #202227;
	border-bottom: 1px solid #282a31;
	border-top: 1px solid #282a31;
	padding: 15px 0;
}

#slider .wrapper {
	/* background: url("images/slider.jpg") no-repeat top left; */
	width: 967px;
	height: 394px;
	overflow: hidden;
	position: relative;	
}

#slider #sliderImgs {
	position: absolute;
	left: 422px;
	top: 30px;
	height: 310px;
	width: 480px;
	overflow: hidden;
}

#slider p {
	color: #42474f;
	font-size: 16px;
	margin-bottom: 0;
	text-shadow: 0px 1px 0px #ddd;
}

#slider h2 {
	color: #2a2a2a;
	font-size: 42px;
	margin-bottom: 0;
	text-shadow: 0px 1px 0px #ddd;
}

#slider .subtitle {
	color: #828a95;
}

.sliderContent {
	position: absolute;
	top: 150px;
	left: 42px;
}

#sliderNav {
	bottom: 25px;
	overflow: hidden;
	position: absolute;
	left: 415px;
}

#sliderNav a {
	background: url("images/slider_buttons.jpg") no-repeat bottom left;
	display: block;
	float: left;
	height: 12px;
	margin: 0 0 0 7px;
	text-indent: -9999px;
	width: 12px;
}

#sliderNav a.activeSlide {
	background-position: top left;
}

#folioSlider {
	width: 544px;
	margin-right: 15px;
	float: left;
	position: relative;
	height: 260px;
	margin-bottom: 20px;
}

#folioSliderNav {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
}

#folioSliderNav a {
	background: url("images/folio_dots.png") no-repeat bottom left;
	float: left;
	display: block;
	height: 7px;
	width: 7px;
	text-indent: -9999px;
	margin-left: 8px;
}

#folioSliderNav a.activeSlide {
	background-position: top right;
}

/* ========================== Tabs Styles ========================== */
#tabs {
	background: url("images/tabs.jpg") no-repeat top left;
	height: 61px;
	margin: 25px 0;
}

#tabs li {
	float: left;
}

#tabs a {
	display: block;
	color: #6f7380;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ddd;
	font-size: 13px;
	width: 163px;
	height: 49px;
	text-align: center;
	padding-top: 12px;
}

#tabs a.first {
	width: 153px;
	color:#6f7380;
}

#tabs a span {
	text-transform: uppercase;
	color: #6f7380;
	font-style: normal;
	text-shadow: 0px 1px 0px #ddd;
}

#tabs a:hover, #tabs a.active {
	background: url("images/tabs_hover.jpg") repeat top left;
	text-shadow: none;
	text-decoration: none;
	color:#FFF;
}

#tabs a.first:hover, #tabs a.first.active {
	background: url("images/tabs_first.jpg") no-repeat top left;
}

#tabs_image {
	width:315px;
	height:204px;
	float:right;
	margin-bottom:5px;
}

#tabs_image h2 {
	color:#FFF;
	text-align:center;
	margin-top:155px;
	margin-left:-15px;
	font-size:21px;
}

/* ========================== Newsletter Styles ========================== */
#newsletter {
	background: url("images/newsletter.jpg") no-repeat top left;
	height: 44px;
	margin-bottom: 35px;
	overflow: hidden;
	padding-left: 80px;
	padding-top: 21px;
}


#newsletter h3 {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}

#newsletter p {
	color: #fff;
	float: left;
	font-style: italic;
}

#newsletter form {
	float: right;
	margin: -5px 15px 0 0;
	overflow: hidden;
}

#newsletter input, #newsletter button {
	float: left;
	height: 33px;
}

#newsletter input {
	background: url("images/newsletter_input.jpg") no-repeat top left;
	color: #eee;
	font-size: 11px;
	margin-right: 10px;
	padding-left: 10px;
	width: 230px;
	line-height: 33px;
}

#newsletter button {
	background: url("images/newsletter_button.jpg") no-repeat top left;
	text-indent: -9999px;
	width: 79px;
}

/* ========================== Etiket Styles ========================== */
#etiket {
	background: url("images/widget_title.jpg") no-repeat top left;
	height: 44px;
	margin-bottom: 35px;
	overflow: hidden;
	padding-left: 80px;
	padding-top: 21px;
}

#etiket h3 {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}

.s1 {
	font-size:0.5em
}

.s2 {
	font-size:0.7em
}

.s3 {
	font-size:0.8em
}

.s4 {
	font-size:0.9em
}

.s5 {
	font-size:1em
}

/* ========================== Blog Styles ========================== */

#icon {
	width:195px;
	height:206px;
	float:left;
	margin:0 15px 15px 0;
	padding:0 75px 0 45px;
}

#icon h2 {
	text-align:center;
	margin:150px 0 0 0;
	color: #fff;
	font-size: 21px;
	
}

.blogPosts {
	background-color: #25292e;
	border: 1px solid #353b42;
	border-bottom: none;
	padding: 20px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.blogPosts #templatesSearchResultBlock {
	color:#FFF;
}

.blogPosts li.last {
	margin-bottom: 0;
}

.blogPosts .commentsLink {
	background: url("images/comments.jpg") no-repeat top left;
	color: #7b8188;
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 27px;
	padding: 8px 8px 0 0;
	text-align: right;
	text-shadow: 0px 1px 0px #fff;
	width: 82px;
}

.commentsLink:hover {
	text-decoration: none;
}

#content .blogPosts h3 {
	font-size: 18px;
	text-transform: none;
}

#content .blogPosts h3 a {
	color: #fff;
}

.blogPosts p {
	color: #b2c1ce;
}

.blogPosts a {
	color: #e3eef7;
}

.meta {
	font-size: 11px;
}

.blogPosts img {
	margin-left: -20px;
}

.postButtons {
	background: url("images/postButtons.jpg") repeat-x top left;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
	padding: 12px 20px 14px 20px;
}

#postsNav {
	background: url("images/postsNav.jpg") no-repeat top left;
	height: 30px;
	overflow: hidden;
	padding: 12px 20px;
}

#postsNav .prev, #postsNav .next {
	background: url("images/postsNav_buttons.jpg") no-repeat top left;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 27px;
	text-align: center;
	width: 108px;
}

#postsNav .next {
	float: right;
}

#postsNav .prev:hover, #postsNav .next:hover {
	background-position: bottom left;
	text-decoration: none;
}

#sidebar.blogSidebar {
	background-color: #363c44;
	border-left: 1px solid #4d5661;
	border-top: 1px solid #4d5661;
	padding: 15px;
	width: 278px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#sidebar.blogSidebar .rss {
	background: url("images/button_rss.jpg") no-repeat top left;
	color: #2a2f36;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	padding: 15px 0 0 25px;
	text-shadow: 0px 1px 0px #eee;
	width: 252px;
}

.rss:hover {
	text-decoration: none;
}

#subscribe {
	background: url("images/subscribe.jpg") repeat-x top left;
	height: 48px;
	margin: 15px -15px;
	overflow: hidden;
	padding: 10px 0 0 15px;
}

#sidebar.blogSidebar #subscribe img {
	margin-right: 10px;
}

#subscribe input {
	background: url("images/subscribe_input.jpg") no-repeat top left;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 33px;
	margin-right: 5px;
	margin-top: 1px;
	padding: 0 10px;
	width: 175px;
	line-height: 33px;
}

#subscribe button {
	background: url("images/subscribe_button.jpg") no-repeat top left;
	float: left;
	height: 33px;
	text-indent: -9999px;
	width: 33px;
}

#sidebar.blogSidebar img.left {
	margin-right: 8px;
}

#sidebar.blogSidebar p {
	color: #fff;
}

#sidebar.blogSidebar p.left {
	margin-right: 25px;
}

ul.half {
	float: left;
	margin-right: 10px;
	width: 45%;
}
ul.half li {
	color:#FFF;
}

#sidebar.blogSidebar a {
	color: #fff;
}

.widget {
	background: #2b3037 url("images/widget.jpg") repeat-x top left;
	border-bottom: 1px solid #414852;
	clear: left;
	margin: 0 -15px;
	overflow: hidden;
	padding: 0 15px;
	padding-bottom: 15px;
}

#searchForm input, #searchForm select {
	width:100px;
}
#searchForm #submit {
	height: 31px;
	width: 77px;
	background: url("images/send.png") no-repeat top left;
	display: block;
	color:#FFF;
}

.etiket {
	background: #2b3037 url("images/widget.jpg") repeat-x top left;
	border-bottom: 1px solid #414852;
	clear: left;
	text-align:justify;
	margin: 0;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0;
	padding-bottom: 15px;
}

.etiket div {
	padding-left:15px;
	padding-right:15px;
}


.widget h4 {
	background: url("images/widget_title.jpg") repeat-x top left;
	font-size: 12px;
	height: 34px;
	margin: 0 -15px;
	margin-bottom: 10px;
	padding: 0 15px;
	padding-top:11px;
	text-transform: uppercase;
}

.etiket h4 {
	background: url("images/widget_title.jpg") repeat-x top left;
	font-size: 12px;
	height: 34px;
	line-height: 32px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
	padding-left: 15px;
}

#sidebar.blogSidebar #wtabs a {
	color: #c1e0f0;
}

.listPosts li {	
	background: url("images/recent.jpg") repeat-x bottom left;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#wtabsNavigation {
	background: url("images/tabsNav.jpg") repeat-x top left;
	height: 42px;
	margin: 0 -15px;
	padding: 0 15px;
	padding-top: 12px;
}

#wtabsNavigation li {
	float: left;
}

#sidebar.blogSidebar #wtabs #wtabsNavigation a {
	color: #fff;
	font-weight: bold;
	margin-right: 15px;
	padding: 8px;
}

#sidebar.blogSidebar #wtabs #wtabsNavigation a.selected, #sidebar.blogSidebar #wtabs #wtabsNavigation a:hover {
	background-color: #363c44;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.share {
	background: url("images/share.jpg") repeat-x top left;
	height: 70px;
	margin: 0 -20px;
	padding: 0 20px;
}

.share a {
	background: url("images/share_buttons.png") no-repeat top left;
	display: block;
	float: left;
	height: 45px;
	margin-right: 25px;
	margin-top: 8px;
	text-indent: -9999px;
	width: 115px;
}

.share a.bookmark {
	background-position: -155px 0;
	width: 133px;
}

.share a.saveDigg {
	background-position: -327px 0;
	width: 102px;
}

.share a.likeFacebook {
	background-position: -468px 0;
	width: 118px;
}

.addComment {	
	background: url("images/addComment.png") no-repeat top left;
	display: block;
	height: 33px;
	text-indent: -9999px;
	width: 151px;
}

.commentsHeader h3 {
	margin-top: 6px;
}

.commentInfo {	
	float: left;
	width: 110px;
}

#commentsList {
	margin: 20px 0;
}

#commentsList > li {
	margin-bottom: 15px;
	overflow: hidden;
}

.commentInfo img, .commentInfo p {
	margin: 0;
}

.commentContent {
	background: #1e2125;
	border: 1px solid #2c3137;
	float: right;
	padding: 10px;
	width: 455px;
}

.commentContent a[title="Reply"] {
	background: url("images/reply.jpg") no-repeat top left;
	display: block;
	float: right;
	height: 26px;
	text-indent: -9999px;
	width: 58px;
}

#commentsForm {
	background: url("images/commentsForm.jpg") repeat-x top left;
	margin: 0 -20px;
	overflow: hidden;
	padding: 20px 20px 0;
}

#content #commentsForm h3 {	
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#commentsForm form > div {
	float: left;
	width: 241px;
}

#commentsForm form > div.textarea {
	float: right;
	width: 341px;
}

#commentsForm input {
	background: url("images/commentsForm_input.jpg") no-repeat top left;
	display: block;
	height: 23px;
	margin-bottom: 22px;
	width: 231px;
	line-height: 23px;
}

#commentsForm textarea {
	background: url("images/commentsForm_textarea.jpg") no-repeat top left;
	display: block;
	height: 133px;
	width: 331px;
}

#commentsForm input, #commentsForm textarea {
	color: #fff;
	font-size: 11px;
	padding: 5px;
}

#commentsForm input:last-child {
	margin-bottom: 0;
}

#commentsForm button {
	background: url("images/commentsForm_send.jpg") no-repeat top left;
	display: block;
	height: 31px;
	margin: 15px 0;
	text-indent: -9999px;
	width: 77px;
}

#postsNav.single {
	margin-top: -20px;
}

/* ========================== Footer Styles ========================== */
#footer {	
	background-color: #16171a;
	border-top: 1px solid #232429;
	padding: 20px 0;
}

#footer .wrapper {
	overflow: hidden;
}

.links {
	border-right: 1px solid #2e2e33;
	float: left;
	margin-right: 25px;
	width: 110px;
}

#footer a, #footer p {
	color: #9ea3b0;
}

.colophon img {

}

#footer .colophon a {
	color: #fff;
}
.colophon {
	text-align:center;
	padding-top:20px;
}

/* =========== Design Syles ==============  */
#banner {
	background:url(../images/banner.png) repeat-x left top;
	width:965px;
	height:216px;
	margin-left:-20px;
	margin-bottom:20px;
	
}

.bannerleft {
	float:left;
	width:317px;
	height:165px;
	text-align:center;
	color:#FFF;
	margin:0;
	padding:15px 0 0 0;
	line-height:10px;
	font-size:12px;
}
.bannerleft ul {
	margin:0 0 10px 15px;
}

.bannerleft li {
	background:url(../images/tick_32.png) center left no-repeat;
	font-size:15px;
	padding:3px 5px 3px 25px;
	text-align:left;
	line-height:15px;
	color:#FFF;
}

.bannerleft div {
	background:url(../images/buttons/button.png) no-repeat center top;
	width:259px;
	height:32px;
	padding:9px;
	margin:0 auto;
}
.bannerleft h2 {
	font-size:20px;
	margin:5px 0 0 10px;
	color: #49515E;
	text-align:left;
	font-style:italic;
	float:left;
}

.bannerright {
	float:right;
	height:214px;
	width:644px;
	padding:0;!important
	margin:0;
	color:#FFF;
	text-align:center;
}


#hosting_table {
	width:100%;
	vertical-align:middle;
	color:#FFF;
}

#hosting_table td {
	vertical-align:middle;
	padding:3px;
}

#hosting_table b {
	font-weight:bold;
}

#hosting_table .column {
	background-color:#2f3439;
}

#hosting_table img {
	margin:0;
	padding:0;
}

.ozellik {
	width:25%;
	float:left;
	color: #b2c1ce;
	font-weight:bold;
	font-size: 14px;
	line-height: 18px;
}

.aciklama {
		width:74%;
		float:right;
		font-size: 12px;
		line-height: 20px;
		margin-bottom:15px;
}
.aciklama ul li, .aciklama ul li a {
	color: #67747f;
}

.aciklama ul li {
	background:url(../images/hosting/hosting-ok.png) no-repeat left center;
	padding-left:20px;
	line-height:22px;
	
}

.aciklama ul {
	list-style:none;
}

.introtext {
	font-weight:bold;
	margin-top:15px;
	color: #67747f;
}

.introtext ul li {
	background:url(../images/tick_32.png) center left no-repeat;
	padding:3px 5px 3px 25px;
	margin-left:350px;
	text-align:left;
	line-height:12px;
}

/* =========== Contact Map ==============  */

#map_canvas {
	width: 100%;
	height: 200px;
	margin:0 0 35px 0;
	
	
}

#map_canvas img {
	border:5px #2D2F33 solid;
	-moz-border-radius: 8px;
	margin-bottom:0 !important;
}

/* =========== Referans ==============  */
ul.projects li #triggers {
	position: relative;
	top:0;
	left:0;

}

ul.projects li #triggers span {
	width: 304px;
	height: 199px;
	display:block;
	position:absolute;
	top:0px;
	left:0;
	margin:0;
	padding:0;
	background: url(../images/referans.png) no-repeat left top;
}

ul.projects li a#resim img {
	width: 304px;
	height: 199px;
	display: block;
	top:0;
	left:0;
}

/* =========== Referans Detay ==============  */

.ref {
	color:#FFF;
	margin:0;
	padding:0;
}

.ref.left {
	text-align:center;
	width:40%;
	margin:0;
	padding:0;
}

.ref.left img {
	border:5px #2D2F33 solid;
	-moz-border-radius: 10px;
	margin:0;
	padding:0;
}

.ref.right {
	width:60%;
	margin:0;
	padding:0;
}

.ref.right h1 {
	font-size:20px;
	color:#FFF;
}

.ref.right span {
	font-size:15px;
	color:#FFF;
}

.ref.right span, .ref.right ul {
	margin:10px 0;
}

.ref.right li {
	background:url(../images/tick_32.png) center left no-repeat;
	font-size:12px;
	padding:3px 5px 3px 25px;
	text-align:left;
	line-height:12px;
	color:#FFF;
}

/***************************************************
				 TESTIMONIALS
***************************************************/
.sliderbutton {
	float:left;
	width:25px;
	margin-left: 3px;
	margin-top:8px;
}
.sliderbutton img {
	cursor:pointer;
	margin-bottom:3px;
}
#testimonial-holder {
	width: 100%;
}
#testimonial {
	float:right;
	position:relative;
	overflow:auto;
	height: 70px;
	width: 930px;
}
#testimonial ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	padding: 0px;
	height: 70px;
	font-style: italic;
	margin-left: 0;	
}
#testimonial li {
	float:right;
	width:930px;;
	height:80px;
	padding: 0px;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#testimonial li a {
	text-align: right;
	display: block;
	background-image: none;
}
#testimonial li p {
	padding: 0px;
}
#testimonial li .authors {
	font-weight: bold;
	color: #666666;
	text-align: right;
	display: block;
}
#testimonial-holder h2 {
	float: left;	
}
/* == Flike == */

div#flike {
	width:292px;
	position:fixed;
	top:190px;
	right:-334px;
	padding-right:42px;
	z-index:99999;
}

div#faceconainer {
	background:#FFF;
}

div#flike-button {
	background:url(../css/images/flike.png) no-repeat top left;
	width:37px;
	height:93px;
	margin-left:-37px;
	float:left;
}

/* === Add this ==== */
.addthis_toolbox.atfixed {
    position: fixed;
    top: 280px;
    right: 5px;
    padding: 0;
	margin: 5px 0;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.addthis_toolbox.atfixed a {
    width: 32px;
    height: 32px;
    margin: 2px 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox.atfixed .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox.atfixed .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }

.at15t {
  color: #333 !important;
}


div#cdestek-side {
	position: fixed;
    top: 190px;
    left: 0px;
	width:45px;
	height:140px;
	
}
