@charset "utf-8";

/*	-------------------------------------------------------------
	Stefan Petrovic // www.stefanpetrovic.com
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Author: 	Stefan Petrovic
	Version:	2.0
	Date:		01/11/2010
	-------------------------------------------------------------	*/

/*	== RESET =================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {
	background:#bd8fb0 url(../images/pattern8-pattern53c.png) repeat 0 0;
	color:#404040;
	font-family:"Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0;
}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {quotes: "" "";}
a { 
	color: #7B1F62;
	outline: none;
	text-decoration: none;
}
a:active {
	outline:0 none;
	position:relative;
	top:1px;
}
.last {margin-right:0 !important; padding-right:0 !important;}
.clear {clear: both;}

div.hr {
	background: #009999;
	clear:both;
	height:1px;
	margin:10px 0;
}
div.hr hr {display: none;}
/*	== RESET =================================== */

/*	== BASIC =================================== */
#top {
	background:#DC3E17;
	color:#fff;
	font-size:10px;
	height:20px;
	line-height:20px;
}

#top_center {
	margin:0 auto;
	text-align:right;
	width:900px;
}

#contact {
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	background:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#E5E5E5 #DBDBDB #D2D2D2;
    color: #404040;
    padding: 20px;
    position: absolute;
	top: 0;
	right: 0;
	height: 170px;
    text-align: center;
    width: 24px;
	z-index: 5000;
}

#contact ul li {display: inline;}
#contact ul li a {display: block; padding-bottom:10px;}
#contact ul li a.last {padding-bottom:0;}

#wrap {
	-moz-border-radius:4px;
	border-radius: 4px;
	background:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#E5E5E5 #DBDBDB #D2D2D2;
	margin:0 auto;
	padding:20px;
	position:relative;
	width:860px;
}
/*	== BASIC =================================== */
/*	== LOGO ==================================== */
h1 {
	float:left;
	margin:10px 0 30px;
	position:relative;
}

a#logo {
	color:#404040;
	font-family: 'Philosopher', arial, serif;
	font-size:30px;
	line-height:1;
	text-decoration:none;
}

a#logo span {
	color:#009999;
	font-family: 'Philosopher', arial, serif;
	font-size:24px;
}

/*	== LOGO ==================================== */
/*	== ABOUT TEXT ============================== */

h2#top_about {
	-moz-border-radius:10px;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 0 #FFCC00;
	-webkit-box-shadow: 0 5px 0 #FFCC00;
	box-shadow: 0 5px 0 #FFCC00;
	background:#7B1F62;
	clear:both;
	color:#fff;
	font-size:15px;
	padding:20px;
	text-align:justify;
	text-shadow:1px 1px 0 #000;
}

h3 {
	clear:both;
	color:#009999;
	font-family:'Philosopher',arial,serif;
	font-size:24px;
	margin:20px 0 0;
	padding:10px 0;
}
/*	== ABOUT TEXT ============================== */

/*	== PORTFOLIO =============================== */
#portfolio {
	margin:15px 0 0 15px;
	overflow:auto;
	position:relative;
}

h4 {
	-moz-border-radius:10px;
	border-radius: 10px;
	-moz-box-shadow:0 5px 0 #FFCC00;
	-webkit-box-shadow: 0 5px 0 #FFCC00;
	box-shadow: 0 5px 0 #FFCC00;
	background: #7B1F62;
	clear:both;
	color:#fff;
	font-family:'Philosopher',Arial,serif;
	font-size:20px;
	padding:10px;
	position:relative;
	text-shadow:1px 1px 0 #000;
}

.project {
	-moz-border-radius:10px;
	border-radius: 10px;
    border: 1px solid #7B1F62;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 858px;
}

.project p {
    line-height: 18px;
    margin-bottom: 10px;
}

.project .project_image {
	float:left;
	margin:20px;
	width:508px;
}

.project .project_image img {
	border:1px solid #ddd;
	padding:3px;
}

.project_info {
    float: right;
    margin: 20px 20px 20px 0;
    width: 290px;
}

.project_info span {
	overflow:hidden;
	bottom: 20px;
	position:absolute;
	right:10px;
}

.project_info span a {
	background:url(../images/view_online.png) no-repeat 0 0;
	display:block;
	height:31px;
	text-indent:-9999px;
	width:144px;
}
.project_info span a:hover {background:url(../images/view_online.png) no-repeat 0 -31px;}


ul.thumbnails {
	float:left;
	margin-bottom:10px;
	width:298px;
}

ul.thumbnails li {
	float:left;
	padding-right:20px;
}

.fade_active {opacity:1 !important;}

ul.thumbnails li img {
	border:1px solid #ddd;
	cursor:pointer;
	padding:3px;
}

ul.mark li {
	background:url(../images/mark.png) no-repeat top left;
    border-bottom: 1px dotted;
    clear: left;
    float: left;
    margin-bottom: 5px;
    padding: 0 20px 5px 30px;
    width: 240px;
}

ul.mark li:last-child { border-bottom:none;}

#services {
    clear: both;
    float: left;
    margin: 0 0 20px 25px;
    width: 835px;
}

#services .box {
    float: left;
    width: 278px;
}

#services .box ul {
    list-style: circle outside none;
    margin-left: 20px;
}

#top_center {
	margin:0 auto;
	text-align:right;
	width:900px;
}
