/*
Theme Name: CSS GS
Theme URI: http://wordpress.org/
Description: WPThemes for cssgallerysubmission.com
Version: 1.6
Author: CSSGS
Author URI: http://cssgallerysubmission.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
p{
    line-height: 150%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,  Verdana, 'Lucida Grande',Sans-Serif;
	background: url('images/bgbody.jpg') #111 ;
	color: #fff;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {

	}
#cgsdragdroparea {
    height: 220px;
    background: url('images/bgdroparea.png') center no-repeat ;
    margin: -10px auto -20px auto;
}
#letter {
    background: url('images/letter.png') no-repeat ;
    width: 128px;
    height: 130px;
    display: block ;
    float: left;
    margin-left: 80px;
    margin-top: 25px;
    cursor: move;

}
#letter span {
    display: block;
    margin-top: 141px;
    color: #fff;
    font-weight: 700;
    margin-left: 8px;
}
#postbox {
    background: url('images/postbox.png') no-repeat ;
    width: 152px;
    height: 190px;
        display: block ;
        float: right;
        margin-right: 65px;
}

#content .drophover {
    opacity:0.5;

}
#singlecontent {
    font-size: 14px;    line-height: 120%;
    margin: 0 0 10px 0;
    padding: 10px 60px;
}
#singlecontent p {
    margin-bottom: 10px;

}
#singlecontent h2 {
    line-height: 100%;
}
#singlecontent h2.titlesingle {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 100%;
}
#postbox span {
    display: block;
    margin-top: 170px;
    margin-left: 55px;
    color: #fff;
    font-weight: 700;
}

h2.apph2 {
    text-align: center;
    line-height: 120%;
    font-weight: 400;
    font-size: 16px;
    text-shadow: 0 1px #111;text-transform: uppercase;
}
h3.apph2 {
    font-size: 11px;
      text-align: center;
      font-weight: 400;
      line-height: 120%;
}
h3.introps,
h3.introp {
    text-align: center;
    font-size: 11px;
    line-height: 130%;
    margin-top: 20px;
    font-weight: 700;
}
h3.introps {
     margin-top: 0px;
}

 #availsites {
    display: none;
    padding: 20px;
    color: #333;

    
 }
 h3.h3-availsites {
    cursor: pointer;
    font-size: 11px;
        color: #333;
    margin: 0;
    padding: 0;
 }
 h3.h3-availsites-title {
    padding: 20px;
      font-size: 24px;
 }
.availsites-checkbox {
    border: 1px solid #666;
    padding: 10px;
}
input.availsites-checkbox  {
    border: 1px solid #ccc;
}
.availsites-input{
    display: block;
    width: 50px;
    background: #ccc;
    overflow: hidden;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #666;
    text-align: left;
    line-height: 20px;
    cursor: pointer;
    font-size: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    color:#fff;
    float: left;
    padding: 0 5px;
}
.availsites-input:hover {
    background: #333;
    border-color: #111;
}


.submitformwrp-top {
        background: url('images/bgform-top.png') no-repeat top  center ;
        height: 54px;
    
}
.submitformwrp-mid{
    margin: 0 auto;
    width: 412px;
    background: url('images/bgform-mid.png') repeat-y top  center ;
    padding: 20px 0;

}

.submitformwrp-mid-inner {
    padding: 20px 0;
    margin: 0 auto;
    width: 320px;
    background: #E5E5E5;
        border: 1px solid #C8C8C8;
        border-top:1px solid #666;
        border-right:1px solid #666;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom: 20px;
}
.submitformwrp-bottom {
        background: url('images/bgform-bottom.png') no-repeat top  center ;
        height: 65px;
    
}
.submitgo {
    border: none;
    padding: 5px 10px;
    margin-top: 9px;
    background: url('images/btn-start.png') no-repeat top  center ;
    width: 56px;
    height: 22px;
    text-indent: -99999px;
    cursor: pointer;
}

.submitgo:hover,
.submitgo:focus {
    background: url('images/btn-start.png') no-repeat 0 -22px;
}



.cgsfrontwrpall {
    width: 614px;
    margin: 0 auto;
}

.cgsfrontwrp-top {
        background: url('images/bgform-top2.png') no-repeat top  center ;
        height: 53px;
        width: 614px;

    
}
.cgsfrontwrp-mid{
    margin: 0 auto;
    width: 614px;
    background: url('images/bgform-mid2.png') repeat-y top  center ;
    padding: 10px 0 20px 0;

}

.cgsfrontwrp-mid-inner {
    padding: 20px 0;
    margin: 0 auto;
    width: 614px;
    background: #E5E5E5;
        border: 1px solid #C8C8C8;
        border-top:1px solid #666;
        border-right:1px solid #666;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom: 20px;
}
.cgsfrontwrp-bottom {
        background: url('images/bgform-bottom2.png') no-repeat top  center ;
        height: 65px;
        text-align: center;
        margin: 0 auto;
        width: 614px;
        padding-top: 10px;

    
}
a.cgsfrontbtn {
    display: block;
    border: none;
    background: url('images/btn-submit.png') no-repeat top  center ;
    width: 95px;
    height: 22px;
    text-indent: -99999px;
    cursor: pointer;
    margin: 0 auto;
    
}
a.cgsfrontbtn:hover,
a.cgsfrontbtn:focus {
    background: url('images/btn-submit.png') no-repeat 0 -22px;
}


a.cgssubmitmore {
    display: block;
    border: none;
    background: url('images/btn-submitmore.png') no-repeat top  center ;
    width: 95px;
    height: 22px;
    text-indent: -99999px;
    cursor: pointer;
    margin: 0 auto;
    
}
a.cgssubmitmore:hover,
a.cgssubmitmore:focus {
    background: url('images/btn-submitmore.png') no-repeat 0 -22px;
}






.cgscontactform input ,
.cgscontactform textarea{
    border:1px solid #333;
    margin: 10px 0; 
    padding: 5px 10px;   
}


.cgscontactbtn input {
    display: block;
    border: none;
    background: url('images/btn-submit.png') no-repeat top  center ;
    width: 95px;
    height: 22px;
    text-indent: -99999px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom:0;
    
}
.cgscontactbtn input:hover,
.cgscontactbtn input:focus {
    background: url('images/btn-submit.png') no-repeat 0 -22px;
}








p.nodatahtml {
    line-height: 150%;
}






p.wpaf_field {
    display: block;
    padding-bottom: 10px;
}

.inputstyle {
    padding: 0 10px 0 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 11px;
    margin-left: -40px;
    background: url('images/bgfieldsubmit-right.png') no-repeat 10px 0;
    height: 28px;
    width: 235px;
    border: none;
    font-weight: 700;
    color: #fff;
}
.labelstyle {
    color:#333;
    width: 10px;
    font-size: 11px;
    float: left;
    margin-left: 20px;
    height: 28px;
    padding: 5px 8px 8px 8px;
    font-weight: 700;
    background: url('images/bgfieldsubmit-left.png') no-repeat top  left ;
}
.inputstyle:hover,
.inputstyle:focus {
    color: #ff0000;
   }
.submitbtnwrp {
    background: url('images/shadowsubmitbtn.png') no-repeat center top ;
    text-align: center;
    margin-top: -50px;
}

.submitbtn {
    margin: 0 auto;
    width: 240px;
    padding-top: 50px;
}
.submitbtn a {
   background: url('images/submitbtn.png') no-repeat ;
   width: 239px;
   height: 56px;
   display: block;
   text-indent: -9999px;
}
.submitbtnwrp *  {
    color:#FFF;
    
}
.submitbtnwrp h2 {
    font-size: 28px;
}
.submitbtnwrp p {
    font-size: 15px;
    line-height:140%;
}
.submitdesc {
    margin: 0 auto;
    width: 800px;
    background: url('images/quote.png') no-repeat  center ;
    min-height: 127px;
    margin-bottom: 30px;
}
.submitdescinner {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: 140%;
}
.submitdescinner h2 {
    display: block;
    margin-bottom: 15px;
}
#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	border: none;
     background: url('images/bgfooter.jpg')  repeat-x top  center ;
     height: 70px;
	}
#footerinner {
    padding-top: 20px;
    width: 574px;
    margin: 0 auto;
 }
 .footertxt {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
 }
.footerlist {
    float: left;
    display: block;
    width:auto;
    text-align: left;
    margin-top: 10px;
    margin-right:10px;

}
.footerlist a { 
    display: block;
    height: 13px;
    font-size: 11px;
    color: #fff;
    margin-bottom: 10px;
    background: #181818;
    padding: 10px 15px 8px 15px;
    text-align: center;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    font-weight: 700;}
.footerlist a:hover,
.footerlist a:focus {
    background: #ff0000;
    color: #fff;
  background: url('images/bgfieldsidebar.jpg'); 
}

.footerlist p {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
}
.cgscolumnleft {
    padding-top: 20px;
    width: 240px;
    float: left;
    font-size: 11px;
    line-height: 150%;
}
.cgscolumnright {
    padding-top: 20px;
    width: 240px;
    float: right;
    font-size: 11px;
    line-height: 150%;
}
.cgscolumnthree-wrp {

}
.cgscolumnthree {
    padding-top: 20px;
    width: 160px;
    float: right;
    font-size: 11px;
    line-height: 150%;
    text-align: left;
    
}
.cgshowto {

}
.cgswhatis {

}
.cgssubmit {

}
.cgsreport {

}
.cgscontact {

}
.cgstwitter {
    
}
.cgspremium {
    
}
.boxintro {
    background: url('images/bgboxintro.png') repeat-x; 
    width: 564px;
    margin: 20px auto -24px auto;
    height: 210px;
    padding-top: 1px;
    overflow: hidden;
}

p.introdrag {
    font-size: 11px;
    display: block;
    margin: 0 0 0 105px;
    top: 450px;
    position: absolute;
    font-weight: 400;
    background: url('images/introdrag.png') no-repeat;
    color: #666;
    height: 48px;
    width: 345px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
}
.sharethis {
    width:600px;
    margin: 0 auto 20px auto;
    padding-left: 15px;
    text-align: center;
}
#social-icons-wrp {
    width: 340px;
    margin: 0 auto;
    height: 30px;
    margin-top: -20px;

}
#social-icons ul {

    
}
#social-icons {
    margin: 0 auto;

}
#social-icons li a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    margin-right: 10px;
    text-indent: -999999px;
    text-transform: uppercase;

}
#social-icons li a.facebook {
    background: url('images/socialbutton.png') 0 -32px no-repeat;
}
#social-icons li a.digg {
    background: url('images/socialbutton.png') 0 -16px no-repeat;
}
#social-icons li a.stumbleupon {
    background: url('images/socialbutton.png') 0 -48px no-repeat;
}
#social-icons li a.twitter {
    background: url('images/socialbutton.png') 0 -64px no-repeat;
}
#social-icons li a.delicious {
    background: url('images/socialbutton.png')  0 0 no-repeat;
}
 

/*jotform*/

.tbmain{ 
 /* Changes on the form */
 background: transparent; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Arial !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}
 


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
    text-transform: uppercase;

	}

h1, h2, h3 {
	font-family: Arial,Verdana,  'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
    text-transform: uppercase;
	font-size: 11px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FFF;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #ccc;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {

	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #cc0000;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {

	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	margin: 0;
	padding: 0;	
    background: url('images/bgbodyshadow.png') repeat-x ;
    
	}
#pageinner

 {
	margin: 0 auto;
	padding: 0;	
    width: 800px;
	}
#pageinner2 {
    margin: 0 auto;
	padding: 0;	
    text-align: center;
}   

#header {
	margin: 0 0 0 1px;
	padding: 0;
	width: 790px;
	}
#headerimg 	{
	height: 100px;
	width: 790px;
	margin: 0 auto;
    background: url('images/logo.png') bottom center no-repeat ;
    padding: 20px 0;
	}
 #headerimg h1 {
    text-align: center;
    text-indent: -9999px;
 }
 #headerimg a {
    display: block;
    width: 561px;
    height: 63px;
 
 }

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 350px;
  
	}
.narrowcolumn * {
      text-align: left;
}
.narrowcolumn h3 {
    line-height: 100%;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}
.narrowcolumn h2 {
       line-height: 100%;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: left;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
    text-align: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}
#footer li {
    list-style: none;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;

}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0;
	}

ol li, #sidebar ul ol li {
    list-style: none;
    border-bottom: 1px solid #333;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0 45px ;
	padding:0 0 20px 0;
	text-align: center;
    width: 520px;
    border-bottom: 1px solid #333;
	}
#content #searchform {
    border-bottom: none;
}
#sidebar #searchform #s {
	width: 100px;
	padding: 5px 10px;
	}

#commentform #searchsubmit {
	padding: 5px 10px;
    width: 80px;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-border-radius:20px;
    border-radius:20px;
    -webkit-border-radius:20px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 5px 10px;
	margin: 5px 5px 1px 0;
    border: 1px solid #333;
    background: #111;
    color:#fff;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 95%;
	padding: 5px 10px;
    	margin: 5px 5px 1px 0;
    border: 1px solid #333;
    background: #111;
    color:#fff;
	}
#commentform input:hover,
#commentform input:focus,
#commentform textarea:hover,
#commentform textarea:focus {
    border: 1px solid #666;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
    -moz-border-radius:20px;
    border-radius:20px;
    -webkit-border-radius:20px;
	float: right;
    width:70px;
    cursor: pointer;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 30px 0 20px;
	width: 120px;
    float: right;
    margin: 0 20px 0 0;
    border-left: 1px solid #333;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
    

#recaptcha_area {
    width: 320px;
    margin: 10px auto;
}
input#uSend {
    display: block;
    border: none;
    background: url('images/btn-submit.png') no-repeat top  center ;
    width: 95px;
    height: 22px;
    text-indent: -99999px;
    cursor: pointer;
    margin: 20px auto -20px auto;
}
input#uSend:hover,
input#uSend:focus {
background: url('images/btn-submit.png') no-repeat 0 -22px;}


textarea#uMessage {
    background:#2C2C2D; 
    width: 542px;
    margin: 0 0 20px -35px;
    height: 180px;
    padding: 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #2B2B2C;
    border-right: 1px solid #2B2B2C;
    border-left: 1px solid #2B2B2C;
    color:#fff;
    outline: none;

    font-size: 12px;
}
.uNameClass,
.uEmailClass {
    padding: 0;
    color:#fff;
    background:#111; 
    float: left;
    display: block;
    width: 250px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;

}
#uName,
#uEmail {
    background: #111;
    border: 1px solid #111;
    color: #fff;
}
#uWrapper {
        background:#111;
    width: 542px;
    margin: 0 0 0 -35px;
    height: 20px;
    line-height: 20px;
    padding:10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #2B2B2C;
    border-right: 1px solid #2B2B2C;
    border-left: 1px solid #2B2B2C;
}
h1.active-gallery {
    padding: 0;
    margin: 0;
    font-size: 40px;
    line-height: 60px;
    text-shadow: 0 2px #111;
}
h2.h2contactpage {
    padding: 10px 0 10px 0;
    margin: 0;
}
.pcontactpage {
    font-size: 14px;
}
.spancontactpage {
    font-size: 11px;
}
.phowto {
    font-size: 11px;
    margin: 10px 0 30px 0;
    display: block;
    width: 420px;
    background: #252525;
    border: 1px solid #252525;
    padding: 10px 20px;
}

.imghowto {
    border: 5px solid #fff;
    margin-bottom: 20px;
}



/* Easy Slider */
#slider_box{
    height:347px;
    overflow: hidden;

    
    
}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:564px;
		height:160px;
		overflow:hidden; 
		}		
	/* numeric controls */	

	ol#controls{
		margin:1em 0 1em 235px;
		padding:0;
		height:28px;
    	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
        
		}
	ol#controls li a{
		float:left;
        display: block;
		height:12px;
        width: 11px;
		background: url('images/btnslider2.png') no-repeat 0 0 ;	
        text-indent: -900000px;
		}
	ol#controls li.current a{
		background: url('images/btnslider2.png') no-repeat -11px 0  ;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
.slide1 {

    background: url('images/slide1.png') no-repeat ;
}
.slide2 {

    background: url('images/slide2.png') no-repeat ;
}
.slide3 {

    background: url('images/slide3.png') no-repeat ;
}
.slide4 {

    background: url('images/slide4.png') no-repeat ;
}
.slide1 h2,
.slide1 h3,
.slide2 h2,
.slide2 h3,
.slide3 h2,
.slide3 h3,
.slide4 h2,
.slide4 h3{
    visibility: hidden;
    text-indent: -99999px;
}

table#cgs-weblist th {
    padding: 10px;
    background: #222;
    font-size: 12px;
    text-align: left;
}	
table#cgs-weblist td {
    padding: 5px 10px;
    font-size: 11px;
    text-align: left;

}
table#cgs-weblist tr.cgs-weblistrow {
    background: #333;
    border-bottom: 1px solid #222;
    cursor: pointer;
    
}
table#cgs-weblist tr.cgs-weblistrow:hover,
table#cgs-weblist tr.cgs-weblistrow:focus {
    background: #111;
}

.cgs-descsmall{
    font-size: 10px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ccc;
}

#topmenu {
    width: 573px;
    height: 42px;
    background: url('images/bgmenu.png') no-repeat ;
    margin: 20px auto 0 auto;

}
#topmenu ul { margin-left: 5px;}
.topmenulist {
    display: block;
    text-transform: uppercase;
    float: left;
    line-height: 42px;
    padding: 0 5px;
  
    
}

.topmenulist a:hover {
    color: #9cd9f5;
}
#currenthome {
    background: url('images/bgmenucurrenthome.png') no-repeat;
}
#current {
    background: url('images/bgmenucurrent.png') repeat-x ;
}
#other {
    margin: 0 auto;
    width: 564px;
    background: url('images/other.png') no-repeat;
    height: 160px;
}
ul#othersubmissionmenu li {
    display: block;
    width: 188px;
    float: left;
    height: 160px;
}
ul#othersubmissionmenu li a {
        display: block;
    width: 188px;
    float: left;
    height: 160px;
    text-indent: -99999px;
}
ul#othersubmissionmenu li a:hover  {
     background: url('images/shadow.png') no-repeat center ;
    
}
.menusublogo {
    background: url('images/menusubli.png')752px  0 ;
}
.menusubapp {
  background: url('images/menusubli.png')  564px 0;  
}
.menusubvector {
   background: url('images/menusubli.png')376px 0; 
}
.menusubcss {
    background: url('images/menusubli.png') 188px 0;
}

.toporg {
filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0.01;

}
#nticker {
    margin-top: 10px;
    padding-top: 10px;
    height: 20px;


}
#nticker ul {
    width: 544px;
    display: block;
    background: url('images/update.png') no-repeat;
    padding-left: 20px;

    
}
#nticker ul li {
    padding-left: 95px;
}
