/*
Theme Name: ACT
Theme URI: http://www.actonline.org/
Description: Association for Competitive Technology
Version: 1.0
Author: Jennifer Berk, Amplify Public Affairs
Author URI: http://www.amplifypublicaffairs.net
Tags: blue, fixed width, three columns
*/



/* Begin Typography & Colors */
.entry {
	line-height: 1.4em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

small {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 2px 0;
	font-size: 0.9em;
	border-top: 1px solid #c8c8c9;
	border-bottom: 1px solid #c8c8c9;
	}
.single small {
	border: none;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

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;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.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;
	}

.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, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c8c8c9;
	}

.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

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: 1px 24px 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. */

.entry ul,
.entry ol {
	padding: 0 0 0 20px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	text-align: justify;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* 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 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 */


/* ACT */

* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a img {
	border: 0;
}
form {
	display: inline;
}
form input,
form select {
	vertical-align: middle;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cets_embedRSS {
	list-style-type: none;
}
.cets_embedRSS li {
	margin-bottom: 10px;
}
.cets_embedRSS .post {
	border-bottom: none;
}

p, ul, ol {
	margin-bottom: 1em;
}
a {
	color: #ed0d42;
	text-decoration: none;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #00529b;
}
h1 {
	font-size: 30px;
}
h2 {
	padding-top: 0.5em;
	font-size: 18px;
}
h3 {
	padding-top: 0.5em;
	font-size: 16px;
}
h4, h5 {
	padding-top: 0.5em;
	font-size: 14px;
}
h6 {
	padding-top: 0.5em;
	font-size: 12px;
}
form input.grey,
form textarea,
form select {
	border: 1px solid #c8c8c9;
}

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	color: #414139;
	font-size: 12px;
	font-family: verdana, sans-serif;
	line-height: 1.2;
	background: #f8f8f8 url(images/background.gif) top left repeat-y;
}
#page {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 982px;
	text-align: left;
}
* html #page {
	height: 100%;
}

#header {
	height: 145px;
	padding: 0 15px;
	background: url(images/header_background.gif) bottom left no-repeat;
}
.home #header {
	height: 427px;
}
#logo {
	float: left;
}
#nav_courtesy {
	float: right;
	margin-top: 23px;
	color: #ed0d42;
	font-size: 11px;
}
#nav_courtesy img {
	margin-right: 8px;
}
#nav_courtesy form {
	margin-left: 30px;
}
#nav_primary { /*width changed b/c "EVENTS" removed 08-19-2010*/
	clear: right;
	float: right;
	/*width: 668px;*/
	width:581px;
	margin-top: 25px;
}
#nav_primary img {
	float: left;
}
#banner {
	clear: both;
}

#nav_persona img {
	float: left;
}
#nav_persona a {
	display: none; /* Non-homepage */
}
.home #nav_persona a {
	display: inline;
}
.home #tweets {	
	display: none;
}
#nav_persona #tweets a {
	display: inline; /* Non-homepage */
}
#nav_persona #tweets {
	position: relative;
	font-family:arial;
	font-size:12px;
	line-height:14px;
	padding-bottom:8px;
}
#nav_persona #tweets span {
        position: absolute;
	margin-left:4px;
	padding-top:3px;
}
#nav_persona #tweets span.show {
        z-index: 500;
}

#content {
	background: url(images/content_background.gif) top left repeat-y;
	
}
#content_top {
	height: 16px;
	background: url(images/content_background_top.gif) top left no-repeat;
}
#content_bottom {
	height: 16px;
	background: url(images/content_background_bottom.gif) top left no-repeat;
}

#main {
	display: inline;
	float: left;
	width: 665px; /* Non-homepage */ /*changed from 675px 10-12-2010 by Alison*/
	margin-left: 20px; /*changed from 10px 10-12-2010 by Alison*/
}
.home #main {
	width: 665px; /*changed from 420px 10-12-2010 by Alison*/
}
#main h1,
#main h2,
#main h3 {
	margin-bottom: 10px;
}

#sidebar ul {
	list-style-position: outside;
	height:auto;
	/*float:left;*/
	margin-left:35px;
}
#sidebar #about-nonwidget h2 {
	color: #000000;
}

#sidebar1 {
	display: inline;
	float: right;
	width: 245px;
	margin-right: 10px;
}
#sidebar1 h2 {
	font-size: 18px;
}
#sidebar1 h2.widgettitle {
	padding-bottom: 10px;
	background: url(/wp-content/themes/act/images/sidebar_header_blue.gif) bottom left no-repeat;
}
#sidebar1 .textwidget .bg-top {
	background: url(/wp-content/themes/act/images/sidebar_header_blue.gif) top left no-repeat;
	padding:4px 0 0;
	margin:0;
	height:8px;
}
#sidebar1 .textwidget img {
	margin:0;
	padding:0 0 6px;
}
#sidebar1 .textwidget .with-bg,
#sidebar1 #calendar_wrap,
#sidebar1 .widget_rss ul {
	background: url(/wp-content/themes/act/images/sidebar_background_blue.gif) top left repeat-y;
}
#sidebar1 .widget {
	padding-bottom: 10px;
	background: url(/wp-content/themes/act/images/sidebar_footer_blue.gif) bottom left no-repeat;
}
#sidebar1 .widget p,
#sidebar1 .widget ul {
	margin: 0;
	padding: 0 10px;
}
#sidebar1 .widget li {
	padding-top: 10px;
}
#sidebar1 #wp-calendar {
	margin: 0 auto;
}
#sidebar1 .widget_rss .rsswidget img {
	display: none;
}

#sidebar2 {
	display: none;
	float: right;
	width: 245px;
	margin-right: 15px;
}
.home #sidebar2 {
	display: inline;
}
#sidebar2 .textwidget,
#sidebar2 #calendar_wrap,
#sidebar2 .widget_rss ul,
#sidebar2 .widget_twitter ul,
#sidebar2 .widget_quickflickr div,
#sidebar2 .vimeosidebar div#vimeowidget {
        background: url(/wp-content/themes/act/images/sidebar_background_grey.gif) top left repeat-y;
}
#sidebar2 .widget {
	padding-bottom: 10px;
        background: url(/wp-content/themes/act/images/sidebar_footer_grey.gif) bottom left no-repeat;
}
#sidebar2 .widget.flexipages_widget {
	padding-bottom: 0;
	background: none;
}
#sidebar2 .widget p,
#sidebar2 .widget ul,
#sidebar2 .vimeosidebar div#vimeowidget {
        margin: 0;
        padding: 0 10px;
}
#sidebar2 .widget li {
	padding-top: 10px;
}
#sidebar2 .widget.flexipages_widget li {
	padding-top: 0;
}
#sidebar2 .widget_twitter .widgettitle a,
#sidebar2 .widget_quickflickr .widgettitle a,
#sidebar2 .widget_rss .widgettitle a,
#sidebar2 .vimeosidebar .widgettitle a {
	margin-left: -1000em;
}
#sidebar2 .widget_twitter .widgettitle {
	height: 84px;
	background: url(/wp-content/themes/act/images/sidebar_header_twitter.jpg) top left no-repeat;
	margin-bottom:-9px;
}
#sidebar2 .widget_twitter ul {
	padding-top:9px;
}
#sidebar2 .widget_quickflickr .widgettitle {
	height: 84px;
	background: url(/wp-content/themes/act/images/sidebar_header_flickr.jpg) top left no-repeat;
}
#sidebar2 .widget_quickflickr ul {
	padding: 0 5px;
}
#sidebar2 .widget_quickflickr li {
	float: left;
	padding-top: 0;
}
#sidebar2 .widget_rss .widgettitle {
	height: 83px;
	background: url(/wp-content/themes/act/images/sidebar_header_podcasts.jpg) top left no-repeat;
	/*padding-bottom: 0;waiting to turn this on to see if it's needed; 10-12-2010*/
}
#sidebar2 .vimeosidebar .widgettitle {
	height: 84px;
	background: url(/wp-content/themes/act/images/sidebar_header_vimeo.jpg) top left no-repeat;
	margin-bottom:-7px;
}
#sidebar2 .vimeosidebar .widgettitle:hover {
/*cursor:pointer;*/
}
#sidebar2 .vimeosidebar div#vimeowidget {
	padding-top:7px;
}
#footer {
	padding-bottom: 40px;
	color: #00529b;
	font-size: 11px;
	text-align: right;
}

ul#sidebar_apps
{
	display:inline;
	float:right;
	margin-right:10px;
	width:252px;
	 text-align: justify;
}
#sidebar ul#Apps_News
{
 display: inline;
    float: right;
    margin-right: 10px;
    width: 252px;
}
li.app-li-profile
{
	list-style-image:none;
	list-style-type:none;
	margin-bottom:15px;
	background-color:#FFFFFF;
}
li.app-li-profile img
{
	vertical-align:top;

}

#shadow
{
	text-shadow:2px 2px 5px #999999;
}

.app-li-profile h3:hover
{
	color:red;
}

.apps-ul-news h3:hover
{
	color:red;
}


ul#sidebar_apps li.app-li-profile h2
{
	color:#414139;
	font-family:arial;
	font-size:18px;
	font-weight:normal;
}
ul#sidebar_apps li.app-li-profile img.headingimg1
{

}
ul#sidebar_apps li h2
{
	color:#414139;
	font-family:Tahoma;
	font-size:16px;
	font-weight:normal;
	padding-top:0;
}
ul#sidebar_apps li.app-li-profile a img
{

}
ul.apps-ul-news li h2 a
{
	color:#ED0D42 !important;
	font-family:Tahoma;
	font-size:15px;
}
li.apps-li-news h2
{
	color:#414139 !important;
	font-family:Tahoma;
	font-size:16px;
	font-weight:normal;
}
li.apps-li-news img.headingimg2
{
	padding-top:7px;
}
ul.apps-ul-news li h2
{
 text-align: justify;
}
ul.apps-ul-news li p
{
 color:#414139 !important;
 text-align: justify;
}
#sidebar ul#Apps_News li div.textwidget
{
width: 235px;
}
div#sidebar
{
	height:auto;
}

#sidebar #Vimeo_Vedio
{
float: right;
    margin-right: 15px;
    width: 245px;
    background: url(/wp-content/themes/act/images/sidebar_header_vimeo.jpg) no-repeat scroll left top transparent;
    height:auto;
    margin-bottom: -7px;
}
#sidebar #Vimeo_Vedio li
{
margin-top:30px;

}
#sidebar #Vimeo_Vedio li div
{
    height: auto;
    margin-left: 10px;
    width: auto;
}
#sidebar #Vimeo_Vedio div.top_div
{
 height: 38px;
    width: 100px;

}
#sidebar #Vimeo_Vedio div.bottom_div
{
background: url(/wp-content/themes/act/images/sidebar_footer_grey.gif) no-repeat scroll left bottom transparent;
height:10px;
}
#sidebar #Vimeo_Vedio li h2
{
    margin-bottom: 5px;
    text-align: center;
}
#sidebar #Vimeo_Vedio div.middle_div
{

height:auto;
 margin-bottom: -15px;
    margin-top: 48px;
    width: auto;
 background: url(/wp-content/themes/act/images/sidebar_background_grey.gif) repeat-y scroll left top transparent;
}
/*
div#sidebar
{
	float:left;
	height:auto;
	width:115px;
}
*/
/* --- contact form  ---*/
div.wpcf7
{

}
div.wpcf7 form.wpcf7-form
{

}
div.wpcf7 form.wpcf7-form p span.s1
{
	float:left;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:15px;
	line-height:4px;
	font-weight:bold;
}
div.wpcf7 form.wpcf7-form p
{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:15px;

}

div.wpcf7 form.wpcf7-form p span
{
	float:left;
	margin-left:10px;
	text-align:left;
}
div.wpcf7 form.wpcf7-form p span span span
{
	float:right;
	margin-left:10px;
	text-align:left;
}
div.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap menu-791
{

}
div.wpcf7 form.wpcf7-form p span.form_labe
{
	float:left;
	text-align:left;
	width:177px;
	margin-left:23px;
}
div.wpcf7 form.wpcf7-form p span.form_title
{
	float:left;
	text-align:left;
	width:168px;
	margin-left:33px;
}
div.wpcf7 form.wpcf7-form p span.form_street2
{
	float:left;
	text-align:left;
	width:167px;
	margin-left:33px;
}
div.wpcf7 form.wpcf7-form p span.fname
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.lname
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.email
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.street1
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.street2
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.city
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.state
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.zip
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.country
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.emp
{
	float:left;
	margin-left:15px;
}
div.wpcf7 form.wpcf7-form p span.emailformate
{
	float:left;
	margin-left:15px;
}

.clearfloat
{
	clear:both;
	height:15px;
}

div.wpcf7 form.wpcf7-form p span input
{
/*width:280px;*/
}
div.wpcf7 form.wpcf7-form p span.field_emp
{
	float:left;
	margin-left:35px;
	width:163px;
}
div.wpcf7 form.wpcf7-form p span.email_format
{
	float:left;
	margin-left:36px;
	width:163px;
}

div.wpcf7 form.wpcf7-form p span span#recievechk span input
{
	margin-left:10px;
}
div.wpcf7 form.wpcf7-form p span span.wpcf7-checkbox span.wpcf7-list-item label input
{
	margin-left:10px;
}

div.wpcf7 form.wpcf7-form p input#survey
{
	float:left;
	margin-left:220px;
}
div.wpcf7 form.wpcf7-form p a#what_link
{
	color:#003366;
	float:left;
}

/* end contact form css here  */


/*  new sidebar without sidebar1   */

ul#sidebar_apps2
{
	display:inline;
	float:left;
	margin-top:453px;
	width:252px;
	margin-left:72px;
}

ul#sidebar_apps2 li.app-li-profile h2
{
	color:#414139;
	font-family:arial;
	font-size:18px;
	font-weight:normal;
}

ul#sidebar_apps2 li.app-li-profile p.gedogi
{
	float:right;
	font-family:verdana,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-right:52px;
	margin-top:43px;
	margin-bottom:20px;
}
ul#sidebar_apps2 li.app-li-profile img.headingimg1
{
	margin-left:10px;
	margin-top:10px;
}
ul#sidebar_apps2 li.app-li-profile
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:thin solid lightgray;
	width:254px;
	background-color:#FFFFFF;
}

ul#sidebar_apps2 li.app-li-profile p
{
	margin-left:5px;
	margin-right:5px;
}
ul#sidebar_apps2 li h2
{
	color:#414139;
	font-family:Tahoma;
	font-size:16px;
	font-weight:normal;
	padding-top:0;
}
ul#sidebar_apps2 li.app-li-profile a img
{
	margin-left:6px;
	float:left;
	
}
ul#sidebar_apps2 ul.apps-ul-news li h2 a
{
	color:#ED0D42 !important;
	float:left;
	font-family:Tahoma;
	font-size:15px;
	margin-left:5px;
	margin-right:5px;
}
ul#sidebar_apps2 li.apps-li-news h2
{
	color:#414139 !important;
	font-family:Tahoma;
	font-size:16px;
	font-weight:normal;
}
ul#sidebar_apps2 li.apps-li-news img.headingimg2
{
	padding-top:7px;
	margin-left:3px;
}
ul#sidebar_apps2 li.apps-li-news ul.apps-ul-news li p
{
	 color:#414139 !important;
	 float:left;
	margin-left:5px;
	margin-right:5px;
}
ul#sidebar_apps2 li.apps-li-news ul.apps-ul-news
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:thin solid lightgray;
	width:254px;
	float:left;
	background-color:#FFFFFF;
}
	
/* end here  */


/*  New apps page layout css */

div.entry div.upper_part
{
	-moz-border-radius:12px;
	-wbkit-border-radius:10px;
	border-radius:10px;
	background-color:white;
	border:thin solid lightgray;
	height:438px;
	margin-left:-16px;
	width:982px;
}

div.entry div.upper_part p
{
}


div.entry  div.middle_part
{

	-moz-border-radius:10px;
	-wbkit-border-radius:10px;
	border-radius:10px;
	border:thin solid lightgray;
	margin-top:5px;
	margin-top:15px;
	width:700px;
	margin-left:-16px;
	background-color:white;
}
div.entry  div.upper_part p
{
	 margin-left:15px;
	text-align:justify;
	padding-right:280px;
	margin-left:30px;

}
 div.entry div.middle_part h2 
{
	margin-left:15px;
}
div.entry div.middle_part p
{
	margin-left:10px;
	margin-right:20px;
	margin-top:5px;
}
div.entry div.end_part
{
	-moz-border-radius:10px;
	-wbkit-border-radius:10px;
	border-radius:10px;
	border:thin solid lightgray;
	margin-top:5px;
	margin-top:15px;
	width:700px;
	margin-left:-16px;
	background-color:white;
}
div.entry  div.end_part h3
{
	margin-left:10px;
	padding-bottom:15px;
}
div.entry  div.end_part p
{

}

div.apps-page-sidebar
{

}
/* end here */

/* new apps */
div.upper_part p span.upper_headline1 a
{
	color:#414139;
	text-decoration:none;
}

div.upper_part p span.upper_headline2 a
{
	color:#414139;
	text-decoration:none;
}

div.upper_part p span.upper_headline3 a
{
	color:#414139;
	text-decoration:none;
}

div.upper_part p span.upper_headline1 a:hover
{
	color:#ED0D42;
}

div.upper_part p span.upper_headline2 a:hover
{
	color:#ED0D42;
}

div.upper_part p span.upper_headline3 a:hover
{
 color:#ED0D42;
}

/*  end here*/
#sidebar #Vimeo_Vedio li div#vimeowidget p
{
  text-align: justify;
    width: 210px;
}

