/*

Title:		fullView CSS File 

Author:		imediapixel@gmail.com

*/



/* ----------------------- SUMMARY -----------------------



- GENERAL STYLING

  - BODY

	- HEADINGS

	- PARAGRAPH,BLOCKQUOTE,CODE, 

  - ORDER LIST

  - ARROW LIST

  - CHECK LIST

  - BULLET LIST

  - DROPCAPS, PULLQUOTE

	- CLEAR FLOAT ELEMENTS

	- IMAGE ALIGNMENT &amp; STYLING;

  - CUSTOM MESSAGE STYLING

  - BUTTON

  - TABS

  - TOGGLE

  - COLUMNS



- CONTAINER



- HEADER

  - LOGO

  - MENU

  

- HOMEPAGE CONTENT

  - HOMEPAG FEATURES LIST



- MAIN CONTENT

  - SERVICES LIST

  - CONTENT LIST 



- BLOG LIST

  - BLOG LIST

  - METAPOST

  - COMMENT LIST

  - COMMENT FORM 

  - PAGINATION



- CONTACT PAGE

  - CONTACT WRAPPER

  - CONTACT FORM



- PORTFOLIO



- SIDEBAR

  - SEARCH BOX



- FOOTER

  - COPYRIGHT

*/





/* Import CSS Reset File */

@import url("reset.css");

/* Import Drop down Menu Styling File */

@import url("jqueryslidemenu.css"); 



/* ----------------------- GENERAL STYLIING -----------------------*/

body {

  background-color: #111111;

  font-family: Helvetica,Arial,sans-serif;

  font-size: 12px;

  color: #c6c6c6;

}

/* Heading */

h1, h2, h3, h4, h5, h6{

	font-weight:normal;

	color:#ffffff;

	font-family: Helvetica,Arial,sans-serif;

}

h1{

	font-size:36px; 

	line-height:36px; 

	margin-bottom:15px;

}

h2{

	font-size:30px; 

	line-height:30px; 

	margin-bottom:15px;

}

h3{

	font-size:24px; 

	margin-bottom:15px;

}

h4{

	font-size:18px; 

	line-height:16px; 

	margin-bottom:12px;

}

h5{

	font-size:14px; 

	margin-bottom: 10px; 

	padding:0px;

}

h6{

	font-size:12px; 

	margin-bottom: 10px; 

	padding:0px;

	letter-spacing: 1px;

}

h4.title {

  margin-bottom: 5px;

}

/* links */

a,a:link,a:visited {

  color:#ffb100;

  text-decoration:none;

}

a:hover{

  color:#ffffff;

}

a img, img {

  border:none;
  width:200px;

}

#logo img { width:250px;}

/* paragraphs,blockquote,code */

p {

  margin-bottom:15px;

  color:#c6c6c6;

  font-size: 12px;

	line-height: 20px;
	text-align:justify;

}

p.nomargin {

  margin-bottom: 0; 

}

blockquote {

  padding: 10px;

  color: #959595;

  background: #555555;

  font-size: 13px;

  border-left: 6px solid #444444;

  font-family: Georgia, "Times New Roman", Times, serif;

}

blockquote p {

  font-size: 13px;

  color: #8a8a8a;

  margin-bottom: 0;

}

code {

  background: #fafafa;

  padding: 5px 10px;

  display: block;

  font-size: 12px;

  color: #c6c6c6;

  margin-bottom: 10px;

  border: 1px dotted #eaeaea; 

  clear: both;   

}

pre{ 

  clear: both; 

  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 

  background: url(../images/pre_bg.gif) repeat; 

  border: 1px solid #333333;

  padding: 18px 20px 15px 20px;

  line-height: 19px;

  overflow:auto;

  overflow-Y: hidden;

  color: #ffffff;

  margin: 0 0 20px 0;

}

ol {

  margin: 20px 0 20px 25px;

  list-style-type: decimal;

}

ol li {

  font-size: 12px;

  margin: 5px 0; 

  padding-bottom: 5px;

  color: #c6c6c6;

} 



/* Arrow List */

.arrowlist {

  margin-top: 20px;

  margin-bottom: 20px;

}

.arrowlist li {

  font-size: 12px;

  margin: 6px 0; 

  padding-bottom: 6px;

  padding-left: 20px;  

  background: url(../images/arrow.png) 0 3px no-repeat;

  color: #c6c6c6;

  border-bottom: 1px solid #333333;

  line-height: 18px;

}

.starlist {

  margin-top: 20px;

  margin-bottom: 20px;

}

.starlist li {

  font-size: 12px;

  margin: 6px 0; 

  padding-bottom: 6px;

  padding-left: 22px;  

  background: url(../images/star.png) 0 3px no-repeat;

  color: #c6c6c6;

  border-bottom: 1px solid #333333;

  line-height: 18px;

}

/* Check List */

.checklist {

  margin-top: 20px;

  margin-bottom: 20px;

}

.checklist li {

  font-size: 12px;

  margin: 6px 0; 

  padding-bottom: 6px;

  padding-left: 22px;  

  background: url(../images/tick.png) 0 3px no-repeat;

  color: #c6c6c6;

  border-bottom: 1px solid #333333;

  line-height: 18px;

}

/* Check List */

.bulletlist {

  margin-top: 20px;

  margin-bottom: 20px;

}

.bulletlist  li {

  font-size: 12px;

  margin: 6px 0; 

  padding-bottom: 6px;

  padding-left: 20px;  

  background: url(../images/bullet.png) 0 3px no-repeat;

  color: #c6c6c6;

  border-bottom: 1px solid #333333;

  line-height: 18px;

}

/* Item List */

.itemlist {

  margin-top: 20px;

  margin-bottom: 20px;

}

.itemlist  li {

  font-size: 12px;

  margin: 6px 0; 

  padding-bottom: 6px;

  padding-left: 20px;  

  background: url(../images/item.png) 0 .1em no-repeat;

  color: #c6c6c6;

  border-bottom: 1px solid #333333;

  line-height: 18px;

}

/* Dropcap */

.dropcap{

	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;

	color:#ffffff;

	float:left;

	font-size:24px;

	height:41px;

	line-height:30px;

	margin-bottom:-10px;

	margin-right:10px;

	padding-top:5px;

	text-align:center;

	width:41px;

}

/* Pullquotes */



.pullquote_right,.pullquote_left{

	color:#9F9F9F;

	float:right;

  font-size: 16px;

	letter-spacing:0px;

	margin-bottom:0;

	margin-top:10px;

	margin-left:20px;

	padding:0 10px;

	width:33%;

  background: url(../images/quote.png) top left no-repeat;

  font-family: Georgia, "Times New Roman", Times, serif;

}

.pullquote_left{

  border-left: none;

	float:left;

	margin-left:0px;

	margin-right:10px;

  

}

/* Clear Floated Elements */



/* http://sonspring.com/journal/clearing-floats */

.clear {

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {

	clear: both;

	content: ' ';

	display: block;

	font-size: 0;

	line-height: 0;

	visibility: hidden;

	width: 0;

	height: 0;

}

.clearfix {

	display: inline-block;

}

* html .clearfix {

	height: 1%;

}

.clearfix {

	display: block;

}

/* Images Alignment &amp; Styling */

.alignleft {

  float: left;

  margin: 5px 15px 5px 0;

}

.alignright {

  float: right;

  margin: 5px  0 5px 15px;

}

.aligncenter {

  margin-left:auto;

  margin-right:auto;

  margin-bottom: 15px;

  display: block; 

}

.imgbox {

  padding: 5px;

  background: #222222;

  border: 1px solid #3a3a3a;

}



/* Custom Message Styling */

.info {

  margin: 15px 0;

  font-size: 14px;

  color: #246EA7;

  padding: 15px 12px 15px 47px;

  background: #DFECF7 url(../images/info.png) .5em .4em no-repeat;

  border: 1px solid #A7CEEC;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  -moz-box-shadow:0 0 6px #aaaaaa;

  -webkit-box-shadow:0 0 6px #aaaaaa;  

} 

.error {

  margin: 15px 0;

  font-size: 14px;

  color: #C92036;  

  padding: 15px 12px 15px 47px;

  background: #FAE1E1 url(../images/error.png) .5em .4em no-repeat;

  border: 1px solid #EDA8A8;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  -moz-box-shadow:0 0 6px #aaaaaa;

  box-shadow:0 0 6px #aaaaaa;

  -webkit-box-shadow:0 0 6px #aaaaaa;   

} 

.warning {

  margin: 15px 0;

  font-size: 14px;

  color: #E08820;  

  padding: 15px 12px 15px 47px;

  background: #FDF4D7 url(../images/warning.png) .5em .4em no-repeat;

  border: 1px solid #E8C779;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  -moz-box-shadow:0 0 6px #aaaaaa;

  box-shadow:0 0 6px #aaaaaa;

  -webkit-box-shadow:0 0 6px #aaaaaa;    

} 

.success, 

.success-message{

  margin: 15px 0;

  font-size: 14px;

  color: #84AF22;  

  padding: 15px 12px 15px 47px;

  background: #E6F2D2 url(../images/ok.png)  .5em .4em no-repeat;

  border: 1px solid #96C24A;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  -moz-box-shadow:0 0 6px #aaaaaa;

  box-shadow:0 0 6px #aaaaaa;

  -webkit-box-shadow:0 0 6px #aaaaaa; 

}

.success-message{ 

  display: none; 

}

/*  Highlight Styles */



.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	

.highlight-dark{padding:1px 4px;background-color:#c6c6c6;color:#fff;}

.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	

.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}	



/* Button */

.button {

  float: left;

  margin: 10px 10px 10px 0;

  cursor: pointer;

  color: #777777;

  line-height: 29px;

  text-transform: uppercase;

  height: 31px;

  background: url(../images/button_white_right.png) no-repeat 100% 0;

  display: inline-block;

  font-family: arial, verdana, tahoma, helvetica;

}

.button span {

  text-align: center;

  margin-right: 16px;

  padding: 0 5px 0 20px;

  background: url(../images/button_white_left.png) no-repeat;

  display: inline-block;

  height: 31px;

  float: left;

  font-size: 11px;

}

a.button{

  color: #9a9a9a;

  text-shadow: #ffffff 0 1px 1px;

}

a.button:hover {

  color: #c6c6c6;

  text-shadow: #ffffff 0 1px 1px;

}

.buttongreen {

  background: url(../images/button_green_right.png) no-repeat 100% 0;

}

.buttongreen span {

  background: url(../images/button_green_left.png) no-repeat;

}

a.buttongreen {

  color: #6d9900;

}

a.buttongreen:hover {

  color: #648317;

}

.buttonblue {

  background: url(../images/button_blue_right.png) no-repeat 100% 0;

}

.buttonblue span {

  background: url(../images/button_blue_left.png) no-repeat;

}

a.buttonblue {

  color: #1b9ac6;

}

a.buttonblue:hover {

  color: #167ca0;

}

.buttonred {

  background: url(../images/button_red_right.png) no-repeat 100% 0;

}

.buttonred span {

  background: url(../images/button_red_left.png) no-repeat;

}

a.buttonred {

  color: #a53426;

  text-shadow: #dcb8b4 0px 1px 1px;

}

a.buttonred:hover {

  color: #81291d;

  text-shadow: #dcb8b4 0px 1px 1px;

}

.buttondark {

  background: url(../images/button_dark_right.png) no-repeat 100% 0;

}

.buttondark span {

  background: url(../images/button_dark_left.png) no-repeat;

}

a.buttondark {

  color: #474747;

  text-shadow: #8d8d8d 0px 1px 1px;

}

a.buttondark:hover {

  color: #333333;

  text-shadow: #8d8d8d 0px 1px 1px;

}

.buttonyellow {

  background: url(../images/button_yellow_right.png) no-repeat 100% 0;

}

.buttonyellow span {

  background: url(../images/button_yellow_left.png) no-repeat;

}

a.buttonyellow {

  color: #ac8c14;

}

a.buttonyellow:hover {

  color: #8f7511;

}

.buttonorange {

  background: url(../images/button_orange_right.png) no-repeat 100% 0;

}

.buttonorange span {

  background: url(../images/button_orange_left.png) no-repeat;

}

a.buttonorange {

  color: #b87421;

}

a.buttonorange:hover {

  color: #a55c04;

}

.buttonpurple {

  background: url(../images/button_purple_right.png) no-repeat 100% 0;

}

.buttonpurple span {

  background: url(../images/button_purple_left.png) no-repeat;

}

a.buttonpurple {

  color: #a33daa;

  text-shadow: #ddc0df 0px 1px 1px;

}

a.buttonpurple:hover {

  color: #902d96;

  text-shadow: #ddc0df 0px 1px 1px

}



/* Big Button */

.bigbutton {

  float: left;

  margin: 10px 10px 10px 0;

  cursor: pointer;

  color: #777777;

  line-height: 40px;

  text-transform: uppercase;

  height: 44px;

  background: url(../images/bigbutton_white_right.png) no-repeat 100% 0;

  display: inline-block;

  font-family:  arial, verdana, tahoma, helvetica;

}

.bigbutton span {

  text-align: center;

  margin-right: 22px;

  padding: 0 10px 0 25px;

  background: url(../images/bigbutton_white_left.png) no-repeat;

  display: inline-block;

  height: 44px;

  float: left;

  font-size: 14px;

}

a.bigbutton {

  color: #9a9a9a;

  text-shadow: #ffffff 0 1px 1px;

}

a.bigbutton:hover {

  color: #c6c6c6;

  text-shadow: #ffffff 0 1px 1px;

}

.biggreen {

  background: url(../images/bigbutton_green_right.png) no-repeat 100% 0;

}

.biggreen span {

  background: url(../images/bigbutton_green_left.png) no-repeat;

}

a.biggreen {

  color: #6d9900;

}

a.biggreen:hover {

  color: #648317;

}

.bigblue {

  background: url(../images/bigbutton_blue_right.png) no-repeat 100% 0;

}

.bigblue span {

  background: url(../images/bigbutton_blue_left.png) no-repeat;

}

a.bigblue {

  color: #1b9ac6;

}

a.bigblue:hover {

  color: #167ca0;

}

.bigred {

  background: url(../images/bigbutton_red_right.png) no-repeat 100% 0;

}

.bigred span {

  background: url(../images/bigbutton_red_left.png) no-repeat;

}

a.bigred {

  color: #a73a28;

  text-shadow: #edc6c2 0px 1px 1px;

}

a.bigred:hover {

  color: #ae3024;

  text-shadow: #edc6c2 0px 1px 1px;

}

.bigdark {

  background: url(../images/bigbutton_dark_right.png) no-repeat 100% 0;

}

.bigdark span {

  background: url(../images/bigbutton_dark_left.png) no-repeat;

}

a.bigdark {

  color: #474747;

  text-shadow: #8d8d8d 0px 1px 1px;

}

a.bigdark:hover {

  color: #333333;

  text-shadow: #8d8d8d 0px 1px 1px;

}

.bigyellow {

  background: url(../images/bigbutton_yellow_right.png) no-repeat 100% 0;

}

.bigyellow span {

  background: url(../images/bigbutton_yellow_left.png) no-repeat;

}

a.bigyellow {

  color: #ac8c14;

}

a.bigyellow:hover {

  color: #8f7511;

}

.bigorange {

  background: url(../images/bigbutton_orange_right.png) no-repeat 100% 0;

}

.bigorange span {

  background: url(../images/bigbutton_orange_left.png) no-repeat;

}

a.bigorange {

  color: #b87421;

}

a.bigorange:hover {

  color: #a55c04;

}

.bigpurple {

  background: url(../images/bigbutton_purple_right.png) no-repeat 100% 0;

}

.bigpurple span {

  background: url(../images/bigbutton_purple_left.png) no-repeat;

}

a.bigpurple {

  color: #a33daa;

  text-shadow: #ddc0df 0px 1px 1px;

}

a.bigpurple:hover {

  color: #902d96;

  text-shadow: #ddc0df 0px 1px 1px

}

img.readmore {

  position: relative;

  top: 5px;

  left: 8px;

  overflow: hidden;

}

img.bottommrg {

  margin-bottom: 40px;

}

.divider {

  border-bottom: 1px solid #333333;

  margin: 30px 0 30px 0;

  float: left;

  width: 100%;

}

.spacer {

  clear: both;

  margin: 15px 0;

}

/*  Tabs */

.tabs-container {

  margin-bottom: 20px;

}

.tabs-wrapper {

  margin: 0 0 30px 0;

}

ul.tabs {

	margin:0px;

	padding: 0;

	float: left;

	list-style: none;

	height: 35px;

	border-bottom: 1px solid #333333;

	border-left:none;

	width: auto;

	float:left;

}

ul.tabs li {

	float: left;

	padding: 0;

	overflow: hidden;

	position: relative;

	margin-right: 2px;

}

ul.tabs li a {

	display: block;

	font-size: 12px;

	padding: 4px 26px;

	outline: none;

	font-family: arial, verdana, tahoma, helvetica;

	color: #c6c6c6;

	background: #444444;

	line-height: 28px;

	border-top: 1px solid #333333;

	border-right: 1px solid #333333;

	border-left: 1px solid #333333;

}

ul.tabs li a:hover {

  background: #222222;

  color: #ffb100;

}	

html ul.tabs li.current a, html ul.tabs li.current a:hover  {

	background: #222222;

	border-bottom: none;

	color: #ffb100;

}

.panes {

	border: 1px solid #333333;

	border-top: none;

	clear: both;

	width: 100%;

	background: #222222;  

	padding-bottom: 10px;

  font-size: 12px;

  color: #c6c6c6;

  display: block;

}

.pane {

	padding: 18px 20px 8px 20px;

  border-top: 1px solid #333333;

}





/* Toggle */

.toggle-wrapper {

  margin-bottom: 20px; 

}

.toggle {

	position:relative;

	margin-bottom:5px;

}

.toggle_title {

	margin:0;

	padding:5px 0 5px 0;

	font-size:18px;

	line-height:18px;

	background: url("../images/toggle_icon.png") no-repeat scroll 100% 6px transparent;

	cursor:pointer;

  border-bottom:1px solid #333333;

}

.toggle_title h5 {

  margin-bottom: 0;

  color: #ffb100;

}

.toggle_active {

	background-position: 100% -18px;

}

.toggle_content {

	padding:10px;

	margin:-3px 0px 10px 0px;

	display:none;

  background-color:#222222;

}



/* Columns */

.col_12 {

  width: 460px; 

  display: inline;

  float: left;

  margin-right: 20px;

}

.col_13 {

  width: 300px; 

  display: inline;

  float: left;

  margin-right: 20px;  

  margin-right: 20px;

}

.col_23 {

  width: 620px; 

  display: inline;

  float: left;

  margin-right: 20px;  

}

.col_14 {

  width: 220px; 

  display: inline;

  float: left;

  margin-right: 20px;
  height:93px;

}

.col_34 {

  

  display: inline;

  float: left;

  margin-right: 20px;  

}

.last {

  float: right;

  margin-right: 0;

}



/* Container */

.wrapper {

  margin-left: auto;

  margin-right: auto;

  width: 940px;

}

.overlay {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  /*background: url(../images/pattern/minimalist9.png) repeat;*/

}



/* Header */

#header {

  background:url(../images/bgheader.png) repeat-x;

  z-index: 1001;

  position: relative;

  height: 108px;

}

#logo {	

  width:160px;

}

#logo h1 {

  color: #ffffff;

}

#menu {

  z-index: 1001;

}



/* ----------------------- Homepage Content -----------------------*/

/* Homepage Content */

/* Homepage Content */

#middle {

  margin: 50px 0 10px 0;

  height: 240px;

}

.welcome {

  width: 640px;

}

.welcome h1 {

  color: #ffffff;

  font-size: 30px;

  margin-bottom: 10px;

}

.welcome h4 {

  color: #FFCA4F;

  line-height:24px;

  font-size: 16px;

  /*display: inline;

  background: #000000;*/

}



/* Homepage Features List */

#featureslit {  

  z-index: 500;

  width: 100%;

  position: absolute;

  background:url(../images/transparent.png) repeat;

  padding: 9px 0;

  bottom: 10%;

}

#featureslit a {

  color: #ffffff;

}

#featureslit p {

  color:#c6c6c6;

}



/* ----------------------- Main Content -----------------------*/

/* Main Content */

#content {  

  margin-top: 100px;

  z-index: 500;

}

#maincontent {

  background:url(../images/transparent-inner.png) repeat;

  padding: 30px;

  width: 880px;

  z-index: 500;

  position: relative;

}

.maincontent {

  width: 640px;

  float: left;

}

.maincontent-full {

  width: auto;

  float: left;

}



/* Content List */

.contentlist {

  clear: both;

}

.contentlist li {

  float: left;

  margin-right: 20px;

  width: 300px;

}

.contentlist li.last {

  float: right;

  margin-right: 0;

}



/* Services List */

.serviceslist {

  clear: both;

}

.serviceslist li {

  float: left;

  margin-right: 15px;

  width: 280px;

}

.serviceslist li.last {

  float: right;

  margin-right: 0;

}



/* ----------------------- Blog List -----------------------*/

/* Blog List */

.bloglist {

}

.bloglist li {

  padding-bottom: 10px;

  margin-bottom: 25px;

  border-bottom: 1px solid #333333;

}

.postimage {

  width: 180px;

  margin-right: 20px;

  float: left;

}

.postcontent  {

  width: 435px;

  float: right;

}



/* Meta Post*/

.metapost {

  margin: 10px 0;

}

.metapost span{

  display: block;

  text-align: right;

  font-size: 12px;

}

.metapost span.date {

  font-size: 30px;

  color: #ffffff;

}

.metapost span.month {

  font-size: 16px;

}

.metapost span.category{

  font-size: 11px;

  margin-top: 5px;

}



/* Comment List */

#comments {

  margin: 30px 0;

}

#listcomment {

	padding: 0;

	margin: 0 0 20px 0;

}

#listcomment li {

  display: block;

	padding: 11px 0;

	margin: 0;

	background: none;

	border-bottom: 1px solid #333333;

}

.titlecomment {

	width: 430px;

}

.titlecomment img {

	float: left;

	padding: 3px;

	border: 1px solid #333333;

	margin: 0 10px 0 0;

}

.titlecomment h4 {

	color: #333;

	padding: 7px 0 0 0;

	margin: 0;

}

.datecomment {

	font-size: 11px;

	color: #7d7d7d;

}

#listcomment li p {

	font-size: 12px;

	padding: 10px 0 0 0;

	margin-bottom: 0;

}



/* Comment Form */

#commentform label {

  font-size: 12px;

  display: block;

  text-align: left;

  color: #7d7d7d;

  margin-bottom: 10px;

}

.comment-input {

  color: #7d7d7d;

  padding: 4px;

  display: block;

  text-align: left;  

  height: 19px;

  width: 250px;

  border: 1px solid #333333;

  margin-bottom: 12px;

}

.comment-textarea {

  color: #7d7d7d;

  padding: 4px;

  display: block;

  text-align: left;  

  height: 160px;

  width: 393px;

  border: 1px solid #333333;

  margin-bottom: 10px;

}

.comment-submit {

  display: block;

  float: right;

  background: #444444;

  color: #d4d4d4;

  border: none;

  padding: 5px 8px;

  text-align: center;

  cursor: pointer;

  text-transform: uppercase;

  margin-right: 31px;

  font-size: 11px;

}

.comment-heading {

  border-bottom: 1px solid #333333;

  padding-bottom: 10px;  

}





/* Pagination  */

.pagination {

  clear:both;

  left: 35%;

  position:relative;

  font-size:12px;

  line-height:13px;

  margin-bottom: 10px;

  float: left;

}

 .pagination span, .pagination a {

  display:block;

  float:left;

  margin: 0 10px 0 0;

  padding: 8px 10px;

  text-decoration:none;

  width:auto;

  color:#c6c6c6; 

  border: 1px solid #333333;

}

 .pagination a:hover{

  color:#666666;

  background: #ffffff;

}

.pagination .current{

  color:#666666;

  background: #ffffff;

}



/* ----------------------- Contact Page -----------------------*/

/* Contact */

.contact_left {

  float: left;

  margin-right: 30px;

  width: 425px;

}

.contact_right {

  float: right;

  width: 425px;

}

#map {

  width: 425px;

  height: 280px;

}

.social-links ul {

  margin: 0;

  padding: 0;

}

.social-links ul li {

  float: left;

  margin: 0 5px 0 0;

}

/* Contact Form */



#maincontactform {

  margin: 20px 0;

}

#maincontactform label {

  font-size: 12px;

  color: #7d7d7d;

  display: block;

  font-weight: bold;

  margin-bottom: 10px;

  clear: both;

}

.textfield {

  margin-bottom: 10px;

  padding: 4px;

  color: #7d7d7d;

  width: 400px;

  height: 20px;

  border: 1px solid #333333;

  clear: both;

  float: left;

}

.textarea {

  padding: 4px;

  color: #7d7d7d;

  width: 400px;

  height: 150px;

  border: 1px solid #333333;

  clear: both;

  float: left;

}

.require {

  display: inline;

  float: left;

  color: #f00;

  font-weight: bold;

  margin-left: 2px;

  font-size: 10px;

}

.loading {

  margin-top: 10px;

  line-height: 30px;

  background: url(../images/progress.gif) 0 0 no-repeat;

  padding-left: 42px;

  font-size: 12px;

  color: #8f8f8f;

  float: left;

  padding-bottom: 5px;

}



/* Portfolio */

.portfoliolist {

  margin: 0;

  padding: 0;

}

.portfoliolist li {

  float: left;

  margin-right: 22px;

  margin-bottom: 22px;

  width: 198px;

}

.portfoliolist li.last {

  float: right;

  margin-right: 0;

}

.portfoliolist li  .zoom {

  background: url(../images/zoom.png) 50% 50% no-repeat;

  position: absolute;

  bottom: 5px;

  right: 5px;

  z-index: 100;

  width: 24px;

  height: 23px;

  text-indent: -99999px;

}

.portfoliolist li  .play {

  background: url(../images/play.png) 50% 50% no-repeat;

  position: absolute;

  bottom: 5px;

  right: 5px;

  z-index: 100;

  width: 24px;

  height: 23px;

  text-indent: -99999px;

}

ul.filter li.current a {

  color: #ffffff;

}



/* Sidebar */

.sidebar {

  float: right;

  width: 200px;

  border-left: 1px solid #333333;

  padding-left: 20px;

  z-index: 1000;

  min-height: 480px;

}

.sidebox {

  margin-bottom: 30px;

}

.sidebox ul {

  margin: 0;

  padding: 0;

}

.sidebox ul li {

  margin: 10px 0;

  padding-bottom: 10px;

  border-bottom: 1px solid #333333;

}

.sidebox p {

  margin-bottom: 0;

}

/* Search Box */

.searchbox {

  width: 200px;

  height: 28px;

  border: 1px solid #333333;

  font-size: 12px;

}

.search-field {

  padding: 5px;

  height: 18px;

  width: 158px;

  float: left;

  border: none;

  color: #c6c6c6;

}

.search-btn {

  background: #ffffff url(../images/searchbtn.png) center center no-repeat;

  height: 28px;

  width: 32px;

  float: left;

  border: none;

  cursor: pointer;

}

/* Testimonials*/

.testitext {

  font-style: italic;

  background: url(../images/quote.png) top left no-repeat;

  color: #959595;

}

.testiname {

  font-weight: bold;

  display: block;

  text-align: right;

  margin-top: 10px;

  color: #c6c6c6;

}



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

/* Footer */

#footer {

  position: relative;

  z-index: 500;

}

.footertext p{ 

  margin-top: 10px;

  font-size: 11px;

  font-style: italic;

  color: #ffffff;

  text-shadow: #000000 1px 1px;

  line-height: 16px;

}

/* Copyright */

.copyright {

  display: block;

  text-align: right;

  margin-top: 5px;

}

.copyright p {

  font-size: 11px;

  color: #ffffff;

  text-shadow: #000000 1px 1px;

}