/*
Theme Name: Floatnet
Theme URI: http://floatnet.pl
Description: Floatnet CMS theme
Version: 1.0
Author: Jan Kraus
Author URI: http://jankraus.pl/

*/

html,body,h1,h2,h3,ul,li,form,fieldset,p{
	margin:0;
	padding:0;
}

body{
	background:#fcfcf6 url('images/background.png') 0 0 repeat-x;
	color:#3b3b3b;
	font-family: Calibri, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size:14px;
}

body.home.page{
	background:#fcfcf6 url('images/background.png') 0 0 repeat-x;
}

body.page-template-page-php{
	background:#fcfcf6 url('images/background-page.png') 0 0 repeat-x;
}

h2,h3,h4,.stylish{
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
}

a:link,a:visited{
	color:#6f9200;
}

a:hover{
	color:#000;
	text-decoration: underline;
}

a img{
	border:none;
}

acronym, abbr{
  cursor:help;
  border-bottom:1px dotted #aaa;
}

#wrapper{
	background:url('images/footer.png') 0 100% repeat-x;
}

#header, #content, #footer{
	width:960px;
	margin:0 auto;
}

#content{
	min-height:600px;
        position:relative;
        z-index:9;
}

div.strip{
	position: absolute;
	left:-50px;
	top:0;
	bottom:0;
	width:200px;
	background:url('images/strip.png') 0 0 repeat-y;
}

/*	=Header
	------------------------------------------------------ */
	
#header{
	height:155px;
	position: relative;
}

#header h1 a{
	display: block;
	text-indent: -9999px;
	background:transparent url('images/logo.png') 10px 25px no-repeat;
	width:320px;
	height:120px;
	position: absolute;
	top:20px;
}

ul#nav{
	position: absolute;
	right:0px;
	top:72px;
	list-style:none;
}

ul#nav li{
	float:left;
}

ul#nav li a{
	padding:16px 20px 14px 20px;
	font-size:22px;
	color:#3b3b3b;
	text-decoration: none;
	font-weight: normal;
}

ul#nav li a:hover{
	text-decoration: underline;
	color:#000;
}

ul#nav li.active a,
body.home.page ul#nav li.nav-home a,
body.page-id-7 ul#nav li.nav-service a,
body.page-id-15 ul#nav li.nav-contact a{
	background:#9dc326;
	color:#fff;
	-moz-border-radius:5px;
	text-decoration: none;
	text-shadow:0px 0px 5px #555;	
}

li.nav-portfolio{
  display:none;
}

/*	=Footer
	------------------------------------------------------ */

#footer{
	height: 210px;
	margin: 40px auto 0 auto;
	padding:20px 0px;
	overflow:hidden;
}

#footer a{
	text-decoration: none;
}

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

#footer div.links, #footer div.contact{
	padding:10px 10px 20px 10px;
	margin:10px 0 5px 0;
	background:#161814;	
	-moz-border-radius:5px;
	opacity:0.7;
	width:450px;	
	height:150px;
	overflow:hidden;
	position: relative;
}

#footer div.links{
	float:left;
}

#footer div.contact{
	float:right;
}

#footer div.links h3, #footer div.contact h3{
	font-weight: normal;
	text-transform: uppercase;
	margin:0 0 15px 0;
	border-bottom:1px solid #333;
	padding:0;
	font-size:11px;
	letter-spacing:3px;
	color:#eee;
	opacity:0.99999;
}

#footer div.links h3 span, #footer div.contact h3 span{
	position: relative;
	top:7px;
	left:5px;
	background:#161712;
	padding:5px;
	-moz-border-radius:5px;
}

#footer ul.links{
	list-style:none;
	width:140px;
	float:left;
	margin:0 10px 0 0;
}

#footer ul.links li{}

#footer ul.links li a{
	display: block;
	padding:3px 0px 3px 20px;
	border-bottom:1px dotted #1f1f1f;
	background:url('images/footer-bullet.png') 5px 53% no-repeat;	
	font-size:12px;
	opacity:0.99999;
}


#footer div.vcard{
	color:#eee;
	font-size:12px;
	opacity:0.99999;
	padding:0px 5px;
	line-height:15px;

	width:120px;
	line-height:18px;
	float:left;
}

#footer ul.actions{
	float:right;
	width:300px;
	list-style:none;
	font-size:15px;
	opacity:0.99999;
	border-left:1px dotted #1f1f1f;	
	padding:0 0 0 10px;
}

#footer li.vcard-download a{
	background: url('images/icons/vcard.png') 0 0 no-repeat;
	display: block;
	height:38px;
	padding:12px 0 1px 55px;
}

#footer li.contact-form a{
	background: url('images/icons/contact.png') 0 0 no-repeat;
	display: block;
	height:38px;
	padding:12px 0 1px 55px;
}

#footer ul.actions a:hover{
	text-shadow:0px 0px 8px #888;			
}


#footer p.copy{
	display: block;
	padding:10px;
	font-size:12px;
	opacity:0.99999;
	clear:both;
}

/*	= @homepage >> Content introduction
	------------------------------------------------------ */

body.home.page p.intro{
	height:260px;
	padding:40px 10px 0 10px;
	color:#fff;
	font-size:24px;
}

body.page-template-page-php p.intro{
	height:135px;
	padding:30px 10px 0 10px;
	font-size:18px;
	color:#fff;	
}

body.home.page p.intro strong{
	font-size:48px;
	display: block;	
	color:#fff;
	padding:0 0 10px 0;
	font-weight: normal;
	text-shadow:0px 0px 5px #555;
}

body.page-template-page-php p.intro strong{
	font-size:32px;
	display: block;	
	color:#fff;
	padding:0 0 10px 0;
	font-weight: normal;
	text-shadow:0px 0px 5px #555;	
}

body.home.page p.intro span.text{
	padding:10px 5px 10px 20px;
	opacity:0.999999;
	display: block;
	text-shadow:0px 0px 5px #555;	
}



body.page-template-page-php p.intro span.text{
	padding:0px 0;
	opacity:0.999999;
	display: block;
	text-shadow:0px 0px 5px #555;		
}

p.intro span.links{
	display: block;
	padding:35px 0 0 0;
}

p.intro a{
	background:#87B30D;
	color:#fff;
	-moz-border-radius:5px;
	text-decoration: none;
	text-shadow:0px 0px 5px #555;	
	padding:16px 20px 14px 20px;
	margin:0 10px 0 0;
}

p.intro a:hover{
	text-shadow:0px 0px 8px #fff;	
}

/*	= @homepage >> Portfolio / references section
	------------------------------------------------------ */
	
div.portfolio{
	padding:20px 10px 10px 10px;
}	
	
div.portfolio h2{
	font-size:24px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing:2px;
}

div.portfolio ul{
	list-style:none;
	height:100%;
	overflow:hidden;
	margin:20px 0;
}

div.portfolio ul li{
	float:left;
	margin:0 20px 0 0;
}

div.portfolio ul li a{
	display: block;
	width:300px;
	height:220px;
	position: relative;
}

div.portfolio ul li a span{
	display: none;
	background:transparent url('images/ribbon.png') 0 100% no-repeat;
	position: absolute;
	bottom:0;
	left:0;
	width:70px;
	height:70px;
	z-index:1;
}

div.portfolio ul li a:hover span{
	display: block;
}

div.portfolio ul li:last-child{
	margin:0;
}

/*	= @homepage >> services section
	------------------------------------------------------ */

div.secondary{
	overflow:hidden;
	height:100%;
}

div.services{
	width:460px;
	padding:0 10px;
	overflow:hidden;
	height:100%;
	float:left;
}

div.services h2{
	font-size:24px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing:2px;	
	padding:0 0 10px 0;
}

div.services ul{
	list-style:none;
	width:220px;
	padding:10px 0 0 0;
}

div.services ul.first{
	float:left;
}

div.services ul.second{
	float:right;
}

div.services ul li{
	padding:5px;
	border-bottom:1px dotted #ccc;
}

div.services ul li a{
	text-decoration: none;
}

div.services ul li a:hover{
	text-decoration: underline;
}

/*	= @homepage >> logos
	------------------------------------------------------ */

div.tech{
	width:460px;
	padding:0 10px;
	float:right;
}

div.tech h2{
	font-size:24px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing:2px;	
	padding:0 0 10px 0;	
}

div.tech ul{
	list-style:none;
	padding:10px 0;
	height:100%;
	overflow:hidden;
}

div.tech ul li{
	float:left;
}

div.tech ul li a{
	padding:3px 5px;
	float:left;
	background:#fff;
	border:1px solid #eee;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	-moz-border-radius:5px;
	margin:0 6px 5px 0 ;
}

div.tech ul li a:hover{
	border:1px solid #f6f6f6;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

/*	=Services sections
	------------------------------------------------------ */

/*	=Services sections
	------------------------------------------------------ */

body.page-template-page-php div.primary{
	padding:10px 10px;
	float:left;
	width:680px;
}

body.page-template-page-php div.primary ul{
	padding:5px 10px;
	list-style:circle inside;
	font-size:15px;
	margin:0;
}

body.page-template-page-php div.primary ul li{
	padding:7px 5px;
	border-bottom:1px dotted #ccc;
}

body.page-template-page-php div.primary p{
	font-size:15px;
	line-height:1.5;
	margin:10px 0;
}

body.page-template-page-php div.primary p strong{
	padding:1px 3px;
	background:#fff;
	font-weight: 900;
	letter-spacing:1px;
	color:#1F0202;
}

body.page-template-page-php div.primary h3{
	font-size:24px;
	font-weight: normal;
	padding:20px 0 10px 0;
        letter-spacing:1px;
}

body.page-template-page-php div.secondary{
	float:right;
	width:240px;
	padding:20px 5px;
}


body.page-template-page-php div.secondary div.solutions,
body.page-template-page-php div.secondary div.services{
	width:220px;
	background:#fff;
	-moz-border-radius:3px;
	border:1px solid #eee;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	padding:10px 10px 20px 10px;
	margin:0 0 20px 0;
}

body.page-template-page-php div.secondary div.solutions h2,
body.page-template-page-php div.secondary div.services h2{
	padding:0;
	font-size:14px;
	text-transform: uppercase;
	margin:0;
	letter-spacing:1px;
	font-weight: normal;
}

div.solutions ol{
	padding:5px 00px 5px 00px;
	margin:0;
	list-style: decimal inside;
}

div.solutions ol li{
	padding:5px;
	font-size:13px;
	border-bottom:1px dotted #ccc;
}

div.solutions ol li a{
	text-decoration: none;
}

div.services ul{
	padding:5px 0;
	margin:0;
	font-size:13px;
	list-style:circle inside;
}

body.page-template-page-php div.services p{
	font-size:13px;
	padding:5px 0;
}

/*	=Contact form
	------------------------------------------------------ */
	
div.contactform form fieldset{
	border:none;
}

div.contactform form div.field{
	padding:5px 0;
	position: relative;
}

div.contactform form div.field em.req{
	position: absolute;
	font-size:20px;
	color:#c00;
	left:300px;
	top:30px;
	z-index:9;
}

div.contactform form div.field.textarea em.req{
	left:595px;
}

div.contactform form label{
	font-size:13px;
	font-weight: bold;
}

div.contactform form div.contactright{
  padding:0 0 10px 0;
}

div.contactform form input[type=text]{
	width:350px;
	padding:5px;
	font-size:15px;
	margin:5px 0 0 0;
}

div.contactform form textarea{
	width:600px;
	padding:5px;
	font-size:15px;
	display: block;
	margin:5px 0 0 0;	
}

div.contactform form div.actions{
	padding:10px 0 0 0;
}

div.contactform form input#contactsubmit{
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#AAAAAA #666666 #666666 #AAAAAA;
	border-style:solid;
	border-width:1px;
	display:block;
	font-size:14px;
	padding:10px 20px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	cursor:pointer;
}

div.secondary div.alternate-contact{
  	width:220px;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #eee;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	padding:10px 10px 20px 10px;
	margin:0 0 20px 0;
}

div.secondary div.alternate-contact h2{
        padding:0;
	font-size:14px;
	text-transform: uppercase;
	margin:0;
	letter-spacing:1px;
	font-weight: normal;
}

div.secondary div.alternate-contact p{
  padding:5px 0;
}

div.secondary div.alternate-contact div.vcard{
  padding:10px 0 0 0;
}
