body {
	font: 10pt "Droid Sans", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans",
		"Lucida Sans", Verdana, sans-serif;
	/*font-family: myFont, calibri, Helvetica, Arial, sans-serif;
  font-size: 11pt;*/
	margin: 0;
	background-color: #CCC;
}

html[high-color-depth] body {
	background: -webkit-linear-gradient(#CCC, #AAA);
	background: -moz-linear-gradient(#CCC, #AAA);
	background: -o-linear-gradient(#CCC, #AAA);
	background: -ms-linear-gradient(#CCC, #AAA);
	filter: progid :       DXImageTransform.Microsoft.gradient (     
		 startColorStr =   
		   #CCC, endColorStr =       #AAA, GradientType =       1 );
	-ms-filter: progid :       DXImageTransform.Microsoft.gradient (    
		  startColorstr =       #CCC, endColorstr =       #AAA, GradientType =
		    
		 1 );
	background-attachment: fixed;
}

.cell {
	padding: 40px;
}

.box {
	float: left;
	width: 80%;
	min-width: 200px;
	max-width: 750px;
	background-color: white;
	color: black;
	font-size: 10pt;
	line-height: 18px;
	margin: auto;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	position: relative;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px
		rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px =          
		  rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px
		rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px
		rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px
		rgba(0, 0, 0, 0.1);
}

/* Documentation on Page Curl -- http://blogs.sitepoint.com/pure-css3-paper-curl/# */
.box:before,.box:after {
	position: absolute;
	width: 50%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.box:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

ul {
	margin: 0;
	padding-bottom: 0;
}

li {
	padding-top: 2px;
}

h1 { 
	color: rgba(42, 85, 153, 1);
	font-size: 20pt;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
}

h1 img {
	float: right;
	border: 0;
	margin-top: -4px;
	-webkit-margin-start: 20px;
	-moz-margin-start: 20px;
}

h1 a:hover {
    text-decoration: none;
}

html[dir=rtl] h1 img {
	float: left;
}

h2 { /*font-family: myFont, calibri;*/
	color: #777;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

section h2 {
	color: rgb(30, 30, 30);
    font-size: 12pt;
    line-height: 30px;
    margin: 0;
    font-weight: normal;
}

a:link {
	color: #205AAF;
	text-decoration: none;
}

a:hover {
	color: #205AAF;
	text-decoration: underline;
}

a:visited {
	color: #205AAF;
	text-decoration: none;
}

#titleBar {
	float: right;
	color: #052BB5;
}

img {
	border-style: none;
}
/* To make HTML5 semantic elements backward compatible -- http://diveintohtml5.org/semantics.html */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

header {
	border-bottom: 2px solid #BCF;
}

section { /*	border-bottom: 2px solid #AAA;*/
	
}

footer {
	background: rgba(200, 200, 200, 0.7);
	-webkit-box-shadow: 0 -3px 6px rgba(125, 125, 125, .5);
	-moz-box-shadow: 0 -3px 6px rgba(125, 125, 125, .5);
	-ms-box-shadow: 0 -3px 6px rgba(125, 125, 125, .5);
	-o-box-shadow: 0 -3px 6px rgba(125, 125, 125, .5);
	box-shadow: 0 -3px 6px rgba(125, 125, 125, .5);
	position: fixed;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.field {
	border: 1px solid #C0C0C0;
}

.field_focus {
	border: 1px solid #787878;
}

.btn {
	border: 1px solid #C0C0C0;
	background-color: #F0F0F0;
	cursor: pointer;
}

.btn_focus {
	border: 1px solid #787878;
	background-color: #F0F0F0;
	cursor: pointer;
}

.shadedBox {
	border: 2px solid #BCF;
	background-color: #BCF;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

table {
	font-size: 10pt;
}

/* Documentation Polaroid effect in CSS3 -- http://www.zurb.com/article/305/easily-turn-your-images-into-polaroids-wi */
ul.polaroids {
	margin: 0 0 18px -30px;
}

ul.polaroids li {
	display: inline;
}

ul.polaroids a {
	background: #fff;
	display: inline;
	float: left;
	margin: 0 0 27px 30px;
	width: auto;
	padding: 10px 10px 15px;
	text-align: center;
	font-family: "Marker Felt", sans-serif;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}

ul.polaroids img {
	display: block;
	width: 190px;
	margin-bottom: 12px;
}

ul.polaroids a:after {
	content: attr(title);
}

ul.polaroids li:nth-child(even)  a {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

ul.polaroids li:nth-child(4n) a {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: relative;
	top: -5px;
}

ul.polaroids li:nth-child(5n) a {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	position: relative;
	right: 5px;
}

ul.polaroids li:nth-child(8n) a {
	position: relative;
	right: 5px;
	top: 8px;
}

ul.polaroids li:nth-child(11n) a {
	position: relative;
	left: -5px;
	top: 3px;
}

ul.polaroids li.messy a {
	margin-top: -375px;
	margin-left: 160px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

ul.polaroids li a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
	position: relative;
	z-index: 5;
}

#twitter_update_list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    list-style-type: none;
}

#twitter_update_list {
    padding-left: 0px;
}

img.connect {
	opacity: 0.6;
}

img.focus {
	opacity: 1;
}

/* Spam protection */
.chz {display: none;}

#twitterBox {
    width: 390px;
    height: 414px;
    float: left;
    margin-left: 20px
}

#connectBox {
    width: 300px;
    height: 414px
}

#navBox {
    position: absolute;
    top: 10px;
    right: 120px;	
}

#twitter_update_list {
    height: 320px;
}

#tblQR {
    clear: both;	
}

@media only screen and (max-width: 1200px) {	
    ul.polaroids li.messy a {
	    margin-top: -5px;
	    margin-left: 3px;
	}
	
	#navBox {
	   right: 20px;
	}
}

@media only screen and (max-width: 1120px) {
	#navBox {
        display: none;
    }
}

@media only screen and (max-width: 1015px) {
    .box {
        float: none;
        margin-left: auto;
    }
    
    #twitterBox {
        width: 80%;
        height: 354px;
        float: none;
        margin-left: auto;
    }
    
    #connectBox {
        width: 80%;
        height: 314px;
        margin-left: 10px;
        float: none;
        margin-left: auto;
    }
    
    #twitter_update_list {
        height: 260px;
    }
    
    #tblQR {
        clear: none;
    }
}

@media only screen and (max-width: 734px) {
	#twitterBox {
        height: 414px;
    }
    
    #connectBox {
        height: 414px;
    }
    
    #twitter_update_list {
        height: 320px;
    }
    
    #tblQR {
        clear: both;
    }
    
    footer {
        position: relative;
    }    
}