/*
Theme Name: affrustration
Theme URI: http://affiliatefrustration.com
Description: wp-affiliatetheme
Version: 1.0
Author: http://affiliatefrustration.com
Author URI: http://affiliatefrustration.com

*/



/****************************************************************************************/
/************** HTML ELEMENTS  **********************************************************/
/****************************************************************************************/


h1 {
    font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; 
    font-weight: normal;
    font-size: 22px;
    line-height: 1.5;
    color: #3684F0;
}

h2 {
    font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; 
    font-weight: normal;
	font-size: 18px;
    line-height: 1.5;
	color: #3684F0;
}
h3 {
    font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; 
    font-weight: normal;
	font-size: 16px;
    line-height: 1.5;
	color: #3684F0;
}
h4 {
    font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; 
    font-weight: normal;
	font-size: 16px;
    line-height: 1.5;
	color: #3684F0;
}
h5 {
    font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; 
    font-weight: normal;
	font-size: 14px;
    line-height: 1.5;
	color: #3684F0;
}
h6 {
    font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; 
    font-weight: normal;
	font-size: 12px;
    line-height: 1.5;
	color: #3684F0;
}

a:link {
    text-decoration: none;
    color: #222;
    outline: none;
}

a:visited {
    text-decoration: none;
    color: #222;
    outline: none;
}

a:active {
    text-decoration: none;
    color: #000;
}

a:hover {   
    text-decoration: none;
    color: #000;
}

small {
    font-size: 10px;
}

img {
    border: 0px;
    margin: 0px;
}

.spacer {
    clear: both;
}

small {
    font-size: 11px;
}



/****************************************************************************************/
/************** BODY STRUCTURE ELEMENTS  ************************************************/
/****************************************************************************************/

body {
    margin: 0px;
    padding: 0px;
    background: #121A24;
    text-align: center;
    color: #333;
    font: 12px Verdana, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
    line-height: 16px;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}

#header {
	width: 960px;
	height: 144px;
	background: url(images/header.jpg) no-repeat;
}

#topNav {
    width: 960px;
    height: 56px;
    margin-top: -12px;
    //margin-top: 0px;
    background: url(images/menuBar.jpg) no-repeat;
}

#contentWrapper {
    width: 960px;
    float: left;
    height: auto;
    padding: 0px;
    //margin-top: -40px;
    background: #fff url(images/contentBack.jpg) repeat-x;
}

#content {
    width: 510px;
    //width: 500px;
    margin: 2px;
    padding: 10px;
    float: left;
}

#footer {
    clear: left;
    width: 956px;
    background: #0E1620 url(images/footerBack.jpg) right bottom no-repeat;
    border: 2px solid #fff;
    text-align: left;
}

#footerText {
	padding: 20px;
	text-align: left;
    height: 20px;
}

#sidebar {
	width: 410px;
	float: left;
    margin: 5px;
    margin-top: 10px;
}



/****************************************************************************************/
/************** TITLE AND DESIGN ELEMENTS ***********************************************/
/****************************************************************************************/


#blogTitle {
	padding-left: 30px;
	padding-top: 40px;
	font-size: 30px;
	color: #CCF3FF;
}

#blogTitle a {
	color: #CCF3FF;
}

#description {
	padding-left: 30px;
	padding-top: 10px;
	color: #CCF3FF;
}

#topNav ul {
    height: 56px;
}

#topNav ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    height: 46px;
}

#topNav ul li a {
    display: block;
    float: left;
    height: 24px;
    //height: 46px;
    padding: 10px;
    padding-top: 20px;
    font-weight: bold;
    color: #fff;
    border: 1px dotted #000;
}

#topNav ul li:hover, #topNav .current_page_item {
	background: url(images/menuOver.jpg) top no-repeat;
}


#topNav ul li a:hover, #topNav .current_page_item a {
	background: url(images/menuOver.jpg) top repeat-x;
    border: 1px solid #33CCFF;
}

#subscribe {
    float: right;
    margin-right: 10px;
    width: 219px;
    height: 56px;
}

#subscribeText {
    border: none;
    background: transparent;
    float: right;
    margin-top: 25px;
    margin-right: -15px;
    color: #fff;
    width: 130px;
}

#rss {
    float: left;
    width: 70px;
    height: 54px;
    margin-left: 10px;
}






/*********************************************************************************/
/************  POST COMPONENTS  **************************************************/
/*********************************************************************************/

.post {
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 10px;
    background: url(images/tagsBack.jpg) bottom repeat-x;
    text-align: justify;
}

.post h1 {
    margin-bottom: 5px;
}

.post h1 a {
    font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; 
    font-weight: normal;
    font-size: 22px;
    line-height: 1.5;
    color: #3684F0;
}

.post h1 a:hover {
    color: #024BB1;
}

#postTags {
    padding-bottom: 7px;
    border-bottom: 5px solid #d2d2d2;
}

.postRss a {
    color: #cb6638;
}


/*********************************************************************************/
/************  SIDEBAR COMPONENTS  ***********************************************/
/*********************************************************************************/

#sidebar {
    height: 100%;
    background: #f2f2f2;
}

#sidebar ul {
    list-style: none;
    padding-bottom: 10px;
    background: #f2f2f2;
}

#sidebar ul li {
    background: #f2f2f2;
}

#leftSidebar {
    float: left;
    width: 205px;
    background: #f2f2f2;
    border-right: 1px solid #fff;
}

#rightSidebar {
    float: left;
    width: 204px;
    background: #f2f2f2;
}

#sidebar ul li, #leftSidebar ul li, #rightSidebar ul li {
    margin-left: -35px;
    list-style: none;
    clear: left;
}

#sidebar ul li ul li, #leftSidebar ul li ul li, #rightSidebar ul li ul li {
    padding: 5px;
    margin-left: -10px;
    list-style-image: url(images/postBullet.jpg);
    border-bottom: 1px solid #fff;
}

#sidebar ul li h2, #leftSidebar ul li h2, #rightSidebar ul li h2 {
    height: 45px;
    background: url(images/widgetsTitle.jpg) top left no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}

#adSection {
    width: 410px;
    background: #eeeeee;
    padding-bottom: 5px;
    padding-left: 3px;
    border-bottom: 8px solid #fff;

}

#adSection a img {
    float: left;
    height: 125px;
    width: 125px;
    background-color: #DDDDDD;
    margin: 5px;
    //margin: 4px;
}

#searchform {
    background: url(images/searchBack.jpg) left no-repeat;
    height: 47px;
    width: 410px;
    float: left;
    clear: right;
}

#s {
    border: none;
    background: transparent;
    width: 170px;
    height: 20px;
    margin-left: 145px;
    margin-top: 14px;
    padding: 3px;
    color: #fff;
}

#searchsubmit {
    border: none;
    background: transparent;
    height: 28px;
    width: 75px;
}

/**************************************************/
/********* Categories Section *********************/
/**************************************************/

.categories ul {
    list-style-image: url(images/categoryBullet.jpg);
    //margin: 5px;
}

.categories ul li {
    list-style-image: url(images/categoryBullet.jpg);
    background: #F0F0F0;
    padding: 2px;
}

.categories ul li a {
    display: block;
    //margin-left: 30px;
}

.categories ul li a:hover {
    background: #F7F4F4;
}



#blogroll .linkcat h2 {
    height: 35px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    background: none;
    margin-left: -5px;
    background: #fff url(images/blogrollTitle.jpg) no-repeat;
}

#blogroll .linkcat ul li {
    list-style-image: url(images/blogrollLi.jpg);
}

/**************************************************/
/********* Comment Form Section *******************/
/**************************************************/

#comment {
    width: 450px;
}









/**************************************************/
/********* Footer Section *************************/
/**************************************************/

#footer {
   color: #bbb;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

#recentComments {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 270px;
    text-transform: uppercase;
}

#recentComments h3 {
    display: none;
}

#recentComments ul li {
    list-style-image: url(images/footerul.jpg);
    margin-left: -20px;
    font-size: 11px;
    padding-bottom: 10px;
    text-transform: none;
}

#recentComments ul li a {
    font-size: 11px;
    font-weight: normal;
    padding: 2px;
    color: #fff;
}

#tags {
    float: left;
    margin-left: 20px;
    width: 270px;
    text-align: justify;
    padding: 5px;
}

#tags h2, #author h2, #recentComments h2 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    //padding-top: 10px;
}

.greenText {
    color: #99CC66;
}

.grayText {
    color: #999999;
}

.blueText {
    color: #0099FF;
}

#author {
    float: left;
    margin-left: 20px;
    width: 270px;
    text-align: justify;
    font-size: 11px;
}


#topLink {
    float: right;
    width: 70px;
    height: 37px;
    margin-right: -5px;
}


