/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
	outline: none;
	border: 0px none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

div.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
}

.wrapper {
	width: 960px;
	margin: 20px auto 0px;
}

.box {
	background: url(../images/box_top.png) no-repeat top left;
	padding: 10px 0px 0px;
}

.box .content {
	background: transparent url(../images/main_back.png);
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	padding: 0px 26px;
}

.box .bottom {
	background: url(../images/box_bottom.png) no-repeat top left;
	height: 10px;
}

.blue {
	font-size: 16px;
	color: #259df0;
}

.red {
	color: #f54646;
}

.green {
	color: #59cd78;
}

.brown {
	color: #daa174;
}

.yellow {
	color: #eacc00;
}

.waiting {
	background: url(../images/spinner.gif) no-repeat center center;
}

.bigWaiting {
	background-image:url('../images/spinnerBig.gif');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:white;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	height: 105px;
	border-bottom: 1px dashed #747475;
	position: relative;
}

#logo {
	float: left;
}

#logo a {
	text-indent: -10000px;
	background: url(../images/logo.png) no-repeat;
	width: 240px;
	height: 105px;
	float: left;
}

#themebox {
	position: absolute;
	top: -10px;
	right: 10px;
}

#themebox a.selector {
	width: 103px;
	height: 23px;
	right: 0px;
	position: absolute;
	background: url(../images/theme_selector.png) no-repeat 0px 0px;
	text-indent: 1000px;
	line-height: 23px;
	overflow: hidden;
	z-index: 1000;
}

#themebox a.selector:hover, #themebox a.active {
	background-position: 0px -23px;
}

#themebox div.box {
	width: 570px;
	height: 95px;
	right: -37px;
	position: absolute;
	background: url(../images/theme_selector_back.png) no-repeat;
	z-index: 998;
}

#themebox div.backs {
	margin: 16px 0px 0px 12px;
	float: left;
	width: 261px;
}

#themebox div.backs h2 {
	color: #acacac;
	font-size: 11px;
	line-height: 29px;
	margin: 0px 0px 0px 6px;
}

#themebox div.backs a {
	float: left;
	width: 52px;
	height: 40px;
	margin: 0px 6px;
}

#themebox #b1 {
	background: url(../images/backgrounds/b1_small.png) no-repeat;
}

#themebox #b2 {
	background: url(../images/backgrounds/b2_small.png) no-repeat;
}

#themebox #b3 {
	background: url(../images/backgrounds/b3_small.png) no-repeat;
}

#themebox #b4 {
	background: url(../images/backgrounds/b4_small.png) no-repeat;
}

#themebox div.colors {
	float: left;
	margin: 32px 0px 0px 43px;
	width: 216px;
}

#themebox div.colors h2 {
	color: #acacac;
	font-size: 11px;
	line-height: 29px;
	margin: 0px 9px 0px 0px;
	float: right;
}

#themebox div.colors a {
	width: 34px;
	height: 22px;
	border: 1px solid #2E2E2E;
	float: left;
	margin: 0px 9px;
}

#themebox #c1 {
	background: #000;
}

#themebox #c2 {
	background: #1A6EA8;
}

#themebox #c3 {
	background: #59CD78;
}

#themebox #c4 {
	background: #E48B60;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/

#navigation {
	float: right;
	margin: 62px 0px 0px;
}

#navigation li {
	float: left;
}

#navigation li a {
	float: left;
	height: 22px;
	background-image: url(../images/menu.png);
	text-indent: -10000px;
}

#navigation .home {
	width: 68px;
	background-position: 0px 0px;
}

#navigation .home:hover {
	background-position: 0px -22px;
}

#navigation .dreamers {
	width: 109px;
	background-position: -69px 0px;
}

#navigation .dreamers:hover {
	background-position: -69px -22px;
}

#navigation .works {
	width: 82px;
	background-position: -177px 0px;
}

#navigation .works:hover {
	background-position: -177px -22px;
}

#navigation .blog {
	width: 68px;
	background-position: -259px 0px;
}

#navigation .blog:hover {
	background-position: -259px -22px;
}

#navigation .contact {
	width: 102px;
	background-position: -327px 0px;
}

#navigation .contact:hover {
	background-position: -327px -22px;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#globalmessage {
	border-bottom: 1px dashed #747475;
	padding: 15px 0px;
	margin: 0px 0px 20px 0px;
}

#globalmessage h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #cecece;
	line-height: 24px;
	position: relative;
}

#globalmessage h1 span {
	/*font-style: italic;*/
	font-size: 15px;
}

#lprojects {
	position: relative;
	height: 18px;
	width: 908px;
	margin: 0px 0px 20px 0px;
}

#lprojects h2 {
	background: url(../images/titles/title_latest_projects.png) no-repeat left center;
	text-indent: -10000px;
	margin: 0px 0px 0px 14px;
	float: left;
	position: absolute;
	left: 0px;
	width: 189px;
	height: 18px;
	line-height: 18px;
}

#lprojects div.pages {
	width: 175px;
	height: 18px;
	line-height: 18px;
	margin-left: 737px;
}

#lprojects div.pages a.more {
	width: 68px;
	height: 18px;
	margin: 0px;
	float: left;
	text-indent: 10000px;
	overflow: hidden;
	background-image: url(../images/home_template.png);
}

#lprojects div.pages a.pager {
	width: 18px;
	height: 18px;
	overflow: hidden;
	margin: 0px 8px 0px 0px;
	float: left;
	background-image: url(../images/home_template.png);
}

#projects {
	width: 908px;
	height: 228px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

#projects a {
	width: 873px;
	height: 30px;
	padding: 198px 0px 0px 35px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: none;
	position: absolute;
}

#contents .littlebox {
	width: 440px;
	position: relative;
}

#contents .littlebox .title {
	height: 36px;
	margin: 0px 0px 13px 0px;
}

#contents .littlebox .title .l {
	background: url(../images/little_title_left.png);
	width: 10px;
	height: 36px;
	overflow: hidden;
	float: left;
}

#contents .littlebox .title .r {
	background: url(../images/little_title_right.png);
	width: 10px;
	height: 36px;
	overflow: hidden;
	float: left;
}

#contents .littlebox .title h2 {
	width: 419px;
	height: 34px;
	float: left;
	background-repeat: no-repeat;
	background-position: 10px 11px;
	text-indent: -10000px;
	overflow: hidden;
	border-top: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
}

#contents .littlebox .title .icon {
	position: absolute;
	width: 51px;
	height: 35px;
	background: url(../images/icon_dear_diary.png);
	left: 385px;
	padding: 0px;
}

#welcome {
	float: left;
}

#welcome h2 {
	background-image: url(../images/titles/title_please_come_in.png);
}

#welcome img {
	margin: 0px 15px 5px 0px;
}

#welcome p {
	font-size: 11px;
	line-height: 16px;
	color: #aaaaaa;
	margin: 0px 0px 5px 0px;
}

#welcome a {
	color: #cfd1d1;
	text-decoration: underline;
}

#diary {
	float: right;
}

#diary h2 {
	background-image: url(../images/titles/title_dear_diary.png);
}

#diary a {
	display: block;
	color: #cfd1d1;
	text-decoration: none;
	line-height: 20px;
	background: url(../images/blog_dot.png) no-repeat 10px center;
	padding: 0px 0px 0px 25px;
}

#diary a:hover {
	color: #b08462;
}

#diary a span {
	color: #787878;
	font-style: italic;
}

#twitter {
	padding: 20px 0px 50px 0px;
	position: relative;
}

#twitter .title {
	height: 36px;
	margin: 0px 0px 13px 0px;
}

#twitter .title .l {
	background: url(../images/little_title_left.png);
	width: 10px;
	height: 36px;
	overflow: hidden;
	float: left;
}

#twitter .title .r {
	background: url(../images/little_title_right.png);
	width: 10px;
	height: 36px;
	overflow: hidden;
	float: left;
}

#twitter .title h2 {
	width: 886px;
	height: 34px;
	float: left;
	background: url(../images/titles/title_twitter.png) no-repeat 10px center;
	overflow: hidden;
	color: #aaaaaa;
	text-indent: 122px;
	line-height: 34px;
	border-top: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
}

#twitter .title a {
	color: #aaaaaa;
	text-decoration: none;
}

#twitter .title a:hover {
	color: #b08462;
}

#twitter a span {
	color: #787878;
	font-style: italic;
}

#twitter .title .icon {
	position: absolute;
	width: 53px;
	height: 38px;
	background: url(../images/icon_twitter.png);
	left: 855px;
	padding: 0px;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	margin: 20px 0px 0px 0px;
}

#footer .content {
	padding: 20px 26px 0px;
	/*height: 300px;*/
}

#footer .bottombox {
	width: 270px;
	float: left;
	height: 300px;
}

#footer .bottombox h3 {
	text-indent: -5000px;
	margin: 0px 0px 10px 0px;
}

#footer .bottombox p {
	color: #aaaaaa;
	line-height: 18px;
}

#footer .dreamcatcher h3 {
	background: url(../images/titles/title_let_us_sleep.png) no-repeat;
}

#footer .dreamcatcher p {
	width: 220px;
	margin: 0px 0px 10px 0px;
}

#footer .dreamcatcher a {
	color: #AAAAAA;
	text-decoration: underline;
}

#footer .dreamcatcher a.button {
	background-image: url(../images/home_template.png);
	width: 68px;
	height: 18px;
	text-indent: -5000px;
	overflow: hidden;
	float: left;
}

#footer .contact {
	/*margin: 0px 47px 0px;*/
}

#footer .sandman {
	margin: 0px 47px 0px;
}

#footer .sandman h3 {
	background:url(../images/titles/title_downloads.png) no-repeat;
}

#footer .sandman h4 {
	font-size: 11px;
	color: #757575;
}

#wallpapers {
	margin: 10px 0px 0px;
}

#wallpapers div {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0px 10px 10px 0px;
	position: relative;
}

#wallpapers ul {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 65px;
	padding: 5px 0px 0px;
	background: #000;
}

#wallpapers a {
	text-align: center;
	display: block;
	line-height: 20px;
	color: #AAAAAA;
	text-decoration: none;
}

#wallpapers a:hover {
	text-decoration: underline;
}

#wallpapers div img {
	position: absolute;
}

#footer .contact h3 {
	background:url(../images/titles/title_say_goodnight.png) no-repeat;
}

#footer input[type=text], #footer textarea {
	border: 0px none;
	background: url(../images/input_back.png);
	display: block;
	height: 14px;
	padding: 7px 10px 7px;
	color: #797979;
	width: 242px;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer textarea {
	background: url(../images/textarea_back.png);
	height: 75px;
	overflow: hidden;
}

#footer input[type=image] {
	margin: 5px 7px 0px 0px;
	float: right;
}

#statusarea {
	width: 195px;
	float: left;
	line-height: 18px;
	margin: 5px 0px 0px;
}


#bottomlinks {
	height: 36px;
	margin: 0px 0px 13px 0px;
	letter-spacing: 1px;
	display: block;
	width: 908px;
}

#bottomlinks .l {
	background: url(../images/little_title_left.png);
	width: 10px;
	height: 36px;
	overflow: hidden;
	float: left;
}

#bottomlinks .c {
	width: 886px;
	height: 34px;
	line-height: 34px;
	float: left;
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
}

#bottomlinks .r {
	background: url(../images/little_title_right.png);
	width: 10px;
	height: 36px;
	overflow: hidden;
	float: left;
}

#bottomlinks .links {
	float: left;
	color: #3e3e3e;
	font-size: 10px;
}

#bottomlinks .links a {
	color: #3e3e3e;
	text-decoration: none;
}

#bottomlinks .links a:hover {
	color: #828282;
}

#bottomlinks .valid {
	float: left;
	font-size: 10px;
	margin: 0px 0px 0px 50px;
	color: #3e3e3e;
}

#bottomlinks .valid a {
	color: #a5780b;
	text-decoration: none;
}

#bottomlinks .valid a:hover {
	text-decoration: underline;
}

#bottomlinks .copyright {
	float: right;
	font-size: 10px;
	color: #3e3e3e;
}

#browsers {
	background: url(../images/icon_browsers.png) no-repeat bottom center;
	text-align: center;
	color: #545454;
	height: 50px;
	margin: 20px 0px 0px;
	font-size: 10px;
}

.pagetitle {
	position: relative;
	height: 104px;
}

.border {
	width: 908px;
	margin: 0px 0px 0px 26px;
	left: 0px;
	height: 0px;
	top: 104px;
	position: absolute;
	border-bottom: 1px dashed #747475;
}

.dreamer {
	width: 440px;
	padding: 165px 0px 0px;
}

.dreamer p {
	color: #bcbcbc;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin: 0px 0px 20px 0px;
}

.dreamer dt, .dreamer dd {
	color: #bcbcbc;
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
}

.dreamer dt {
	width: 100px;
	float: left;
	color: #D99400;
	font-style: italic;
	margin-left: 10px;
}

.dreamer dd {
	margin-left: 110px;
}

.dreamer p a {
	color: #d99400;
	font-size: 12px;
	text-decoration: none;
}

.dreamer p a:hover {
	text-decoration: underline;
}

.dreamer .backpack {
	width: 439px;
	height: 74px;
	background: url(../images/dreamer_backpack.png);
}

.dreamer .backpack h4 {
	font-size: 12px;
	padding: 15px 0px 5px 20px;
	color: #BCBCBC;
}

.dreamer .backpack ul {
	padding: 0px 0px 0px 20px;
}

.dreamer .backpack li {
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #bcbcbc;
	margin: 0px 5px 0px 0px;
}

.dreamer .backpack li a {
	font-size: 12px;
}

.dreamer .backpack li a:hover {
	text-decoration: underline;
}

.dreamer .backpack .item1 {
	color: #58a7b8;
	text-decoration: none;
}

.dreamer .backpack .item2 {
	color: #ac4f4f;
	text-decoration: none;
}

.dreamer .backpack .item3 {
	color: #66bf90;
	text-decoration: none;
}

.dreamer .backpack .item4 {
	color: #96852a;
	text-decoration: none;
}

#ermankutlu {
	background: url(../images/erman_kutlu.png) no-repeat;
	float: left;
}

#canyilmaz {
	background: url(../images/can_yilmaz.png) no-repeat;
	float: right;
}

#oguzocakturk {
	background: url(../images/oguz_ocakturk.png) no-repeat;
	float: left;
}

#ilkeruzun {
	background: url(../images/ilker_uzun.png) no-repeat;
	float: right;
}

/*
.pegasus {
	background: url(../images/dreamers_pegasus.png);
	width: 450px;
	height: 300px;
	margin: 0px auto;
}
*/
#works .work {
	width: 908px;
	overflow: hidden;
}

#works .work .info {
	padding: 10px 0px 0px 35px;
	width: 873px;
	height: 90px;
	background: #E6E6E6;
	position: relative;
}

#works .work .info h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 40px;
	color: #890400;
	font-size: 24px;
}

#works .work .info p {
	line-height: 30px;
	color: #000;
	font-size: 12px;
}

#works .work .info a {
	width: 145px;
	height: 41px;
	background-image: url(../images/works_template.png);
	background-position: 0px -719px;
	position: absolute;
	text-indent: -5000px;
	top: 20px;
	right: 20px;
}

#works .work .info a:hover {
	background-position: 0px -770px;
}

#worktypes a {
	width: 440px;
	height: 32px;
	overflow: hidden;
	background-image: url(../images/works_template.png);
	text-indent: -5000px;
}

#worktypes a.web {
	float: left;
}

#worktypes a.print {
	float: right;
}

#frmContact input[type=submit] {
	background-color: #000000;
	background-image: url(../images/home_template.png);
	width: 68px;
	height: 18px;
	text-indent: -5000px;
	cursor: pointer;
}

.toplink {
	margin: 20px 0px;
	height: 18px;
}

.toplink a {
	background-image: url(../images/home_template.png);
	width: 68px;
	height: 18px;
	float: right;
	text-indent: -5000px;
}

#dreamcatcher h1 {
	color: #9abfd8;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}

#dreamcatcher h1 span {
	color: #FFF;
	font-size: 14px;
	font-style: italic;
}

#dreamcatcher h2 {
	background: url(../images/start_here.png);
	width: 173px;
	height: 24px;
	text-indent: -5000px;
}

#dreamcatcher .input {
	margin: 20px 0px 0px;
}

#dreamcatcher .input .upper {
	background: url(../images/input_top.png);
	width: 908px;
	height: 8px;
	overflow: hidden;
}

#dreamcatcher .input .lower {
	background: url(../images/input_bottom.png);
	width: 908px;
	height: 8px;
	overflow: hidden;
}

#dreamcatcher .input .center {
	background: url(../images/input_tile.png);
	width: 854px;
	padding: 0px 27px;
	color: #6b6b6b;
}

#dreamcatcher .input .center input[type=text] {
	border: 0px none;
	width: 854px;
	background: none;
	color: #6b6b6b;
	font-size: 12px;
}

#dreamcatcher .input .center input[type=checkbox] {
	margin: 0px 3px 0px 0px;
}

#dreamcatcher .input label {
	line-height: 30px;
	position: relative;
}

#dreamcatcher .input label div {
	width: 12px;
	height: 12px;
	margin: 9px 0px 0px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	background: url(../images/checkbox.png) no-repeat;
}

#dreamcatcher .input label div.checked {
	background-position: 0px 100%;
}

#dreamcatcher .error {
	background: url(../images/err_arrow.png) no-repeat 27px center;
	padding: 0px 0px 0px 55px;
}

#dreamcatcher .error p {
	line-height: 24px;
}

#dreamcatcher input[type=submit] {
	background-color: transparent;
	background-image: url(../images/dcatcher_template.png);
	width: 103px;
	height: 22px;
	margin: 10px 0px 0px;
	cursor: pointer;
}

#dreamcatcher .submit {
	width: 906px;
	height: 155px;
	background: url(../images/dcatcher.png) no-repeat center center;
	text-align: center;
}

#works h1 {
	font-size: 18px;
	font-weight: bold;
	color: #AAAAAA;
	text-align: center;
	margin: 30px 0px;
}