/*
Theme Name: Dallas Alumnae Club of Pi Beta Phi
Theme URI: http://www.idesignstudios.com
Description: Design: Design by Kendall - http://www.designbykendall.com / Custom WordPress Theme Development: iDesign Studios - http://www.idesignstudios.com
Version: 1.0
Author: iDesign Studios
Author URI: http://www.idesignstudios.com
Tags: custom theme, fixed width, widgets, two columns
*/



/* CSS Document - Table of Contents
---------------------------------------------

00 - Sticky Footer
01 - Main Styles
02 - ID's
03 - Navigation
04 - Classes
05 - Images
06 - Lists, etc.
07 - Forms
08 - WordPress Template - Original


Color Palette
---------------------------------------------


#000000 - Black
#FFFFFF - White

#155697 - Blue
#98012E - Red

#A49A79 - Tan - Dark
#D3CCB2 - Tan - Medium
#EEEBE0 - Tan - Light

#F7EDD4 - Yellow Post-It


*/




/* 01 - Main Styles
--------------------------------------------- */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bk_body.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #FFFFFF;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #A49A79;
}

h1 {	
	font-size: 20px;
	border: 1px solid;
	border-color: #EEEBE0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
}
h2 {
	font-size: 20px;
	border: 1px solid;
	border-color: #EEEBE0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
}
h3 {
	font-size: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 14px;
	color: #155697;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}

hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url(images/sp_hr-trans.png);
	background-position: top center;
	background-repeat: repeat-x;
	border: 0px;
	height: 1px;
	width: 100%;
}

.entry h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	color: #155697;	
	border: 0px;
}

#sidebar h3 {
	margin: -1px 0px 2px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 14px;
	text-align: center;
	background-image: url(images/bk_widget_top.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#president h1 {
	margin: -1px 0px 2px 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
	background-image: url(images/bk_president_top.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
}

#comments {
	margin: 0px;
	padding: 5px;
	background-color: #D3CCB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-transform: none;
	color: #000000;
}

/* 02 - ID's
--------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 950px;
}

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(images/bk_header-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
	height: 215px;
}
#logo {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#header_nav {
	margin: 0px;
	padding: 0px 0px 0px 197px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #A49A79;
	text-align: center;
	position: absolute;
	top: 113px;
	left: auto;
	clear: both;
}
#header_nav_utility {
	margin: 0px;
	padding: 95px 20px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A49A79;
	float: right;
	clear: both;
}
#header_nav_search {
	margin: 0px;
	padding: 11px 20px 0px 0px;
	float: right;
	clear: both;
}
#page {
	margin: 0px auto 0px auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 900px;
	float: left;
	background-image: url(images/bk_container-trans.png);
	background-position: top center;
	background-repeat: repeat-y;
	clear: both;
}

#content {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 40px;
	width: 610px;
	float: left;
}

#sidebar {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	width: 215px;
	float: left;
	font-size: 11px;
	color: #A49A79;
/*	background-image: url(images/bk_widget_content-trans.png);
	background-position: top center;
	background-repeat: repeat-y; */
}
#sidebar_top {
	margin: 0px;
	padding: 10px 15px 5px 15px;	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 185px;
	background-color: #FFFFFF;
}
#sidebar_bttm {
	margin: -1px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
	width: 185px;
	text-align: center;
	background-color: #FFFFFF;
}
.widgettitle {
	margin: 0px;
	padding: 0px 15px 10px 15px;
	width: 185px;
	text-align: center;
	color: #A49A79;
}
.widget {
	margin: 0px;
	padding: 0px 15px 25px 15px;
	width: 185px;
	text-align: center;
	background-image: url(images/bk_widget_bttm.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #A49A79;
}
.widget_content {
	margin: -2px 0px 0px 0px;
	padding: 5px 20px 0px 20px;
	text-align: left;
	background-image: url(images/bk_widget_content-trans.png);
	background-position: top center;
	background-repeat: repeat-y; 
}

#president {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #A49A79;
	width: 610px;
	background-image: url(images/bk_president_content-trans.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.president_content {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	text-align: left;
	width: 610px;
	background-image: url(images/bk_president_bttm.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #A49A79;
}
.president_padding {
	padding: 0px 30px 0px 30px;
}
#footer {
	margin: 20px auto 0px auto;
	padding: 0px;
	background-color: #155697;
	height: 70px;
	clear: both;
}

#footer_nav {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
}


#footer_copyright {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
}

#comment_form {
	margin: 0px;
	padding: 0px;
}

.text_intro {
	font-size: 18px;
	line-height: 22px;
}



/* 03 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: none;
	color: #98012E;
}
a:visited {
	text-decoration: none;
	color: #98012E;
}
a:hover {
	text-decoration: underline;
	color: #98012E;
}
a:active {
	text-decoration: none;
	color: #98012E;
}

a.header_nav_utility:link {
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.header_nav_utility:visited {
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.header_nav_utility:hover {
	text-decoration: underline;
	color: #A49A79;
	font-weight: normal;
}
a.header_nav_utility:active {
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}

a.teaser:link {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	color: #E9028C;
	font-weight: normal;
	font-size: 17px;
}
a.teaser:visited {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	color: #E9028C;
	font-weight: normal;
	font-size: 17px;
}
a.teaser:hover {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: underline;
	color: #E9028C;
	font-weight: normal;
	font-size: 17px;
}
a.teaser:active {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	color: #E9028C;
	font-weight: normal;
	font-size: 17px;
}

a.title:link {
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.title:visited {
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.title:hover {
	text-decoration: underline;
	color: #A49A79;
	font-weight: normal;
}
a.title:active {
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}

a.post_title:link {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.post_title:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.post_title:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #A49A79;
	font-weight: normal;
}
a.post_title:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.post_title_single:link {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.post_title_single:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.post_title_single:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #A49A79;
	font-weight: normal;
}
a.post_title_single:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #A49A79;
	font-weight: normal;
}
a.post_info:link {
	text-decoration: none;
	color: #98012E;
	font-weight: normal;
}
a.post_info:visited {
	text-decoration: none;
	color: #98012E;
	font-weight: normal;
}
a.post_info:hover {
	text-decoration: underline;
	color: #98012E;
	font-weight: normal;
}
a.post_info:active {
	text-decoration: none;
	color: #98012E;
	font-weight: normal;
}
a.entry_continue:link {
	text-decoration: underline;
	color: #98012E;
	font-weight: normal;
	font-size: 12px;
}
a.entry_continue:visited {
	text-decoration: underline;
	color: #98012E;
	font-weight: normal;
	font-size: 12px;
}
a.entry_continue:hover {
	text-decoration: underline;
	color: #98012E;
	font-weight: normal;
	font-size: 12px;
}
a.entry_continue:active {
	text-decoration: underline;
	color: #98012E;
	font-weight: normal;
	font-size: 12px;
}

a.footer_copyright:link {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_copyright:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_copyright:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_copyright:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.footer_nav:link {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_nav:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_nav:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_nav:active {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

/* 04 - Classes
--------------------------------------------- */

.alignright {
	float: right;
}
.alignleft {
	float: left
}
.smaller {
	font-size: 10px;
}
.small {
	font-size: 11px;
}

.pagetitle {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #2D2D2D;
}

.post {
	margin: 0px;
	padding: 0px;
}
.post_list {
	margin: -10px 0px 0px -20px;
	padding: 0px;
	list-style: square;
	list-style-type: square;
	font-weight: normal;
	font-size: 12px;
	color: #D8D8D8;
}
.post_title_single {
	font-size: 24px;
}
.post_info {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}

.post_footer {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #414141;
}
.post_commentform {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #2D2D2D;
}
.post_related a {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
.clear {
	clear: both;
}
.entry {
	font-size: 12px;
	line-height: 120%;

}
.teaser_left {
	margin: 0px 50px 10px 0px;
	padding: 0px;
	width: 280px;
	float: left;
}
.teaser_right {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 280px;
	float: left;
}
.teaser_content {
	margin: 0px;
	padding: 10px 0px 20px 0px;
}
.event_title {
	color: #72694D;
}

/* 05 - Images
--------------------------------------------- */

p img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

.imgborder {
	margin: 0px;
	padding: 0px;
}
img.alignnone{
	margin: 0px;
	padding: 0px;
}
img.aligncenter {
	margin: 20px auto 20px auto;
	padding: 0px;
	display: block;
}
img.aligncentered {
	margin: 20px auto 20px auto;
	padding: 0px;
	display: block;
}
img.alignright {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	display: inline;
	float: right;
}
img.alignleft {
	margin: 0px 20px 20px 0px;
	padding: 0px;
	display: inline;
	float: left;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	background-color: #F7EDD4;
}

.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;
	color: #A49A79;
}

/* End captions */
	
/* 06 - Lists, Blockquote, etc.
--------------------------------------------- */



#footer_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#footer_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#footer_nav li a {
	margin: 0px;
	padding: 5px 20px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: inline-block;
}
#footer_nav li a:visited {
	margin: 0px;
	padding: 5px 20px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: inline-block;
}
#footer_nav li a:hover {
	margin: 0px;
	padding: 5px 20px 5px 0px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	display: inline-block;
}
#footer_nav li a:active {
	margin: 0px;
	padding: 5px 20px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: inline-block;
}
blockquote {
	margin: 20px;
	padding: 5px 10px 5px 10px;
	border: 1px solid;
	border-left-width: 5px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #D3CCB2;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	background-color: #ffffff;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	

	

/* 07 - Forms
--------------------------------------------- */

#sidebar form {
	margin: 0px;
	text-align: left;
}
input, textarea {
} 

.entry form { 
	text-align:center;
}

select {
	margin: 0px auto 0px auto;
	padding: 3px;
	border: 1px solid;
	border-color: #D3CCB2;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #A49A79;
	
}

#commentform input {
}


#commentform textarea {
	width: 100%;
}

input, textarea {
	padding: 2px;
	border: 1px solid;
	border-color: #D3CCB2;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #A49A79;
} 
#submitbutton {
	padding: 2px;
	border: 1px solid;
	border-color: #A49A79;
	padding: 0px;
	background-color: #A49A79;
	color: #FFFFFF;
}
#submit {
	padding: 3px;
	border: 1px solid;
	border-color: #A49A79;
	padding: 0px;
	background-color: #A49A79;
	color: #FFFFFF;
}
#searchsubmit {
	padding: 3px;
	border: 1px solid;
	border-color: #A49A79;
	padding: 0px;
	background-color: #A49A79;
	color: #FFFFFF;
}
#subscribesubmit {
	padding: 3px;
	border: 0px solid;
	border-color: #A49A79;
	background-color: #F7EDD4;
	font-size: 11px;
	color: #A49A79;
}
#searchform {
	margin: 0px;
	padding: 0px;
}

/* 08 - WordPress Template - Original
--------------------------------------------- */


.postmetadata {
	text-align: right;
	margin: 10px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
	border: 1px solid;
	border-color: #EEEBE0;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
	}

.alt {
	text-align: left;
	padding: 10px;
	}











.commentlist li, #commentform input, #commentform textarea {

	}

.commentlist li {
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	}
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #98012E;
	}

.commentlist p {
	line-height: 1.5em;
	text-transform: none;
	font-size: 12px;
}

#commentform p {
}

.commentmetadata, .commentmetadata a {
	color: #CCCCCC;
	font-size: 11px;
}

.comment_col_left {
	float: left;
	width: 200px;
	clear: both;
}
.comment_col_right {
	float: right;
	width: 380px;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
















.postmetadata {
	clear: left;
}












/* 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 {
	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: 0px 0px 1px 0px;	
	
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	
	}

ol li, #sidebar ul ol li {

	}

#sidebar ul ul li a, #sidebar ul ol li a {
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #98012E;
}
	
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	color: #98012E;
}

#sidebar ul ul ul li, #sidebar ul ul ol li {
	width: 100%;

}

#sidebar ul ul ul li a, #sidebar ul ul ol li a {
	padding: 5px;
	display: block;
}

#sidebar ul ul ul li a:hover, #sidebar ul ul ol li a:hover {
	padding: 5px;
	text-decoration: underline;
	display: block;
	
}


/* End Entry Lists */







/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
.alt2 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
.alt_comment {
}

.authorcomment {
}
.authorcomment cite a{
	font-style: normal;
	color: #cccccc;
}
li.authorcomment {
}
.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 1px 0px 1px 0px;
	padding: 10px;
	list-style: none;
	border: 1px solid;
	border-color: #D3CCB2;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}

.commentlist p {
	margin: 0px;
	}



.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: #000000; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/